EmoBERTa: Speaker-Aware Emotion Recognition in Conversation with RoBERTa
Taewoon Kim, Piek Vossen

TL;DR
EmoBERTa introduces a speaker-aware method for emotion recognition in conversations by prepending speaker info and using RoBERTa, achieving state-of-the-art results with a simple, end-to-end approach.
Contribution
The paper proposes a straightforward speaker-aware technique for ERC using RoBERTa, improving performance without complex modeling.
Findings
Achieved new state-of-the-art on ERC datasets
Simple prepending of speaker info enhances emotion prediction
End-to-end training with minimal modifications
Abstract
We present EmoBERTa: Speaker-Aware Emotion Recognition in Conversation with RoBERTa, a simple yet expressive scheme of solving the ERC (emotion recognition in conversation) task. By simply prepending speaker names to utterances and inserting separation tokens between the utterances in a dialogue, EmoBERTa can learn intra- and inter- speaker states and context to predict the emotion of a current speaker, in an end-to-end manner. Our experiments show that we reach a new state of the art on the two popular ERC datasets using a basic and straight-forward approach. We've open sourced our code and models at https://github.com/tae898/erc.
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
TopicsTopic Modeling · Emotion and Mood Recognition · Sentiment Analysis and Opinion Mining
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Refunds@Expedia|||How do I get a full refund from Expedia? · Dropout · Adam · Weight Decay · Softmax · Residual Connection · WordPiece
