diff --git a/docs/experiments-dpr.md b/docs/experiments-dpr.md index 64413862d..069235be1 100644 --- a/docs/experiments-dpr.md +++ b/docs/experiments-dpr.md @@ -2,7 +2,7 @@ Dense passage retriever (DPR) is a dense retrieval method described in the following paper: -> Vladimir Karpukhin, Barlas Oğuz, Sewon Min, Patrick Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, Wen-tau Yih. [Dense Passage Retrieval for Open-Domain Question Answering](https://www.aclweb.org/anthology/2020.emnlp-main.550/). _Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)_, pages 6769-6781, 2929. +> Vladimir Karpukhin, Barlas Oğuz, Sewon Min, Patrick Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, Wen-tau Yih. [Dense Passage Retrieval for Open-Domain Question Answering](https://www.aclweb.org/anthology/2020.emnlp-main.550/). _Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)_, pages 6769-6781, 2020. We have replicated DPR results and incorporated the technique into Pyserini. Our own efforts are described in the following paper: