English

Offline Pseudo Relevance Feedback for Efficient and Effective Single-pass Dense Retrieval

Information Retrieval 2023-08-22 v1

Abstract

Dense retrieval has made significant advancements in information retrieval (IR) by achieving high levels of effectiveness while maintaining online efficiency during a single-pass retrieval process. However, the application of pseudo relevance feedback (PRF) to further enhance retrieval effectiveness results in a doubling of online latency. To address this challenge, this paper presents a single-pass dense retrieval framework that shifts the PRF process offline through the utilization of pre-generated pseudo-queries. As a result, online retrieval is reduced to a single matching with the pseudo-queries, hence providing faster online retrieval. The effectiveness of the proposed approach is evaluated on the standard TREC DL and HARD datasets, and the results demonstrate its promise. Our code is openly available at https://github.com/Rosenberg37/OPRF.

Keywords

Cite

@article{arxiv.2308.10191,
  title  = {Offline Pseudo Relevance Feedback for Efficient and Effective Single-pass Dense Retrieval},
  author = {Xueru Wen and Xiaoyang Chen and Xuanang Chen and Ben He and Le Sun},
  journal= {arXiv preprint arXiv:2308.10191},
  year   = {2023}
}

Comments

Accepted at SIGIR2023

R2 v1 2026-06-28T11:59:39.720Z