Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
johngiorgi commited on
Commit
7f3fadb
1 Parent(s): c828b0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,10 +26,10 @@ This is a copy of the [Multi-XScience](https://huggingface.co/datasets/multi_x_s
26
  - __query__: The `related_work` field of each example
27
  - __corpus__: The union of all documents in the `train`, `validation` and `test` splits
28
  - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
29
- - __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
30
 
31
  Retrieval results on the `test` set:
32
 
33
- |ndcg | recall@100 | recall@1000 | Rprec |
34
  | ----------- | ----------- | ----------- | ----------- |
35
- | 0.2327 | 0.2999 | 0.3829 | 0.1452 |
 
26
  - __query__: The `related_work` field of each example
27
  - __corpus__: The union of all documents in the `train`, `validation` and `test` splits
28
  - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
29
+ - __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==20`
30
 
31
  Retrieval results on the `test` set:
32
 
33
+ | Recall@100 | Rprec | Precision@k | Recall@k |
34
  | ----------- | ----------- | ----------- | ----------- |
35
+ | 0.548 | 0.2272 | 0.055 | 0.4039 |