ihassan1 commited on
Commit
338ff07
1 Parent(s): 956752f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -188
README.md CHANGED
@@ -20,191 +20,4 @@ task_categories:
20
  task_ids:
21
  - sentiment-scoring
22
  ---
23
- # Dataset Card for CNN Dailymail Dataset
24
-
25
- ## Table of Contents
26
- - [Dataset Description](#dataset-description)
27
- - [Dataset Summary](#dataset-summary)
28
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
- - [Languages](#languages)
30
- - [Dataset Structure](#dataset-structure)
31
- - [Data Instances](#data-instances)
32
- - [Data Fields](#data-fields)
33
- - [Data Splits](#data-splits)
34
- - [Dataset Creation](#dataset-creation)
35
- - [Curation Rationale](#curation-rationale)
36
- - [Source Data](#source-data)
37
- - [Annotations](#annotations)
38
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
39
- - [Considerations for Using the Data](#considerations-for-using-the-data)
40
- - [Social Impact of Dataset](#social-impact-of-dataset)
41
- - [Discussion of Biases](#discussion-of-biases)
42
- - [Other Known Limitations](#other-known-limitations)
43
- - [Additional Information](#additional-information)
44
- - [Dataset Curators](#dataset-curators)
45
- - [Licensing Information](#licensing-information)
46
- - [Citation Information](#citation-information)
47
- - [Contributions](#contributions)
48
-
49
- ## Dataset Description
50
-
51
- - **Homepage:**
52
- - **Repository:** [CNN / DailyMail Dataset repository](https://github.com/abisee/cnn-dailymail)
53
- - **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)
54
- - **Leaderboard:** [Papers with Code leaderboard for CNN / Dailymail Dataset](https://paperswithcode.com/sota/document-summarization-on-cnn-daily-mail)
55
- - **Point of Contact:** [Abigail See](mailto:abisee@stanford.edu)
56
-
57
- ### Dataset Summary
58
-
59
- 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.
60
-
61
- ### Supported Tasks and Leaderboards
62
-
63
- - '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.
64
-
65
- ### Languages
66
-
67
- 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.
68
-
69
- ## Dataset Structure
70
-
71
- ### Data Instances
72
-
73
- 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.
74
-
75
- ```
76
- {'id': '0054d6d30dbcad772e20b22771153a2a9cbeaf62',
77
- '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.'
78
- '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 .'}
79
- ```
80
-
81
- The average token count for the articles and the highlights are provided below:
82
-
83
- | Feature | Mean Token Count |
84
- | ---------- | ---------------- |
85
- | Article | 781 |
86
- | Highlights | 56 |
87
-
88
- ### Data Fields
89
-
90
- - `id`: a string containing the heximal formated SHA1 hash of the url where the story was retrieved from
91
- - `article`: a string containing the body of the news article
92
- - `highlights`: a string containing the highlight of the article as written by the article author
93
-
94
- ### Data Splits
95
-
96
- The CNN/DailyMail dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics for Version 3.0.0 of the dataset.
97
-
98
- | Dataset Split | Number of Instances in Split |
99
- | ------------- | ------------------------------------------- |
100
- | Train | 287,113 |
101
- | Validation | 13,368 |
102
- | Test | 11,490 |
103
-
104
- ## Dataset Creation
105
-
106
- ### Curation Rationale
107
-
108
- 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.
109
-
110
- ### Source Data
111
-
112
- #### Initial Data Collection and Normalization
113
-
114
- 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.
115
-
116
- 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>.
117
-
118
- 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.
119
-
120
- #### Who are the source language producers?
121
-
122
- The text was written by journalists at CNN and the Daily Mail.
123
-
124
- ### Annotations
125
-
126
- The dataset does not contain any additional annotations.
127
-
128
- #### Annotation process
129
-
130
- [N/A]
131
-
132
- #### Who are the annotators?
133
-
134
- [N/A]
135
-
136
- ### Personal and Sensitive Information
137
-
138
- 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.
139
-
140
- ## Considerations for Using the Data
141
-
142
- ### Social Impact of Dataset
143
-
144
- The purpose of this dataset is to help develop models that can summarize long paragraphs of text in one or two sentences.
145
-
146
- 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.
147
-
148
- ### Discussion of Biases
149
-
150
- [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'.
151
-
152
- 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.
153
-
154
- ### Other Known Limitations
155
-
156
- 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.
157
-
158
- It should also be noted that machine-generated summarizations, even when extractive, may differ in truth values when compared to the original articles.
159
-
160
- ## Additional Information
161
-
162
- ### Dataset Curators
163
-
164
- 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.
165
-
166
- 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.
167
-
168
- 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.
169
-
170
- ### Licensing Information
171
-
172
- 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).
173
-
174
- ### Citation Information
175
-
176
- ```
177
- @inproceedings{see-etal-2017-get,
178
- title = "Get To The Point: Summarization with Pointer-Generator Networks",
179
- author = "See, Abigail and
180
- Liu, Peter J. and
181
- Manning, Christopher D.",
182
- booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
183
- month = jul,
184
- year = "2017",
185
- address = "Vancouver, Canada",
186
- publisher = "Association for Computational Linguistics",
187
- url = "https://www.aclweb.org/anthology/P17-1099",
188
- doi = "10.18653/v1/P17-1099",
189
- pages = "1073--1083",
190
- 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.",
191
- }
192
- ```
193
-
194
- ```
195
- @inproceedings{DBLP:conf/nips/HermannKGEKSB15,
196
- author={Karl Moritz Hermann and Tomás Kociský and Edward Grefenstette and Lasse Espeholt and Will Kay and Mustafa Suleyman and Phil Blunsom},
197
- title={Teaching Machines to Read and Comprehend},
198
- year={2015},
199
- cdate={1420070400000},
200
- pages={1693-1701},
201
- url={http://papers.nips.cc/paper/5945-teaching-machines-to-read-and-comprehend},
202
- booktitle={NIPS},
203
- crossref={conf/nips/2015}
204
- }
205
-
206
- ```
207
-
208
- ### Contributions
209
-
210
- 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.
20
  task_ids:
21
  - sentiment-scoring
22
  ---
23
+ # Dataset Card for Auditor Sentiment