johngiorgi commited on
Commit
dedafcc
·
1 Parent(s): 55acdd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -40,9 +40,20 @@ This is a copy of the [WCEP-10](https://huggingface.co/datasets/ccdv/WCEP-10) da
40
  - __corpus__: The union of all documents in the `train`, `validation` and `test` splits
41
  - __retriever__: [`facebook/contriever-msmarco`](https://huggingface.co/facebook/contriever-msmarco) via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
42
  - __top-k strategy__: `"oracle"`, i.e. the number of documents retrieved, `k`, is set as the original number of input documents for each example
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  Retrieval results on the `test` set:
45
 
46
- |ndcg | recall@100 | recall@1000 | Rprec |
47
  | ----------- | ----------- | ----------- | ----------- |
48
- | 0.8231 | 0.8678 | 0.9263 | 0.6631 |
 
40
  - __corpus__: The union of all documents in the `train`, `validation` and `test` splits
41
  - __retriever__: [`facebook/contriever-msmarco`](https://huggingface.co/facebook/contriever-msmarco) via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
42
  - __top-k strategy__: `"oracle"`, i.e. the number of documents retrieved, `k`, is set as the original number of input documents for each example
43
+ Retrieval results on the `train` set:
44
+
45
+ | Recall@100 | Rprec | Precision@k | Recall@k |
46
+ | ----------- | ----------- | ----------- | ----------- |
47
+ | 0.8590 | 0.6490 | 0.6490 | 0.6490 |
48
+
49
+ Retrieval results on the `validation` set:
50
+
51
+ | Recall@100 | Rprec | Precision@k | Recall@k |
52
+ | ----------- | ----------- | ----------- | ----------- |
53
+ | 0.8578 | 0.6326 | 0.6326 | 0.6326 |
54
 
55
  Retrieval results on the `test` set:
56
 
57
+ | Recall@100 | Rprec | Precision@k | Recall@k |
58
  | ----------- | ----------- | ----------- | ----------- |
59
+ | 0.8678 | 0.6631 | 0.6631 | 0.6631 |