arXiv:2601.14896cs.CL2026-01ACL被引 1

多语言检索生成新框架,减少跨语言知识冲突与偏差

Language-Coupled Reinforcement Learning for Multilingual Retrieval-Augmented Generation

  • 引入语言耦合的强化学习机制,分语言优化检索与生成
  • 在多语言数据集上提升生成质量,尤其在小样本和多语言场景下表现稳定
  • 适合资源有限或需支持多种语言的实际应用

多语言检索增强生成(MRAG)要求模型从多语言知识库中有效获取并整合外部信息。然而,现有方法普遍采用统一处理流程,即不同语言中语义等价的查询通过单轮检索和后续优化完成,这种“一刀切”策略在多语言环境下常导致知识偏差和冲突。为此,我们提出LcRL框架,将语言耦合的组相对策略优化集成到策略与奖励模型中。通过滚动采样模块中的语言耦合组采样降低知识偏差,并在奖励模型中引入辅助反一致性正则项缓解知识冲突。实验表明,LcRL不仅性能优异,且适用于训练数据受限及涵盖大量语言的知识库检索等实际场景。代码已开源:https://github.com/Cherry-qwq/LcRL-Open。

原文摘要 · Abstract (English)

Multilingual retrieval-augmented generation (MRAG) requires models to effectively acquire and integrate beneficial external knowledge from multilingual collections. However, most existing studies employ a unitive process where queries of equivalent semantics across different languages are processed through a single-turn retrieval and subsequent optimization. Such a ``one-size-fits-all'' strategy is often suboptimal in multilingual settings, as the models occur to knowledge bias and conflict during the interaction with the search engine. To alleviate the issues, we propose LcRL, a multilingual search-augmented reinforcement learning framework that integrates a language-coupled Group Relative Policy Optimization into the policy and reward models. We adopt the language-coupled group sampling in the rollout module to reduce knowledge bias, and regularize an auxiliary anti-consistency penalty in the reward models to mitigate the knowledge conflict. Experimental results demonstrate that LcRL not only achieves competitive performance but is also appropriate for various practical scenarios such as constrained training data and retrieval over collections encompassing a large number of languages. Our code is available at https://github.com/Cherry-qwq/LcRL-Open.

多语言生成强化学习检索增强知识冲突

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