LexMachina at SemEval-2026 Task 2: Predicting Variation in Emotional Valence and Arousal over Time from Ecological Essays

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

Summary

LexMachina, a system developed for SemEval-2026 Task 2, addresses the challenge of predicting dynamic emotional valence and arousal shifts in ecological text. It specifically tackles "domain shift" and "regression to the mean," issues where encoder models struggle to differentiate stable user traits from temporal emotional changes. The system employs a DeBERTa-v3-Base backbone, utilizing a bifurcated strategy: post-hoc Isotonic Regression for valence calibration and a Domain Adversarial Neural Network (DANN) to mitigate user-bias in arousal. LexMachina achieved composite scores of r=0.645 for Valence and r=0.434 for Arousal, demonstrating the effectiveness of adversarial disentanglement in capturing nuances within longitudinal affective data.

Key takeaway

For NLP engineers developing systems to track emotional dynamics in user-generated text, LexMachina's approach offers a robust strategy. You should consider implementing a bifurcated model, combining post-hoc calibration like Isotonic Regression for valence and adversarial disentanglement via DANN for arousal, to better distinguish stable user traits from dynamic emotional shifts. This method can significantly improve generalization and accuracy in longitudinal affective data analysis.

Key insights

Adversarial disentanglement and calibrated regression effectively predict dynamic emotional states in ecological text.

Principles

Method

LexMachina uses a DeBERTa-v3-Base backbone with Isotonic Regression for valence calibration and a Domain Adversarial Neural Network (DANN) to reduce user-bias in arousal prediction.

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.