Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Cooperative Retrieval-Augmented Generation for Question Answering: Mutual Information Exchange and Ranking by Contrasting Layers

About

Since large language models (LLMs) have a tendency to generate factually inaccurate output, retrieval-augmented generation (RAG) has gained significant attention as a key means to mitigate this downside of harnessing only LLMs. However, existing RAG methods for simple and multi-hop question answering (QA) are still prone to incorrect retrievals and hallucinations. To address these limitations, we propose CoopRAG, a novel RAG framework for the question answering task in which a retriever and an LLM work cooperatively with each other by exchanging informative knowledge, and the earlier and later layers of the retriever model work cooperatively with each other to accurately rank the retrieved documents relevant to a given query. In this framework, we (i) unroll a question into sub-questions and a reasoning chain in which uncertain positions are masked, (ii) retrieve the documents relevant to the question augmented with the sub-questions and the reasoning chain, (iii) rerank the documents by contrasting layers of the retriever, and (iv) reconstruct the reasoning chain by filling the masked positions via the LLM. Our experiments demonstrate that CoopRAG consistently outperforms state-of-the-art QA methods on three multi-hop QA datasets as well as a simple QA dataset in terms of both the retrieval and QA performances. Our code is available.

Youmin Ko, Sungjong Seo, Hyunjoon Kim• 2025

Related benchmarks

TaskDatasetResultRank
Multi-hop Question Answering2WikiMultihopQA
EM71.7
278
Question Answering2WikiMultiHopQA (test)
F178.9
69
RetrievalNatural Questions (test)
Top-5 Recall92.1
62
Multi-hop QAMuSiQue
EM52.8
42
Multi-hop QAHotpotQA
Exact Match65.6
33
Multi-hop QA RetrievalMuSiQue (test)
R@259.6
28
Multi-hop QA Retrieval2WikiMultiHopQA (test)
R@280.8
28
Multi-hop QA2Wiki
EM0.717
26
Single-hop QANQ (Natural Questions)
EM72
22
RetrievalHotpotQA (test)
Recall@288.8
20
Showing 10 of 19 rows

Other info

Follow for update