NAMAA at SemEval-2026 Task 9: Comparing Generative, Retrieval-Augmented, and Discriminative Methods for Arabic Online Polarization Detection and Type Classification
Summary
NAMAA at SemEval-2026 Task 9 investigated methods for Arabic online polarization detection (ST1) and type classification (ST2), crucial for understanding social fragmentation despite challenges like dialect variation. Researchers compared encoder fine-tuning, zero-shot prompting, and retrieval-augmented in-context learning (RAG-ICL) across six Arabic encoders and various LLMs. For ST1, RAG-ICL with Gemma-3-27b-it achieved the top result (test macro F1 = 0.83), closely matching the best fine-tuned encoder (0.82) and significantly surpassing zero-shot prompting. For ST2, a pipeline combining the best ST1 encoder as a hard filter with RAG-ICL yielded a macro F1 = 0.62. The study also found prompt-language effects are model- and task-dependent, and advanced prompting techniques like Chain-of-thought did not improve upon standard RAG-ICL.
Key takeaway
For NLP Engineers developing solutions for Arabic online polarization, you should prioritize evaluating Retrieval-Augmented In-Context Learning (RAG-ICL) as a primary approach. Its performance, particularly with models like Gemma-3-27b-it, is highly competitive with fine-tuned encoders for detection. Carefully test prompt language, as effectiveness varies by model and task, and avoid over-engineering prompts with complex techniques like Chain-of-thought, which did not show benefits here.
Key insights
RAG-ICL with Gemma-3-27b-it demonstrates strong performance for Arabic online polarization detection, rivaling fine-tuned encoders.
Principles
- RAG-ICL can be competitive with fine-tuned encoders.
- Prompt language impacts model performance.
- Complex prompting may not always improve RAG-ICL.
Method
A two-stage pipeline for polarization type classification involves an initial encoder-based filter followed by RAG-ICL.
In practice
- Consider Gemma-3-27b-it for Arabic polarization tasks.
- Experiment with both English and Arabic prompts.
- Prioritize standard RAG-ICL over complex prompting.
Topics
- Arabic NLP
- Polarization Detection
- RAG-ICL
- Large Language Models
- SemEval-2026
- Prompt Engineering
- Gemma-3-27b-it
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.