A Representation Sharpening Framework for Zero Shot Dense Retrieval
Dhananjay Ashok, Suraj Nair, Mutasem Al-Darabsah, Choon Hui Teo, Tarun Agarwal, Jonathan May
TL;DR
The paper tackles zero-shot dense retrieval when a target corpus lacks relevance-labelled queries. It proposes a training-free representation sharpening framework that augments document embeddings with contrastive queries generated in a many-to-many paradigm, weighted by query similarity, to sharpen representations without retraining. Extensive experiments across BEIR, BRIGHT, and MIRACL demonstrate consistent gains, including state-of-the-art results on BRIGHT and substantial multilingual improvements, with both inference-time and indexing-time variants to balance performance and cost. The approach is complementary to prior methods and highlights practical deployment options that avoid additional inference overhead while boosting retrieval quality.
Abstract
Zero-shot dense retrieval is a challenging setting where a document corpus is provided without relevant queries, necessitating a reliance on pretrained dense retrievers (DRs). However, since these DRs are not trained on the target corpus, they struggle to represent semantic differences between similar documents. To address this failing, we introduce a training-free representation sharpening framework that augments a document's representation with information that helps differentiate it from similar documents in the corpus. On over twenty datasets spanning multiple languages, the representation sharpening framework proves consistently superior to traditional retrieval, setting a new state-of-the-art on the BRIGHT benchmark. We show that representation sharpening is compatible with prior approaches to zero-shot dense retrieval and consistently improves their performance. Finally, we address the performance-cost tradeoff presented by our framework and devise an indexing-time approximation that preserves the majority of our performance gains over traditional retrieval, yet suffers no additional inference-time cost.
