YEZE at SemEval-2026 Task 9: Detecting Multilingual, Multicultural and Multievent Online Polarization via Heterogeneous Ensembling
The paper presents YEZE, a system for SemEval-2026 Task 9 that detects online polarization across 22 languages by employing a heterogeneous ensemble of XLM-RoBERTa-large and mDeBERTa-v3-base models, where independent task modeling combined with class weighting proved most effective for handling severe label imbalance.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine the internet as a massive, global town square where people from 22 different countries are shouting, whispering, and arguing all at once. Sometimes, these arguments get heated and turn into "polarization"—where people stop listening to each other and only listen to their own side.
The paper you shared describes a team of researchers (YEZE) who built a special set of "digital ears" to listen to this town square and figure out three things:
- Is this argument heated? (Binary detection)
- Who or what are they fighting about? (Target classification: politics, race, religion, etc.)
- How are they fighting? (Manifestation: Are they using insults, stereotypes, or dehumanizing language?)
Here is how they did it, explained simply:
1. The Problem: A Noisy, Unbalanced Crowd
The researchers faced two big hurdles:
- The Language Barrier: They had to understand 22 different languages, from English and Spanish to Amharic and Burmese. It's like trying to understand a conversation where everyone is speaking a different dialect.
- The "Rare Event" Problem: In the data, most posts were calm. Only a few were actually polarized. It's like trying to find a single red marble in a bucket full of white marbles. If you just guess "white" every time, you'd be right most of the time, but you'd miss the red ones. This is called "label imbalance."
2. The Solution: A "Two-Person Detective Team"
Instead of building one giant brain to do everything, the team built a heterogeneous ensemble. Think of this as hiring two different types of detectives to solve the same case:
- Detective A (XLM-RoBERTa): A veteran who has read almost everything in the world. They are great at understanding the general vibe and context of a sentence in any language.
- Detective B (mDeBERTa): A specialist who pays very close attention to the specific arrangement of words and how they relate to each other.
How they worked together:
They didn't just let them vote; they gave them a weighted score. If Detective A is 70% sure and Detective B is 30% sure, the final answer leans heavily on Detective A. This combination made the system more robust, like having a safety net.
3. The Strategy: Treating Each Clue Separately
The team realized that trying to solve all three mysteries (Is it polarized? Who is it about? How is it said?) at the same time was like trying to juggle while riding a unicycle. The clues for "who" and "how" were so rare that they got lost in the noise of the "is it polarized" clue.
So, they decided to split the job:
- They trained separate models for each specific question.
- For the rare clues (like specific types of hate speech), they used a special trick called Weighted Cross-Entropy. Imagine a teacher grading a test. If a student gets a rare, hard question right, the teacher gives them extra points. If they get a common question right, they get normal points. This forced the AI to pay extra attention to the rare, important cases it usually ignored.
4. What They Found
- Separation works: Trying to do everything at once (Multi-Task Learning) actually made the system worse because the rare clues confused the common ones. Keeping the tasks separate was the winning move.
- The "Translation" Trap: They tried translating posts into other languages to create more practice data (Data Augmentation), but it didn't help much. It's like translating a joke; the words might be right, but the cultural humor and nuance get lost, making the AI confused.
- The Results: Their system was very good at spotting the "red marbles" (polarized content) across all 22 languages. In many languages, they finished in the top 10 of all the teams competing. However, they still struggled a bit with the most specific, rare types of insults (the "manifestations"), showing that even the best AI finds it hard to spot the subtlest forms of hate when there are very few examples to learn from.
In a Nutshell
The paper is about building a smart, multi-lingual security system for social media. Instead of using one giant, confused brain, they used a team of two specialized AI models working together. They taught these models to care more about the rare, dangerous posts than the boring ones. While they didn't solve every problem (especially the very rare types of hate speech), they proved that splitting the tasks and combining different types of AI brains is the best way to handle a messy, multilingual world.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.