Datasets:
Commit
·
7f3fadb
1
Parent(s):
c828b0f
Update README.md
Browse files
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 |
-
|
|
| 34 |
| ----------- | ----------- | ----------- | ----------- |
|
| 35 |
-
| 0.
|
|
|
|
| 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 |
|