MoMo at SemEval-2026 Task 9: Inference-Only Prompting vs. Fine-Tuning for Multilingual Polarization Detection
Summary
MoMo's submission to SemEval-2026 Task 9 Subtask 1 investigates multilingual polarization detection using the POLAR dataset. The research compares three adaptation paradigms: fully fine-tuned multilingual encoders, frozen encoders with lightweight residual heads, and inference-only multilingual LLM prompting in zero-shot and few-shot configurations. For few-shot prompting, both random and similarity-based support example selection methods were evaluated. A key finding indicates that similarity-based few-shot prompting with a multilingual LLM achieves competitive performance against fine-tuned encoder baselines, crucially without requiring task-specific training. The study also analyzes energy usage, prompt selection stability, and per-language behavior to characterize trade-offs. Although the official submission used a fine-tuned XLM-RoBERTa Large, the results suggest inference-only prompting is a competitive and energy-efficient alternative for multilingual classification.
Key takeaway
For NLP Engineers developing multilingual classification systems, you should evaluate inference-only LLM prompting as a viable alternative to traditional fine-tuning. Your teams can achieve competitive performance, particularly with similarity-based few-shot prompting, while potentially reducing task-specific training overhead and energy consumption. Consider benchmarking prompt stability and per-language performance to ensure robustness across diverse linguistic contexts.
Key insights
Similarity-based few-shot prompting with multilingual LLMs offers a competitive, energy-efficient alternative to fine-tuning for multilingual classification.
Principles
- Inference-only prompting can match fine-tuning performance.
- Similarity-based example selection improves few-shot prompting.
- Evaluate energy usage and stability for adaptation paradigms.
Method
The study compares fully fine-tuned encoders, frozen encoders with residual heads, and zero-shot/few-shot multilingual LLM prompting, specifically evaluating random versus similarity-based support example selection for few-shot.
In practice
- Implement similarity-based few-shot prompting.
- Consider LLM prompting for energy efficiency.
- Benchmark prompt stability and per-language behavior.
Topics
- Multilingual Polarization Detection
- LLM Prompting
- Few-Shot Learning
- Fine-Tuning
- SemEval-2026
- XLM-RoBERTa Large
Best for: AI Engineer, Machine Learning Engineer, Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.