Update readme
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ Sohee Yang and Minjoon Seo, [Is Retriever Merely an Approximator of Reader?](ht
|
|
6 |
|
7 |
The paper proposes to distill the reader into the retriever so that the retriever absorbs the strength of the reader while keeping its own benefit. The model is a DPR retriever further finetuned using knowledge distillation from the DPR reader. Using this approach, the answer recall rate increases by a large margin, especially at small numbers of top-k.
|
8 |
|
9 |
-
This model is the question encoder of RDR trained solely on
|
10 |
|
11 |
## Performance
|
12 |
|
|
|
6 |
|
7 |
The paper proposes to distill the reader into the retriever so that the retriever absorbs the strength of the reader while keeping its own benefit. The model is a DPR retriever further finetuned using knowledge distillation from the DPR reader. Using this approach, the answer recall rate increases by a large margin, especially at small numbers of top-k.
|
8 |
|
9 |
+
This model is the question encoder of RDR trained solely on TriviaQA (single-trivia). This model is trained by the authors and is the official checkpoint of RDR.
|
10 |
|
11 |
## Performance
|
12 |
|