CLIRApr 12, 2021

A Replication Study of Dense Passage Retriever

arXiv:2104.05740v174 citations
Originality Synthesis-oriented
AI Analysis

This replication provides incremental insights into DPR's effectiveness for researchers in information retrieval and question answering.

The study replicated the dense passage retriever (DPR) technique for open-domain question answering, finding that the original paper under-reported BM25 baseline effectiveness and that improvements in answer span scoring enhanced end-to-end performance using the same models.

Text retrieval using learned dense representations has recently emerged as a promising alternative to "traditional" text retrieval using sparse bag-of-words representations. One recent work that has garnered much attention is the dense passage retriever (DPR) technique proposed by Karpukhin et al. (2020) for end-to-end open-domain question answering. We present a replication study of this work, starting with model checkpoints provided by the authors, but otherwise from an independent implementation in our group's Pyserini IR toolkit and PyGaggle neural text ranking library. Although our experimental results largely verify the claims of the original paper, we arrived at two important additional findings that contribute to a better understanding of DPR: First, it appears that the original authors under-report the effectiveness of the BM25 baseline and hence also dense--sparse hybrid retrieval results. Second, by incorporating evidence from the retriever and an improved answer span scoring technique, we are able to improve end-to-end question answering effectiveness using exactly the same models as in the original work.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes