UKPPsycontrol at SemEval-2026 Task 2: Modeling Valence and Arousal Dynamics from Text

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

Summary

The UKPPsycontrol system, presented at SemEval-2026 Task 2, addresses the challenge of modeling both current affect and short-term affective changes within chronologically ordered user-generated texts. Researchers Darya Hryhoryeva, Amaia Zurinaga, Hamidreza Jamalabadi, and Iryna Gurevych explored three distinct approaches: LLM prompting in both user-aware and user-agnostic configurations, a pairwise Maximum Entropy (MaxEnt) model incorporating Ising-style interactions for structured transition modeling, and a lightweight neural regression model that integrates recent affective trajectories and trainable user embeddings. Key findings from this work, published in the Proceedings of the 20th International Workshop on Semantic Evaluation (2026) on pages 528–539, indicate that while Large Language Models effectively capture static affective signals from text, short-term affective variation in the dataset is more accurately explained by recent numeric state trajectories rather than textual semantics alone.

Key takeaway

For NLP Engineers developing systems to model affect dynamics from user-generated text, recognize that while Large Language Models effectively capture static emotional states, you should prioritize incorporating recent numeric state trajectories over purely textual semantics for accurately predicting short-term affective changes. Your models will benefit from integrating user embeddings to capture individual affective patterns.

Key insights

Short-term affective variation in text is better explained by numeric state trajectories than textual semantics.

Principles

Method

The system combines LLM prompting (user-aware/agnostic), a pairwise Maximum Entropy model with Ising-style interactions, and a lightweight neural regression model using affective trajectories and user embeddings.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

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