PLUG: Leveraging Pivot Language in Cross-Lingual Instruction Tuning
Zhihan Zhang, Dong-Ho Lee, Yuwei Fang, Wenhao Yu, Mengzhao Jia, Meng Jiang, Francesco Barbieri
TL;DR
This work tackles the challenge of instruction tuning for low-resource languages by introducing PLUG, a pivot-language guided generation approach that uses a high-resource pivot language to structure responses in the target language. By training models to first formulate instructions and responses in the pivot language before producing the final output, PLUG leverages stronger proficiency in the pivot language to improve instruction-following in the target language. The authors also present X-AlpacaEval, a multilingual benchmark for open-ended instructions, and demonstrate that PLUG yields substantial improvements across Chinese, Korean, Italian, and Spanish, with notable gains in truthfulness and reasoning. They further show pivot-language flexibility beyond English, data-efficient learning, and favorable comparisons to translation-based baselines, while outlining limitations and ethical considerations for broader deployment.
Abstract
Instruction tuning has remarkably advanced large language models (LLMs) in understanding and responding to diverse human instructions. Despite the success in high-resource languages, its application in lower-resource ones faces challenges due to the imbalanced foundational abilities of LLMs across different languages, stemming from the uneven language distribution in their pre-training data. To tackle this issue, we propose pivot language guided generation (PLUG), an approach that utilizes a high-resource language, primarily English, as the pivot to enhance instruction tuning in lower-resource languages. It trains the model to first process instructions in the pivot language, and then produce responses in the target language. To evaluate our approach, we introduce a benchmark, X-AlpacaEval, of instructions in 4 languages (Chinese, Korean, Italian, and Spanish), each annotated by professional translators. Our approach demonstrates a significant improvement in the instruction-following abilities of LLMs by 29% on average, compared to directly responding in the target language alone. Further experiments validate the versatility of our approach by employing alternative pivot languages beyond English to assist languages where LLMs exhibit lower proficiency. Our code and data are available at https://github.com/ytyz1307zzh/PLUG.
