paper-with-me

Papers

Language-Coupled Reinforcement Learning for Multilingual Retrieval-Augmented Generation

2026-01-21 · Rui Qi, Fengran Mo, Yufeng Chen, Xue Zhang, Shuo Wang, Hongliang Li, Jinan Xu, Meng Jiang, Jian-Yun Nie, Kaiyu Huang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.14896

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

CroSearch-R1: Better Leveraging Cross-lingual Knowledge for Retrieval-Augmented Generation

2026-04-28 · Rui Qi, Fengran Mo, Sijin Lu, Yufeng Chen 외 arxiv

A multilingual collection may contain useful knowledge in other languages to supplement and correct the facts in the original language for Retrieval-Augmented Generation (RAG). However, the vanilla approach that simply c…

Reinforcement Learning

Multilingual Retrieval-Augmented Generation for Knowledge-Intensive Task

2025-04-04 · Leonardo Ranaldi, Barry Haddow, Alexandra Birch

Retrieval-augmented generation (RAG) has become a cornerstone of contemporary NLP, enhancing large language models (LLMs) by allowing them to access richer factual contexts through in-context retrieval. While effective i…

Open-Domain Question AnsweringQuestion AnsweringRAGRetrieval+1

Not All Languages are Equal: Insights into Multilingual Retrieval-Augmented Generation

2024-10-29 · Suhang Wu, Jialong Tang, Baosong Yang, Ante Wang 외

RALMs (Retrieval-Augmented Language Models) broaden their knowledge scope by incorporating external textual resources. However, the multilingual nature of global knowledge necessitates RALMs to handle diverse languages, …

AllRetrievalRetrieval-augmented GenerationSelection bias+1

CONCAP: Seeing Beyond English with Concepts Retrieval-Augmented Captioning

2025-07-27 · George Ibrahim, Rita Ramos, Yova Kementchedjhieva arxiv

Multilingual vision-language models have made significant strides in image captioning, yet they still lag behind their English counterparts due to limited multilingual training data and costly large-scale model parameter…

Image Captioning

Retrieval-Augmented Multilingual Keyphrase Generation with Retriever-Generator Iterative Training

2022-05-21 · Findings (NAACL) 2022 7 · Yifan Gao, Qingyu Yin, Zheng Li, Rui Meng 외

Keyphrase generation is the task of automatically predicting keyphrases given a piece of long text. Despite its recent flourishing, keyphrase generation on non-English languages haven't been vastly investigated. In this …

Keyphrase GenerationPassage RetrievalRetrieval