Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Less is More: Pre-train a Strong Text Encoder for Dense Retrieval Using a Weak Decoder
|
| 2 |
+
|
| 3 |
+
Please check the [official repository](https://github.com/microsoft/SEED-Encoder) for more details and updates.
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
# Fine-tuning on Marco passage/doc ranking tasks and NQ tasks
|
| 7 |
+
|
| 8 |
+
| MSMARCO Dev Passage Retrieval | MRR@10 | Recall@1k |
|
| 9 |
+
|------------------------------|---------------|--------------------- |
|
| 10 |
+
| BM25 warmup checkpoint | 0.329 | 0.953 |
|
| 11 |
+
| ANCE Passage checkpoint | 0.334 | 0.961 |
|
| 12 |
+
|
| 13 |
+
| MSMARCO Document Retrieval | MRR@10 (Dev) | MRR@10 (Eval) |
|
| 14 |
+
|---------------- | -------------- | -------------- |
|
| 15 |
+
| ANCE Document (FirstP) checkpoint | 0.394 | 0.362 |
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
| NQ Task | Top-1 | Top-5 | Top-20 | Top-100 | MRR@20 | P@20 |
|
| 19 |
+
|---------------- | -------------- | -------------- |-------------- | -------------- | -------------- |-------------- |
|
| 20 |
+
| DPR checkpoint | 46.1 | 68.8 | 80.4 | 87.1 | 56.2 | 20.1 |
|
| 21 |
+
| ANCE NQ checkpoint | 52.5 | 73.1 | 83.1 | 88.7 | 61.5 | 22.5
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
# Citation
|
| 25 |
+
|
| 26 |
+
If you find SEED-Encoder useful for your work, please cite the following paper:
|
| 27 |
+
|
| 28 |
+
```
|
| 29 |
+
@article{lu2021less,
|
| 30 |
+
title={Less is More: Pre-training a Strong Siamese Encoder Using a Weak Decoder},
|
| 31 |
+
author={Lu, Shuqi and Xiong, Chenyan and He, Di and Ke, Guolin and Malik, Waleed and Dou, Zhicheng and Bennett, Paul and Liu, Tieyan and Overwijk, Arnold},
|
| 32 |
+
journal={arXiv preprint arXiv:2102.09206},
|
| 33 |
+
year={2021}
|
| 34 |
+
}
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
|