Cross-Lingual Optimization for Language Transfer in Large Language Models
About
Adapting large language models to other languages typically employs supervised fine-tuning (SFT) as a standard approach. However, it often suffers from an overemphasis on English performance, a phenomenon that is especially pronounced in data-constrained environments. To overcome these challenges, we propose \textbf{Cross-Lingual Optimization (CLO)} that efficiently transfers an English-centric LLM to a target language while preserving its English capabilities. CLO utilizes publicly available English SFT data and a translation model to enable cross-lingual transfer. We conduct experiments using five models on six languages, each possessing varying levels of resource. Our results show that CLO consistently outperforms SFT in both acquiring target language proficiency and maintaining English performance. Remarkably, in low-resource languages, CLO with only 3,200 samples surpasses SFT with 6,400 samples, demonstrating that CLO can achieve better performance with less data. Furthermore, we find that SFT is particularly sensitive to data quantity in medium and low-resource languages, whereas CLO remains robust. Our comprehensive analysis emphasizes the limitations of SFT and incorporates additional training strategies in CLO to enhance efficiency.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multitask Language Understanding | MMLU (test) | Accuracy61.49 | 303 | |
| Multitask Language Understanding | CMMLU (test) | Accuracy52.1 | 38 | |
| Instruction Following | AlpacaEval Chinese | Win Rate70.4 | 20 | |
| Instruction Following | AlpacaEval German | Win Rate65.2 | 20 | |
| Instruction Following | AlpacaEval Korean | Win Rate77.8 | 20 | |
| Instruction Following | AlpacaEval Indonesian | Win Rate64.2 | 20 | |
| Instruction Following | AlpacaEval Swahili | Win Rate83 | 20 | |
| Instruction Following | AlpacaEval Yoruba | Win Rate (%)68.9 | 20 | |
| Multitask Language Understanding | MMMLU Korean 1.0 (test) | Accuracy41.94 | 18 | |
| Multitask Language Understanding | MMMLU Swahili 1.0 (test) | Accuracy33.38 | 18 |