← Latest papers
💬 NLP

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

The UKP_Psycontrol system, which combines LLM prompting, a pairwise Maximum Entropy model, and a neural regression approach with user embeddings, achieved first place in SemEval-2026 Task 2 by effectively modeling static affective signals while demonstrating that short-term affective changes are better predicted by recent numeric state trajectories than by textual semantics.

Original authors: Darya Hryhoryeva, Amaia Zurinaga, Hamidreza Jamalabadi, Iryna Gurevych

Published 2026-04-24
📖 4 min read☕ Coffee break read

Original authors: Darya Hryhoryeva, Amaia Zurinaga, Hamidreza Jamalabadi, Iryna Gurevych

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to understand a friend's mood over the course of a year. They send you a daily text message saying, "I'm feeling okay," or "I'm exhausted," or "I'm on top of the world!"

Your goal is to guess two things about their mood every day:

  1. Valence: Are they happy (positive) or sad (negative)? Think of this as the temperature of their mood (hot vs. cold).
  2. Arousal: Are they energetic and excited, or calm and sleepy? Think of this as the volume of their mood (loud vs. quiet).

This paper describes how a team of researchers (UKP_Psycontrol) built a computer system to do exactly this for a competition called SemEval-2026. They had to analyze thousands of diary entries from real people and predict how their moods changed from one day to the next.

Here is how they did it, explained with simple analogies:

The Three "Detectives" They Used

The team didn't rely on just one method. They brought in three different "detectives" to solve the case, each with a different style.

1. The "Super-Reader" (LLM Prompting)

  • The Analogy: Imagine a very well-read librarian who has read millions of books and knows exactly how words like "jittery" or "content" translate to feelings.
  • How it worked: They used a powerful AI (a Large Language Model) and asked it to read the diary entries.
    • The "User-Aware" Strategy: They showed the AI a few previous entries from that specific person first. It's like saying, "Hey AI, this person usually writes 'I'm fine' when they are actually sad. Keep that in mind."
    • The "User-Agnostic" Strategy: They just showed the AI random examples from different people, treating everyone as a stranger.
  • The Result: This "Super-Reader" was amazing at figuring out the current mood (Valence and Arousal) just by reading the text. It was like a human reading a diary and instantly "getting" the vibe.

2. The "Weather Forecaster" (MaxEnt Model)

  • The Analogy: Imagine a weather station that looks at how wind, pressure, and temperature interact. It doesn't just look at the sky; it knows that if the pressure drops and the wind shifts, rain is likely coming.
  • How it worked: This model treated emotions like a complex physics system. It assumed that moods follow a "landscape" where certain feelings naturally lead to others. It looked at the relationship between words and feelings as if they were magnets attracting or repelling each other.
  • The Result: It was a good, logical approach, but it wasn't as good at understanding the nuance of human language as the "Super-Reader." It was a bit too rigid, like a weather model that forgets to account for a sudden local storm.

3. The "Trend Tracker" (Neural Regression)

  • The Analogy: Imagine a stock market analyst. They don't care much about why a stock went up (the news); they care mostly about the pattern of the last few days. If the stock went up, up, up, they predict it will go up again.
  • How it worked: For predicting future mood changes, this model ignored the actual words in the diary. Instead, it looked at the numbers: "Yesterday the mood was 2/5, today it's 3/5. What will it be tomorrow?" It also learned a "fingerprint" for each user to understand their personal habits.
  • The Result: This was the champion for predicting changes in mood. The researchers found that for short-term mood swings, the numbers from the past few days were a much better predictor than the actual words written. It's like knowing that if you've been grumpy for three days, you'll probably be grumpy tomorrow, regardless of what you wrote in your diary.

The Big Discovery: Words vs. Numbers

The most interesting finding of the paper is a twist in the story:

  • To understand what someone is feeling right now: Reading the words is best. The AI is great at understanding that "I feel sluggish" means low energy.
  • To predict how someone's mood will change tomorrow: Looking at the numbers (the recent history) is best. The actual words matter less than the pattern of the last few days.

The Final Scorecard

The team combined these methods to win the competition:

  • For guessing the current mood: They used the "Super-Reader" (AI) with a special trick of showing it the user's past entries.
  • For predicting the next mood: They used the "Trend Tracker" (math model) that focused on recent numerical patterns.

In a nutshell: They built a system that won by realizing that while AI is great at reading between the lines of a diary, the best way to predict tomorrow's mood is to look at the trend of yesterday's numbers. They took first place in both categories!

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →