Pre-training with Large Language Model-based Document Expansion for Dense Passage Retrieval
Guangyuan Ma, Xing Wu, Peng Wang, Zijia Lin, Songlin Hu
TL;DR
This work tackles the challenge of initializing dense passage retrievers in data-scarce or domain-shift scenarios by pre-training with Large Language Model–generated document expansions (queries). It introduces two pre-training paradigms—contrastive pre-training and bottlenecked query generation—coupled with a two-stage curriculum to dramatically reduce online LLM inferences while preserving performance. Across MS-MARCO, TREC-DL, and BEIR, the approach delivers strong zero-shot and out-of-domain improvements, with clear advantages in initialization and domain adaptation. The findings offer a practical path to fast, unsupervised retrieval systems that leverage LLM capabilities at pre-training time rather than during deployment.
Abstract
In this paper, we systematically study the potential of pre-training with Large Language Model(LLM)-based document expansion for dense passage retrieval. Concretely, we leverage the capabilities of LLMs for document expansion, i.e. query generation, and effectively transfer expanded knowledge to retrievers using pre-training strategies tailored for passage retrieval. These strategies include contrastive learning and bottlenecked query generation. Furthermore, we incorporate a curriculum learning strategy to reduce the reliance on LLM inferences. Experimental results demonstrate that pre-training with LLM-based document expansion significantly boosts the retrieval performance on large-scale web-search tasks. Our work shows strong zero-shot and out-of-domain retrieval abilities, making it more widely applicable for retrieval when initializing with no human-labeled data.
