SOTAVerified

CAN-GRU: a Hierarchical Model for Emotion Recognition in Dialogue

2020-10-01CCL 2020Unverified0· sign in to hype

Ting Jiang, Bing Xu, Tiejun Zhao, Sheng Li

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Emotion recognition in dialogue systems has gained attention in the field of natural language processing recent years, because it can be applied in opinion mining from public conversational data on social media. In this paper, we propose a hierarchical model to recognize emotions in the dialogue. In the first layer, in order to extract textual features of utterances, we propose a convolutional self-attention network(CAN). Convolution is used to capture n-gram information and attention mechanism is used to obtain the relevant semantic information among words in the utterance. In the second layer, a GRU-based network helps to capture contextual information in the conversation. Furthermore, we discuss the effects of unidirectional and bidirectional networks. We conduct experiments on Friends dataset and EmotionPush dataset. The results show that our proposed model(CAN-GRU) and its variants achieve better performance than baselines.

Tasks

Reproductions