English

R^2AG: Incorporating Retrieval Information into Retrieval Augmented Generation

Computation and Language 2024-10-31 v2 Artificial Intelligence Information Retrieval

Abstract

Retrieval augmented generation (RAG) has been applied in many scenarios to augment large language models (LLMs) with external documents provided by retrievers. However, a semantic gap exists between LLMs and retrievers due to differences in their training objectives and architectures. This misalignment forces LLMs to passively accept the documents provided by the retrievers, leading to incomprehension in the generation process, where the LLMs are burdened with the task of distinguishing these documents using their inherent knowledge. This paper proposes R2^2AG, a novel enhanced RAG framework to fill this gap by incorporating Retrieval information into Retrieval Augmented Generation. Specifically, R2^2AG utilizes the nuanced features from the retrievers and employs a R2^2-Former to capture retrieval information. Then, a retrieval-aware prompting strategy is designed to integrate retrieval information into LLMs' generation. Notably, R2^2AG suits low-source scenarios where LLMs and retrievers are frozen. Extensive experiments across five datasets validate the effectiveness, robustness, and efficiency of R2^2AG. Our analysis reveals that retrieval information serves as an anchor to aid LLMs in the generation process, thereby filling the semantic gap.

Keywords

Cite

@article{arxiv.2406.13249,
  title  = {R^2AG: Incorporating Retrieval Information into Retrieval Augmented Generation},
  author = {Fuda Ye and Shuangyin Li and Yongqi Zhang and Lei Chen},
  journal= {arXiv preprint arXiv:2406.13249},
  year   = {2024}
}

Comments

Accepted to EMNLP 2024 Findings

R2 v1 2026-06-28T17:11:35.587Z