wangkongqiang 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, Data Science & Analytics, Natural Language Processing · Depth: Expert, medium

Summary

The wangkongqiang system, developed for SemEval-2026 Task 9, addresses the detection of multilingual, multicultural, and multievent online polarization across three subtasks: Polarization Detection, Polarization Type Classification, and Manifestation Identification. Focusing on English and Spanish, the system employs google-bert-bertbase-uncased and microsoft-debertav3-base pre-trained language models. Its methodology includes visual analysis of training data, data augmentation via the gemma-3-27b-it generative model using prompts, and training multiple single models with hyperparameter optimization. The system achieved Macro F1 scores of 0.7805 (English) and 0.7155 (Spanish) for Subtask 1, 0.2603 (English) and 0.4647 (Spanish) for Subtask 2, and 0.2766 (English) and 0.3322 (Spanish) for Subtask 3, securing a good ranking in the competition.

Key takeaway

For NLP Engineers developing multilingual text classification systems, particularly for online polarization detection, consider integrating generative models like gemma-3-27b-it for data augmentation. Your approach should include visual data analysis and rigorous hyperparameter tuning of pre-trained models such as BERT and DeBERTa. This strategy can significantly improve Macro F1 scores across diverse languages and cultural contexts, enhancing your system's robustness and competitive performance in complex semantic evaluation tasks.

Key insights

Pre-trained language models combined with generative data augmentation enhance multilingual polarization detection.

Principles

Method

The system visually analyzes training data, augments it using gemma-3-27b-it with prompts, trains multiple single models, and optimizes hyperparameters for test set prediction.

In practice

Topics

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

Related on AIssential

Open in AIssential →

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