Passage Re-ranking with BERT
About
Recently, neural models pretrained on a language modeling task, such as ELMo (Peters et al., 2017), OpenAI GPT (Radford et al., 2018), and BERT (Devlin et al., 2018), have achieved impressive results on various natural language processing tasks such as question-answering and natural language inference. In this paper, we describe a simple re-implementation of BERT for query-based passage re-ranking. Our system is the state of the art on the TREC-CAR dataset and the top entry in the leaderboard of the MS MARCO passage retrieval task, outperforming the previous state of the art by 27% (relative) in MRR@10. The code to reproduce our results is available at https://github.com/nyu-dl/dl4marco-bert
Rodrigo Nogueira, Kyunghyun Cho• 2019
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Information Retrieval | BEIR (test) | TREC-COVID Score0.344 | 126 | |
| Retrieval | MS MARCO (dev) | MRR@100.365 | 84 | |
| Passage Ranking | MS MARCO (dev) | MRR@1036.5 | 73 | |
| Information Retrieval | Robust04 | P@2040.42 | 72 | |
| Document Reranking | TREC DL 19 | NDCG@1070.5 | 39 | |
| Document Reranking | TREC DL 20 | NDCG@1067.28 | 33 | |
| Passage Ranking | NQ | MRR47.31 | 29 | |
| Passage Ranking | TREC DL 2020 | R@10100 | 28 | |
| Passage retrieval | Natural Questions (NQ) | Top-10 Accuracy65.18 | 28 | |
| Passage Ranking | WebQuestions (WQ) | R@1062.94 | 28 |
Showing 10 of 37 rows