Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Question Translation Training for Better Multilingual Reasoning

About

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 text and instructions. A typical solution is to translate instruction data into all languages of interest, and then train on the resulting multilingual data, which is called translate-training. This approach not only incurs high cost, but also results in poorly translated data due to the non-standard formatting of mathematical chain-of-thought. In this paper, we explore the benefits of question alignment, where we train the model to translate reasoning questions into English by finetuning on X-English parallel question data. In this way we perform targeted, in-domain language alignment which makes best use of English instruction data to unlock the LLMs' multilingual reasoning abilities. Experimental results on LLaMA2-13B show that question alignment leads to consistent improvements over the translate-training approach: an average improvement of 11.3% and 16.1% accuracy across ten languages on the MGSM and MSVAMP multilingual reasoning benchmarks. The project will be available at: https://github.com/NJUNLP/QAlign.

Wenhao Zhu, Shujian Huang, Fei Yuan, Shuaijie She, Jiajun Chen, Alexandra Birch• 2024

Related benchmarks

TaskDatasetResultRank
Natural Language InferenceXNLI (test)
Average Accuracy73.5
167
Multilingual Mathematical ReasoningMGSM (test)
Accuracy57.1
57
Multilingual Mathematical ReasoningMGSM
Accuracy (Bn)33.2
36
Multilingual Mathematical ReasoningMGSM 1.0 (test)
Accuracy (ru)64.4
35
Multilingual Mathematical ReasoningMSVAMP
Accuracy (English)67.6
33
Commonsense ReasoningX-CSQA (test)
Accuracy (Sw)35.1
8
Showing 6 of 6 rows

Other info

Code

Follow for update