ZEST shows that a small synthetic corpus generated by GPT-4o from five examples can stand in for the real target corpus in a frozen context-aware embedding model, losing under 0.5% retrieval accuracy on MTEB.
LaPraDoR: Unsupervised Pretrained Dense Retriever for Zero-Shot Text Retrieval
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In this paper, we propose LaPraDoR, a pretrained dual-tower dense retriever that does not require any supervised data for training. Specifically, we first present Iterative Contrastive Learning (ICoL) that iteratively trains the query and document encoders with a cache mechanism. ICoL not only enlarges the number of negative instances but also keeps representations of cached examples in the same hidden space. We then propose Lexicon-Enhanced Dense Retrieval (LEDR) as a simple yet effective way to enhance dense retrieval with lexical matching. We evaluate LaPraDoR on the recently proposed BEIR benchmark, including 18 datasets of 9 zero-shot text retrieval tasks. Experimental results show that LaPraDoR achieves state-of-the-art performance compared with supervised dense retrieval models, and further analysis reveals the effectiveness of our training strategy and objectives. Compared to re-ranking, our lexicon-enhanced approach can be run in milliseconds (22.5x faster) while achieving superior performance.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Zero-Shot Contextual Embeddings via Offline Synthetic Corpus Generation
ZEST shows that a small synthetic corpus generated by GPT-4o from five examples can stand in for the real target corpus in a frozen context-aware embedding model, losing under 0.5% retrieval accuracy on MTEB.