CSIRO-LT at SemEval-2026 Task 2: In-the-Wild Valence and Arousal Forecasting on Ecological Text Time Series
Summary
CSIRO-LT participated in SemEval 2026 Task 2, focusing on "In-the-Wild Valence and Arousal Forecasting on Ecological Text Time Series." This task involves predicting emotional valence and arousal from real-world personal essays, covering both short-term state and longer-term dispositional changes. The team compared Pre-trained Language Models (PLMs) and Large Language Models (LLMs), exploring various input representations and feature formulations. Findings indicate that sentiment-aware PLMs are most effective for continuous valence and arousal prediction, while LLMs perform well for short-term state forecasting. However, modeling dispositional changes proved challenging, with neural approaches failing to surpass a simple historical baseline.
Key takeaway
For NLP engineers developing affect prediction systems, prioritize sentiment-aware Pre-trained Language Models for continuous valence and arousal forecasting. When focusing on short-term emotional state changes, Large Language Models prove effective. Be aware that modeling long-term dispositional changes remains a significant challenge; simple historical baselines can surprisingly outperform complex neural approaches in this specific context. Your strategy should account for these performance differences across prediction horizons.
Key insights
Sentiment-aware PLMs excel at continuous valence/arousal prediction, while LLMs suit short-term state forecasting.
Principles
- Emotion prediction is continuous, dynamic, context-dependent.
- Dispositional change modeling is highly challenging.
- Historical baselines can outperform neural models for long-term trends.
Method
The study compares PLMs and LLMs for longitudinal affect prediction, examining different input representations and feature formulations across subtasks.
In practice
- Use sentiment-aware PLMs for continuous affect prediction.
- Employ LLMs for short-term emotional state forecasting.
- Consider historical baselines for dispositional change.
Topics
- SemEval 2026 Task 2
- Valence Arousal Prediction
- Pre-trained Language Models
- Large Language Models
- Ecological Text Analysis
- Affective Computing
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.