TL;DR
This paper introduces a model that predicts fine-grained emotional dimensions from categorical labels using Earth Mover's Distance loss, achieving comparable performance to state-of-the-art classifiers and enabling emotion word predictions.
Contribution
The novel approach combines categorical emotion classification with continuous VAD score prediction using EMD loss and fine-tuning of RoBERTa-Large.
Findings
Achieves performance comparable to state-of-the-art classifiers.
Shows significant correlation with ground truth VAD scores.
Improves with additional VAD supervision, especially on small datasets.
Abstract
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…
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.
