zhangpeng at SemEval-2026 Task 9: Detecting Multilingual, Multicultural and Multievent Online Polarization

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

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

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

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.