arXiv:2608.15964cs.CLcs.AI2026-08

用合成数据针对性提升大模型多语言推理能力,不降性能还防遗忘。

LLMs Get Smarter from Targeted Synthetic Multilingual Data

论文配图:LLMs Get Smarter from Targeted Synthetic Multilingual Data
图 1 · 摘自论文原文
  • 通过自动生成薄弱语言的合成数据,精准补强模型短板。
  • 在分布内任务平均提升6.2%,跨语言任务遗忘减少3.7%。
  • 适合需要稳定多语言表现的应用场景,如跨国客服、国际内容生成。

语言特定能力(LSC)指大模型在不同语言提示下表现不一的现象——同一语义查询在不同语言中可能产生差异甚至错误回答。现有方法要么强制所有查询转为英文(牺牲语言表达力),要么用均衡数据训练(降低整体性能)。本文提出数据驱动框架HOTFIXR:通过模型探测学生模型的多语言弱点,并生成针对性合成训练数据以缓解问题。在三个分布内任务、三个分布外任务及四种分布外语言上评估显示,HOTFIXR平均使分布内性能提升6.2%,降低分布外任务上的灾难性遗忘3.7%,在分布外语言上提升7.1%。该工作推动大模型实现真正多语言精通,代码将在录用后开源。

原文摘要 · Abstract (English)

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.

多语言合成数据大模型优化LLM

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。