gabrielaltay
commited on
Commit
•
9599335
1
Parent(s):
15a4a29
upload hub_repos/multi_xscience/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: mit
|
6 |
+
license_bigbio_shortname: MIT
|
7 |
+
pretty_name: Multi-XScience
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for Multi-XScience
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://github.com/yaolu/Multi-XScience
|
16 |
+
- **Pubmed:** False
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Paraphrasing, Summarization
|
19 |
+
|
20 |
+
|
21 |
+
Multi-document summarization is a challenging task for which there exists little large-scale datasets.
|
22 |
+
We propose Multi-XScience, a large-scale multi-document summarization dataset created from scientific articles.
|
23 |
+
Multi-XScience introduces a challenging multi-document summarization task: writing the related-work section
|
24 |
+
of a paper based on its abstract and the articles it references. Our work is inspired by extreme summarization,
|
25 |
+
a dataset construction protocol that favours abstractive modeling approaches. Descriptive statistics and
|
26 |
+
empirical results---using several state-of-the-art models trained on the Multi-XScience dataset---reveal t
|
27 |
+
hat Multi-XScience is well suited for abstractive models.
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
## Citation Information
|
32 |
+
|
33 |
+
```
|
34 |
+
@misc{https://doi.org/10.48550/arxiv.2010.14235,
|
35 |
+
doi = {10.48550/ARXIV.2010.14235},
|
36 |
+
|
37 |
+
url = {https://arxiv.org/abs/2010.14235},
|
38 |
+
|
39 |
+
author = {Lu, Yao and Dong, Yue and Charlin, Laurent},
|
40 |
+
|
41 |
+
keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
42 |
+
|
43 |
+
title = {Multi-XScience: A Large-scale Dataset for Extreme Multi-document Summarization of Scientific Articles},
|
44 |
+
|
45 |
+
publisher = {arXiv},
|
46 |
+
|
47 |
+
year = {2020},
|
48 |
+
|
49 |
+
copyright = {arXiv.org perpetual, non-exclusive license}
|
50 |
+
}
|
51 |
+
|
52 |
+
```
|