Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
johngiorgi commited on
Commit
e5eaccf
1 Parent(s): 92077d0

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__: `"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==10`
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__: `"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==10`
43
 
44
+ Retrieval results on the `train` set:
45
+
46
+ | Recall@100 | Rprec | Precision@k | Recall@k |
47
+ | ----------- | ----------- | ----------- | ----------- |
48
+ | 0.8753 | 0.6443 | 0.5919 | 0.6588 |
49
+
50
+ Retrieval results on the `validation` set:
51
+
52
+ | Recall@100 | Rprec | Precision@k | Recall@k |
53
+ | ----------- | ----------- | ----------- | ----------- |
54
+ | 0.8706 | 0.6280 | 0.5988 | 0.6346 |
55
+
56
  Retrieval results on the `test` set:
57
 
58
  | Recall@100 | Rprec | Precision@k | Recall@k |