2021

Efficient Passage Retrieval with Hashing for Open-domain Question Answering

Yamada, Ikuya, Asai, Akari, Hajishirzi, Hannaneh

Understand

Most state-of-the-art open-domain question answering systems use a neural retrieval model to encode passages into continuous vectors and extract them from a knowledge source.

  • However, such retrieval models often require large memory to run because of the massive size of their passage index.
  • In this paper, we introduce Binary Passage Retriever (BPR), a memory-efficient neural retrieval model that integrates a learning-to-hash technique into the state-of-the-art Dense Passage Retriever (DPR) to represent the passage index using compact binary codes rather than continuous vectors.
  • BPR is trained with a multi-task objective over two tasks: efficient candidate generation based on binary codes and accurate reranking based on continuous vectors.

Reading the bibliography…