CLAug 6, 2025

PAIRS: Parametric-Verified Adaptive Information Retrieval and Selection for Efficient RAG

BaiduTsinghua
arXiv:2508.04057v15 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses efficiency and accuracy problems for users of RAG systems in question-answering tasks, representing an incremental improvement over existing methods.

The paper tackles inefficiency and irrelevance in Retrieval-Augmented Generation (RAG) systems by introducing PAIRS, a training-free framework that adaptively decides when to retrieve external information and how to select it, reducing retrieval costs by about 25% while improving accuracy by +1.1% EM and +1.0% F1 on average across six QA benchmarks.

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. When these outputs converge, PAIRS bypasses external retrieval entirely, dramatically improving the RAG system's efficiency. For divergent cases, PAIRS activates a dual-path retrieval (DPR) process guided by both the original query and self-generated contextual signals, followed by an Adaptive Information Selection (AIS) module that filters documents through weighted similarity to both sources. This simple yet effective approach can not only enhance efficiency by eliminating unnecessary retrievals but also improve accuracy through contextually guided retrieval and adaptive information selection. Experimental results on six question-answering (QA) benchmarks show that PAIRS reduces retrieval costs by around 25% (triggering for only 75% of queries) while still improving accuracy-achieving +1.1% EM and +1.0% F1 over prior baselines on average.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes