johngiorgi commited on
Commit
9e9f992
1 Parent(s): ff61924

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__: `"oracle"`, i.e. the number of documents retrieved, `k`, is set as the original number of input documents for each example
28
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  Retrieval results on the `test` set:
30
 
31
  | Recall@100 | Rprec | Precision@k | Recall@k |
32
  | ----------- | ----------- | ----------- | ----------- |
33
- | 0.548 | 0.2272 | 0.2272 | 0.2272 |
26
  - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
27
  - __top-k strategy__: `"oracle"`, i.e. the number of documents retrieved, `k`, is set as the original number of input documents for each example
28
 
29
+ Retrieval results on the `train` set:
30
+
31
+ | Recall@100 | Rprec | Precision@k | Recall@k |
32
+ | ----------- | ----------- | ----------- | ----------- |
33
+ | 0.5482 | 0.2243 | 0.2243 | 0.2243 |
34
+
35
+ Retrieval results on the `validation` set:
36
+
37
+ | Recall@100 | Rprec | Precision@k | Recall@k |
38
+ | ----------- | ----------- | ----------- | ----------- |
39
+ | 0.5476 | 0.2209 | 0.2209 | 0.2209 |
40
+
41
  Retrieval results on the `test` set:
42
 
43
  | Recall@100 | Rprec | Precision@k | Recall@k |
44
  | ----------- | ----------- | ----------- | ----------- |
45
+ | 0.5480 | 0.2272 | 0.2272 | 0.2272 |