UNED at SemEval-2026 Task 9: Sentiment-Aware Transformer Models with Back-Translation Augmentation for Online polarisation Detection

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

Summary

UNED's submission to SemEval-2026 Task 9 (Subtask 1) investigates Spanish online polarization detection using sentiment-adapted transformer models. Researchers compared a base XLM-RoBERTa model, an emotion-adapted model, and a sentiment-adapted XLM-R model, the latter trained on Twitter data. To counter overfitting on a small dataset, back-translation was employed for data augmentation. Experimental results demonstrated that the sentiment-adapted checkpoint consistently outperformed other pretrained models under identical conditions. When combined with back-translation, the final system achieved a macro-averaged F1 score of 0.743 on the preliminary competition leaderboard. These findings indicate that prior adaptation to social media's affective signals offers a beneficial inductive bias for effective polarization detection.

Key takeaway

For NLP Engineers developing social media analysis tools, consider integrating sentiment-adapted transformer models. Your systems can achieve higher accuracy in tasks like online polarization detection by leveraging models pre-trained on affective signals. Additionally, employ back-translation data augmentation to improve model robustness, especially when working with limited training datasets, potentially boosting performance to scores like 0.743 F1.

Key insights

Sentiment-adapted language models, augmented with back-translation, enhance online polarization detection.

Principles

Method

Compare base, emotion-adapted, and sentiment-adapted XLM-R models for binary classification. Apply back-translation for data augmentation to small datasets.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.