Datasets:
johngiorgi
commited on
Commit
•
20c19b4
1
Parent(s):
db30c91
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license:
|
9 |
+
- unknown
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
task_categories:
|
17 |
+
- summarization
|
18 |
+
task_ids:
|
19 |
+
- summarization-other-paper-abstract-generation
|
20 |
+
paperswithcode_id: multi-xscience
|
21 |
+
pretty_name: Multi-XScience
|
22 |
+
---
|
23 |
+
|
24 |
+
This is a copy of the [Multi-XScience](https://huggingface.co/datasets/multi_x_science_sum) dataset, except the input source documents of its `test` split have been replaced by a __sparse__ retriever. The retrieval pipeline used:
|
25 |
+
|
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__: `"mean"`, i.e. the number of documents retrieved, `k`, is set as the mean 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 |
|