UAlberta at SemEval-2026 Task 2: Temporal Fusion Models for Predicting Affect Over Time

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

Summary

UAlberta's systems for SemEval 2026 Task 2 focused on predicting variation in emotional valence and arousal from ecological essays. Their approach combined language model embeddings with a Recurrent Neural Network (RNN) for predicting affect in single instances and forecasting dispositional change. For predicting state changes between timesteps, the team employed time-series forecasting techniques. These integrated methods led to significant results, with their systems ranking first globally for forecasting dispositional change and third for forecasting state change over time. The code for their successful systems has been made publicly available, offering a resource for further research and development in temporal affect prediction.

Key takeaway

For NLP engineers developing systems to predict emotional affect over time, you should consider integrating temporal fusion models. UAlberta's approach, combining language model embeddings, RNNs, and time-series forecasting, demonstrated top performance in SemEval 2026 Task 2 for both dispositional and state change prediction. This suggests a robust architecture for complex temporal sentiment analysis tasks, offering a strong baseline for your own model development.

Key insights

Temporal fusion models combining LMs, RNNs, and time-series forecasting excel at predicting emotional affect over time.

Principles

Method

Utilizes language model embeddings and RNNs for single-instance affect and dispositional change, complemented by time-series forecasting for state changes between timesteps.

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.