🌟 Corresponding author
1 School of Artificial Intelligence, University of Chinese Academy of Sciences
2 Institute of Automation, Chinese Academy of Sciences
3 Wuhan AI Research
4 Shanghai Artificial Intelligence Laboratory, Shanghai, China
This work explores a novel perspective: leveraging the preference knowledge embedded within existing English-aligned models to facilitate multilingual preference alignment.
Prior work has demonstrated that the implicit reward model, derived from the logits of a well-aligned English DPO model and its reference model, effectively captures preferences over English instructions.
Building on this, we apply this implicit reward model to the multilingual setting, using it to label preference relations in cross-lingual instruction-response pairs. This ensures that multilingual responses are evaluated based on their alignment with English instructions.
We term Implicit Cross-Lingual Rewarding, which preserves reward signal fidelity by directly evaluating multilingual responses under English instructions, avoiding translation-induced distortions.
Our approach involves three key steps:
Multilingual response generation: Starting from any multilingual model that is DPO-tuned on English preference data from an initial reference model. Responses are sampled by the model from multilingual prompts.
Implicit cross-lingual rewarding: Constructing cross-lingual instruction-response pairs by pairing English instructions with sampled multilingual responses. The implicit reward model then assigns preference scores to these responses, capturing the model's learned preference knowledge.
Preference Transfer Training: Our approach adopts iterative DPO similar to previous works, incorporating a negative log-likelihood (NLL) loss term to train on the multilingual preference data, thereby transferring preferences across languages.
Please follow the instructions below to install the required packages.
https://github.com/ZNLP/Implicit-Cross-Lingual-Rewarding.git
conda create -n ICR python=3.10 -y
conda activate ICR
cd Implicit-Cross-Lingual-Rewarding
pip install -r requirements.txt
bash scripts/run_pipeline.sh
Our training is mostly performed on LLaMA-Factory code base. Please refer to that repo for more details.
bash scripts/batch_inference_for_xalpacaeval.sh
We provide some results in this section. More detailed results can be found in our paper.
The Multilingual MT-Bench Benchmark
The Multilingual NLP Benchmarks
Generalization to Lower-resource Languages
Scaling the Number of Training Prompts
If you find this repo useful for your research, please consider citing the paper
Implicit Cross-lingual Rewarding:
@article{yang2025implicit,
title={Implicit Cross-Lingual Rewarding for Efficient Multilingual Preference Alignment},
author={Yang, Wen and Wu, Junhong and Wang, Chen and Zong, Chengqing and Zhang, Jiajun},
journal={arXiv preprint arXiv:2503.04647},
year={2025}
}
Language Imbalance Driven Rewarding:
@article{yang2024language,
title={Language Imbalance Driven Rewarding for Multilingual Self-improving},
author={Yang, Wen and Wu, Junhong and Wang, Chen and Zong, Chengqing and Zhang, Jiajun},
journal={arXiv preprint arXiv:2410.08964},
year={2024}
}
We would like to thank the following repos for their great work:
This project is released under the Apache 2.0 license. Parts of this project contain code and models from other sources, which are subject to their respective licenses.
17 commits
1 commits
Python
91.0%
Shell
5.3%
HTML
3.7%
🌟 Corresponding author
1 School of Artificial Intelligence, University of Chinese Academy of Sciences
2 Institute of Automation, Chinese Academy of Sciences
3 Wuhan AI Research
4 Shanghai Artificial Intelligence Laboratory, Shanghai, China
This work explores a novel perspective: leveraging the preference knowledge embedded within existing English-aligned models to facilitate multilingual preference alignment.
Prior work has demonstrated that the implicit reward model, derived from the logits of a well-aligned English DPO model and its reference model, effectively captures preferences over English instructions.
Building on this, we apply this implicit reward model to the multilingual setting, using it to label preference relations in cross-lingual instruction-response pairs. This ensures that multilingual responses are evaluated based on their alignment with English instructions.
We term Implicit Cross-Lingual Rewarding, which preserves reward signal fidelity by directly evaluating multilingual responses under English instructions, avoiding translation-induced distortions.
Our approach involves three key steps:
Multilingual response generation: Starting from any multilingual model that is DPO-tuned on English preference data from an initial reference model. Responses are sampled by the model from multilingual prompts.
Implicit cross-lingual rewarding: Constructing cross-lingual instruction-response pairs by pairing English instructions with sampled multilingual responses. The implicit reward model then assigns preference scores to these responses, capturing the model's learned preference knowledge.
Preference Transfer Training: Our approach adopts iterative DPO similar to previous works, incorporating a negative log-likelihood (NLL) loss term to train on the multilingual preference data, thereby transferring preferences across languages.
Please follow the instructions below to install the required packages.
https://github.com/ZNLP/Implicit-Cross-Lingual-Rewarding.git
conda create -n ICR python=3.10 -y
conda activate ICR
cd Implicit-Cross-Lingual-Rewarding
pip install -r requirements.txt
bash scripts/run_pipeline.sh
Our training is mostly performed on LLaMA-Factory code base. Please refer to that repo for more details.
bash scripts/batch_inference_for_xalpacaeval.sh
We provide some results in this section. More detailed results can be found in our paper.
The Multilingual MT-Bench Benchmark
The Multilingual NLP Benchmarks
Generalization to Lower-resource Languages
Scaling the Number of Training Prompts
If you find this repo useful for your research, please consider citing the paper
Implicit Cross-lingual Rewarding:
@article{yang2025implicit,
title={Implicit Cross-Lingual Rewarding for Efficient Multilingual Preference Alignment},
author={Yang, Wen and Wu, Junhong and Wang, Chen and Zong, Chengqing and Zhang, Jiajun},
journal={arXiv preprint arXiv:2503.04647},
year={2025}
}
Language Imbalance Driven Rewarding:
@article{yang2024language,
title={Language Imbalance Driven Rewarding for Multilingual Self-improving},
author={Yang, Wen and Wu, Junhong and Wang, Chen and Zong, Chengqing and Zhang, Jiajun},
journal={arXiv preprint arXiv:2410.08964},
year={2024}
}
We would like to thank the following repos for their great work:
This project is released under the Apache 2.0 license. Parts of this project contain code and models from other sources, which are subject to their respective licenses.
17 commits
1 commits
Python
91.0%
Shell
5.3%
HTML
3.7%