Draken at SemEval-2026 Task 2: Frozen BERT Embeddings with Ridge Regression for Predicting Emotional Valence and Arousal

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

Summary

The Draken system, developed for SemEval-2026 Task 2, Subtask 1, offers a lightweight and computationally efficient method for predicting longitudinal emotional valence and arousal from ecological essays. This approach utilizes frozen 768-dimensional contextual embeddings from BERT-base-uncased, obtained via mean-pooling sentence representations without fine-tuning the transformer. These embeddings are then input into a multi-output Ridge regression model to jointly predict normalized valence and arousal scores. The system prioritizes simplicity and reproducibility, deliberately avoiding complex temporal architectures, external lexicons, or user metadata. It achieved a strong valence prediction (r = 0.594) and moderate arousal prediction (r = 0.296). Evaluations revealed consistently higher between-user correlations and that valence is substantially easier to predict than arousal, suggesting this combination provides a competitive and interpretable baseline.

Key takeaway

For NLP Engineers developing affect prediction systems, consider adopting a lightweight approach using frozen transformer embeddings. Your team can achieve competitive valence prediction (r = 0.594) and moderate arousal prediction (r = 0.296) with a simple multi-output Ridge regression model. This avoids complex architectures, offering high reproducibility and computational efficiency. It serves as an excellent baseline for longitudinal affect tasks, especially when resources are constrained.

Key insights

Frozen BERT embeddings combined with Ridge regression offer a simple, efficient, and competitive baseline for longitudinal affect prediction.

Principles

Method

Obtain mean-pooled 768-dimensional BERT-base-uncased embeddings from essays. Feed these frozen embeddings into a multi-output Ridge regression model to jointly predict normalized emotional valence and arousal scores.

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.