Commit
·
689ded4
1
Parent(s):
04b7b26
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Multihop-Dense Retrieval (MDR)
|
| 2 |
+
|
| 3 |
+
Paper: [Answering Complex Open-Domain Questions with Multi-Hop Dense Retrieval](https://arxiv.org/abs/2009.12756) (Xiong, Wenhan, et al.)
|
| 4 |
+
|
| 5 |
+
Code and checkpoint from https://github.com/facebookresearch/multihop_dense_retrieval/
|
| 6 |
+
|
| 7 |
+
This is the checkpoint `q_model` from https://dl.fbaipublicfiles.com/mdpr/models/q_encoder.pt
|
| 8 |
+
|
| 9 |
+
License: https://github.com/facebookresearch/multihop_dense_retrieval/blob/main/LICENSE
|