CLSDASNov 6, 2019

Dimensional Emotion Detection from Categorical Emotion

arXiv:1911.02499v2670 citations
AI Analysis

This addresses the challenge of dimensional emotion detection for NLP applications by leveraging categorical data, though it is incremental as it builds on existing methods.

The paper tackles the problem of predicting fine-grained emotions along continuous valence, arousal, and dominance dimensions using only categorical emotion annotations, achieving comparable performance to state-of-the-art classifiers in categorical classification and showing significant positive correlations with ground truth VAD scores.

We present a model to predict fine-grained emotions along the continuous dimensions of valence, arousal, and dominance (VAD) with a corpus with categorical emotion annotations. Our model is trained by minimizing the EMD (Earth Mover's Distance) loss between the predicted VAD score distribution and the categorical emotion distributions sorted along VAD, and it can simultaneously classify the emotion categories and predict the VAD scores for a given sentence. We use pre-trained RoBERTa-Large and fine-tune on three different corpora with categorical labels and evaluate on EmoBank corpus with VAD scores. We show that our approach reaches comparable performance to that of the state-of-the-art classifiers in categorical emotion classification and shows significant positive correlations with the ground truth VAD scores. Also, further training with supervision of VAD labels leads to improved performance especially when dataset is small. We also present examples of predictions of appropriate emotion words that are not part of the original annotations.

Code Implementations1 repo
Foundations

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

Your Notes