johngiorgi commited on
Commit
7e3aa16
1 Parent(s): eb1a33a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -26,6 +26,18 @@ This is a copy of the [Multi-XScience](https://huggingface.co/datasets/multi_x_s
26
  - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
27
  - __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==4`
28
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  Retrieval results on the `test` set:
30
 
31
  | Recall@100 | Rprec | Precision@k | Recall@k |
 
26
  - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
27
  - __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==4`
28
 
29
+ Retrieval results on the `train` set:
30
+
31
+ | Recall@100 | Rprec | Precision@k | Recall@k |
32
+ | ----------- | ----------- | ----------- | ----------- |
33
+ | 0.5482 | 0.2243 | 0.1578 | 0.2689 |
34
+
35
+ Retrieval results on the `validation` set:
36
+
37
+ | Recall@100 | Rprec | Precision@k | Recall@k |
38
+ | ----------- | ----------- | ----------- | ----------- |
39
+ | 0.5476 | 0.2209 | 0.1592 | 0.2650 |
40
+
41
  Retrieval results on the `test` set:
42
 
43
  | Recall@100 | Rprec | Precision@k | Recall@k |