Datasets:
Commit
·
b9d9025
1
Parent(s):
146b5ae
Fix missing tags in dataset cards (#4931)
Browse filesCommit from https://github.com/huggingface/datasets/commit/303e906e6c2aeb6821af23264ffb2e653a65aa86
README.md
CHANGED
@@ -1,8 +1,24 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
pretty_name: ScientificPapers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "scientific_papers"
|
@@ -33,9 +49,9 @@ pretty_name: ScientificPapers
|
|
33 |
|
34 |
## Dataset Description
|
35 |
|
36 |
-
- **Homepage:**
|
37 |
-
- **Repository:**
|
38 |
-
- **Paper:** [
|
39 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
40 |
- **Size of downloaded dataset files:** 8591.93 MB
|
41 |
- **Size of the generated dataset:** 9622.19 MB
|
@@ -47,9 +63,9 @@ Scientific papers datasets contains two sets of long and structured documents.
|
|
47 |
The datasets are obtained from ArXiv and PubMed OpenAccess repositories.
|
48 |
|
49 |
Both "arxiv" and "pubmed" have two features:
|
50 |
-
- article: the body of the document,
|
51 |
-
- abstract: the abstract of the document,
|
52 |
-
- section_names: titles of sections,
|
53 |
|
54 |
### Supported Tasks and Leaderboards
|
55 |
|
@@ -175,7 +191,6 @@ The data fields are the same among all splits.
|
|
175 |
### Citation Information
|
176 |
|
177 |
```
|
178 |
-
|
179 |
@article{Cohan_2018,
|
180 |
title={A Discourse-Aware Attention Model for Abstractive Summarization of
|
181 |
Long Documents},
|
@@ -188,10 +203,8 @@ The data fields are the same among all splits.
|
|
188 |
author={Cohan, Arman and Dernoncourt, Franck and Kim, Doo Soon and Bui, Trung and Kim, Seokhwan and Chang, Walter and Goharian, Nazli},
|
189 |
year={2018}
|
190 |
}
|
191 |
-
|
192 |
```
|
193 |
|
194 |
-
|
195 |
### Contributions
|
196 |
|
197 |
Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
language:
|
5 |
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license:
|
9 |
+
- unknown
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
pretty_name: ScientificPapers
|
13 |
+
size_categories:
|
14 |
+
- 100K<n<1M
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- summarization
|
19 |
+
task_ids:
|
20 |
+
- summarization-other-abstractive-summarization
|
21 |
+
paperswithcode_id: null
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "scientific_papers"
|
|
|
49 |
|
50 |
## Dataset Description
|
51 |
|
52 |
+
- **Homepage:**
|
53 |
+
- **Repository:** https://github.com/armancohan/long-summarization
|
54 |
+
- **Paper:** [A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents](https://arxiv.org/abs/1804.05685)
|
55 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
56 |
- **Size of downloaded dataset files:** 8591.93 MB
|
57 |
- **Size of the generated dataset:** 9622.19 MB
|
|
|
63 |
The datasets are obtained from ArXiv and PubMed OpenAccess repositories.
|
64 |
|
65 |
Both "arxiv" and "pubmed" have two features:
|
66 |
+
- article: the body of the document, paragraphs separated by "/n".
|
67 |
+
- abstract: the abstract of the document, paragraphs separated by "/n".
|
68 |
+
- section_names: titles of sections, separated by "/n".
|
69 |
|
70 |
### Supported Tasks and Leaderboards
|
71 |
|
|
|
191 |
### Citation Information
|
192 |
|
193 |
```
|
|
|
194 |
@article{Cohan_2018,
|
195 |
title={A Discourse-Aware Attention Model for Abstractive Summarization of
|
196 |
Long Documents},
|
|
|
203 |
author={Cohan, Arman and Dernoncourt, Franck and Kim, Doo Soon and Bui, Trung and Kim, Seokhwan and Chang, Walter and Goharian, Nazli},
|
204 |
year={2018}
|
205 |
}
|
|
|
206 |
```
|
207 |
|
|
|
208 |
### Contributions
|
209 |
|
210 |
Thanks to [@thomwolf](https://github.com/thomwolf), [@jplu](https://github.com/jplu), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|