paper-with-me

Papers

LLMs Get Smarter from Targeted Synthetic Multilingual Data

2026-08-16 · Ishika Agarwal, Arkajyoti Charaborty, Tanner Sorensen, Neha Gupta, Andreas Stolcke hf

Language-specific competency (LSC) is the phenomenon of a language model performing better or worse depending on the language of the prompt. In other words, a language model outputs different (and potentially incorrect) responses to the same semantic query when prompted in different languages. Prior work attributes this to an internal misalignment of semantic representation across languages. Currently, there are two main approaches to address LSC in the literature: (1) routing all queries through English, improving performance, but limiting language expressivity to English; or (2) training on language-balanced data, equalizing model performance across languages, but reducing overall performance. In this work, we take a data centric perspective and introduce HOTFIXR: Hardness Optimized Training data For Improving X-Lingual Reasoning. It is a data generation framework that uses models to probe and learn a student model's multilingual weaknesses, and generates data to mitigate them. HOTFIXR can generate multilingual synthetic training data that can improve multilingual performance. We evaluate on three in-distribution tasks, three out-of-distribution tasks, and four out-of-distribution languages. On average, HOTFIXR (1) improves in-distribution performance by 6.2%, (2) reduces catastrophic forgetting (induced by fine-tuning) on OOD tasks by 3.7%, and (3) on OOD languages by 7.1%. Overall, as many real-world applications requires multilingual LLMs, our work contributes to the efforts of making LLMs multilingually proficient. We will release code upon acceptance.

📄 PDF Abstract BibTeX arXiv:2608.15964

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SMARTER: A Data-efficient Framework to Improve Toxicity Detection with Explanation via Self-augmenting Large Language Models

2025-09-18 · Huy Nghiem, Advik Sachdeva, Hal Daumé arxiv

WARNING: This paper contains examples of offensive materials. To address the proliferation of toxic content on social media, we introduce SMARTER, we introduce SMARTER, a data-efficient two-stage framework for explainabl…

Do Multilingual LLMs have specialized language heads?

2026-02-09 · Muhammad Naufil arxiv

Multilingual large language models (LLMs) have gained significant popularity for their ability to process and generate text across multiple languages. However, deploying these models in production can be inefficient when…

Machine Translation

Grounding Multilingual Multimodal LLMs With Cultural Knowledge

2025-08-10 · Jean de Dieu Nyandwi, Yueqi Song, Simran Khanuja, Graham Neubig arxiv

Multimodal Large Language Models excel in high-resource settings, but often misinterpret long-tail cultural entities and underperform in low-resource languages. To address this gap, we propose a data-centric approach tha…

Visual Question Answering

Better as Generators Than Classifiers: Leveraging LLMs and Synthetic Data for Low-Resource Multilingual Classification

2026-01-22 · Branislav Pecher, Jan Cegin, Robert Belanec, Ivan Srba 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable multilingual capabilities, making them promising tools in both high- and low-resource languages. One particularly valuable use case is generating synthetic sample…

Synthetic Data Generation

Targeted Interpretable Safety Neuron Enhancement for Multilingual Vision-Language Large Models

2026-04-10 · Enyi Shi, Fei Shen, Shuyi Miao, Linxia Zhu 외 arxiv

With the widespread deployment of vision-language large models (VLLMs), their safety alignment faces dual challenges across languages and modalities. Existing methods model multilingual and multimodal safety separately, …