UNED at SemEval-2026 Task 9: Sentiment-Aware Transformer Models with Back-Translation Augmentation for Online polarisation Detection
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
- Sentiment adaptation improves polarization detection.
- Affective signals provide inductive bias.
- Back-translation mitigates overfitting.
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
- Pre-train models on sentiment-rich social media.
- Use back-translation for small dataset augmentation.
- Evaluate sentiment-adapted models for social media tasks.
Topics
- Online Polarization Detection
- Sentiment Analysis
- Transformer Models
- XLM-RoBERTa
- Data Augmentation
- Back-Translation
- SemEval-2026
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.