SOTAVerified

Evaluating Dense Passage Retrieval using Transformers

2022-08-15Unverified0· sign in to hype

Nima Sadri

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Although representational retrieval models based on Transformers have been able to make major advances in the past few years, and despite the widely accepted conventions and best-practices for testing such models, a standardized evaluation framework for testing them has not been developed. In this work, we formalize the best practices and conventions followed by researchers in the literature, paving the path for more standardized evaluations - and therefore more fair comparisons between the models. Our framework (1) embeds the documents and queries; (2) for each query-document pair, computes the relevance score based on the dot product of the document and query embedding; (3) uses the dev set of the MSMARCO dataset to evaluate the models; (4) uses the trec_eval script to calculate MRR@100, which is the primary metric used to evaluate the models. Most importantly, we showcase the use of this framework by experimenting on some of the most well-known dense retrieval models.

Tasks

Reproductions