DigiS-FBK at SemEval-2026 Task 9: Multi-task Learning for Multilingual and Cross-cultural Polarization Classification
Summary
The DigiS-FBK team submitted systems to SemEval-2026 Task 9 POLAR, which addresses the computational detection and characterization of online polarization in textual content. This complex phenomenon, linked to social fragmentation and misinformation, is broken down into three subtasks: detecting polarization (subtask 1), identifying its type (subtask 2), and recognizing its manifestation (subtask 3). Operating within a multilingual, multicultural, and multievent context, the team implemented a multi-task learning paradigm. Their findings indicate that this multi-task approach consistently yielded higher overall performance across all subtasks compared to single-task methods, despite observed variability in scores across different languages.
Key takeaway
For NLP Engineers developing systems to detect and characterize online polarization, consider implementing a multi-task learning architecture. This approach demonstrably improves overall performance across detection, type identification, and manifestation subtasks, even in multilingual contexts. You should design your models to jointly learn these related aspects, acknowledging that language-specific performance tuning may still be necessary for optimal results.
Key insights
Multi-task learning effectively improves multilingual and cross-cultural online polarization detection and characterization across multiple subtasks.
Principles
- Online polarization is a complex, multi-faceted text classification problem.
- Multi-task learning outperforms single-task approaches for related subtasks.
- Performance varies significantly across different languages.
Method
The approach uses a multi-task learning paradigm to jointly address three related subtasks: detecting polarization, identifying its type, and recognizing its manifestation in text.
In practice
- Apply multi-task learning for related text classification problems.
- Design systems to detect polarization type and manifestation.
- Account for language-specific performance variations.
Topics
- Online Polarization
- Multi-task Learning
- Text Classification
- SemEval-2026
- Multilingual NLP
- Social Fragmentation
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.