Commit
·
d290617
1
Parent(s):
2c88978
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Dense passage retriever (DPR) is a dense retrieval method described in the following paper:
|
2 |
+
|
3 |
+
> 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.
|
4 |
+
|
5 |
+
We have trained our own DPR models with our Wikipedia corpus variants using the [Tevatron](https://github.com/texttron/tevatron) library.
|
6 |
+
|
7 |
+
Our own efforts are described in the paper entitled:
|
8 |
+
> Pre-Processing Matters! Improved Wikipedia Corpora for Open-Domain Question Answering.
|
9 |
+
|
10 |
+
This is the query encoder portion of a 2nd iteration DPR model for the wiki-text-8-4 corpus variant trained on the amalgamation of the NQ, TriviaQA, WQ, and CuratedTREC datasets.
|