johngiorgi commited on
Commit
ffa700b
·
1 Parent(s): e908f47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -28,8 +28,20 @@ This is a copy of the [Multi-XScience](https://huggingface.co/datasets/multi_x_s
28
  - __retriever__: [`facebook/contriever-msmarco`](https://huggingface.co/facebook/contriever-msmarco) 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 `test` set:
32
 
33
- |ndcg | recall@100 | recall@1000 | Rprec |
34
  | ----------- | ----------- | ----------- | ----------- |
35
- | 0.3783 | 0.5229 | 0.7217 | 0.2081 |
 
28
  - __retriever__: [`facebook/contriever-msmarco`](https://huggingface.co/facebook/contriever-msmarco) 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.5270 | 0.2005 | 0.2005 | 0.2005 |
36
+
37
+ Retrieval results on the `validation` set:
38
+
39
+ | Recall@100 | Rprec | Precision@k | Recall@k |
40
+ | ----------- | ----------- | ----------- | ----------- |
41
+ | 0.5310 | 0.2026 | 0.2026 | 0.2026 |
42
+
43
  Retrieval results on the `test` set:
44
 
45
+ | Recall@100 | Rprec | Precision@k | Recall@k |
46
  | ----------- | ----------- | ----------- | ----------- |
47
+ | 0.5229 | 0.2081 | 0.2081 | 0.2081 |