arXiv:2503.04647cs.CLcs.AI2025-03ACL被引 9

用英语模型隐式奖励,高效对齐多语言大模型偏好

Implicit Cross-Lingual Rewarding for Efficient Multilingual Preference Alignment

  • 从英语对齐模型的输出推导隐式奖励信号
  • 跨语言指令对中用英语评估多语回复,生成标注数据
  • 仅两轮微调即实现多语言性能提升,适合资源少场景

直接偏好优化(DPO)已成为对齐大型语言模型与人类偏好的主流方法。尽管DPO在英语模型对齐上取得显著进展,但多语言对齐受限于数据稀缺。为此,我们提出一种新方法:通过隐式奖励捕获已对齐英语模型的学习偏好,并通过迭代训练将其迁移至其他语言。具体而言,我们从一个英语DPO对齐模型及其对应参考模型的logits中推导出隐式奖励模型,该模型用于以英语指令评估多语言响应,从而标注跨语言指令跟随对中的偏好关系。所生成的标注数据随后用于多语言DPO微调,实现偏好知识从英语到其他语言的迁移。对Llama3进行两轮微调后,在X-AlpacaEval基准上所有训练语言的胜率平均提升12.72%,长度控制胜率提升5.97%。结果表明,利用现有英语对齐模型可实现高效且有效的多语言偏好对齐,显著减少对大规模多语言偏好数据的需求。代码已公开于https://github.com/ZNLP/Implicit-Cross-Lingual-Rewarding。

原文摘要 · Abstract (English)

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

多语言对齐偏好优化知识迁移DPO

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。