Datasets:
GEM
/

Languages:
English
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
none
Source Datasets:
original
Tags:
data-to-text
License:
Sebastian Gehrmann commited on
Commit
722af63
1 Parent(s): 9db4fc7

data card.

Browse files
Files changed (1) hide show
  1. README.md +550 -1
README.md CHANGED
@@ -1 +1,550 @@
1
- Please refer to conversational_weather.json for the data card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - none
4
+ language_creators:
5
+ - unknown
6
+ languages:
7
+ - unknown
8
+ licenses:
9
+ - cc-by-nc-4.0
10
+ multilinguality:
11
+ - unknown
12
+ pretty_name: conversational_weather
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/conversational_weather
24
+
25
+ ## Dataset Description
26
+
27
+ - **Homepage:** [Needs More Information]
28
+ - **Repository:** https://github.com/facebookresearch/TreeNLG
29
+ - **Paper:** https://aclanthology.org/P19-1080
30
+ - **Leaderboard:** N/A
31
+ - **Point of Contact:** Kartikeya Upasani
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/conversational_weather).
36
+
37
+ ### Dataset Summary
38
+
39
+ The purpose of this dataset is to assess how well a model can learn a template-like structure in a very low data setting. The task here is to produce a response to a weather-related query. The reply is further specified through the data attributes and discourse structure in the input. The output contains both the lexicalized text and discourse markers for attributes (e.g., `_ARG_TEMP_ 34`).
40
+
41
+ You can load the dataset via:
42
+ ```
43
+ import datasets
44
+ data = datasets.load_dataset('GEM/conversational_weather')
45
+ ```
46
+ The data loader can be found [here](https://huggingface.co/datasets/GEM/conversational_weather).
47
+
48
+ #### paper
49
+ [ACL Anthology](https://aclanthology.org/P19-1080)
50
+
51
+ #### authors
52
+ Anusha Balakrishnan, Jinfeng Rao, Kartikeya Upasani, Michael White, Rajen Subba (Facebook Conversational AI)
53
+
54
+ ## Dataset Overview
55
+
56
+ ### Where to find the Data and its Documentation
57
+
58
+ #### Download
59
+
60
+ <!-- info: What is the link to where the original dataset is hosted? -->
61
+ <!-- scope: telescope -->
62
+ [Github](https://github.com/facebookresearch/TreeNLG)
63
+
64
+ #### Paper
65
+
66
+ <!-- info: What is the link to the paper describing the dataset (open access preferred)? -->
67
+ <!-- scope: telescope -->
68
+ [ACL Anthology](https://aclanthology.org/P19-1080)
69
+
70
+ #### BibTex
71
+
72
+ <!-- info: Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex. -->
73
+ <!-- scope: microscope -->
74
+ ```
75
+ @inproceedings{balakrishnan-etal-2019-constrained,
76
+ title = "Constrained Decoding for Neural {NLG} from Compositional Representations in Task-Oriented Dialogue",
77
+ author = "Balakrishnan, Anusha and
78
+ Rao, Jinfeng and
79
+ Upasani, Kartikeya and
80
+ White, Michael and
81
+ Subba, Rajen",
82
+ booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
83
+ month = jul,
84
+ year = "2019",
85
+ address = "Florence, Italy",
86
+ publisher = "Association for Computational Linguistics",
87
+ url = "https://www.aclweb.org/anthology/P19-1080",
88
+ doi = "10.18653/v1/P19-1080",
89
+ pages = "831--844"
90
+ }
91
+ ```
92
+
93
+ #### Contact Name
94
+
95
+ <!-- quick -->
96
+ <!-- info: If known, provide the name of at least one person the reader can contact for questions about the dataset. -->
97
+ <!-- scope: periscope -->
98
+ Kartikeya Upasani
99
+
100
+ #### Contact Email
101
+
102
+ <!-- info: If known, provide the email of at least one person the reader can contact for questions about the dataset. -->
103
+ <!-- scope: periscope -->
104
+ kart@fb.com
105
+
106
+ #### Has a Leaderboard?
107
+
108
+ <!-- info: Does the dataset have an active leaderboard? -->
109
+ <!-- scope: telescope -->
110
+ no
111
+
112
+
113
+ ### Languages and Intended Use
114
+
115
+ #### Multilingual?
116
+
117
+ <!-- quick -->
118
+ <!-- info: Is the dataset multilingual? -->
119
+ <!-- scope: telescope -->
120
+ no
121
+
122
+ #### Covered Languages
123
+
124
+ <!-- quick -->
125
+ <!-- info: What languages/dialects are covered in the dataset? -->
126
+ <!-- scope: telescope -->
127
+ `English`
128
+
129
+ #### License
130
+
131
+ <!-- quick -->
132
+ <!-- info: What is the license of the dataset? -->
133
+ <!-- scope: telescope -->
134
+ cc-by-nc-4.0: Creative Commons Attribution Non Commercial 4.0 International
135
+
136
+ #### Intended Use
137
+
138
+ <!-- info: What is the intended use of the dataset? -->
139
+ <!-- scope: microscope -->
140
+ This dataset is intended to help develop conversational agents that exhibit human-like properties such as matching the framing of the response with the query or contrasting relevant data attributes.
141
+
142
+ #### Primary Task
143
+
144
+ <!-- info: What primary task does the dataset support? -->
145
+ <!-- scope: telescope -->
146
+ Data-to-Text
147
+
148
+ #### Communicative Goal
149
+
150
+ <!-- quick -->
151
+ <!-- info: Provide a short description of the communicative goal of a model trained for this task on this dataset. -->
152
+ <!-- scope: periscope -->
153
+ Producing a text that is a response to a weather query as per the discourse structure and data attributes specified in the input meaning representation.
154
+
155
+
156
+ ### Credit
157
+
158
+ #### Curation Organization Type(s)
159
+
160
+ <!-- info: In what kind of organization did the dataset curation happen? -->
161
+ <!-- scope: telescope -->
162
+ `industry`
163
+
164
+ #### Curation Organization(s)
165
+
166
+ <!-- info: Name the organization(s). -->
167
+ <!-- scope: periscope -->
168
+ Facebook
169
+
170
+ #### Dataset Creators
171
+
172
+ <!-- info: Who created the original dataset? List the people involved in collecting the dataset and their affiliation(s). -->
173
+ <!-- scope: microscope -->
174
+ Anusha Balakrishnan, Jinfeng Rao, Kartikeya Upasani, Michael White, Rajen Subba (Facebook Conversational AI)
175
+
176
+ #### Funding
177
+
178
+ <!-- info: Who funded the data creation? -->
179
+ <!-- scope: microscope -->
180
+ Facebook
181
+
182
+ #### Who added the Dataset to GEM?
183
+
184
+ <!-- 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. -->
185
+ <!-- scope: microscope -->
186
+ Vipul Raheja (Grammarly)
187
+
188
+
189
+ ### Dataset Structure
190
+
191
+ #### Data Fields
192
+
193
+ <!-- info: List and describe the fields present in the dataset. -->
194
+ <!-- scope: telescope -->
195
+ - `gem_id`: (string): GEM-formatted row id
196
+ - `id`: (string): Row id in the original data
197
+ - `user_query`: (string): Natural language weather query from humans
198
+ - `tree_str_mr`: (string): Synthetically-added user context (datetime and location) in the form of a tree-structured MR
199
+ - `response`: (string): A tree-structured annotation of the response.
200
+
201
+
202
+ #### Example Instance
203
+
204
+ <!-- info: Provide a JSON formatted example of a typical instance in the dataset. -->
205
+ <!-- scope: periscope -->
206
+ ```
207
+ {'gem_id': 'weather-train-11',
208
+ 'id': '1108963',
209
+ 'synthetic_user_context': '[__DG_INFORM__ [__ARG_TASK__ get_forecast ] '
210
+ '[__ARG_TEMP__ 37 ] [__ARG_TEMP_UNIT__ fahrenheit ] '
211
+ '[__ARG_CLOUD_COVERAGE__ partly cloudy ] '
212
+ '[__ARG_DATE_TIME__ [__ARG_COLLOQUIAL__ currently ] '
213
+ '] [__ARG_LOCATION__ [__ARG_CITY__ Oakland ] '
214
+ '[__ARG_COUNTRY__ United States ] [__ARG_REGION__ '
215
+ 'California ] ] ] [__DG_INFORM__ [__ARG_TASK__ '
216
+ 'get_forecast ] [__ARG_TEMP_SUMMARY__ mid 40s ] '
217
+ '[__ARG_DATE_TIME_RANGE__ [__ARG_COLLOQUIAL__ This '
218
+ 'afternoon ] ] [__ARG_LOCATION__ [__ARG_CITY__ '
219
+ 'Oakland ] [__ARG_COUNTRY__ United States ] '
220
+ '[__ARG_REGION__ California ] ] ] [__DG_INFORM__ '
221
+ '[__ARG_TASK__ get_forecast ] '
222
+ '[__ARG_CLOUD_COVERAGE__ mostly sunny ] '
223
+ '[__ARG_DATE_TIME_RANGE__ [__ARG_COLLOQUIAL__ This '
224
+ 'afternoon ] ] [__ARG_LOCATION__ [__ARG_CITY__ '
225
+ 'Oakland ] [__ARG_COUNTRY__ United States ] '
226
+ '[__ARG_REGION__ California ] ] ]',
227
+ 'tree_str_mr': "[__DG_INFORM__ It's [__ARG_DATE_TIME__ [__ARG_COLLOQUIAL__ "
228
+ 'currently ] ] [__ARG_CLOUD_COVERAGE__ partly cloudy ] and '
229
+ '[__ARG_TEMP__ __ARG_TEMP__ ] [__ARG_TEMP_UNIT__ '
230
+ '__ARG_TEMP_UNIT__ ] [__ARG_LOCATION__ in [__ARG_CITY__ '
231
+ '__ARG_CITY__ ] , [__ARG_REGION__ __ARG_REGION__ ] , '
232
+ '[__ARG_COUNTRY__ __ARG_COUNTRY__ ] ] . ] [__DG_INFORM__ '
233
+ '[__ARG_DATE_TIME_RANGE__ [__ARG_COLLOQUIAL__ This afternoon ] '
234
+ "] , it'll be [__ARG_CLOUD_COVERAGE__ mostly sunny ] ] "
235
+ '[__DG_INFORM__ with temperatures in the [__ARG_TEMP_SUMMARY__ '
236
+ 'mid <number> ] ]',
237
+ 'user_query': 'Show weather forecast for Oakland, CA. '}
238
+ ```
239
+
240
+ #### Data Splits
241
+
242
+ <!-- info: Describe and name the splits in the dataset if there are more than one. -->
243
+ <!-- scope: periscope -->
244
+ - Standard Splits: Train/Validation/Test
245
+ - Additional Split: Disc_Test (a more challenging subset of the test set that contains discourse relations)
246
+
247
+ #### Splitting Criteria
248
+
249
+ <!-- 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. -->
250
+ <!-- scope: microscope -->
251
+ The test set contains 3,121 examples, of which 1.1K (35%) have unique MRs that have never been seen in the training set.
252
+
253
+ ####
254
+
255
+ <!-- info: What does an outlier of the dataset in terms of length/perplexity/embedding look like? -->
256
+ <!-- scope: microscope -->
257
+ ```
258
+ {'gem_id': 'weather-train-13333', 'data_id': '1260610', 'user_query': 'Sundown', 'tree_str_mr': '[__DG_INFORM__ [__ARG_TASK__ get_weather_attribute ] [__ARG_SUNSET_TIME_DATE_TIME__ [__ARG_TIME__ 05:04 PM ] ] ]', 'response': '[__DG_INFORM__ The sun will go down at [__ARG_SUNSET_TIME_DATE_TIME__ [__ARG_TIME__ __ARG_TIME__ ] ] ]'}
259
+ ```
260
+
261
+
262
+
263
+ ## Dataset in GEM
264
+
265
+ ### Rationale for Inclusion in GEM
266
+
267
+ #### Why is the Dataset in GEM?
268
+
269
+ <!-- info: What does this dataset contribute toward better generation evaluation and why is it part of GEM? -->
270
+ <!-- scope: microscope -->
271
+ The dataset was curated to develop a weather bot that exhibits human-like properties such as matching the framing of the response with the query or contrasting relevant data attributes.
272
+
273
+ The dataset offers rich tree-based meaning representations that offer fine-grained control over the response, e.g. by specifying which two attributes are to be contrasted. The natural language input queries are also provided to model the coherence of the response based on the input. The output response is annotated with the input meaning components using special bracketing tokens, which enables developing new techniques such as constrained decoding to improve quality of output responses
274
+
275
+ #### Similar Datasets
276
+
277
+ <!-- info: Do other datasets for the high level task exist? -->
278
+ <!-- scope: telescope -->
279
+ no
280
+
281
+ #### Ability that the Dataset measures
282
+
283
+ <!-- info: What aspect of model ability can be measured with this dataset? -->
284
+ <!-- scope: periscope -->
285
+ Adequately expressing CONTRAST and JUSTIFY discourse relations with appropriate grouping of arguments; adequately generalizing to many combinations of arguments.
286
+
287
+
288
+ ### GEM-Specific Curation
289
+
290
+ #### Modificatied for GEM?
291
+
292
+ <!-- info: Has the GEM version of the dataset been modified in any way (data, processing, splits) from the original curated data? -->
293
+ <!-- scope: telescope -->
294
+ yes
295
+
296
+ #### GEM Modifications
297
+
298
+ <!-- info: What changes have been made to he original dataset? -->
299
+ <!-- scope: periscope -->
300
+ `data points removed`
301
+
302
+ #### Modification Details
303
+
304
+ <!-- info: For each of these changes, described them in more details and provided the intended purpose of the modification -->
305
+ <!-- scope: microscope -->
306
+ The original repo contained a challenge set disc_test.tsv, which is a subset of the test set consisting of discourse relations (CONTRAST and JUSTIFY) , but also contained JOIN relations.
307
+ This discrepancy has been rectified in the GEM version. The rectified version has been added in the `challenge_sets`
308
+
309
+ #### Additional Splits?
310
+
311
+ <!-- info: Does GEM provide additional splits to the dataset? -->
312
+ <!-- scope: telescope -->
313
+ no
314
+
315
+
316
+ ### Getting Started with the Task
317
+
318
+
319
+
320
+
321
+ ## Previous Results
322
+
323
+ ### Previous Results
324
+
325
+ #### Measured Model Abilities
326
+
327
+ <!-- info: What aspect of model ability can be measured with this dataset? -->
328
+ <!-- scope: telescope -->
329
+ Adequately expressing CONTRAST and JUSTIFY discourse relations with appropriate grouping of arguments; adequately generalizing to many combinations of arguments.
330
+
331
+ #### Metrics
332
+
333
+ <!-- info: What metrics are typically used for this task? -->
334
+ <!-- scope: periscope -->
335
+ `BLEU`, `Other: Other Metrics`
336
+
337
+ #### Other Metrics
338
+
339
+ <!-- info: Definitions of other metrics -->
340
+ <!-- scope: periscope -->
341
+ Tree accuracy: It measures whether the tree structure in the prediction matches that of the input MR exactly (modulo repeated arguments that need only appear once).
342
+
343
+ #### Proposed Evaluation
344
+
345
+ <!-- info: List and describe the purpose of the metrics and evaluation methodology (including human evaluation) that the dataset creators used when introducing this task. -->
346
+ <!-- scope: microscope -->
347
+ Automatic metrics are evaluated on the raw model predictions (which have de-lexicalized fields):
348
+ * Tree accuracy: Measures whether the tree structure in the prediction matches that of the input MR exactly.
349
+ * BLEU-4: A word overlap metric commonly used for evaluating NLG systems.
350
+
351
+ Authors also performed human evaluation studies by asking annotators to evaluate the quality of responses produced by different models. Annotators provided binary ratings on the following dimensions:
352
+ • Grammaticality: Measures fluency of the responses.
353
+ • Correctness: Measures semantic correctness of the responses.
354
+
355
+ #### Previous results available?
356
+
357
+ <!-- info: Are previous results available? -->
358
+ <!-- scope: telescope -->
359
+ no
360
+
361
+
362
+
363
+ ## Dataset Curation
364
+
365
+ ### Original Curation
366
+
367
+ #### Original Curation Rationale
368
+
369
+ <!-- info: Original curation rationale -->
370
+ <!-- scope: telescope -->
371
+ The dataset was curated to develop a weather bot that exhibits human-like properties such as matching the framing of the response with the query or contrasting relevant data attributes. To achieve this, the dataset contains rich tree-structured meaning representations that are specified using several data arguments and discourse acts, the input natural language queries, and annotations for the responses.
372
+
373
+ #### Communicative Goal
374
+
375
+ <!-- info: What was the communicative goal? -->
376
+ <!-- scope: periscope -->
377
+ Producing a text that is a response to a weather query as per the discourse structure and data attributes specified in the input meaning representation.
378
+
379
+ #### Sourced from Different Sources
380
+
381
+ <!-- info: Is the dataset aggregated from different data sources? -->
382
+ <!-- scope: telescope -->
383
+ no
384
+
385
+
386
+ ### Language Data
387
+
388
+ #### How was Language Data Obtained?
389
+
390
+ <!-- info: How was the language data obtained? -->
391
+ <!-- scope: telescope -->
392
+ `Crowdsourced`, `Machine-generated`
393
+
394
+ #### Where was it crowdsourced?
395
+
396
+ <!-- info: If crowdsourced, where from? -->
397
+ <!-- scope: periscope -->
398
+ `Other crowdworker platform`
399
+
400
+ #### Topics Covered
401
+
402
+ <!-- info: Does the language in the dataset focus on specific topics? How would you describe them? -->
403
+ <!-- scope: periscope -->
404
+ The dataset is focused on the weather domain: Weather was the first successful case of NLG put into production back in the 80s (Reiter & Dale, 1997). This domain offers significant complexity for NLG. Weather forecast summaries in particular can be very long, and require reasoning over several disjoint pieces of information.
405
+
406
+ #### Data Validation
407
+
408
+ <!-- info: Was the text validated by a different worker or a data curator? -->
409
+ <!-- scope: telescope -->
410
+ validated by crowdworker
411
+
412
+ #### Data Preprocessing
413
+
414
+ <!-- info: How was the text data pre-processed? (Enter N/A if the text was not pre-processed) -->
415
+ <!-- scope: microscope -->
416
+ Please refer to Appendix D of the original paper for details.
417
+
418
+ #### Was Data Filtered?
419
+
420
+ <!-- info: Were text instances selected or filtered? -->
421
+ <!-- scope: telescope -->
422
+ hybrid
423
+
424
+ #### Filter Criteria
425
+
426
+ <!-- info: What were the selection criteria? -->
427
+ <!-- scope: microscope -->
428
+ Please refer to Appendix C of the original paper for details.
429
+
430
+
431
+ ### Structured Annotations
432
+
433
+ #### Additional Annotations?
434
+
435
+ <!-- quick -->
436
+ <!-- info: Does the dataset have additional annotations for each instance? -->
437
+ <!-- scope: telescope -->
438
+ none
439
+
440
+ #### Annotation Service?
441
+
442
+ <!-- info: Was an annotation service used? -->
443
+ <!-- scope: telescope -->
444
+ no
445
+
446
+
447
+ ### Consent
448
+
449
+ #### Any Consent Policy?
450
+
451
+ <!-- info: Was there a consent policy involved when gathering the data? -->
452
+ <!-- scope: telescope -->
453
+ no
454
+
455
+ #### Justification for Using the Data
456
+
457
+ <!-- info: If not, what is the justification for reusing the data? -->
458
+ <!-- scope: microscope -->
459
+ Annotation was done as work for hire and contains no PII.
460
+
461
+
462
+ ### Private Identifying Information (PII)
463
+
464
+ #### Contains PII?
465
+
466
+ <!-- quick -->
467
+ <!-- info: Does the source language data likely contain Personal Identifying Information about the data creators or subjects? -->
468
+ <!-- scope: telescope -->
469
+ no PII
470
+
471
+ #### Justification for no PII
472
+
473
+ <!-- info: Provide a justification for selecting `no PII` above. -->
474
+ <!-- scope: periscope -->
475
+ Data is simulated and not specific to annotator.
476
+
477
+
478
+ ### Maintenance
479
+
480
+ #### Any Maintenance Plan?
481
+
482
+ <!-- info: Does the original dataset have a maintenance plan? -->
483
+ <!-- scope: telescope -->
484
+ no
485
+
486
+
487
+
488
+ ## Broader Social Context
489
+
490
+ ### Previous Work on the Social Impact of the Dataset
491
+
492
+ #### Usage of Models based on the Data
493
+
494
+ <!-- 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? -->
495
+ <!-- scope: telescope -->
496
+ no
497
+
498
+
499
+ ### Impact on Under-Served Communities
500
+
501
+ #### Addresses needs of underserved Communities?
502
+
503
+ <!-- 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). -->
504
+ <!-- scope: telescope -->
505
+ no
506
+
507
+
508
+ ### Discussion of Biases
509
+
510
+ #### Any Documented Social Biases?
511
+
512
+ <!-- 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. -->
513
+ <!-- scope: telescope -->
514
+ unsure
515
+
516
+ #### Are the Language Producers Representative of the Language?
517
+
518
+ <!-- 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? -->
519
+ <!-- scope: periscope -->
520
+ Grammatical evaluations performed with the data to date have used norms from informal Standard American English. These prescriptive notions of grammaticality potentially serve to perpetuate systemic power imbalances as they’re conveyed by language.
521
+
522
+ Since the data only contains informal Standard American English, its use to train a model may not be appropriate depending on the potential use case.
523
+
524
+
525
+
526
+ ## Considerations for Using the Data
527
+
528
+ ### PII Risks and Liability
529
+
530
+ #### Potential PII Risk
531
+
532
+ <!-- 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. -->
533
+ <!-- scope: microscope -->
534
+ Annotation was done as work for hire and contains no PII. Annotated data is simulated and not specific to annotator.
535
+
536
+
537
+
538
+ ### Licenses
539
+
540
+
541
+
542
+ ### Known Technical Limitations
543
+
544
+ #### Unsuited Applications
545
+
546
+ <!-- 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. -->
547
+ <!-- scope: microscope -->
548
+ An imperfect model used to convey actual weather data could mislead users about weather conditions?
549
+
550
+