zhangpeng at SemEval-2026 Task 9: Detecting Multilingual, Multicultural and Multievent Online Polarization
Summary
The "zhangpeng" system, developed by Zhang Peng and Lu Gehao for SemEval-2026 Task 9, addresses the challenge of detecting multilingual, multicultural, and multievent online polarization across three subtasks. For Subtask 1, "Polarization Detection," the system explored classical text representation methods, with the Bag-of-Centroids model achieving the best performance. For Subtask 2, "Polarization Type Classification," and Subtask 3, "Manifestation Identification," the team fine-tuned four pre-trained language models: google-bert, FacebookAI-roberta, dccuchile-bert, and distilbert-multi. The methodology included visual analysis of training data, training multiple single models, and employing voting weight ensemble learning with hyperparameter tuning. On the official test set, the system achieved Macro-F1 scores of 0.6882 (EN) and 0.6711 (SP) for Subtask 1, 0.3752 (EN) and 0.6386 (SP) for Subtask 2, and 0.3561 (EN) and 0.4366 (SP) for Subtask 3.
Key takeaway
For NLP Engineers developing multilingual polarization detection systems, consider a hybrid approach combining classical text representation with fine-tuned pre-trained language models. You should prioritize ensemble learning and rigorous hyperparameter tuning. This optimizes Macro-F1 scores across diverse subtasks, including polarization detection, type classification, and manifestation identification. This strategy can enhance your system's robustness and performance in complex, multicultural online environments.
Key insights
Ensemble learning with classical and fine-tuned LLMs effectively detects multilingual online polarization.
Principles
- Combine classical and deep learning models.
- Ensemble learning improves prediction robustness.
- Hyperparameter tuning is crucial for integrated models.
Method
The system visually analyzes training data, trains multiple single models, and applies voting weight ensemble learning, followed by hyperparameter optimization for the integrated model.
In practice
- Use Bag-of-Centroids for initial text classification.
- Fine-tune BERT-based models for complex subtasks.
- Implement voting ensembles for improved F1 scores.
Topics
- Online Polarization Detection
- Multilingual Text Classification
- Ensemble Learning
- Pre-trained Language Models
- SemEval-2026
- Natural Language Processing
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.