The Argonauts at SemEval-2026 Task 9: Multilingual Polarization Detection and Classification Using LLM Prompting and Transformer Fine-Tuning

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

Summary

The Argonauts' participation in SemEval-2026 Task 9 focused on multilingual polarization detection and classification. For Subtask 1, binary classification, they used Qwen3-14B with structured few-shot prompting in 4-bit mode, achieving macro-F1 scores of 0.847 for Bengali (4th place) and 0.808 for English (9th place). Subtask 2, multi-label classification in English and Bengali, involved fine-tuning XLM-RoBERTa-large and RoBERTa-base with an uneven loss (γ+ = 1, γ− =4) and label-specific thresholds, which boosted development macro F1 by up to 24.6 points. The final English test macro F1 was 0.454 (21st place). Analysis showed LLM prompting improves binary detection, while threshold adjustment is crucial for multi-label class imbalance.

Key takeaway

For NLP engineers developing multilingual polarization detection systems, consider integrating LLM prompting for binary classification tasks to enhance performance. When tackling multi-label classification with class imbalance, fine-tuning Transformer models with uneven loss and label-specific thresholds can significantly improve results, as demonstrated by a 24.6 point F1 increase.

Key insights

LLM prompting and fine-tuning with specific loss/thresholds effectively detect multilingual online polarization.

Principles

Method

Qwen3-14B with 4-bit few-shot prompting for binary tasks; XLM-RoBERTa-large/RoBERTa-base fine-tuning with uneven loss (γ+ = 1, γ− =4) and label-specific thresholds for multi-label.

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.