paper-with-me

홈 › Papers

Hypothetical Documents or Knowledge Leakage? Rethinking LLM-based Query Expansion

2025-04-19 · Yejun Yoon, JaeYoon Jung, Seunghyun Yoon, Kunwoo Park

Query expansion methods powered by large language models (LLMs) have demonstrated effectiveness in zero-shot retrieval tasks. These methods assume that LLMs can generate hypothetical documents that, when incorporated into a query vector, enhance the retrieval of real evidence. However, we challenge this assumption by investigating whether knowledge leakage in benchmarks contributes to the observed performance gains. Using fact verification as a testbed, we analyzed whether the generated documents contained information entailed by ground truth evidence and assessed their impact on performance. Our findings indicate that performance improvements occurred consistently only for claims whose generated documents included sentences entailed by ground truth evidence. This suggests that knowledge leakage may be present in these benchmarks, inflating the perceived performance of LLM-based query expansion methods, particularly in real-world scenarios that require retrieving niche or novel knowledge.

📄 PDF Abstract BibTeX arXiv:2504.14175

Code (0)

등록된 구현이 없습니다.

Tasks

Fact VerificationRetrieval

Similar Papers 제목 키워드 기반

Zero-Shot Dense Retrieval with Embeddings from Relevance Feedback

2024-10-28 · Nour Jedidi, Yung-Sung Chuang, Leslie Shing, James Glass

Building effective dense retrieval systems remains difficult when relevance supervision is not available. Recent work has looked to overcome this challenge by using a Large Language Model (LLM) to generate hypothetical d…

Language ModellingLarge Language ModelRetrieval

Corpus-Steered Query Expansion with Large Language Models

2024-02-28 · Yibin Lei, Yu Cao, Tianyi Zhou, Tao Shen 외

Recent studies demonstrate that query expansions generated by large language models (LLMs) can considerably enhance information retrieval systems by generating hypothetical documents that answer the queries as expansions…

Information RetrievalRetrieval

RemoteRAG: A Privacy-Preserving LLM Cloud RAG Service

2024-12-17 · Yihang Cheng, Lan Zhang, Junyang Wang, Mu Yuan 외

Retrieval-augmented generation (RAG) improves the service quality of large language models by retrieving relevant documents from credible literature and integrating them into the context of the user query. Recently, the …

Privacy PreservingRAGRetrievalRetrieval-augmented Generation

GOLFer: Smaller LM-Generated Documents Hallucination Filter & Combiner for Query Expansion in Information Retrieval

2025-06-05 · Lingyuan Liu, Mengxiang Zhang

Large language models (LLMs)-based query expansion for information retrieval augments queries with generated hypothetical documents with LLMs. However, its performance relies heavily on the scale of the language models (…

HallucinationInformation Retrieval

MosaicLeaks:Privacy Risks in Querying-in-the-Open for Deep Research Agents

2026-05-29 · Alexander Gurung, Spandana Gella, Alexandre Drouin, Issam H. Laradji 외 arxiv

Deep research agents increasingly combine private local documents with external tools like web retrieval, creating a privacy risk: an agent's external queries may leak sensitive information from its local context. This r…

Reinforcement Learning