DUTH at SemEval-2026 Task 9: Joint Multilingual Fine-Tuning for Online Polarization Detection

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

Summary

DUTH is a unified multilingual system designed for binary online polarization detection, developed for SemEval-2026 Task 9 Subtask 1. This system addresses the challenges of online polarization across 22 languages and diverse sociopolitical events by jointly fine-tuning XLM-RoBERTa. It employs a single shared encoder with a linear classification head, trained using mixed-precision optimization on a multilingual dataset. During official evaluation, DUTH achieved an average Accuracy of 0.822 and an average Macro-F1 of 0.780 across all 22 languages. The results indicate that this straightforward jointly fine-tuned multilingual transformer offers a competitive and scalable baseline for detecting online polarization, though it struggles with implicit, sarcastic, and culturally specific instances.

Key takeaway

For NLP Engineers developing multilingual content moderation or social analytics systems, DUTH demonstrates that jointly fine-tuning a single XLM-RoBERTa model across many languages offers a strong, scalable baseline. You should consider this approach for initial deployments, but be prepared to augment it with specialized techniques to address implicit, sarcastic, or culturally specific forms of online polarization that current models still struggle to detect accurately.

Key insights

Jointly fine-tuning XLM-RoBERTa across 22 languages provides a competitive, scalable baseline for online polarization detection.

Principles

Method

DUTH uses a single shared XLM-RoBERTa encoder with a linear classification head, jointly fine-tuned on 22 languages using mixed-precision optimization.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

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