paper-with-me

홈 › Papers

The Power of Question Translation Training in Multilingual Reasoning: Broadened Scope and Deepened Insights

2024-05-02 · Wenhao Zhu, ShuJian Huang, Fei Yuan, Cheng Chen, Jiajun Chen, Alexandra Birch

Bridging the significant gap between large language model's English and non-English performance presents a great challenge. While some previous studies attempt to mitigate this gap with translated training data, the recently proposed question alignment framework leverages the model's English expertise to improve multilingual performance with minimum usage of expensive, error-prone translation. In this paper, we explore how broadly this method can be applied by examining its effects in reasoning with and without chain-of-thought, as well as with program-of-thought. We also explore applying this framework to extremely large language models in an efficient manner, such as through proxy-tuning. Experiment results on multilingual reasoning benchmarks mGSM, mSVAMP, xCSQA and xNLI demonstrate that we can extend question alignment framework to boost multilingual performance across diverse reasoning scenarios, model families, and sizes. For instance, when applied to the LLaMA2 models, it brings an average accuracy improvements of 12.2% on mGSM even with the 70B model. To understand the mechanism of its success, we analyze representation space, generated response and data scales, and reveal how question translation training strengthens language alignment within LLMs and shapes their working patterns.

📄 PDF Abstract BibTeX arXiv:2405.01345

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningTranslation

Similar Papers 제목 키워드 기반

Self-Improving Multilingual Long Reasoning via Translation-Reasoning Integrated Training

2026-02-05 · Junxiao Liu, Zhijun Wang, Yixiao Li, Zhejian Lai 외 arxiv

Long reasoning models often struggle in multilingual settings: they tend to reason in English for non-English questions; when constrained to reasoning in the question language, accuracies drop substantially. The struggle…

Response Generation

Multilingual Reasoning Cascades Need More Context

2026-06-25 · Arnav Mazumder, Dengjia Zhang, Shuyue Stella Li, Yulia Tsvetkov 외 arxiv

Translation cascades for reasoning translate the query from another language to English, reason in English, and translate the answer back to the original language. This is a competitive approach to multilingual reasoning…

Machine Translation

Question Translation Training for Better Multilingual Reasoning

2024-01-15 · Wenhao Zhu, ShuJian Huang, Fei Yuan, Shuaijie She 외

Large language models show compelling performance on reasoning tasks but they tend to perform much worse in languages other than English. This is unsurprising given that their training data largely consists of English te…

Mathematical ReasoningTranslation

Better Decomposition, Free Aggregation: A Synthesizer-Folding Framework for Multilingual Multi-Hop Question Answering

2026-08-13 · Yilin Wang, Yuchun Fan, Weidong Bao, Zili Wei 외 arxiv

Multilingual retrieval-augmented generation (mRAG) equips large language models with access to globally distributed external knowledge for complex multilingual question answering. Recent approaches either translate retri…

Multi-hop Question Answering

M3TQA: Massively Multilingual Multitask Table Question Answering

2025-08-22 · Daixin Shu, Jian Yang, Zhenhe Wu, Xianjie Wu 외 arxiv

Tabular data is a fundamental component of real-world information systems, yet most research in table understanding remains confined to English, leaving multilingual comprehension significantly underexplored. Existing mu…

Question Answering