HiGRU: Hierarchical Gated Recurrent Units for Utterance-level Emotion Recognition
Wenxiang Jiao, Haiqin Yang, Irwin King, and Michael R. Lyu

TL;DR
This paper introduces HiGRU, a hierarchical Gated Recurrent Unit framework for utterance-level emotion recognition in dialogue systems, effectively capturing context and handling rare emotions, leading to significant performance improvements.
Contribution
The paper proposes a novel hierarchical GRU model with variants that incorporate self-attention and feature fusion for improved emotion recognition in dialogues.
Findings
Achieves at least 8.7% improvement over state-of-the-art on IEMOCAP
Attains 7.5% and 6.0% improvements on Friends and EmotionPush datasets
Text-only HiGRU surpasses multimodal CMN in IEMOCAP
Abstract
In this paper, we address three challenges in utterance-level emotion recognition in dialogue systems: (1) the same word can deliver different emotions in different contexts; (2) some emotions are rarely seen in general dialogues; (3) long-range contextual information is hard to be effectively captured. We therefore propose a hierarchical Gated Recurrent Unit (HiGRU) framework with a lower-level GRU to model the word-level inputs and an upper-level GRU to capture the contexts of utterance-level embeddings. Moreover, we promote the framework to two variants, HiGRU with individual features fusion (HiGRU-f) and HiGRU with self-attention and features fusion (HiGRU-sf), so that the word/utterance-level individual inputs and the long-range contextual information can be sufficiently utilized. Experiments on three dialogue emotion datasets, IEMOCAP, Friends, and EmotionPush demonstrate that our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Emotion and Mood Recognition · Topic Modeling
MethodsGated Recurrent Unit
