Aatman at SemEval-2026 Task 9: Transfer Learning for Multilingual Polarization Detection

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

Summary

Aatman's system for SemEval-2026 Task 9, POLAR, addresses multilingual polarization detection as a binary classification problem across 22 diverse languages. The team explored three approaches: supervised fine-tuning of multilingual encoder-only transformer models like mDeBERTa, zero- and few-shot classification using large language models (LLMs), and transfer learning from related harmful language tasks such as hate speech and toxicity. While mDeBERTa demonstrated the strongest baseline performance among supervised models, and prompt-based LLM methods showed limited effectiveness, particularly in zero-shot settings, the most successful results came from transfer learning. This method, involving initial fine-tuning on related task datasets before adaptation to polarization, achieved a Macro-F1 score of 0.81. These findings highlight the continued effectiveness of supervised multilingual encoders and the substantial performance gains from integrating related harmful language tasks for nuanced polarization detection.

Key takeaway

For NLP Engineers developing multilingual polarization detection systems, prioritize transfer learning from related harmful language tasks. Your models, especially supervised multilingual encoders like mDeBERTa, can achieve a Macro-F1 score of 0.81 by first fine-tuning on datasets for hate speech or toxicity. Avoid relying on zero-shot prompt-based methods with open-weight LLMs, as they demonstrated limited effectiveness in this context. Focus on utilizing existing annotated data from similar tasks to substantially improve performance on nuanced polarization expressions.

Key insights

Transfer learning from related harmful language tasks significantly boosts multilingual polarization detection performance.

Principles

Method

Fine-tune models on related harmful language datasets, then adapt to the specific polarization detection task.

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.