NIT-Agartala-NLP-Team at SemEval-2026 Task 9: A Weighted Soft-Voting Ensemble Framework of Fine-Tuned LLMs for Binary and Multi-Label Polarization Detection
Summary
The NIT-Agartala-NLP-Team submitted a weighted soft-voting ensemble framework of fine-tuned large language models (LLMs) to SemEval-2026 Task 9 for polarization detection in textual data. This task involved two subtasks: binary classification to distinguish polarized from non-polarized content, and multi-label classification to identify specific polarization types. Their framework combined probabilistic outputs from individual LLMs using weighted averaging, aiming to leverage complementary strengths and enhance overall performance. The system achieved a test macro F1-score of 78.6 (26th out of 44 teams) in Subtask 1 and 46.0 (18th out of 29 teams) in Subtask 2, demonstrating the utility of ensemble methods for complex text classification challenges.
Key takeaway
For NLP Engineers developing robust text classification systems, this work highlights the effectiveness of weighted soft-voting ensembles. You should consider integrating multiple fine-tuned LLMs and combining their probabilistic outputs to improve performance on complex tasks like polarization detection. This approach can leverage diverse model strengths, potentially yielding better results than single models, especially for multi-label challenges.
Key insights
Weighted soft-voting ensembles of fine-tuned LLMs enhance polarization detection by combining complementary model strengths.
Principles
- Combine probabilistic outputs from diverse models.
- Leverage complementary strengths of individual LLMs.
Method
Integrate multiple fine-tuned LLMs, then combine their probabilistic outputs using weighted averaging to enhance overall performance.
In practice
- Binary classification for polarized vs. non-polarized content.
- Multi-label classification for specific polarization types.
Topics
- SemEval-2026
- Polarization Detection
- Ensemble Learning
- Large Language Models
- Text Classification
- Weighted Soft-Voting
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.