ZIZOU commited on
Commit
3f78f34
·
1 Parent(s): 7941ae4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -234
README.md CHANGED
@@ -12,262 +12,73 @@ Pricing
12
 
13
  Hugging Face is way more fun with friends and colleagues! 🤗 Join an organization
14
  Datasets:
15
- cnn_dailymail Copied
 
 
 
16
  like
17
- 24
18
- Tasks:
19
- Summarization
20
- Fine-Grained Tasks:
21
- news-articles-summarization
22
- Languages:
23
- English
24
- Multilinguality:
25
- monolingual
26
- Size Categories:
27
- 100K<n<1M
28
- Language Creators:
29
- found
30
- Annotations Creators:
31
- no-annotation
32
- Source Datasets:
33
- original
34
- Licenses:
35
- apache-2.0
36
  Dataset card
37
  Files and versions
38
  Community
39
- 4
40
- cnn_dailymail
41
  /
42
  README.md
43
- albertvillanova's picture
44
- albertvillanova
45
- HF STAFF
46
- Reorder split names (#4)
47
- 2d2c610
48
- about 19 hours ago
49
  raw
50
  history
51
  blame
52
  contribute
53
  delete
54
- 15.1 kB
 
55
  ---
56
- annotations_creators:
57
- - no-annotation
58
- language_creators:
59
- - found
60
- language:
61
- - en
62
- license:
63
- - apache-2.0
64
- multilinguality:
65
- - monolingual
66
- size_categories:
67
- - 100K<n<1M
68
- source_datasets:
69
- - original
70
- task_categories:
71
- - summarization
72
- task_ids:
73
- - news-articles-summarization
74
- paperswithcode_id: cnn-daily-mail-1
75
- pretty_name: CNN / Daily Mail
76
- train-eval-index:
77
- - config: 3.0.0
78
- task: summarization
79
- task_id: summarization
80
- splits:
81
- eval_split: test
82
- col_mapping:
83
- article: text
84
- highlights: target
85
  dataset_info:
86
- - config_name: 3.0.0
87
  features:
88
- - name: article
89
- dtype: string
90
- - name: highlights
91
- dtype: string
92
- - name: id
93
- dtype: string
94
- splits:
95
- - name: train
96
- num_bytes: 1261704133
97
- num_examples: 287113
98
- - name: validation
99
- num_bytes: 57732436
100
- num_examples: 13368
101
- - name: test
102
- num_bytes: 49925756
103
- num_examples: 11490
104
- download_size: 585439472
105
- dataset_size: 1369362325
106
- - config_name: 1.0.0
107
- features:
108
- - name: article
109
- dtype: string
110
- - name: highlights
111
- dtype: string
112
- - name: id
113
  dtype: string
114
- splits:
115
- - name: train
116
- num_bytes: 1261704133
117
- num_examples: 287113
118
- - name: validation
119
- num_bytes: 57732436
120
- num_examples: 13368
121
- - name: test
122
- num_bytes: 49925756
123
- num_examples: 11490
124
- download_size: 585439472
125
- dataset_size: 1369362325
126
- - config_name: 2.0.0
127
- features:
128
- - name: article
129
  dtype: string
130
- - name: highlights
131
  dtype: string
132
- - name: id
133
  dtype: string
 
 
 
 
134
  splits:
135
  - name: train
136
- num_bytes: 1261704133
137
- num_examples: 287113
138
- - name: validation
139
- num_bytes: 57732436
140
- num_examples: 13368
141
- - name: test
142
- num_bytes: 49925756
143
- num_examples: 11490
144
- download_size: 585439472
145
- dataset_size: 1369362325
146
  ---
147
- # Dataset Card for CNN Dailymail Dataset
148
- ## Table of Contents
149
- - [Dataset Description](#dataset-description)
150
- - [Dataset Summary](#dataset-summary)
151
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
152
- - [Languages](#languages)
153
- - [Dataset Structure](#dataset-structure)
154
- - [Data Instances](#data-instances)
155
- - [Data Fields](#data-fields)
156
- - [Data Splits](#data-splits)
157
- - [Dataset Creation](#dataset-creation)
158
- - [Curation Rationale](#curation-rationale)
159
- - [Source Data](#source-data)
160
- - [Annotations](#annotations)
161
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
162
- - [Considerations for Using the Data](#considerations-for-using-the-data)
163
- - [Social Impact of Dataset](#social-impact-of-dataset)
164
- - [Discussion of Biases](#discussion-of-biases)
165
- - [Other Known Limitations](#other-known-limitations)
166
- - [Additional Information](#additional-information)
167
- - [Dataset Curators](#dataset-curators)
168
- - [Licensing Information](#licensing-information)
169
- - [Citation Information](#citation-information)
170
- - [Contributions](#contributions)
171
- ## Dataset Description
172
- - **Homepage:**
173
- - **Repository:** [CNN / DailyMail Dataset repository](https://github.com/abisee/cnn-dailymail)
174
- - **Paper:** [Abstractive Text Summarization Using Sequence-to-Sequence RNNs and Beyond](https://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend.pdf), [Get To The Point: Summarization with Pointer-Generator Networks](https://www.aclweb.org/anthology/K16-1028.pdf)
175
- - **Leaderboard:** [Papers with Code leaderboard for CNN / Dailymail Dataset](https://paperswithcode.com/sota/document-summarization-on-cnn-daily-mail)
176
- - **Point of Contact:** [Abigail See](mailto:abisee@stanford.edu)
177
- ### Dataset Summary
178
- The CNN / DailyMail Dataset is an English-language dataset containing just over 300k unique news articles as written by journalists at CNN and the Daily Mail. The current version supports both extractive and abstractive summarization, though the original version was created for machine reading and comprehension and abstractive question answering.
179
- ### Supported Tasks and Leaderboards
180
- - 'summarization': [Versions 2.0.0 and 3.0.0 of the CNN / DailyMail Dataset](https://www.aclweb.org/anthology/K16-1028.pdf) can be used to train a model for abstractive and extractive summarization ([Version 1.0.0](https://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend.pdf) was developed for machine reading and comprehension and abstractive question answering). The model performance is measured by how high the output summary's [ROUGE](https://huggingface.co/metrics/rouge) score for a given article is when compared to the highlight as written by the original article author. [Zhong et al (2020)](https://www.aclweb.org/anthology/2020.acl-main.552.pdf) report a ROUGE-1 score of 44.41 when testing a model trained for extractive summarization. See the [Papers With Code leaderboard](https://paperswithcode.com/sota/document-summarization-on-cnn-daily-mail) for more models.
181
- ### Languages
182
- The BCP-47 code for English as generally spoken in the United States is en-US and the BCP-47 code for English as generally spoken in the United Kingdom is en-GB. It is unknown if other varieties of English are represented in the data.
183
- ## Dataset Structure
184
- ### Data Instances
185
- For each instance, there is a string for the article, a string for the highlights, and a string for the id. See the [CNN / Daily Mail dataset viewer](https://huggingface.co/datasets/viewer/?dataset=cnn_dailymail&config=3.0.0) to explore more examples.
186
- ```
187
- {'id': '0054d6d30dbcad772e20b22771153a2a9cbeaf62',
188
- 'article': '(CNN) -- An American woman died aboard a cruise ship that docked at Rio de Janeiro on Tuesday, the same ship on which 86 passengers previously fell ill, according to the state-run Brazilian news agency, Agencia Brasil. The American tourist died aboard the MS Veendam, owned by cruise operator Holland America. Federal Police told Agencia Brasil that forensic doctors were investigating her death. The ship's doctors told police that the woman was elderly and suffered from diabetes and hypertension, according the agency. The other passengers came down with diarrhea prior to her death during an earlier part of the trip, the ship's doctors said. The Veendam left New York 36 days ago for a South America tour.'
189
- 'highlights': 'The elderly woman suffered from diabetes and hypertension, ship's doctors say .\nPreviously, 86 passengers had fallen ill on the ship, Agencia Brasil says .'}
190
- ```
191
- The average token count for the articles and the highlights are provided below:
192
- | Feature | Mean Token Count |
193
- | ---------- | ---------------- |
194
- | Article | 781 |
195
- | Highlights | 56 |
196
- ### Data Fields
197
- - `id`: a string containing the heximal formated SHA1 hash of the url where the story was retrieved from
198
- - `article`: a string containing the body of the news article
199
- - `highlights`: a string containing the highlight of the article as written by the article author
200
- ### Data Splits
201
- The CNN/DailyMail dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics for Version 3.0.0 of the dataset.
202
- | Dataset Split | Number of Instances in Split |
203
- | ------------- | ------------------------------------------- |
204
- | Train | 287,113 |
205
- | Validation | 13,368 |
206
- | Test | 11,490 |
207
- ## Dataset Creation
208
- ### Curation Rationale
209
- Version 1.0.0 aimed to support supervised neural methodologies for machine reading and question answering with a large amount of real natural language training data and released about 313k unique articles and nearly 1M Cloze style questions to go with the articles. Versions 2.0.0 and 3.0.0 changed the structure of the dataset to support summarization rather than question answering. Version 3.0.0 provided a non-anonymized version of the data, whereas both the previous versions were preprocessed to replace named entities with unique identifier labels.
210
- ### Source Data
211
- #### Initial Data Collection and Normalization
212
- The data consists of news articles and highlight sentences. In the question answering setting of the data, the articles are used as the context and entities are hidden one at a time in the highlight sentences, producing Cloze style questions where the goal of the model is to correctly guess which entity in the context has been hidden in the highlight. In the summarization setting, the highlight sentences are concatenated to form a summary of the article. The CNN articles were written between April 2007 and April 2015. The Daily Mail articles were written between June 2010 and April 2015.
213
- The code for the original data collection is available at <https://github.com/deepmind/rc-data>. The articles were downloaded using archives of <www.cnn.com> and <www.dailymail.co.uk> on the Wayback Machine. Articles were not included in the Version 1.0.0 collection if they exceeded 2000 tokens. Due to accessibility issues with the Wayback Machine, Kyunghyun Cho has made the datasets available at <https://cs.nyu.edu/~kcho/DMQA/>. An updated version of the code that does not anonymize the data is available at <https://github.com/abisee/cnn-dailymail>.
214
- Hermann et al provided their own tokenization script. The script provided by See uses the PTBTokenizer. It also lowercases the text and adds periods to lines missing them.
215
- #### Who are the source language producers?
216
- The text was written by journalists at CNN and the Daily Mail.
217
- ### Annotations
218
- The dataset does not contain any additional annotations.
219
- #### Annotation process
220
- [N/A]
221
- #### Who are the annotators?
222
- [N/A]
223
- ### Personal and Sensitive Information
224
- Version 3.0 is not anonymized, so individuals' names can be found in the dataset. Information about the original author is not included in the dataset.
225
- ## Considerations for Using the Data
226
- ### Social Impact of Dataset
227
- The purpose of this dataset is to help develop models that can summarize long paragraphs of text in one or two sentences.
228
- This task is useful for efficiently presenting information given a large quantity of text. It should be made clear that any summarizations produced by models trained on this dataset are reflective of the language used in the articles, but are in fact automatically generated.
229
- ### Discussion of Biases
230
- [Bordia and Bowman (2019)](https://www.aclweb.org/anthology/N19-3002.pdf) explore measuring gender bias and debiasing techniques in the CNN / Dailymail dataset, the Penn Treebank, and WikiText-2. They find the CNN / Dailymail dataset to have a slightly lower gender bias based on their metric compared to the other datasets, but still show evidence of gender bias when looking at words such as 'fragile'.
231
- Because the articles were written by and for people in the US and the UK, they will likely present specifically US and UK perspectives and feature events that are considered relevant to those populations during the time that the articles were published.
232
- ### Other Known Limitations
233
- News articles have been shown to conform to writing conventions in which important information is primarily presented in the first third of the article [(Kryściński et al, 2019)](https://www.aclweb.org/anthology/D19-1051.pdf). [Chen et al (2016)](https://www.aclweb.org/anthology/P16-1223.pdf) conducted a manual study of 100 random instances of the first version of the dataset and found 25% of the samples to be difficult even for humans to answer correctly due to ambiguity and coreference errors.
234
- It should also be noted that machine-generated summarizations, even when extractive, may differ in truth values when compared to the original articles.
235
- ## Additional Information
236
- ### Dataset Curators
237
- The data was originally collected by Karl Moritz Hermann, Tomáš Kočiský, Edward Grefenstette, Lasse Espeholt, Will Kay, Mustafa Suleyman, and Phil Blunsom of Google DeepMind. Tomáš Kočiský and Phil Blunsom are also affiliated with the University of Oxford. They released scripts to collect and process the data into the question answering format.
238
- Ramesh Nallapati, Bowen Zhou, Cicero dos Santos, and Bing Xiang of IMB Watson and Çağlar Gu̇lçehre of Université de Montréal modified Hermann et al's collection scripts to restore the data to a summary format. They also produced both anonymized and non-anonymized versions.
239
- The code for the non-anonymized version is made publicly available by Abigail See of Stanford University, Peter J. Liu of Google Brain and Christopher D. Manning of Stanford University at <https://github.com/abisee/cnn-dailymail>. The work at Stanford University was supported by the DARPA DEFT ProgramAFRL contract no. FA8750-13-2-0040.
240
- ### Licensing Information
241
- The CNN / Daily Mail dataset version 1.0.0 is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
242
- ### Citation Information
243
  ```
244
- @inproceedings{see-etal-2017-get,
245
- title = "Get To The Point: Summarization with Pointer-Generator Networks",
246
- author = "See, Abigail and
247
- Liu, Peter J. and
248
- Manning, Christopher D.",
249
- booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
250
- month = jul,
251
- year = "2017",
252
- address = "Vancouver, Canada",
 
253
  publisher = "Association for Computational Linguistics",
254
- url = "https://www.aclweb.org/anthology/P17-1099",
255
- doi = "10.18653/v1/P17-1099",
256
- pages = "1073--1083",
257
- abstract = "Neural sequence-to-sequence models have provided a viable new approach for abstractive text summarization (meaning they are not restricted to simply selecting and rearranging passages from the original text). However, these models have two shortcomings: they are liable to reproduce factual details inaccurately, and they tend to repeat themselves. In this work we propose a novel architecture that augments the standard sequence-to-sequence attentional model in two orthogonal ways. First, we use a hybrid pointer-generator network that can copy words from the source text via pointing, which aids accurate reproduction of information, while retaining the ability to produce novel words through the generator. Second, we use coverage to keep track of what has been summarized, which discourages repetition. We apply our model to the CNN / Daily Mail summarization task, outperforming the current abstractive state-of-the-art by at least 2 ROUGE points.",
258
  }
259
  ```
260
- ```
261
- @inproceedings{DBLP:conf/nips/HermannKGEKSB15,
262
- author={Karl Moritz Hermann and Tomás Kociský and Edward Grefenstette and Lasse Espeholt and Will Kay and Mustafa Suleyman and Phil Blunsom},
263
- title={Teaching Machines to Read and Comprehend},
264
- year={2015},
265
- cdate={1420070400000},
266
- pages={1693-1701},
267
- url={http://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend},
268
- booktitle={NIPS},
269
- crossref={conf/nips/2015}
270
- }
271
- ```
272
- ### Contributions
273
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu), [@jbragg](https://github.com/jbragg), [@patrickvonplaten](https://github.com/patrickvonplaten) and [@mcmillanmajora](https://github.com/mcmillanmajora) for adding this dataset.
 
12
 
13
  Hugging Face is way more fun with friends and colleagues! 🤗 Join an organization
14
  Datasets:
15
+
16
+ Mostafa3zazi
17
+ /
18
+ Arabic_SQuAD Copied
19
  like
20
+ 0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  Dataset card
22
  Files and versions
23
  Community
24
+ Arabic_SQuAD
 
25
  /
26
  README.md
27
+ Mostafa3zazi's picture
28
+ Mostafa3zazi
29
+ Update README.md
30
+ 17d5b9d
31
+ 19 days ago
 
32
  raw
33
  history
34
  blame
35
  contribute
36
  delete
37
+ Safe
38
+ 2.18 kB
39
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  dataset_info:
 
41
  features:
42
+ - name: index
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  dtype: string
44
+ - name: question
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  dtype: string
46
+ - name: context
47
  dtype: string
48
+ - name: text
49
  dtype: string
50
+ - name: answer_start
51
+ dtype: int64
52
+ - name: c_id
53
+ dtype: int64
54
  splits:
55
  - name: train
56
+ num_bytes: 61868003
57
+ num_examples: 48344
58
+ download_size: 10512179
59
+ dataset_size: 61868003
 
 
 
 
 
 
60
  ---
61
+ # Dataset Card for "Arabic_SQuAD"
62
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
63
+
64
+ ---
65
+ # Citation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ```
67
+ @inproceedings{mozannar-etal-2019-neural,
68
+ title = "Neural {A}rabic Question Answering",
69
+ author = "Mozannar, Hussein and
70
+ Maamary, Elie and
71
+ El Hajal, Karl and
72
+ Hajj, Hazem",
73
+ booktitle = "Proceedings of the Fourth Arabic Natural Language Processing Workshop",
74
+ month = aug,
75
+ year = "2019",
76
+ address = "Florence, Italy",
77
  publisher = "Association for Computational Linguistics",
78
+ url = "https://www.aclweb.org/anthology/W19-4612",
79
+ doi = "10.18653/v1/W19-4612",
80
+ pages = "108--118",
81
+ abstract = "This paper tackles the problem of open domain factual Arabic question answering (QA) using Wikipedia as our knowledge source. This constrains the answer of any question to be a span of text in Wikipedia. Open domain QA for Arabic entails three challenges: annotated QA datasets in Arabic, large scale efficient information retrieval and machine reading comprehension. To deal with the lack of Arabic QA datasets we present the Arabic Reading Comprehension Dataset (ARCD) composed of 1,395 questions posed by crowdworkers on Wikipedia articles, and a machine translation of the Stanford Question Answering Dataset (Arabic-SQuAD). Our system for open domain question answering in Arabic (SOQAL) is based on two components: (1) a document retriever using a hierarchical TF-IDF approach and (2) a neural reading comprehension model using the pre-trained bi-directional transformer BERT. Our experiments on ARCD indicate the effectiveness of our approach with our BERT-based reader achieving a 61.3 F1 score, and our open domain system SOQAL achieving a 27.6 F1 score.",
82
  }
83
  ```
84
+ ---