paper-with-me

Papers

MKJ at SemEval-2026 Task 9: A Comparative Study of Generalist, Specialist, and Ensemble Strategies for Multilingual Polarization

2026-04-23 · Maziar Kianimoghadam Jouneghani arxiv

We present a systematic study of multilingual polarization detection across 22 languages for SemEval-2026 Task 9 (Subtask 1), contrasting multilingual generalists with language-specific specialists and hybrid ensembles. While a standard generalist like XLM-RoBERTa suffices when its tokenizer aligns with the target text, it may struggle with distinct scripts (e.g., Khmer, Odia) where monolingual specialists yield significant gains. Rather than enforcing a single universal architecture, we adopt a language-adaptive framework that switches between multilingual generalists, language-specific specialists, and hybrid ensembles based on development performance. Additionally, cross-lingual augmentation via NLLB-200 yielded mixed results, often underperforming native architecture selection and degrading morphologically rich tracks. Our final system achieves an overall macro-averaged F1 score of 0.796 and an average accuracy of 0.826 across all 22 tracks. Code and final test predictions are publicly available at: https://github.com/Maziarkiani/SemEval2026-Task9-Subtask1-Polarization.

📄 PDF Abstract BibTeX arXiv:2604.21370

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Evaluation Cost of Task Specialization in Evolutionary Multi-Robot Systems

2026-06-23 · Paolo Leopardi, Heiko Hamann, Jonas Kuckling, Tanja Katharina Kaiser arxiv

Task specialization can improve the efficiency of multi-robot systems (MRSs). Previous works have investigated the emergence of task-specialist robot controllers through evolutionary optimization and have argued that tas…

GSL-PCD: Improving Generalist-Specialist Learning with Point Cloud Feature-based Task Partitioning

2024-11-11 · Xiu Yuan

Generalization in Deep Reinforcement Learning (DRL) across unseen environment variations often requires training over a diverse set of scenarios. Many existing DRL algorithms struggle with efficiency when handling numero…

Deep Reinforcement Learning

Specialist or Generalist? Instruction Tuning for Specific NLP Tasks

2023-10-23 · Chufan Shi, Yixuan Su, Cheng Yang, Yujiu Yang 외

The potential of large language models (LLMs) to simultaneously perform a wide range of natural language processing (NLP) tasks has been the subject of extensive research. Although instruction tuning has proven to be a d…

Specificity

Improving Policy Optimization with Generalist-Specialist Learning

2022-06-26 · Zhiwei Jia, Xuanlin Li, Zhan Ling, Shuang Liu 외

Generalization in deep reinforcement learning over unseen environment variations usually requires policy learning over a large set of diverse training variations. We empirically observe that an agent trained on many vari…

Deep Reinforcement LearningImitation LearningReinforcement Learning (RL)

On the Cost of Evolving Task Specialization in Multi-Robot Systems

2026-03-10 · Paolo Leopardi, Heiko Hamann, Jonas Kuckling, Tanja Katharina Kaiser arxiv

Task specialization can lead to simpler robot behaviors and higher efficiency in multi-robot systems. Previous works have shown the emergence of task specialization during evolutionary optimization, focusing on feasibili…