Seals-NLP at SemEval-2026 Task 9: A Comparative Study of Transformer Architectures for Polarization Detection
Summary
The Seals-NLP system for SemEval-2026 Task 9 (POLAR) Subtask 1, focusing on binary polarization detection, conducted a comparative study of transformer architectures. The research evaluated three model types: fully fine-tuned encoder-only transformers, QLoRA-based fine-tuned open-weight LLMs, and zero-shot prompted LLMs. ModernBERT-large emerged as the most cost-effective solution, achieving macro-F1 scores that matched or surpassed those of larger fine-tuned and zero-shot LLMs, while also requiring substantially less memory and lower latency. An error analysis across all models revealed systematic issues, including over-triggering on political cue words and under-detection of sarcastic vilification and multifaceted attacks within the POLAR dataset.
Key takeaway
For Machine Learning Engineers developing polarization detection systems, ModernBERT-large presents a compelling, cost-effective alternative to larger LLMs. It achieves comparable or superior macro-F1 scores with significantly reduced memory and latency requirements. You should prioritize detailed error analysis to address systematic issues like over-triggering on political cue words and under-detection of sarcasm or multifaceted attacks in your specific datasets.
Key insights
ModernBERT-large offers cost-effective, high-performance polarization detection, outperforming larger LLMs despite common error patterns.
Principles
- Cost-effectiveness can exceed larger model performance.
- Encoder-only models remain competitive for specific tasks.
- Error analysis reveals systematic biases in detection.
Method
The study compared fully fine-tuned encoder-only transformers, QLoRA-based fine-tuned open-weight LLMs, and zero-shot prompted LLMs for binary polarization detection.
In practice
- Consider ModernBERT-large for resource-constrained NLP tasks.
- Prioritize error analysis for specific failure modes.
- Evaluate models on macro-F1 for balanced performance.
Topics
- Polarization Detection
- Transformer Architectures
- ModernBERT-large
- QLoRA Fine-tuning
- SemEval-2026 Task 9
- Error Analysis
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.