PAPER DIGEST
Most Influential ACL 2023 Paper · 2026-03 edition

Precise Zero-Shot Dense Retrieval Without Relevance Labels

Luyu Gao; Xueguang Ma; Jimmy Lin; Jamie Callan

Venue
Annual Meeting of the Association for Computational Linguistics (ACL) 2023
Recognition
Most Influential ACL 2023 Paper (Rank No. 7)
Edition
2026-03
Impact factor
7
Certificate ID
7e969c92bc2beb20

Abstract

While dense retrieval has been shown to be effective and efficient across tasks and languages, it remains difficult to create effective fully zero-shot dense retrieval systems when no relevance labels are available. In this paper, we recognize the difficulty of zero-shot learning and encoding relevance. Instead, we propose to pivot through Hypothetical Document Embeddings (HyDE). Given a query, HyDE first zero-shot prompts an instruction-following language model (e. g. , InstructGPT) to generate a hypothetical document. The document captures relevance patterns but is �fake� and may contain hallucinations. Then, an unsupervised contrastively learned encoder (e. g. , Contriever) encodes the document into an embedding vector. This vector identifies a neighborhood in the corpus embedding space, from which similar real documents are retrieved based on vector similarity. This second step grounds the generated document to the actual corpus, with the encoder�s dense bottleneck filtering out the hallucinations. Our experiments show that HyDE significantly outperforms the state-of-the-art unsupervised dense retriever Contriever and shows strong performance comparable to fine-tuned retrievers across various tasks (e. g. web search, QA, fact verification) and in non-English languages (e. g. , sw, ko, ja, bn).

Download PDF certificate