Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
extended|gigaword_2003
ArXiv:
Tags:
headline-generation
License:
system HF staff commited on
Commit
e0ff63c
1 Parent(s): 47960e2

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +164 -0
README.md ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "gigaword"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://github.com/harvardnlp/sent-summary](https://github.com/harvardnlp/sent-summary)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 551.61 MB
37
+ - **Size of the generated dataset:** 918.35 MB
38
+ - **Total amount of disk used:** 1469.96 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ Headline-generation on a corpus of article pairs from Gigaword consisting of
43
+ around 4 million articles. Use the 'org_data' provided by
44
+ https://github.com/microsoft/unilm/ which is identical to
45
+ https://github.com/harvardnlp/sent-summary but with better format.
46
+
47
+ There are two features:
48
+ - document: article.
49
+ - summary: headline.
50
+
51
+ ### [Supported Tasks](#supported-tasks)
52
+
53
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+
55
+ ### [Languages](#languages)
56
+
57
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
58
+
59
+ ## [Dataset Structure](#dataset-structure)
60
+
61
+ We show detailed information for up to 5 configurations of the dataset.
62
+
63
+ ### [Data Instances](#data-instances)
64
+
65
+ #### default
66
+
67
+ - **Size of downloaded dataset files:** 551.61 MB
68
+ - **Size of the generated dataset:** 918.35 MB
69
+ - **Total amount of disk used:** 1469.96 MB
70
+
71
+ An example of 'train' looks as follows.
72
+ ```
73
+ {
74
+ "document": "train source",
75
+ "summary": "train target"
76
+ }
77
+ ```
78
+
79
+ ### [Data Fields](#data-fields)
80
+
81
+ The data fields are the same among all splits.
82
+
83
+ #### default
84
+ - `document`: a `string` feature.
85
+ - `summary`: a `string` feature.
86
+
87
+ ### [Data Splits Sample Size](#data-splits-sample-size)
88
+
89
+ | name | train |validation|test|
90
+ |-------|------:|---------:|---:|
91
+ |default|3803957| 189651|1951|
92
+
93
+ ## [Dataset Creation](#dataset-creation)
94
+
95
+ ### [Curation Rationale](#curation-rationale)
96
+
97
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
98
+
99
+ ### [Source Data](#source-data)
100
+
101
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
102
+
103
+ ### [Annotations](#annotations)
104
+
105
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
106
+
107
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
108
+
109
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
+
111
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
112
+
113
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
114
+
115
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
+
117
+ ### [Discussion of Biases](#discussion-of-biases)
118
+
119
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
+
121
+ ### [Other Known Limitations](#other-known-limitations)
122
+
123
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
+
125
+ ## [Additional Information](#additional-information)
126
+
127
+ ### [Dataset Curators](#dataset-curators)
128
+
129
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
+
131
+ ### [Licensing Information](#licensing-information)
132
+
133
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
+
135
+ ### [Citation Information](#citation-information)
136
+
137
+ ```
138
+
139
+ @article{graff2003english,
140
+ title={English gigaword},
141
+ author={Graff, David and Kong, Junbo and Chen, Ke and Maeda, Kazuaki},
142
+ journal={Linguistic Data Consortium, Philadelphia},
143
+ volume={4},
144
+ number={1},
145
+ pages={34},
146
+ year={2003}
147
+ }
148
+
149
+ @article{Rush_2015,
150
+ title={A Neural Attention Model for Abstractive Sentence Summarization},
151
+ url={http://dx.doi.org/10.18653/v1/D15-1044},
152
+ DOI={10.18653/v1/d15-1044},
153
+ journal={Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing},
154
+ publisher={Association for Computational Linguistics},
155
+ author={Rush, Alexander M. and Chopra, Sumit and Weston, Jason},
156
+ year={2015}
157
+ }
158
+
159
+ ```
160
+
161
+
162
+ ### Contributions
163
+
164
+ Thanks to [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.