Test-time Corpus Feedback

From Retrieval to RAG

Conference Paper (2026)
Author(s)

Mandeep Rathee (L3S)

V. Venktesh (Stockholm University)

Sean MacAvaney (University of Glasgow)

Avishek Anand (TU Delft - Electrical Engineering, Mathematics and Computer Science)

Research Group
Web Information Systems
DOI related publication
https://doi.org/10.18653/v1/2026.findings-eacl.298 Final published version
More Info
expand_more
Publication Year
2026
Language
English
Research Group
Web Information Systems
Pages (from-to)
5637-5656
Publisher
Association for Computational Linguistics (ACL)
ISBN (electronic)
9798891763869
Event
19th Conference of the European Chapter of the Association for Computational Linguistics, Findings of EACL 2026 (2026-03-24 - 2026-03-29), Rabat, Morocco
Downloads counter
16
Reuse Rights

Other than for strictly personal use, it is not permitted to download, forward or distribute the text or part of it, without the consent of the author(s) and/or copyright holder(s), unless the work is under an open content license such as Creative Commons.

Abstract

Retrieval-Augmented Generation (RAG) has emerged as a standard framework for knowledge-intensive NLP tasks, combining large language models (LLMs) with document retrieval from external corpora. Despite its widespread use, most RAG pipelines continue to treat retrieval and reasoning as isolated components—retrieving documents once and then generating answers without further interaction. This static design often limits performance on complex tasks that require iterative evidence gathering or high-precision retrieval. Recent work in both the information retrieval (IR) and NLP communities has begun to close this gap by introducing adaptive retrieval and ranking methods that incorporate feedback. In this survey, we present a structured overview of advanced retrieval and ranking mechanisms that integrate such feedback. We categorize feedback signals based on their source and role in improving the query, retrieved context, or document pool. By consolidating these developments, we aim to bridge IR and NLP perspectives and highlight retrieval as a dynamic, learnable component of end-to-end RAG systems.