McMaster NLP at SemEval-2026 Task 2: A Lightweight Multi-Feature System for Predicting Emotional Valence and Arousal over Time
Summary
McMaster NLP developed a lightweight, feature-based regression system for SemEval-2026 Task 2, designed to predict emotional valence (pleasantness) and arousal (activation) from longitudinal language data. This system processes diverse language inputs, from ecological essays to short affect-words, organized by user and time. Its approach integrates four distinct signals: sentence-level semantic embeddings, psycholinguistic category features, similarity measures with archetypal sentences, and trainable user-embeddings to account for individual differences. These combined features are fed into a multi-layer perceptron for joint prediction of valence and arousal. The system offers an interpretable baseline, enabling researchers to isolate the impact of semantic, psycholinguistic, similarity, and user-specific signals, with further analysis identifying informative feature groups and error patterns.
Key takeaway
For NLP Engineers developing affective computing models, this research highlights the value of a multi-feature, interpretable approach. You should consider integrating diverse linguistic signals, including psycholinguistic features and user-specific embeddings, to enhance the accuracy and explainability of valence and arousal predictions. This method provides a robust baseline for understanding feature contributions and concentrating error analysis.
Key insights
A lightweight, multi-feature system predicts emotional valence and arousal from longitudinal language data using diverse signals.
Principles
- Combining diverse linguistic signals enhances emotional prediction.
- User-specific embeddings improve cross-user affective modeling.
- Interpretable baselines clarify feature contributions.
Method
The system combines sentence-level semantic embeddings, psycholinguistic features, archetypal sentence similarity, and trainable user-embeddings into a feature vector. This vector is then processed by a multi-layer perceptron to jointly predict valence and arousal.
In practice
- Analyze feature group informativeness for error reduction.
- Isolate signal contributions for model interpretability.
Topics
- Emotional Valence Prediction
- Arousal Prediction
- Longitudinal Language Data
- Multi-Feature Systems
- Psycholinguistic Features
- Semantic Embeddings
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.