paper-with-me

Papers

Implicit Cross-Lingual Rewarding for Efficient Multilingual Preference Alignment

2025-03-06 · Wen Yang, Junhong Wu, Chen Wang, Chengqing Zong, Jiajun Zhang

Direct Preference Optimization (DPO) has become a prominent method for aligning Large Language Models (LLMs) with human preferences. While DPO has enabled significant progress in aligning English LLMs, multilingual preference alignment is hampered by data scarcity. To address this, we propose a novel approach that $\textit{captures}$ learned preferences from well-aligned English models by implicit rewards and $\textit{transfers}$ them to other languages through iterative training. Specifically, we derive an implicit reward model from the logits of an English DPO-aligned model and its corresponding reference model. This reward model is then leveraged to annotate preference relations in cross-lingual instruction-following pairs, using English instructions to evaluate multilingual responses. The annotated data is subsequently used for multilingual DPO fine-tuning, facilitating preference knowledge transfer from English to other languages. Fine-tuning Llama3 for two iterations resulted in a 12.72% average improvement in Win Rate and a 5.97% increase in Length Control Win Rate across all training languages on the X-AlpacaEval leaderboard. Our findings demonstrate that leveraging existing English-aligned models can enable efficient and effective multilingual preference alignment, significantly reducing the need for extensive multilingual preference data. The code is available at https://github.com/ZNLP/Implicit-Cross-Lingual-Rewarding

📄 PDF Abstract BibTeX arXiv:2503.04647

Code (1)

znlp/implicit-cross-lingual-rewarding 공식 구현 pytorch

Tasks

Instruction FollowingTransfer Learning

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

CONGRAD:Conflicting Gradient Filtering for Multilingual Preference Alignment

2025-03-31 · Jiangnan Li, Thuy-Trang Vu, Christian Herold, Amirhossein Tebbifakhr 외

Naive joint training of large language models (LLMs) for multilingual preference alignment can suffer from negative interference. This is a known issue in multilingual training, where conflicting objectives degrade overa…

Language Imbalance Driven Rewarding for Multilingual Self-improving

2024-10-11 · Wen Yang, Junhong Wu, Chen Wang, Chengqing Zong 외

Large Language Models (LLMs) have achieved state-of-the-art performance across numerous tasks. However, these advancements have predominantly benefited "first-class" languages such as English and Chinese, leaving many ot…

Arithmetic ReasoningInstruction Following

Preference Tuning For Toxicity Mitigation Generalizes Across Languages

2024-06-23 · Xiaochen Li, Zheng-Xin Yong, Stephen H. Bach

Detoxifying multilingual Large Language Models (LLMs) has become crucial due to their increasing global use. In this work, we explore zero-shot cross-lingual generalization of preference tuning in detoxifying LLMs. Unlik…

RetrievalSentenceSentence Retrieval

MAPO: Advancing Multilingual Reasoning through Multilingual Alignment-as-Preference Optimization

2024-01-12 · Shuaijie She, Wei Zou, ShuJian Huang, Wenhao Zhu 외

Though reasoning abilities are considered language-agnostic, existing LLMs exhibit inconsistent reasoning abilities across different languages, e.g., reasoning in the dominant language like English is superior to other l…

Mathematical Reasoning

CM-Align: Consistency-based Multilingual Alignment for Large Language Models

2025-09-10 · Xue Zhang, Yunlong Liang, Fandong Meng, Songming Zhang 외 arxiv

Current large language models (LLMs) generally show a significant performance gap in alignment between English and other languages. To bridge this gap, existing research typically leverages the model's responses in Engli…