paper-with-me

홈 › Papers

Evaluating Dense Passage Retrieval using Transformers

2022-08-15 · Nima Sadri

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 $\textit{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 $\texttt{dev}$ set of the MSMARCO dataset to evaluate the models; (4) uses the $\texttt{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.

📄 PDF Abstract BibTeX arXiv:2208.06959

Code (0)

등록된 구현이 없습니다.

Tasks

Passage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Unsupervised dense retrieval with conterfactual contrastive learning

2024-12-30 · Haitian Chen, Qingyao Ai, Xiao Wang, Yiqun Liu 외

Efficiently retrieving a concise set of candidates from a large document corpus remains a pivotal challenge in Information Retrieval (IR). Neural retrieval models, particularly dense retrieval models built with transform…

Contrastive LearningcounterfactualInformation RetrievalRetrieval+1

Evaluating Token-Level and Passage-Level Dense Retrieval Models for Math Information Retrieval

2022-03-21 · Wei Zhong, Jheng-Hong Yang, Yuqing Xie, Jimmy Lin

With the recent success of dense retrieval methods based on bi-encoders, studies have applied this approach to various interesting downstream retrieval tasks with good efficiency and in-domain effectiveness. Recently, we…

Information RetrievalMathMath Information RetrievalRetrieval

MASTER: Multi-task Pre-trained Bottlenecked Masked Autoencoders are Better Dense Retrievers

2022-12-15 · Kun Zhou, Xiao Liu, Yeyun Gong, Wayne Xin Zhao 외

Pre-trained Transformers (\eg BERT) have been commonly used in existing dense retrieval methods for parameter initialization, and recent studies are exploring more effective pre-training tasks for further improving the q…

DecoderPassage RetrievalRetrieval

Deep Learning Based Dense Retrieval: A Comparative Study

2024-10-27 · Ming Zhong, Zhizhi Wu, Nanako Honda

Dense retrievers have achieved state-of-the-art performance in various information retrieval tasks, but their robustness against tokenizer poisoning remains underexplored. In this work, we assess the vulnerability of den…

Deep LearningInformation RetrievalPassage RetrievalRetrieval

ConTextual Masked Auto-Encoder for Dense Passage Retrieval

2022-08-16 · Xing Wu, Guangyuan Ma, Meng Lin, Zijia Lin 외

Dense passage retrieval aims to retrieve the relevant passages of a query from a large corpus based on dense representations (i.e., vectors) of the query and the passages. Recent studies have explored improving pre-train…

DecoderPassage RetrievalRetrievalSentence