Datasets:
johngiorgi
commited on
Commit
•
ff35b25
1
Parent(s):
196b123
Update README.md
Browse files
README.md
CHANGED
@@ -28,8 +28,20 @@ This is a copy of the [MS^2](https://huggingface.co/datasets/allenai/mslr2022) d
|
|
28 |
- __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
|
29 |
- __top-k strategy__: `"mean"`, i.e. the number of documents retrieved, `k`, is set as the mean number of documents seen across examples in this dataset, in this case `k==17`
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
Retrieval results on the `validation` set:
|
32 |
|
33 |
| Recall@100 | Rprec | Precision@k | Recall@k |
|
34 |
| ----------- | ----------- | ----------- | ----------- |
|
35 |
-
| 0.3780 | 0.1827 | 0.1815 | 0.1792 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
- __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
|
29 |
- __top-k strategy__: `"mean"`, i.e. the number of documents retrieved, `k`, is set as the mean number of documents seen across examples in this dataset, in this case `k==17`
|
30 |
|
31 |
+
Retrieval results on the `train` set:
|
32 |
+
|
33 |
+
| Recall@100 | Rprec | Precision@k | Recall@k |
|
34 |
+
| ----------- | ----------- | ----------- | ----------- |
|
35 |
+
| 0.4333 | 0.2163 | 0.2051 | 0.2197 |
|
36 |
+
|
37 |
Retrieval results on the `validation` set:
|
38 |
|
39 |
| Recall@100 | Rprec | Precision@k | Recall@k |
|
40 |
| ----------- | ----------- | ----------- | ----------- |
|
41 |
+
| 0.3780 | 0.1827 | 0.1815 | 0.1792 |
|
42 |
+
|
43 |
+
Retrieval results on the `test` set:
|
44 |
+
|
45 |
+
| Recall@100 | Rprec | Precision@k | Recall@k |
|
46 |
+
| ----------- | ----------- | ----------- | ----------- |
|
47 |
+
| 0.3928 | 0.1898 | 0.1951 | 0.1820 |
|