Khaleesiyali at SemEval-2026 Task 2: Lexicon-Augmented RoBERTa for Valence–Arousal Regression on Ecological Essays

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

The Khaleesiyali system, presented at SemEval-2026 Task 2, addresses the valence–arousal regression challenge on ecological essays. This system integrates a RoBERTa model with a 6-dimensional feature vector derived from the NRC VAD lexicon, achieving a high token coverage rate of 72.05%. Under official user-aware evaluation, the lexicon-augmented RoBERTa system achieved a competitive average composite correlation of 0.547. It significantly outperformed the ridge regression baseline, demonstrating particular robustness in valence (r = 0.656) and strong generalization to unseen users (rarousal = 0.519). These findings suggest that lightweight lexicon-based statistics offer valuable complementary cues for longitudinal emotion modeling within modern transformer architectures.

Key takeaway

For NLP engineers developing emotion recognition systems, consider augmenting transformer models like RoBERTa with lightweight lexicon-based features. This approach, demonstrated by the Khaleesiyali system's 0.547 composite correlation, significantly improves valence robustness (r=0.656) and generalization to unseen users (rarousal=0.519). Your models will benefit from these complementary cues, potentially reducing the need for extensive task-specific fine-tuning and enhancing performance on longitudinal emotion modeling.

Key insights

Lexicon-augmented RoBERTa models enhance valence-arousal regression by integrating lightweight lexicon-based features, improving generalization.

Principles

Method

Integrate a 6-dimensional NRC VAD lexicon feature vector with deep contextual embeddings from a RoBERTa model for valence–arousal regression.

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.