English

Boot and Switch: Alternating Distillation for Zero-Shot Dense Retrieval

Computation and Language 2023-11-28 v1 Information Retrieval

Abstract

Neural 'dense' retrieval models are state of the art for many datasets, however these models often exhibit limited domain transfer ability. Existing approaches to adaptation are unwieldy, such as requiring explicit supervision, complex model architectures, or massive external models. We present ABEL\texttt{ABEL}, a simple but effective unsupervised method to enhance passage retrieval in zero-shot settings. Our technique follows a straightforward loop: a dense retriever learns from supervision signals provided by a reranker, and subsequently, the reranker is updated based on feedback from the improved retriever. By iterating this loop, the two components mutually enhance one another's performance. Experimental results demonstrate that our unsupervised ABEL\texttt{ABEL} model outperforms both leading supervised and unsupervised retrievers on the BEIR benchmark. Meanwhile, it exhibits strong adaptation abilities to tasks and domains that were unseen during training. By either fine-tuning ABEL\texttt{ABEL} on labelled data or integrating it with existing supervised dense retrievers, we achieve state-of-the-art results.\footnote{Source code is available at \url{https://github.com/Fantabulous-J/BootSwitch}.}

Keywords

Cite

@article{arxiv.2311.15564,
  title  = {Boot and Switch: Alternating Distillation for Zero-Shot Dense Retrieval},
  author = {Fan Jiang and Qiongkai Xu and Tom Drummond and Trevor Cohn},
  journal= {arXiv preprint arXiv:2311.15564},
  year   = {2023}
}

Comments

Accepted by EMNLP 2023 Findings

R2 v1 2026-06-28T13:32:17.946Z