paper-with-me

Papers

Progressive Query Expansion for Retrieval Over Cost-constrained Data Sources

2024-06-11 · Muhammad Shihab Rashid, Jannat Ara Meem, Yue Dong, Vagelis Hristidis

Query expansion has been employed for a long time to improve the accuracy of query retrievers. Earlier works relied on pseudo-relevance feedback (PRF) techniques, which augment a query with terms extracted from documents retrieved in a first stage. However, the documents may be noisy hindering the effectiveness of the ranking. To avoid this, recent studies have instead used Large Language Models (LLMs) to generate additional content to expand a query. These techniques are prone to hallucination and also focus on the LLM usage cost. However, the cost may be dominated by the retrieval in several important practical scenarios, where the corpus is only available via APIs which charge a fee per retrieved document. We propose combining classic PRF techniques with LLMs and create a progressive query expansion algorithm ProQE that iteratively expands the query as it retrieves more documents. ProQE is compatible with both sparse and dense retrieval systems. Our experimental results on four retrieval datasets show that ProQE outperforms state-of-the-art baselines by 37% and is the most cost-effective.

📄 PDF Abstract BibTeX arXiv:2406.07136

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Exp4Fuse: A Rank Fusion Framework for Enhanced Sparse Retrieval using Large Language Model-based Query Expansion

2025-06-05 · Lingyuan Liu, Mengxiang Zhang

Large Language Models (LLMs) have shown potential in generating hypothetical documents for query expansion, thereby enhancing information retrieval performance. However, the efficacy of this method is highly dependent on…

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+1

Experiments on Manual Thesaurus based Query Expansion for Ad-hoc Monolingual Gujarati Information Retrieval Tasks

2020-01-18 · Hardik Joshi, Jyoti Pareek

In this paper, we present the experimental work done on Query Expansion (QE) for retrieval tasks of Gujarati text documents. In information retrieval, it is very difficult to estimate the exact user need, query expansion…

Information RetrievalRetrieval

Estimating Robust Query Models with Convex Optimization

2008-12-01 · NeurIPS 2008 12 · Kevyn Collins-Thompson

Query expansion is a long-studied approach for improving retrieval effectiveness by enhancing the user’s original query with additional related terms. Current algorithms for automatic query expansion have been shown to…

Retrieval

Retrieval-Feedback-Driven Distillation and Preference Alignment for Efficient LLM-based Query Expansion

2026-03-14 · Minghan Li, Guodong Zhou arxiv

Large language models have recently enabled a generative paradigm for query expansion, but their high inference cost makes direct deployment difficult in practical retrieval systems. To address this issue, a retrieval-fe…

Compute Allocation for Reasoning-Intensive Retrieval Agents

2026-03-15 · Sreeja Apparaju, Nilesh Gupta arxiv

As agents operate over long horizons, their memory stores grow continuously, making retrieval critical to accessing relevant information. Many agent queries require reasoning-intensive retrieval, where the connection bet…