VerbaNex AI at SemEval-2026 Task 2: DeBERTa for Longitudinal Valence and Arousal Prediction
Summary
VerbaNex AI submitted two DeBERTa-based regression configurations to SemEval 2026 Subtask 1, "Longitudinal Affect Assessment," aiming to predict continuous valence and arousal from chronologically ordered texts. Their approach included a contextual model and a hybrid model integrating normalized lexical features from the NRC VAD lexicon. Both systems maintained temporal ordering and used user-level data splits to ensure generalization. The models achieved competitive performance, showing stronger results in valence prediction compared to arousal. Integrating lexical features did not consistently improve arousal scores, highlighting the difficulty in modeling emotional intensity dynamics. Error analysis revealed challenges with implicit emotions, pragmatic ambiguity, and subtle affective shifts over time.
Key takeaway
For NLP engineers developing longitudinal affect assessment systems, consider starting with DeBERTa-based models, prioritizing valence prediction where performance is stronger. You should implement user-level data splits to ensure model generalization to new individuals. Be aware that integrating lexical features might not consistently improve arousal prediction, indicating a need for more sophisticated approaches to capture emotional intensity dynamics over time.
Key insights
Combining contextual and lexical features improves longitudinal affect prediction, especially for valence.
Principles
- User-level data splits enhance model generalization.
- Temporal ordering is crucial for longitudinal assessment.
- Lexical features may not consistently aid arousal prediction.
Method
Fine-tune DeBERTa for regression, creating a contextual model and a hybrid model that incorporates normalized NRC VAD lexical features, preserving temporal order and using user-level data splits.
In practice
- Prioritize valence over arousal in initial models.
- Implement user-level data splits for robustness.
- Consider DeBERTa for longitudinal text analysis.
Topics
- Longitudinal Affect Assessment
- DeBERTa
- Valence Arousal Prediction
- SemEval 2026
- Lexical Features
- 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.