Datasets:
GEM
/

Tasks:
Other
Languages: English
Multilinguality: unknown
Size Categories: unknown
Language Creators: unknown
Annotations Creators: none
Source Datasets: original
License:
Sebastian Gehrmann commited on
Commit
41b43e4
1 Parent(s): deabe81

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +275 -0
README.md ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Dataset Overview
2
+
3
+ ### Where to find the data and its documentation
4
+
5
+ #### What is the webpage for the dataset (if it exists)?
6
+
7
+ https://huggingface.co/datasets/GEM/SciDuet
8
+
9
+ #### What is the link to where the original dataset is hosted?
10
+
11
+ https://github.com/IBM/document2slides/tree/main/SciDuet-ACL
12
+
13
+ #### What is the link to the paper describing the dataset (open access preferred)?
14
+
15
+ https://aclanthology.org/2021.naacl-main.111/
16
+
17
+ #### Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex.
18
+
19
+ ```
20
+ @inproceedings{sun-etal-2021-d2s,
21
+ title = "{D}2{S}: Document-to-Slide Generation Via Query-Based Text Summarization",
22
+ author = "Sun, Edward and
23
+ Hou, Yufang and
24
+ Wang, Dakuo and
25
+ Zhang, Yunfeng and
26
+ Wang, Nancy X. R.",
27
+ booktitle = "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
28
+ month = jun,
29
+ year = "2021",
30
+ address = "Online",
31
+ publisher = "Association for Computational Linguistics",
32
+ url = "https://aclanthology.org/2021.naacl-main.111",
33
+ doi = "10.18653/v1/2021.naacl-main.111",
34
+ pages = "1405--1418",
35
+ abstract = "Presentations are critical for communication in all areas of our lives, yet the creation of slide decks is often tedious and time-consuming. There has been limited research aiming to automate the document-to-slides generation process and all face a critical challenge: no publicly available dataset for training and benchmarking. In this work, we first contribute a new dataset, SciDuet, consisting of pairs of papers and their corresponding slides decks from recent years{'} NLP and ML conferences (e.g., ACL). Secondly, we present D2S, a novel system that tackles the document-to-slides task with a two-step approach: 1) Use slide titles to retrieve relevant and engaging text, figures, and tables; 2) Summarize the retrieved context into bullet points with long-form question answering. Our evaluation suggests that long-form QA outperforms state-of-the-art summarization baselines on both automated ROUGE metrics and qualitative human evaluation.",
36
+ }
37
+ ```
38
+
39
+ #### Does the dataset have an active leaderboard?
40
+
41
+ no
42
+
43
+ ### Languages and Intended Use
44
+
45
+ #### Is the dataset multilingual?
46
+
47
+ no
48
+
49
+ #### What languages/dialects are covered in the dataset?
50
+
51
+ English
52
+
53
+ #### What is the license of the dataset?
54
+
55
+ apache-2.0: Apache License 2.0
56
+
57
+ #### What is the intended use of the dataset?
58
+
59
+ Promote research on the task of document-to-slides generation
60
+
61
+ #### What primary task does the dataset support?
62
+
63
+ Text-to-Slide
64
+
65
+ ### Credit
66
+
67
+ #### In what kind of organization did the dataset curation happen?
68
+
69
+ industry
70
+
71
+ #### Name the organization(s).
72
+
73
+ IBM Research
74
+
75
+ #### Who created the original dataset? List the people involved in collecting the dataset and their affiliation(s).
76
+
77
+ Edward Sun, Yufang Hou, Dakuo Wang, Yunfeng Zhang, Nancy Wang
78
+
79
+ #### Who funded the data creation?
80
+
81
+ IBM Research
82
+
83
+ #### Who contributed to the data card and adding the dataset to GEM? List the people+affiliations involved in creating this data card and who helped integrate this dataset into GEM.
84
+
85
+ Yufang Hou (IBM Research), Dakuo Wang (IBM Research)
86
+
87
+ ### Structure
88
+
89
+ #### How were the labels chosen?
90
+
91
+ The original papers and slides (both are in PDF format) are carefully processed by a combination of PDF/Image processing tookits. The text contents from multiple slides that correspond to the same slide title are mreged.
92
+
93
+ #### Describe and name the splits in the dataset if there are more than one.
94
+
95
+ Training, validation and testing data contain 136, 55, and 81 papers from ACL Anthology and their corresponding slides, respectively.
96
+
97
+ #### Describe any criteria for splitting the data, if used. If there are differences between the splits (e.g., if the training annotations are machine-generated and the dev and test ones are created by humans, or if different numbers of annotators contributed to each example), describe them here.
98
+
99
+ The dataset integrated into GEM is the ACL portion of the whole dataset described in "https://aclanthology.org/2021.naacl-main.111.pdf", It contains the full Dev and Test sets, and a portion of the Train dataset.
100
+ Note that although we cannot release the whole training dataset due to copyright issues, researchers can still use our released data procurement code to generate the training dataset from the online ICML/NeurIPS anthologies.
101
+
102
+ ## Dataset in GEM
103
+
104
+ ### Rationale
105
+
106
+ #### What does this dataset contribute toward better generation evaluation and why is it part of GEM?
107
+
108
+ SciDuet is the first publicaly available dataset for the challenging task of document2slides generation, which requires a model has a good ability to "understand" long-form text, choose appropriate content and generate key points.
109
+
110
+ #### Do other datasets for the high level task exist?
111
+
112
+ no
113
+
114
+ #### What aspect of model ability can be measured with this dataset?
115
+
116
+ content selection, long-form text undersanding and generation
117
+
118
+ ### GEM Additional Curation
119
+
120
+ #### Has the GEM version of the dataset been modified in any way (data, processing, splits) from the original curated data?
121
+
122
+ no
123
+
124
+ #### Does GEM provide additional splits to the dataset?
125
+
126
+ no
127
+
128
+ ### Getting Started
129
+
130
+ ## Previous Results
131
+
132
+ ### Previous Results
133
+
134
+ #### What aspect of model ability can be measured with this dataset?
135
+
136
+ content selection, long-form text undersanding and key points generation
137
+
138
+ #### What metrics are typically used for this task?
139
+
140
+ ROUGE
141
+
142
+ #### List and describe the purpose of the metrics and evaluation methodology (including human evaluation) that the dataset creators used when introducing this task.
143
+
144
+ Automatical Evaluation Metric: ROUGE
145
+ Human Evaluation: (Readability, Informativeness, Consistency)
146
+ 1) Readability: The generated slide content is coherent, concise, and grammatically correct;
147
+ 2) Informativeness: The generated slide provides sufficient and necessary information that corresponds to the given slide title, regardless of its similarity to the original slide;
148
+ 3) Consistency: The generated slide content is similar to the original author’s reference slide.
149
+
150
+ #### Are previous results available?
151
+
152
+ yes
153
+
154
+ #### What evaluation approaches have others used?
155
+
156
+ ROUGE + Human Evaluation
157
+
158
+ #### What are the most relevant previous results for this task/dataset?
159
+
160
+ Paper "D2S: Document-to-Slide Generation Via Query-Based
161
+ Text Summarization" reports 20.47, 5.26 and 19.08 for ROUGE-1, ROUGE-2 and ROUGE-L (f-score).
162
+
163
+ ## Dataset Curation
164
+
165
+ ### Original Curation
166
+
167
+ #### Original curation rationale
168
+
169
+ Provide a benchmark dataset for the document-to-slides task.
170
+
171
+ #### Is the dataset aggregated from different data sources?
172
+
173
+ no
174
+
175
+ ### Language Data
176
+
177
+ #### How was the language data obtained?
178
+
179
+ Other
180
+
181
+ #### Was the text validated by a different worker or a data curator?
182
+
183
+ not validated
184
+
185
+ #### How was the text data pre-processed? (Enter N/A if the text was not pre-processed)
186
+
187
+ Text on papers was extracted through Grobid. Figures andcaptions were extracted through pdffigures. Text on slides was extracted through IBM Watson Discovery package and OCR by pytesseract. Figures and tables that appear on slides and papers were linked through multiscale template matching by OpenCV. Further dataset
188
+ cleaning was performed with standard string-based
189
+ heuristics on sentence building, equation and floating caption removal, and duplicate line deletion.
190
+
191
+ #### Were text instances selected or filtered?
192
+
193
+ algorithmically
194
+
195
+ #### What were the selection criteria?
196
+
197
+ the slide context text shouldn't contain additional format information such as "*** University"
198
+
199
+ ### Structured Annotations
200
+
201
+ #### Does the dataset have additional annotations for each instance?
202
+
203
+ none
204
+
205
+ #### Was an annotation service used?
206
+
207
+ no
208
+
209
+ ### Consent
210
+
211
+ #### Was there a consent policy involved when gathering the data?
212
+
213
+ yes
214
+
215
+ #### What was the consent policy?
216
+
217
+ The original dataset was open-sourced under Apache-2.0.
218
+ Some of the original dataset creators are part of the GEM v2 dataset infrastructure team and take care of integrating this dataset into GEM.
219
+
220
+ ### Private Identifying Information (PII)
221
+
222
+ #### Does the source language data likely contain Personal Identifying Information about the data creators or subjects?
223
+
224
+ yes/very likely
225
+
226
+ #### What categories of PII are present or suspected in the data?
227
+
228
+ generic PII
229
+
230
+ #### Did the curators use any automatic/manual method to identify PII in the dataset?
231
+
232
+ no identification
233
+
234
+ ### Maintenance
235
+
236
+ #### Does the original dataset have a maintenance plan?
237
+
238
+ no
239
+
240
+ ## Broader Social Context
241
+
242
+ ### Previous Work on the Social Impact of the Dataset
243
+
244
+ #### Are you aware of cases where models trained on the task featured in this dataset ore related tasks have been used in automated systems?
245
+
246
+ no
247
+
248
+ ### Impact on Under-Served Communities
249
+
250
+ #### Does this dataset address the needs of communities that are traditionally underserved in language technology, and particularly language generation technology? Communities may be underserved for exemple because their language, language variety, or social or geographical context is underepresented in NLP and NLG resources (datasets and models).
251
+
252
+ no
253
+
254
+ ### Discussion of Biases
255
+
256
+ #### Are there documented social biases in the dataset? Biases in this context are variations in the ways members of different social categories are represented that can have harmful downstream consequences for members of the more disadvantaged group.
257
+
258
+ unsure
259
+
260
+ ## Considerations for Using the Data
261
+
262
+ ### PII Risks and Liability
263
+
264
+ ### Licenses
265
+
266
+ #### Based on your answers in the Intended Use part of the Data Overview Section, which of the following best describe the copyright and licensing status of the dataset?
267
+
268
+ non-commercial use only
269
+
270
+ #### Based on your answers in the Language part of the Data Curation Section, which of the following best describe the copyright and licensing status of the underlying language data?
271
+
272
+ research use only
273
+
274
+ ### Known Technical Limitations
275
+