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
c865e13
1 Parent(s): e0ff63c

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
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)
@@ -37,7 +37,7 @@
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
@@ -48,19 +48,19 @@ 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
 
@@ -76,7 +76,7 @@ An example of 'train' looks as follows.
76
  }
77
  ```
78
 
79
- ### [Data Fields](#data-fields)
80
 
81
  The data fields are the same among all splits.
82
 
@@ -84,55 +84,55 @@ The data fields are the same among all splits.
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
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## 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)
37
  - **Size of the generated dataset:** 918.35 MB
38
  - **Total amount of disk used:** 1469.96 MB
39
 
40
+ ### 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
48
  - document: article.
49
  - summary: headline.
50
 
51
+ ### 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
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
60
 
61
  We show detailed information for up to 5 configurations of the dataset.
62
 
63
+ ### Data Instances
64
 
65
  #### default
66
 
76
  }
77
  ```
78
 
79
+ ### Data Fields
80
 
81
  The data fields are the same among all splits.
82
 
84
  - `document`: a `string` feature.
85
  - `summary`: a `string` feature.
86
 
87
+ ### Data Splits Sample Size
88
 
89
  | name | train |validation|test|
90
  |-------|------:|---------:|---:|
91
  |default|3803957| 189651|1951|
92
 
93
+ ## Dataset Creation
94
 
95
+ ### 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
100
 
101
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
102
 
103
+ ### 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
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
112
 
113
+ ### 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
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
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
126
 
127
+ ### 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
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
136
 
137
  ```
138