Datasets:
GEM
/

Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
automatically-created
Source Datasets:
original
Tags:
data-to-text
License:
Sebastian Gehrmann commited on
Commit
deef040
1 Parent(s): e6d98f1

data card.

Browse files
Files changed (1) hide show
  1. README.md +671 -0
README.md CHANGED
@@ -0,0 +1,671 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - automatically-created
4
+ language_creators:
5
+ - unknown
6
+ languages:
7
+ - unknown
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - unknown
12
+ pretty_name: RotoWire_English-German
13
+ size_categories:
14
+ - unknown
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - data-to-text
19
+ task_ids:
20
+ - unknown
21
+ ---
22
+
23
+ # Dataset Card for GEM/RotoWire_English-German
24
+
25
+ ## Dataset Description
26
+
27
+ - **Homepage:** https://sites.google.com/view/wngt19/dgt-task
28
+ - **Repository:** https://github.com/neulab/dgt
29
+ - **Paper:** https://www.aclweb.org/anthology/D19-5601/
30
+ - **Leaderboard:** N/A
31
+ - **Point of Contact:** Hiroaki Hayashi
32
+
33
+ ### Link to Main Data Card
34
+
35
+ You can find the main data card on the [GEM Website](https://gem-benchmark.com/data_cards/RotoWire_English-German).
36
+
37
+ ### Dataset Summary
38
+
39
+ This dataset is a data-to-text dataset in the basketball domain. The input are tables in a fixed format with statistics about a game (in English) and the target is a German translation of the originally English description. The translations were done by professional translators with basketball experience. The dataset can be used to evaluate the cross-lingual data-to-text capabilities of a model with complex inputs.
40
+
41
+ You can load the dataset via:
42
+ ```
43
+ import datasets
44
+ data = datasets.load_dataset('GEM/RotoWire_English-German')
45
+ ```
46
+ The data loader can be found [here](https://huggingface.co/datasets/GEM/RotoWire_English-German).
47
+
48
+ #### website
49
+ [Website](https://sites.google.com/view/wngt19/dgt-task)
50
+
51
+ #### paper
52
+ [ACL Anthology](https://www.aclweb.org/anthology/D19-5601/)
53
+
54
+ #### authors
55
+ Graham Neubig (Carnegie Mellon University), Hiroaki Hayashi (Carnegie Mellon University)
56
+
57
+ ## Dataset Overview
58
+
59
+ ### Where to find the Data and its Documentation
60
+
61
+ #### Webpage
62
+
63
+ <!-- info: What is the webpage for the dataset (if it exists)? -->
64
+ <!-- scope: telescope -->
65
+ [Website](https://sites.google.com/view/wngt19/dgt-task)
66
+
67
+ #### Download
68
+
69
+ <!-- info: What is the link to where the original dataset is hosted? -->
70
+ <!-- scope: telescope -->
71
+ [Github](https://github.com/neulab/dgt)
72
+
73
+ #### Paper
74
+
75
+ <!-- info: What is the link to the paper describing the dataset (open access preferred)? -->
76
+ <!-- scope: telescope -->
77
+ [ACL Anthology](https://www.aclweb.org/anthology/D19-5601/)
78
+
79
+ #### BibTex
80
+
81
+ <!-- info: Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex. -->
82
+ <!-- scope: microscope -->
83
+ ```
84
+ @inproceedings{hayashi-etal-2019-findings,
85
+ title = "Findings of the Third Workshop on Neural Generation and Translation",
86
+ author = "Hayashi, Hiroaki and
87
+ Oda, Yusuke and
88
+ Birch, Alexandra and
89
+ Konstas, Ioannis and
90
+ Finch, Andrew and
91
+ Luong, Minh-Thang and
92
+ Neubig, Graham and
93
+ Sudoh, Katsuhito",
94
+ booktitle = "Proceedings of the 3rd Workshop on Neural Generation and Translation",
95
+ month = nov,
96
+ year = "2019",
97
+ address = "Hong Kong",
98
+ publisher = "Association for Computational Linguistics",
99
+ url = "https://aclanthology.org/D19-5601",
100
+ doi = "10.18653/v1/D19-5601",
101
+ pages = "1--14",
102
+ abstract = "This document describes the findings of the Third Workshop on Neural Generation and Translation, held in concert with the annual conference of the Empirical Methods in Natural Language Processing (EMNLP 2019). First, we summarize the research trends of papers presented in the proceedings. Second, we describe the results of the two shared tasks 1) efficient neural machine translation (NMT) where participants were tasked with creating NMT systems that are both accurate and efficient, and 2) document generation and translation (DGT) where participants were tasked with developing systems that generate summaries from structured data, potentially with assistance from text in another language.",
103
+ }
104
+ ```
105
+
106
+ #### Contact Name
107
+
108
+ <!-- quick -->
109
+ <!-- info: If known, provide the name of at least one person the reader can contact for questions about the dataset. -->
110
+ <!-- scope: periscope -->
111
+ Hiroaki Hayashi
112
+
113
+ #### Contact Email
114
+
115
+ <!-- info: If known, provide the email of at least one person the reader can contact for questions about the dataset. -->
116
+ <!-- scope: periscope -->
117
+ hiroakih@andrew.cmu.edu
118
+
119
+ #### Has a Leaderboard?
120
+
121
+ <!-- info: Does the dataset have an active leaderboard? -->
122
+ <!-- scope: telescope -->
123
+ no
124
+
125
+
126
+ ### Languages and Intended Use
127
+
128
+ #### Multilingual?
129
+
130
+ <!-- quick -->
131
+ <!-- info: Is the dataset multilingual? -->
132
+ <!-- scope: telescope -->
133
+ yes
134
+
135
+ #### Covered Languages
136
+
137
+ <!-- quick -->
138
+ <!-- info: What languages/dialects are covered in the dataset? -->
139
+ <!-- scope: telescope -->
140
+ `English`, `German`
141
+
142
+ #### License
143
+
144
+ <!-- quick -->
145
+ <!-- info: What is the license of the dataset? -->
146
+ <!-- scope: telescope -->
147
+ cc-by-4.0: Creative Commons Attribution 4.0 International
148
+
149
+ #### Intended Use
150
+
151
+ <!-- info: What is the intended use of the dataset? -->
152
+ <!-- scope: microscope -->
153
+ Foster the research on document-level generation technology and contrast the methods for different types of inputs.
154
+
155
+ #### Primary Task
156
+
157
+ <!-- info: What primary task does the dataset support? -->
158
+ <!-- scope: telescope -->
159
+ Data-to-Text
160
+
161
+ #### Communicative Goal
162
+
163
+ <!-- quick -->
164
+ <!-- info: Provide a short description of the communicative goal of a model trained for this task on this dataset. -->
165
+ <!-- scope: periscope -->
166
+ Describe a basketball game given its box score table (and possibly a summary in a foreign language).
167
+
168
+
169
+ ### Credit
170
+
171
+ #### Curation Organization Type(s)
172
+
173
+ <!-- info: In what kind of organization did the dataset curation happen? -->
174
+ <!-- scope: telescope -->
175
+ `academic`
176
+
177
+ #### Curation Organization(s)
178
+
179
+ <!-- info: Name the organization(s). -->
180
+ <!-- scope: periscope -->
181
+ Carnegie Mellon University
182
+
183
+ #### Dataset Creators
184
+
185
+ <!-- info: Who created the original dataset? List the people involved in collecting the dataset and their affiliation(s). -->
186
+ <!-- scope: microscope -->
187
+ Graham Neubig (Carnegie Mellon University), Hiroaki Hayashi (Carnegie Mellon University)
188
+
189
+ #### Funding
190
+
191
+ <!-- info: Who funded the data creation? -->
192
+ <!-- scope: microscope -->
193
+ Graham Neubig
194
+
195
+ #### Who added the Dataset to GEM?
196
+
197
+ <!-- info: 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. -->
198
+ <!-- scope: microscope -->
199
+ Hiroaki Hayashi (Carnegie Mellon University)
200
+
201
+
202
+ ### Dataset Structure
203
+
204
+ #### Data Fields
205
+
206
+ <!-- info: List and describe the fields present in the dataset. -->
207
+ <!-- scope: telescope -->
208
+ - `id` (`string`): The identifier from the original dataset.
209
+ - `gem_id` (`string`): The identifier from GEMv2.
210
+ - `day` (`string`): Date of the game (Format: `MM_DD_YY`)
211
+ - `home_name` (`string`): Home team name.
212
+ - `home_city` (`string`): Home team city name.
213
+ - `vis_name` (`string`): Visiting (Away) team name.
214
+ - `vis_city` (`string`): Visiting team (Away) city name.
215
+ - `home_line` (`Dict[str, str]`): Home team statistics (e.g., team free throw percentage).
216
+ - `vis_line` (`Dict[str, str]`): Visiting team statistics (e.g., team free throw percentage).
217
+ - `box_score` (`Dict[str, Dict[str, str]]`): Box score table. (Stat_name to [player ID to stat_value].)
218
+ - `summary_en` (`List[string]`): Tokenized target summary in English.
219
+ - `sentence_end_index_en` (`List[int]`): Sentence end indices for `summary_en`.
220
+ - `summary_de` (`List[string]`): Tokenized target summary in German.
221
+ - `sentence_end_index_de` (`List[int]`): ): Sentence end indices for `summary_de`.
222
+ - (Unused) `detok_summary_org` (`string`): Original summary provided by RotoWire dataset.
223
+ - (Unused) `summary` (`List[string]`): Tokenized summary of `detok_summary_org`.
224
+ - (Unused) `detok_summary` (`string`): Detokenized (with organizer's detokenizer) summary of `summary`.
225
+
226
+
227
+ #### Reason for Structure
228
+
229
+ <!-- info: How was the dataset structure determined? -->
230
+ <!-- scope: microscope -->
231
+ - Structured data are directly imported from the original RotoWire dataset.
232
+ - Textual data (English, German) are associated to each sample.
233
+
234
+ #### Example Instance
235
+
236
+ <!-- info: Provide a JSON formatted example of a typical instance in the dataset. -->
237
+ <!-- scope: periscope -->
238
+ ```
239
+ {
240
+ 'id': '11_02_16-Jazz-Mavericks-TheUtahJazzdefeatedthe',
241
+ 'gem_id': 'GEM-RotoWire_English-German-train-0'
242
+ 'day': '11_02_16',
243
+ 'home_city': 'Utah',
244
+ 'home_name': 'Jazz',
245
+ 'vis_city': 'Dallas',
246
+ 'vis_name': 'Mavericks',
247
+ 'home_line': {
248
+ 'TEAM-FT_PCT': '58', ...
249
+ },
250
+ 'vis_line': {
251
+ 'TEAM-FT_PCT': '80', ...
252
+ },
253
+ 'box_score': {
254
+ 'PLAYER_NAME': {
255
+ '0': 'Harrison Barnes', ...
256
+ }, ...
257
+ 'summary_en': ['The', 'Utah', 'Jazz', 'defeated', 'the', 'Dallas', 'Mavericks', ...],
258
+ 'sentence_end_index_en': [16, 52, 100, 137, 177, 215, 241, 256, 288],
259
+ 'summary_de': ['Die', 'Utah', 'Jazz', 'besiegten', 'am', 'Mittwoch', 'in', 'der', ...],
260
+ 'sentence_end_index_de': [19, 57, 107, 134, 170, 203, 229, 239, 266],
261
+ 'detok_summary_org': "The Utah Jazz defeated the Dallas Mavericks 97 - 81 ...",
262
+ 'detok_summary': "The Utah Jazz defeated the Dallas Mavericks 97-81 ...",
263
+ 'summary': ['The', 'Utah', 'Jazz', 'defeated', 'the', 'Dallas', 'Mavericks', ...],
264
+ }
265
+ ```
266
+
267
+ #### Data Splits
268
+
269
+ <!-- info: Describe and name the splits in the dataset if there are more than one. -->
270
+ <!-- scope: periscope -->
271
+ - Train
272
+ - Validation
273
+ - Test
274
+
275
+ #### Splitting Criteria
276
+
277
+ <!-- info: 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. -->
278
+ <!-- scope: microscope -->
279
+ - English summaries are provided sentence-by-sentence to professional German translators with basketball knowledge to obtain sentence-level German translations.
280
+ - Split criteria follows the original RotoWire dataset.
281
+
282
+ ####
283
+
284
+ <!-- info: What does an outlier of the dataset in terms of length/perplexity/embedding look like? -->
285
+ <!-- scope: microscope -->
286
+ - The (English) summary length in the training set varies from 145 to 650 words, with an average of 323 words.
287
+
288
+
289
+
290
+ ## Dataset in GEM
291
+
292
+ ### Rationale for Inclusion in GEM
293
+
294
+ #### Why is the Dataset in GEM?
295
+
296
+ <!-- info: What does this dataset contribute toward better generation evaluation and why is it part of GEM? -->
297
+ <!-- scope: microscope -->
298
+ The use of two modalities (data, foreign text) to generate a document-level text summary.
299
+
300
+ #### Similar Datasets
301
+
302
+ <!-- info: Do other datasets for the high level task exist? -->
303
+ <!-- scope: telescope -->
304
+ yes
305
+
306
+ #### Unique Language Coverage
307
+
308
+ <!-- info: Does this dataset cover other languages than other datasets for the same task? -->
309
+ <!-- scope: periscope -->
310
+ yes
311
+
312
+ #### Difference from other GEM datasets
313
+
314
+ <!-- info: What else sets this dataset apart from other similar datasets in GEM? -->
315
+ <!-- scope: microscope -->
316
+ The potential use of two modalities (data, foreign text) as input.
317
+
318
+ #### Ability that the Dataset measures
319
+
320
+ <!-- info: What aspect of model ability can be measured with this dataset? -->
321
+ <!-- scope: periscope -->
322
+ - Translation
323
+ - Data-to-text verbalization
324
+ - Aggregation of the two above.
325
+
326
+
327
+ ### GEM-Specific Curation
328
+
329
+ #### Modificatied for GEM?
330
+
331
+ <!-- info: Has the GEM version of the dataset been modified in any way (data, processing, splits) from the original curated data? -->
332
+ <!-- scope: telescope -->
333
+ yes
334
+
335
+ #### GEM Modifications
336
+
337
+ <!-- info: What changes have been made to he original dataset? -->
338
+ <!-- scope: periscope -->
339
+ `other`
340
+
341
+ #### Modification Details
342
+
343
+ <!-- info: For each of these changes, described them in more details and provided the intended purpose of the modification -->
344
+ <!-- scope: microscope -->
345
+ - Added GEM ID in each sample.
346
+ - Normalize the number of players in each sample with "N/A" for consistent data loading.
347
+
348
+ #### Additional Splits?
349
+
350
+ <!-- info: Does GEM provide additional splits to the dataset? -->
351
+ <!-- scope: telescope -->
352
+ no
353
+
354
+
355
+ ### Getting Started with the Task
356
+
357
+ #### Pointers to Resources
358
+
359
+ <!-- info: Getting started with in-depth research on the task. Add relevant pointers to resources that researchers can consult when they want to get started digging deeper into the task. -->
360
+ <!-- scope: microscope -->
361
+ - https://aclanthology.org/D17-1239
362
+ - https://ojs.aaai.org//index.php/AAAI/article/view/4668
363
+ - https://aclanthology.org/D19-5601
364
+
365
+ #### Technical Terms
366
+
367
+ <!-- info: Technical terms used in this card and the dataset and their definitions -->
368
+ <!-- scope: microscope -->
369
+ - Data-to-text
370
+ - Neural machine translation (NMT)
371
+ - Document-level generation and translation (DGT)
372
+
373
+
374
+
375
+ ## Previous Results
376
+
377
+ ### Previous Results
378
+
379
+ #### Measured Model Abilities
380
+
381
+ <!-- info: What aspect of model ability can be measured with this dataset? -->
382
+ <!-- scope: telescope -->
383
+ - Textual accuracy towards the gold-standard summary.
384
+ - Content faithfulness to the input structured data.
385
+
386
+ #### Metrics
387
+
388
+ <!-- info: What metrics are typically used for this task? -->
389
+ <!-- scope: periscope -->
390
+ `BLEU`, `ROUGE`, `Other: Other Metrics`
391
+
392
+ #### Other Metrics
393
+
394
+ <!-- info: Definitions of other metrics -->
395
+ <!-- scope: periscope -->
396
+ Model-based measures proposed by (Wiseman et al., 2017):
397
+ - Relation Generation
398
+ - Content Selection
399
+ - Content Ordering
400
+
401
+ #### Proposed Evaluation
402
+
403
+ <!-- info: List and describe the purpose of the metrics and evaluation methodology (including human evaluation) that the dataset creators used when introducing this task. -->
404
+ <!-- scope: microscope -->
405
+ To evaluate the fidelity of the generated content to the input data.
406
+
407
+ #### Previous results available?
408
+
409
+ <!-- info: Are previous results available? -->
410
+ <!-- scope: telescope -->
411
+ yes
412
+
413
+ #### Other Evaluation Approaches
414
+
415
+ <!-- info: What evaluation approaches have others used? -->
416
+ <!-- scope: periscope -->
417
+ N/A.
418
+
419
+ #### Relevant Previous Results
420
+
421
+ <!-- info: What are the most relevant previous results for this task/dataset? -->
422
+ <!-- scope: microscope -->
423
+ See Table 2 to 7 of (https://aclanthology.org/D19-5601) for previous results for this dataset.
424
+
425
+
426
+
427
+ ## Dataset Curation
428
+
429
+ ### Original Curation
430
+
431
+ #### Original Curation Rationale
432
+
433
+ <!-- info: Original curation rationale -->
434
+ <!-- scope: telescope -->
435
+ A random subset of RotoWire dataset was chosen for German translation annotation.
436
+
437
+ #### Communicative Goal
438
+
439
+ <!-- info: What was the communicative goal? -->
440
+ <!-- scope: periscope -->
441
+ Foster the research on document-level generation technology and contrast the methods for different types of inputs.
442
+
443
+ #### Sourced from Different Sources
444
+
445
+ <!-- info: Is the dataset aggregated from different data sources? -->
446
+ <!-- scope: telescope -->
447
+ yes
448
+
449
+ #### Source Details
450
+
451
+ <!-- info: List the sources (one per line) -->
452
+ <!-- scope: periscope -->
453
+ RotoWire
454
+
455
+
456
+ ### Language Data
457
+
458
+ #### How was Language Data Obtained?
459
+
460
+ <!-- info: How was the language data obtained? -->
461
+ <!-- scope: telescope -->
462
+ `Created for the dataset`
463
+
464
+ #### Creation Process
465
+
466
+ <!-- info: If created for the dataset, describe the creation process. -->
467
+ <!-- scope: microscope -->
468
+ Professional German language translators were hired to translate basketball summaries from a subset of RotoWire dataset.
469
+
470
+ #### Language Producers
471
+
472
+ <!-- info: What further information do we have on the language producers? -->
473
+ <!-- scope: microscope -->
474
+ Translators are familiar with basketball terminology.
475
+
476
+ #### Topics Covered
477
+
478
+ <!-- info: Does the language in the dataset focus on specific topics? How would you describe them? -->
479
+ <!-- scope: periscope -->
480
+ Basketball (NBA) game summaries.
481
+
482
+ #### Data Validation
483
+
484
+ <!-- info: Was the text validated by a different worker or a data curator? -->
485
+ <!-- scope: telescope -->
486
+ validated by data curator
487
+
488
+ #### Data Preprocessing
489
+
490
+ <!-- info: How was the text data pre-processed? (Enter N/A if the text was not pre-processed) -->
491
+ <!-- scope: microscope -->
492
+ Sentence-level translations were aligned back to the original English summary sentences.
493
+
494
+ #### Was Data Filtered?
495
+
496
+ <!-- info: Were text instances selected or filtered? -->
497
+ <!-- scope: telescope -->
498
+ not filtered
499
+
500
+
501
+ ### Structured Annotations
502
+
503
+ #### Additional Annotations?
504
+
505
+ <!-- quick -->
506
+ <!-- info: Does the dataset have additional annotations for each instance? -->
507
+ <!-- scope: telescope -->
508
+ automatically created
509
+
510
+ #### Annotation Service?
511
+
512
+ <!-- info: Was an annotation service used? -->
513
+ <!-- scope: telescope -->
514
+ no
515
+
516
+ #### Annotation Values
517
+
518
+ <!-- info: Purpose and values for each annotation -->
519
+ <!-- scope: microscope -->
520
+ Sentence-end indices for the tokenized summaries. Sentence boundaries can help users accurately identify aligned sentences in both languages, as well as allowing an accurate evaluation that involves sentence boundaries (ROUGE-L).
521
+
522
+ #### Any Quality Control?
523
+
524
+ <!-- info: Quality control measures? -->
525
+ <!-- scope: telescope -->
526
+ validated through automated script
527
+
528
+ #### Quality Control Details
529
+
530
+ <!-- info: Describe the quality control measures that were taken. -->
531
+ <!-- scope: microscope -->
532
+ Token and number overlaps between pairs of aligned sentences are measured.
533
+
534
+
535
+ ### Consent
536
+
537
+ #### Any Consent Policy?
538
+
539
+ <!-- info: Was there a consent policy involved when gathering the data? -->
540
+ <!-- scope: telescope -->
541
+ no
542
+
543
+ #### Justification for Using the Data
544
+
545
+ <!-- info: If not, what is the justification for reusing the data? -->
546
+ <!-- scope: microscope -->
547
+ Reusing by citing the original papers:
548
+ - Sam Wiseman, Stuart M. Shieber, Alexander M. Rush:
549
+ Challenges in Data-to-Document Generation. EMNLP 2017.
550
+ - Hiroaki Hayashi, Yusuke Oda, Alexandra Birch, Ioannis Konstas, Andrew Finch, Minh-Thang Luong, Graham Neubig, Katsuhito Sudoh. Findings of the Third Workshop on Neural Generation and Translation. WNGT 2019.
551
+
552
+
553
+ ### Private Identifying Information (PII)
554
+
555
+ #### Contains PII?
556
+
557
+ <!-- quick -->
558
+ <!-- info: Does the source language data likely contain Personal Identifying Information about the data creators or subjects? -->
559
+ <!-- scope: telescope -->
560
+ unlikely
561
+
562
+ #### Categories of PII
563
+
564
+ <!-- info: What categories of PII are present or suspected in the data? -->
565
+ <!-- scope: periscope -->
566
+ `generic PII`
567
+
568
+ #### Any PII Identification?
569
+
570
+ <!-- info: Did the curators use any automatic/manual method to identify PII in the dataset? -->
571
+ <!-- scope: periscope -->
572
+ no identification
573
+
574
+
575
+ ### Maintenance
576
+
577
+ #### Any Maintenance Plan?
578
+
579
+ <!-- info: Does the original dataset have a maintenance plan? -->
580
+ <!-- scope: telescope -->
581
+ no
582
+
583
+
584
+
585
+ ## Broader Social Context
586
+
587
+ ### Previous Work on the Social Impact of the Dataset
588
+
589
+ #### Usage of Models based on the Data
590
+
591
+ <!-- info: Are you aware of cases where models trained on the task featured in this dataset ore related tasks have been used in automated systems? -->
592
+ <!-- scope: telescope -->
593
+ no
594
+
595
+
596
+ ### Impact on Under-Served Communities
597
+
598
+ #### Addresses needs of underserved Communities?
599
+
600
+ <!-- info: 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). -->
601
+ <!-- scope: telescope -->
602
+ no
603
+
604
+
605
+ ### Discussion of Biases
606
+
607
+ #### Any Documented Social Biases?
608
+
609
+ <!-- info: 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. -->
610
+ <!-- scope: telescope -->
611
+ no
612
+
613
+ #### Are the Language Producers Representative of the Language?
614
+
615
+ <!-- info: Does the distribution of language producers in the dataset accurately represent the full distribution of speakers of the language world-wide? If not, how does it differ? -->
616
+ <!-- scope: periscope -->
617
+ - English text in this dataset is from Rotowire, originally written by writers at Rotowire.com that are likely US-based.
618
+ - German text is produced by professional translators proficient in both English and German.
619
+
620
+
621
+
622
+ ## Considerations for Using the Data
623
+
624
+ ### PII Risks and Liability
625
+
626
+ #### Potential PII Risk
627
+
628
+ <!-- info: Considering your answers to the PII part of the Data Curation Section, describe any potential privacy to the data subjects and creators risks when using the dataset. -->
629
+ <!-- scope: microscope -->
630
+ - Structured data contain real National Basketball Association player and organization names.
631
+
632
+
633
+ ### Licenses
634
+
635
+ #### Copyright Restrictions on the Dataset
636
+
637
+ <!-- info: 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? -->
638
+ <!-- scope: periscope -->
639
+ `open license - commercial use allowed`
640
+
641
+ #### Copyright Restrictions on the Language Data
642
+
643
+ <!-- info: 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? -->
644
+ <!-- scope: periscope -->
645
+ `open license - commercial use allowed`
646
+
647
+
648
+ ### Known Technical Limitations
649
+
650
+ #### Technical Limitations
651
+
652
+ <!-- info: Describe any known technical limitations, such as spurrious correlations, train/test overlap, annotation biases, or mis-annotations, and cite the works that first identified these limitations when possible. -->
653
+ <!-- scope: microscope -->
654
+ Potential overlap of box score tables between splits. This was extensively studied and pointed out by [1].
655
+
656
+ [1]: Thomson, Craig, Ehud Reiter, and Somayajulu Sripada. "SportSett: Basketball-A robust and maintainable data-set for Natural Language Generation." Proceedings of the Workshop on Intelligent Information Processing and Natural Language Generation. 2020.
657
+
658
+ #### Unsuited Applications
659
+
660
+ <!-- info: When using a model trained on this dataset in a setting where users or the public may interact with its predictions, what are some pitfalls to look out for? In particular, describe some applications of the general task featured in this dataset that its curation or properties make it less suitable for. -->
661
+ <!-- scope: microscope -->
662
+ Users may interact with a trained model to learn about a NBA game in a textual manner. On generated texts, they may observe factual errors that contradicts the actual data that the model conditions on.
663
+ Factual errors include wrong statistics of a player (e.g., 3PT), non-existent injury information.
664
+
665
+ #### Discouraged Use Cases
666
+
667
+ <!-- info: What are some discouraged use cases of a model trained to maximize the proposed metrics on this dataset? In particular, think about settings where decisions made by a model that performs reasonably well on the metric my still have strong negative consequences for user or members of the public. -->
668
+ <!-- scope: microscope -->
669
+ Publishing the generated text as is. Even if the model achieves high scores on the evaluation metrics, there is a risk of factual errors mentioned above.
670
+
671
+