PulseAugur
实时 15:02:53

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

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

排序理由 Academic paper introducing a novel method for optimizing RAG pipelines.

在 arXiv cs.CL 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

Researchers explore Query Performance Prediction for optimizing RAG pipelines

报道来源 [2]

  1. arXiv cs.CL TIER_1 English(EN) · 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 English(EN) · 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…