VerbaNex AI at SemEval-2026 Task 2: DeBERTa for Longitudinal Valence and Arousal Prediction

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Natural Language Processing · Depth: Expert, medium

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.