ES4MLL at SemEval-2026 Task 2: Set Attention Aggregation and Recurrent Temporal Modeling for Longitudinal Affect Prediction

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

Summary

ES4MLL presents a neural architecture for longitudinal affect prediction, developed for SemEval-2026 Task 2. This task utilizes a dataset of essays and feeling words annotated with self-reported valence and arousal scores. The proposed system combines pretrained Transformer encoders with temporal sequence modeling to predict continuous valence and arousal over user-specific timelines. It encodes individual texts using a Transformer-based language model, aggregates them via attention-based pooling, and then processes them with recurrent layers to capture longitudinal dependencies. The work also explores parameter-efficient fine-tuning strategies to adapt pretrained representations effectively under limited data conditions.

Key takeaway

For NLP engineers developing longitudinal affect prediction systems, you should consider integrating Transformer encoders with recurrent temporal modeling. This approach, especially when combined with parameter-efficient fine-tuning, can effectively capture both linguistic content and temporal emotional dynamics. It allows for accurate prediction of continuous valence and arousal over user-specific timelines, even when working with limited annotated data, enhancing the robustness of your models.

Key insights

Longitudinal affect prediction effectively combines Transformer encoders with recurrent temporal modeling for user-specific timelines.

Principles

Method

Encode individual texts using a Transformer-based language model, aggregate through attention-based pooling, then process with recurrent layers to capture longitudinal dependencies.

In practice

Topics

Code references

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.