Momentum at SemEval-2026 Task 2: LongVA-RoBERTa, a transformer-Based Longitudinal Valence and Arousal Modeling
Summary
The LongVA-RoBERTa model, a transformer-based system, addresses longitudinal valence and arousal modeling for SemEval-2026 Task 2. This approach moves beyond traditional categorical emotion classes by representing emotions in a continuous two-dimensional space, focusing on valence and arousal within ecological essays. For Subtask 1, the model employs a RoBERTa architecture with attention pooling and a regression head to predict valence and arousal. In Subtask 2A, it integrates a BiLSTM to capture temporal dependencies, fusing surface, contextual, and user-level features for short-term affect variation prediction. The LongVA-RoBERTa model demonstrates superior performance compared to the baseline, advancing continuous dimensional emotion prediction.
Key takeaway
For NLP Engineers developing emotion recognition systems, consider adopting continuous valence and arousal modeling over traditional categorical approaches. The LongVA-RoBERTa model's success at SemEval-2026 Task 2 highlights the effectiveness of combining transformer architectures like RoBERTa with BiLSTMs for capturing temporal affect dynamics. You should explore integrating attention pooling and diverse feature fusion (surface, contextual, user-level) to enhance prediction accuracy for short-term emotional variations in your applications.
Key insights
LongVA-RoBERTa uses transformers and BiLSTMs for continuous valence and arousal prediction, outperforming baselines in SemEval-2026 Task 2.
Principles
- Emotion can be modeled in continuous 2D space (valence/arousal).
- Temporal dependencies are crucial for affect variation.
- Fusing diverse features enhances short-term affect prediction.
Method
The LongVA-RoBERTa model uses RoBERTa with attention pooling and a regression head for valence/arousal. It also employs BiLSTM to capture temporal dependencies, fusing surface, contextual, and user-level features.
In practice
- Apply RoBERTa with attention pooling for continuous affect.
- Use BiLSTM for temporal emotion dependency capture.
- Combine surface, contextual, user features for affect.
Topics
- Emotion Modeling
- Valence Arousal Model
- Transformers
- RoBERTa
- BiLSTM
- SemEval-2026
- Affective Computing
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.