PAIRS: Parametric-Verified Adaptive Information Retrieval and Selection for Efficient RAG
Wang Chen, Guanqiang Qi, Weikang Li, Yang Li, Deguo Xia, Jizhou Huang

TL;DR
PAIRS is a training-free framework that adaptively combines parametric and external knowledge to improve the efficiency and accuracy of retrieval-augmented generation systems, reducing unnecessary retrievals and enhancing answer quality.
Contribution
PAIRS introduces a novel dual-path generation and adaptive retrieval mechanism that dynamically decides when and what to retrieve, significantly improving RAG system efficiency and accuracy without additional training.
Findings
Reduces retrieval costs by approximately 25%.
Achieves +1.1% EM and +1.0% F1 improvements on QA benchmarks.
Effectively filters irrelevant documents through adaptive selection.
Abstract
Retrieval-Augmented Generation (RAG) has become a cornerstone technique for enhancing large language models (LLMs) with external knowledge. However, current RAG systems face two critical limitations: (1) they inefficiently retrieve information for every query, including simple questions that could be resolved using the LLM's parametric knowledge alone, and (2) they risk retrieving irrelevant documents when queries contain sparse information signals. To address these gaps, we introduce Parametric-verified Adaptive Information Retrieval and Selection (PAIRS), a training-free framework that integrates parametric and retrieved knowledge to adaptively determine whether to retrieve and how to select external information. Specifically, PAIRS employs a dual-path generation mechanism: First, the LLM produces both a direct answer and a context-augmented answer using self-generated pseudo-context.…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
