CLAIDec 22, 2021

Hybrid Curriculum Learning for Emotion Recognition in Conversation

arXiv:2112.11718v264 citations
Originality Incremental advance
AI Analysis

This addresses the problem of improving emotion detection in conversational AI, but it is incremental as it builds on existing curriculum learning methods.

The paper tackles emotion recognition in conversation by proposing a hybrid curriculum learning framework that schedules training examples in a meaningful order, achieving new state-of-the-art results on four public datasets.

Emotion recognition in conversation (ERC) aims to detect the emotion label for each utterance. Motivated by recent studies which have proven that feeding training examples in a meaningful order rather than considering them randomly can boost the performance of models, we propose an ERC-oriented hybrid curriculum learning framework. Our framework consists of two curricula: (1) conversation-level curriculum (CC); and (2) utterance-level curriculum (UC). In CC, we construct a difficulty measurer based on "emotion shift" frequency within a conversation, then the conversations are scheduled in an "easy to hard" schema according to the difficulty score returned by the difficulty measurer. For UC, it is implemented from an emotion-similarity perspective, which progressively strengthens the model's ability in identifying the confusing emotions. With the proposed model-agnostic hybrid curriculum learning strategy, we observe significant performance boosts over a wide range of existing ERC models and we are able to achieve new state-of-the-art results on four public ERC datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes