Cooperative Retrieval-Augmented Generation for Question Answering: Mutual Information Exchange and Ranking by Contrasting Layers
Youmin Ko, Sungjong Seo, Hyunjoon Kim

TL;DR
CoopRAG introduces a cooperative retrieval-augmented generation framework where a retriever and an LLM exchange knowledge and work together to improve question answering accuracy, especially for multi-hop questions.
Contribution
The paper proposes CoopRAG, a novel framework enabling cooperative interaction between retriever and LLM, with layered reranking and reasoning chain reconstruction for enhanced QA performance.
Findings
Outperforms state-of-the-art QA methods on multiple datasets
Improves retrieval accuracy through layered contrastive reranking
Enhances reasoning chain reconstruction for better answer accuracy
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Information Retrieval and Search Behavior
