johngiorgi commited on
Commit
d21df47
1 Parent(s): 3649623

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -41,6 +41,18 @@ This is a copy of the [WCEP-10](https://huggingface.co/datasets/ccdv/WCEP-10) da
41
  - __retriever__: BM25 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
  | Recall@100 | Rprec | Precision@k | Recall@k |
41
  - __retriever__: BM25 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 `train` set:
45
+
46
+ | Recall@100 | Rprec | Precision@k | Recall@k |
47
+ | ----------- | ----------- | ----------- | ----------- |
48
+ | 0.8753 | 0.6443 | 0.6443 | 0.6443 |
49
+
50
+ Retrieval results on the `validation` set:
51
+
52
+ | Recall@100 | Rprec | Precision@k | Recall@k |
53
+ | ----------- | ----------- | ----------- | ----------- |
54
+ | 0.8706 | 0.6280 | 0.6280 | 0.6280 |
55
+
56
  Retrieval results on the `test` set:
57
 
58
  | Recall@100 | Rprec | Precision@k | Recall@k |