johngiorgi commited on
Commit
a128497
1 Parent(s): ff79fb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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__: `"oracle"`, i.e. the number of documents retrieved, `k`, is set as the original number of input documents for each example
30
 
 
 
 
 
 
 
31
  Retrieval results on the `validation` set:
32
 
33
  | Recall@100 | Rprec | Precision@k | Recall@k |
34
  | ----------- | ----------- | ----------- | ----------- |
35
- | 0.7226 | 0.4023 | 0.4023 | 0.4023 |
 
 
 
 
28
  - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
29
  - __top-k strategy__: `"oracle"`, i.e. the number of documents retrieved, `k`, is set as the original number of input documents for each example
30
 
31
+ Retrieval results on the `train` set:
32
+
33
+ | Recall@100 | Rprec | Precision@k | Recall@k |
34
+ | ----------- | ----------- | ----------- | ----------- |
35
+ | 0.7014 | 0.3841 | 0.3841 | 0.3841 |
36
+
37
  Retrieval results on the `validation` set:
38
 
39
  | Recall@100 | Rprec | Precision@k | Recall@k |
40
  | ----------- | ----------- | ----------- | ----------- |
41
+ | 0.7226 | 0.4023 | 0.4023 | 0.4023 |
42
+
43
+ Retrieval results on the `test` set:
44
+
45
+ N/A. Test set is blind so we do not have any queries.