Less is More for RAG: Information Gain Pruning for Generator-Aligned Reranking and Evidence Selection
Zhipeng Song, Yizhi Zhou, Xiangyu Kong, Jiulong Jiao, Xinrui Bao, Xu You, Xueqing Shi, Yuhang Zhou, Heng Qi
TL;DR
This work tackles the budgeted retrieval-augmented generation problem where evidence must be admitted under a fixed context limit. It introduces Information Gain Pruning (IGP), a generator-aligned, deployment-friendly reranker that uses a Top-K normalized uncertainty proxy to compute Information Gain (IG) and prune low-utility passages before truncation. Across five QA benchmarks, multiple retrievers, and generator families, IGP consistently improves the end-to-end quality-cost frontier, particularly under multi-evidence budgets, by reducing final-stage token input by up to ~79% while boosting average F1 by ~12–20%. A key finding is the relevance–utility mismatch: offline relevance metrics (e.g., NDCG) weakly predict generation quality under budget constraints, underscoring the value of optimizing evidence utility rather than relevance alone. The approach is black-box, training-free, and broadly applicable, offering a practical knob Tp for admission control and robust gains across model families and scales, making budgeted RAG more reliable and cost-efficient in real deployments.
Abstract
Retrieval-augmented generation (RAG) grounds large language models with external evidence, but under a limited context budget, the key challenge is deciding which retrieved passages should be injected. We show that retrieval relevance metrics (e.g., NDCG) correlate weakly with end-to-end QA quality and can even become negatively correlated under multi-passage injection, where redundancy and mild conflicts destabilize generation. We propose \textbf{Information Gain Pruning (IGP)}, a deployment-friendly reranking-and-pruning module that selects evidence using a generator-aligned utility signal and filters weak or harmful passages before truncation, without changing existing budget interfaces. Across five open-domain QA benchmarks and multiple retrievers and generators, IGP consistently improves the quality--cost trade-off. In a representative multi-evidence setting, IGP delivers about +12--20% relative improvement in average F1 while reducing final-stage input tokens by roughly 76--79% compared to retriever-only baselines.
