johngiorgi
commited on
Commit
•
72ac001
1
Parent(s):
5c0a4a2
Update README.md
Browse files
README.md
CHANGED
@@ -28,8 +28,18 @@ This is a copy of the [Cochrane](https://huggingface.co/datasets/allenai/mslr202
|
|
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==9`
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
Retrieval results on the `validation` set:
|
32 |
|
33 |
| Recall@100 | Rprec | Precision@k | Recall@k |
|
34 |
| ----------- | ----------- | ----------- | ----------- |
|
35 |
-
| 0.7226 | 0.4023 | 0.3095 | 0.4443 |
|
|
|
|
|
|
|
|
|
|
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==9`
|
30 |
|
31 |
+
Retrieval results on the `train` set:
|
32 |
+
|
33 |
+
| Recall@100 | Rprec | Precision@k | Recall@k |
|
34 |
+
| ----------- | ----------- | ----------- | ----------- |
|
35 |
+
| 0.7014 | 0.3841 | 0.2976 | 0.4157 |
|
36 |
+
|
37 |
Retrieval results on the `validation` set:
|
38 |
|
39 |
| Recall@100 | Rprec | Precision@k | Recall@k |
|
40 |
| ----------- | ----------- | ----------- | ----------- |
|
41 |
+
| 0.7226 | 0.4023 | 0.3095 | 0.4443 |
|
42 |
+
|
43 |
+
Retrieval results on the `test` set:
|
44 |
+
|
45 |
+
N/A. Test set is blind so we do not have any queries.
|