AI4PC-Howard University at SemEval-2026 Task 2: Fine-Tuning DistilBERT, DeBERTa and ModernBERT for Valence–Arousal Prediction and Change Estimation
Summary
AI4PC-Howard University developed lightweight, reproducible models for longitudinal valence–arousal (VA) prediction within the SemEval-2026 Task 2 essay corpus. Their approach utilized only official data, enforcing user-disjoint splits to prevent data leakage. The team evaluated three distinct settings: essay-level VA state estimation, short-horizon VA change forecasting, and long-horizon disposition change prediction. For essay-level regression (Subtask 1), they employed DistilBERT. Short-horizon change forecasting (Subtask 2A) involved ModernBERT-based history modeling with a GRU and a blended previous-delta baseline. For long-horizon disposition change prediction (Subtask 2B), pooled DeBERTa history embeddings with a compact MLP were used. On the official evaluation, their best approaches achieved rcomp =0.665/0.468 for valence/arousal in Subtask 1, r = 0.597/0.413 for Subtask 2A, and r =0.046/0.348 for Subtask 2B.
Key takeaway
For NLP Engineers developing longitudinal sentiment analysis systems, consider these lightweight BERT-based architectures for valence-arousal prediction. Your data splitting strategy must enforce user-disjoint splits to ensure robust model generalization and prevent leakage. Evaluate distinct models for essay-level state, short-term change, and long-term disposition, as different architectures like DistilBERT, ModernBERT+GRU, and DeBERTa+MLP show varied performance across these specific tasks.
Key insights
Lightweight models fine-tuned on BERT variants predict longitudinal valence-arousal in essays across three distinct tasks.
Principles
- Enforce user-disjoint data splits to prevent leakage.
- Utilize official data exclusively for reproducibility.
Method
The approach involves fine-tuning DistilBERT for essay-level VA regression, combining ModernBERT with a GRU for short-horizon change, and using pooled DeBERTa embeddings with an MLP for long-horizon disposition change.
In practice
- Fine-tune DistilBERT for essay-level VA regression.
- Combine ModernBERT with GRU for short-horizon change.
Topics
- Valence-Arousal Prediction
- Longitudinal Sentiment Analysis
- SemEval-2026 Task 2
- BERT Fine-Tuning
- DistilBERT
- DeBERTa
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.