Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
johngiorgi commited on
Commit
59efc38
1 Parent(s): 6e2f2b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -26,8 +26,20 @@ 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__: `"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`
28
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  Retrieval results on the `test` set:
30
 
31
  | Recall@100 | Rprec | Precision@k | Recall@k |
32
  | ----------- | ----------- | ----------- | ----------- |
33
- | 0.548 | 0.2272 | 0.055 | 0.4039 |
26
  - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
27
  - __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`
28
 
29
+ Retrieval results on the `train` set:
30
+
31
+ | Recall@100 | Rprec | Precision@k | Recall@k |
32
+ | ----------- | ----------- | ----------- | ----------- |
33
+ | 0.5482 | 0.2243 | 0.0547 | 0.4063 |
34
+
35
+ Retrieval results on the `validation` set:
36
+
37
+ | Recall@100 | Rprec | Precision@k | Recall@k |
38
+ | ----------- | ----------- | ----------- | ----------- |
39
+ | 0.5476 | 0.2209 | 0.0553 | 0.4026 |
40
+
41
  Retrieval results on the `test` set:
42
 
43
  | Recall@100 | Rprec | Precision@k | Recall@k |
44
  | ----------- | ----------- | ----------- | ----------- |
45
+ | 0.5480 | 0.2272 | 0.055 | 0.4039 |