English

FB-RAG: Improving RAG with Forward and Backward Lookup

Computation and Language 2025-11-12 v3 Artificial Intelligence

Abstract

Traditional Retrieval-Augmented Generation (RAG) struggles with complex queries that lack strong signals to retrieve the most relevant context, forcing a trade-off between choosing a small context that misses key information and a large context that confuses the LLM. To address this, we propose Forward-Backward RAG (FB-RAG), a new training-free framework based on a simple yet powerful forward-looking strategy. FB-RAG employs a light-weight LLM to peek into potential future generations, using evidence from multiple sampled outputs to precisely identify the most relevant context for a final, more powerful generator. This improves performance without complex finetuning or Reinforcement Learning common in prior work. Across 99 datasets from LongBench and \inftyBench, FB-RAG consistently delivers strong results. Further, the performance gains can be achieved with reduced latency due to a shorter, more focused prompt for the powerful generator. On EN.QA dataset, FB-RAG matches the leading baseline with over 4848% latency reduction or achieves an 88% performance improvement with a 1010% latency reduction. Our analysis finds cases where even when the forward-looking LLM fails to generate correct answers, its attempts are sufficient to guide the final model to an accurate response, demonstrating how smaller LLMs can systematically improve the performance and efficiency of larger ones.

Keywords

Cite

@article{arxiv.2505.17206,
  title  = {FB-RAG: Improving RAG with Forward and Backward Lookup},
  author = {Kushal Chawla and Alfy Samuel and Anoop Kumar and Daben Liu},
  journal= {arXiv preprint arXiv:2505.17206},
  year   = {2025}
}

Comments

Accepted at Findings of AACL 2025

R2 v1 2026-07-01T02:32:38.917Z