CuriosAI at SemEval-2026 Task 2: Predicting Emotion using RoBERTa-large model
Summary
CuriosAI presents a novel method for predicting continuous emotion dimensions, Valence and Arousal, from textual data. The approach integrates affective intermediate training with multi-task learning, utilizing a RoBERTa-large model as its backbone. This two-phase training process first involves pre-training on external emotion datasets, followed by fine-tuning with task-specific data. The model incorporates independent regression heads for each subtask. Experimental results from SemEval-2026 Task 2 Subtask 1 show Pearson correlation coefficients of 0.68 for Valence and 0.45 for Arousal. This method demonstrates stable performance, notably in its ability to capture subtle inter-user differences in emotional expression.
Key takeaway
For NLP engineers developing emotion detection systems, this research suggests a robust two-phase training strategy. Implementing affective intermediate pre-training before multi-task learning with a RoBERTa-large backbone can significantly improve Valence and Arousal prediction accuracy. Consider adopting independent regression heads for each emotion dimension to better capture nuanced inter-user differences in expression.
Key insights
A two-phase training method using RoBERTa-large improves continuous emotion prediction from text.
Principles
- Combine pre-training with multi-task learning.
- Use independent heads for distinct subtasks.
- Affective intermediate training enhances emotion models.
Method
The approach involves intermediate pre-training on external emotion datasets, followed by multi-task learning on task-specific data, using RoBERTa-large with independent regression heads.
In practice
- Apply two-phase training for emotion tasks.
- Consider RoBERTa-large for text emotion.
- Design separate regression heads.
Topics
- Emotion Prediction
- RoBERTa-large
- Multi-task Learning
- Affective Computing
- Valence-Arousal Model
- Natural Language Processing
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.