EcoAffectTrack at SemEval-2026 Task 2: A Hierarchical DeBERTa-Transformer Framework with CCC Optimization for Longitudinal Affect Modeling

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

Summary

EcoAffectTrack, a hierarchical framework presented at SemEval-2026 Task 2, addresses longitudinal affect modeling by predicting emotional valence and arousal variations over time. The system integrates a DeBERTa-v3 encoder backbone, optimized with a differentiable Concordance Correlation Coefficient (CCC) Loss for affect assessment (Subtask 1). This optimization prioritizes capturing the "shape" and trend of emotional trajectories, demonstrating a significant performance gain compared to standard Mean Squared Error. For state change forecasting (Subtask 2A), the framework incorporates a Transformer-based temporal forecaster, utilizing positional encoding to manage inter-subject emotional baseline variability. Additionally, disposition profiling (Subtask 2B) is handled by a deep attention network that aggregates historical embeddings to identify emotionally informative essays. Experimental results emphasize the importance of aligning loss functions with evaluation metrics and employing task-specific temporal modeling for robust longitudinal emotion recognition.

Key takeaway

For Machine Learning Engineers developing longitudinal affect models, prioritizing the "shape" of emotional trajectories over absolute point-wise accuracy is crucial. You should align your loss functions, such as the Concordance Correlation Coefficient (CCC) Loss, directly with evaluation metrics to achieve significant performance gains. Additionally, integrate task-specific temporal modeling, like Transformer-based forecasters with positional encoding, to robustly account for inter-subject variability in emotional baselines.

Key insights

Effective longitudinal affect modeling requires aligning loss functions with evaluation metrics and utilizing task-specific temporal approaches.

Principles

Method

The framework uses a DeBERTa-v3 encoder with CCC Loss for affect assessment, a Transformer-based temporal forecaster for state change, and a deep attention network for disposition profiling, all within a hierarchical structure.

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.