YEZE at SemEval-2026 Task 9: Detecting Multilingual, Multicultural and Multievent Online Polarization via Heterogeneous Ensembling

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Advanced, quick

Summary

The YEZE system, developed by Fengze Guo and Yue Chang for SemEval-2026 Task 9, addresses the detection and characterization of online polarization across multiple languages, cultures, and events. This multilingual approach independently models each of the three subtasks using a heterogeneous weighted ensemble. The ensemble combines XLM-RoBERTa-large and mDeBERTa-v3-base models. To manage severe label imbalance in multi-label settings, the system employs weighted binary cross-entropy. Trained exclusively on the provided task data, YEZE demonstrates robust performance across various languages, as detailed in the Proceedings of the 20th International Workshop on Semantic Evaluation (2026), pages 1860–1873.

Key takeaway

For NLP engineers developing systems for complex multilingual classification, consider adopting a heterogeneous ensembling strategy. Your models can achieve robust performance across diverse linguistic and cultural contexts by combining models like XLM-RoBERTa-large and mDeBERTa-v3-base. Furthermore, implementing weighted binary cross-entropy is crucial for effectively handling severe label imbalance in multi-label settings, ensuring more accurate and fair predictions.

Key insights

A heterogeneous ensemble of large language models effectively detects multilingual online polarization by independently modeling subtasks.

Principles

Method

The system models each subtask independently using a heterogeneous weighted ensemble of XLM-RoBERTa-large and mDeBERTa-v3-base, applying weighted binary cross-entropy to mitigate multi-label imbalance.

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.