UPR at SemEval-2026 Task 9: Multi-Label Classification of Polarization Across Social Dimensions and Manifestation Identification in Urdu

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

Summary

The UPR team at SemEval-2026 Task 9 presents a system for multi-label classification of polarization and manifestation identification in Urdu social media text. Addressing the limited research on low-resource languages like Urdu, the work tackles two subtasks. First, it classifies polarization across social dimensions such as political, religious, racial/ethnic, and gender/sexual, achieving a Macro F1-score of 0.758. This involves fine-tuning XLM-RoBERTa with language-specific preprocessing, duplicate filtering, and data augmentation to manage class imbalance. Second, the system identifies how polarization manifests through six categories: stereotype, vilification, dehumanization, extreme language, lack of empathy, and invalidation. Using the same transformer-based framework with imbalance-aware training, it achieved a Macro F1-score of 0.72 on the official test set. These results highlight the efficacy of multilingual transformer models for complex polarization analysis in Urdu.

Key takeaway

For NLP Engineers developing social media analysis tools for low-resource languages, you should consider fine-tuning multilingual transformer models like XLM-RoBERTa. This approach effectively handles multi-dimensional polarization classification and manifestation identification, as demonstrated by Macro F1-scores of 0.758 and 0.72 in Urdu. Incorporate language-specific preprocessing and data augmentation to address class imbalance, enhancing model performance in diverse social contexts. Your efforts can significantly improve the understanding of public discourse in under-researched linguistic communities.

Key insights

Multilingual transformer models effectively analyze multi-dimensional polarization in low-resource languages like Urdu.

Principles

Method

Fine-tune XLM-RoBERTa for multi-label classification, incorporating language-specific preprocessing, duplicate filtering, and data augmentation. Apply imbalance-aware training for manifestation identification.

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.