PulseAugur
LIVE 09:59:24
research · [2 sources] ·
0
research

Researchers explore Query Performance Prediction for optimizing RAG pipelines

Researchers have explored using Query Performance Prediction (QPP) to optimize Retrieval-Augmented Generation (RAG) pipelines by selecting the most effective query variant. This approach aims to reduce computational costs associated with executing every possible query reformulation. Experiments on TREC-RAG datasets revealed a gap between retrieval relevance and generation fidelity, indicating that query variants maximizing ranking metrics do not always yield the best generated answers. However, QPP can still identify variants that enhance overall RAG quality, with lightweight pre-retrieval predictors proving efficient. AI

Summary written by gemini-2.5-flash-lite from 2 sources. How we write summaries →

IMPACT Optimizes RAG pipelines by reducing computational costs and improving answer quality through intelligent query variant selection.

RANK_REASON Academic paper introducing a novel method for optimizing RAG pipelines.

Read on arXiv cs.CL →

COVERAGE [2]

  1. arXiv cs.CL TIER_1 · Negar Arabzadeh, Andrew Drozdov, Michael Bendersky, Matei Zaharia ·

    Can QPP Choose the Right Query Variant? Evaluating Query Variant Selection for RAG Pipelines

    arXiv:2604.22661v1 Announce Type: cross Abstract: Large Language Models (LLMs) have made query reformulation ubiquitous in modern retrieval and Retrieval-Augmented Generation (RAG) pipelines, enabling the generation of multiple semantically equivalent query variants. However, exe…

  2. arXiv cs.CL TIER_1 · Matei Zaharia ·

    Can QPP Choose the Right Query Variant? Evaluating Query Variant Selection for RAG Pipelines

    Large Language Models (LLMs) have made query reformulation ubiquitous in modern retrieval and Retrieval-Augmented Generation (RAG) pipelines, enabling the generation of multiple semantically equivalent query variants. However, executing the full pipeline for every reformulation i…