Datasets:
johngiorgi
commited on
Commit
•
ff5e208
1
Parent(s):
7bdcee0
Update README.md
Browse files
README.md
CHANGED
@@ -26,10 +26,22 @@ This is a copy of the [Multi-XScience](https://huggingface.co/datasets/multi_x_s
|
|
26 |
- __query__: The `related_work` field of each example
|
27 |
- __corpus__: The union of all documents in the `train`, `validation` and `test` splits
|
28 |
- __retriever__: [`facebook/contriever-msmarco`](https://huggingface.co/facebook/contriever-msmarco) via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
|
29 |
-
- __top-k strategy__: `"max"`, i.e. the number of documents retrieved, `k`, is set as the maximum number of documents seen across examples in this dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
Retrieval results on the `test` set:
|
32 |
|
33 |
-
|
|
34 |
| ----------- | ----------- | ----------- | ----------- |
|
35 |
-
| 0.
|
|
|
26 |
- __query__: The `related_work` field of each example
|
27 |
- __corpus__: The union of all documents in the `train`, `validation` and `test` splits
|
28 |
- __retriever__: [`facebook/contriever-msmarco`](https://huggingface.co/facebook/contriever-msmarco) via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
|
29 |
+
- __top-k strategy__: `"max"`, i.e. the number of documents retrieved, `k`, is set as the maximum number of documents seen across examples in this dataset, in this case `k==20`
|
30 |
+
|
31 |
+
Retrieval results on the `train` set:
|
32 |
+
|
33 |
+
| Recall@100 | Rprec | Precision@k | Recall@k |
|
34 |
+
| ----------- | ----------- | ----------- | ----------- |
|
35 |
+
| 0.5270 | 0.2005 | 0.0573 | 0.3785 |
|
36 |
+
|
37 |
+
Retrieval results on the `validation` set:
|
38 |
+
|
39 |
+
| Recall@100 | Rprec | Precision@k | Recall@k |
|
40 |
+
| ----------- | ----------- | ----------- | ----------- |
|
41 |
+
| 0.5310 | 0.2026 | 0.059 | 0.3831 |
|
42 |
|
43 |
Retrieval results on the `test` set:
|
44 |
|
45 |
+
| Recall@100 | Rprec | Precision@k | Recall@k |
|
46 |
| ----------- | ----------- | ----------- | ----------- |
|
47 |
+
| 0.5229 | 0.2081 | 0.058 | 0.3794 |
|