Sebastian Gehrmann commited on
Commit
3f3c672
1 Parent(s): f9ad3ae

data card.

Browse files
Files changed (1) hide show
  1. README.md +619 -0
README.md ADDED
@@ -0,0 +1,619 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - none
4
+ language_creators:
5
+ - unknown
6
+ languages:
7
+ - unknown
8
+ licenses:
9
+ - apache-2.0
10
+ multilinguality:
11
+ - unknown
12
+ pretty_name: dstc10_track2_task2
13
+ size_categories:
14
+ - unknown
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - dialog-response-generation
19
+ task_ids:
20
+ - unknown
21
+ ---
22
+
23
+ # Dataset Card for GEM/dstc10_track2_task2
24
+
25
+ ## Dataset Description
26
+
27
+ - **Homepage:** https://github.com/alexa/alexa-with-dstc10-track2-dataset
28
+ - **Repository:** https://github.com/alexa/alexa-with-dstc10-track2-dataset
29
+ - **Paper:** https://assets.amazon.science/54/a1/5282d47044179737b4289622c824/how-robust-are-you-evaluating-task-oriented-dialogue-systems-on-spoken-conversations.pdf
30
+ - **Leaderboard:** https://eval.ai/challenge/1663/overview
31
+ - **Point of Contact:** Seokhwan Kim
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/dstc10_track2_task2).
36
+
37
+ ### Dataset Summary
38
+
39
+ The DSTC10 Track2 Task 2 follows the DSTC9 Track1 task, where participants have to implement knowledge-grounded dialog systems.
40
+ The training dataset is inherited from the DSTC9 challenge and is in the written domain, while the test set is newly collected and consists of noisy ASR transcripts.
41
+ Hence, the dataset facilitates building models for grounded dialog response generation.
42
+
43
+ You can load the dataset via:
44
+ ```
45
+ import datasets
46
+ data = datasets.load_dataset('GEM/dstc10_track2_task2')
47
+ ```
48
+ The data loader can be found [here](https://huggingface.co/datasets/GEM/dstc10_track2_task2).
49
+
50
+ #### website
51
+ https://github.com/alexa/alexa-with-dstc10-track2-dataset
52
+
53
+ #### paper
54
+ https://assets.amazon.science/54/a1/5282d47044179737b4289622c824/how-robust-are-you-evaluating-task-oriented-dialogue-systems-on-spoken-conversations.pdf
55
+
56
+ #### authors
57
+ Seokhwan Kim, Yang Liu, Di Jin, Alexandros Papangelis, Karthik Gopalakrishnan, Behnam Hedayatnia, Dilek Hakkani-Tur (Amazon Alexa AI)
58
+
59
+ ## Dataset Overview
60
+
61
+ ### Where to find the Data and its Documentation
62
+
63
+ #### Webpage
64
+
65
+ <!-- info: What is the webpage for the dataset (if it exists)? -->
66
+ <!-- scope: telescope -->
67
+ https://github.com/alexa/alexa-with-dstc10-track2-dataset
68
+
69
+ #### Download
70
+
71
+ <!-- info: What is the link to where the original dataset is hosted? -->
72
+ <!-- scope: telescope -->
73
+ https://github.com/alexa/alexa-with-dstc10-track2-dataset
74
+
75
+ #### Paper
76
+
77
+ <!-- info: What is the link to the paper describing the dataset (open access preferred)? -->
78
+ <!-- scope: telescope -->
79
+ https://assets.amazon.science/54/a1/5282d47044179737b4289622c824/how-robust-are-you-evaluating-task-oriented-dialogue-systems-on-spoken-conversations.pdf
80
+
81
+ #### BibTex
82
+
83
+ <!-- info: Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex. -->
84
+ <!-- scope: microscope -->
85
+ @inproceedings{kim2021robust,
86
+ title={" How Robust ru?": Evaluating Task-Oriented Dialogue Systems on Spoken Conversations},
87
+ author={Kim, Seokhwan and Liu, Yang and Jin, Di and Papangelis, Alexandros and Gopalakrishnan, Karthik and Hedayatnia, Behnam and Hakkani-Tur, Dilek},
88
+ journal={IEEE Automatic Speech Recognition and Understanding Workshop},
89
+ year={2021}
90
+ }
91
+
92
+ #### Contact Name
93
+
94
+ <!-- quick -->
95
+ <!-- info: If known, provide the name of at least one person the reader can contact for questions about the dataset. -->
96
+ <!-- scope: periscope -->
97
+ Seokhwan Kim
98
+
99
+ #### Contact Email
100
+
101
+ <!-- info: If known, provide the email of at least one person the reader can contact for questions about the dataset. -->
102
+ <!-- scope: periscope -->
103
+ seokhwk@amazon.com
104
+
105
+ #### Has a Leaderboard?
106
+
107
+ <!-- info: Does the dataset have an active leaderboard? -->
108
+ <!-- scope: telescope -->
109
+ yes
110
+
111
+ #### Leaderboard Link
112
+
113
+ <!-- info: Provide a link to the leaderboard. -->
114
+ <!-- scope: periscope -->
115
+ https://eval.ai/challenge/1663/overview
116
+
117
+ #### Leaderboard Details
118
+
119
+ <!-- info: Briefly describe how the leaderboard evaluates models. -->
120
+ <!-- scope: microscope -->
121
+ It evaluates the models based on the automatic metrics defined in the task paper for the three tasks of detection, selection and generation.
122
+
123
+
124
+ ### Languages and Intended Use
125
+
126
+ #### Multilingual?
127
+
128
+ <!-- quick -->
129
+ <!-- info: Is the dataset multilingual? -->
130
+ <!-- scope: telescope -->
131
+ no
132
+
133
+ #### Covered Languages
134
+
135
+ <!-- quick -->
136
+ <!-- info: What languages/dialects are covered in the dataset? -->
137
+ <!-- scope: telescope -->
138
+ `En`
139
+
140
+ #### License
141
+
142
+ <!-- quick -->
143
+ <!-- info: What is the license of the dataset? -->
144
+ <!-- scope: telescope -->
145
+ apache-2.0: Apache License 2.0
146
+
147
+ #### Intended Use
148
+
149
+ <!-- info: What is the intended use of the dataset? -->
150
+ <!-- scope: microscope -->
151
+ To conduct research on dialogue state tracking and knowledge-grounded response generation.
152
+
153
+ #### Primary Task
154
+
155
+ <!-- info: What primary task does the dataset support? -->
156
+ <!-- scope: telescope -->
157
+ Dialog Response Generation
158
+
159
+ #### Communicative Goal
160
+
161
+ <!-- quick -->
162
+ <!-- info: Provide a short description of the communicative goal of a model trained for this task on this dataset. -->
163
+ <!-- scope: periscope -->
164
+ This dataset aims to explore the robustness of conversational models when trained on spoken data. It has two aspects, multi-domain dialogue state tracking and conversation modeling with access to unstructured knowledge.
165
+
166
+
167
+ ### Credit
168
+
169
+ #### Curation Organization Type(s)
170
+
171
+ <!-- info: In what kind of organization did the dataset curation happen? -->
172
+ <!-- scope: telescope -->
173
+ `industry`
174
+
175
+ #### Curation Organization(s)
176
+
177
+ <!-- info: Name the organization(s). -->
178
+ <!-- scope: periscope -->
179
+ Amazon
180
+
181
+ #### Dataset Creators
182
+
183
+ <!-- info: Who created the original dataset? List the people involved in collecting the dataset and their affiliation(s). -->
184
+ <!-- scope: microscope -->
185
+ Seokhwan Kim, Yang Liu, Di Jin, Alexandros Papangelis, Karthik Gopalakrishnan, Behnam Hedayatnia, Dilek Hakkani-Tur (Amazon Alexa AI)
186
+
187
+ #### Funding
188
+
189
+ <!-- info: Who funded the data creation? -->
190
+ <!-- scope: microscope -->
191
+ Amazon
192
+
193
+ #### Who added the Dataset to GEM?
194
+
195
+ <!-- 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. -->
196
+ <!-- scope: microscope -->
197
+ Alexandros Papangelis (Amazon Alexa AI), Di Jin (Amazon Alexa AI), Nico Daheim (RWTH Aachen University)
198
+
199
+
200
+ ### Dataset Structure
201
+
202
+ #### Data Fields
203
+
204
+ <!-- info: List and describe the fields present in the dataset. -->
205
+ <!-- scope: telescope -->
206
+ features = datasets.Features(
207
+ {
208
+ "id": datasets.Value("string"),
209
+ "gem_id": datasets.Value("string"),
210
+ "turns": [
211
+ {
212
+ "speaker": datasets.Value("string"),
213
+ "text": datasets.Value("string"),
214
+ "nbest": [
215
+ {
216
+ "hyp": datasets.Value("string"),
217
+ "score": datasets.Value("float"),
218
+ }
219
+ ],
220
+ }
221
+ ],
222
+ "knowledge": {
223
+ "domain": datasets.Value("string"),
224
+ "entity_name": datasets.Value("string"),
225
+ "title": datasets.Value("string"),
226
+ "body": datasets.Value("string"),
227
+ },
228
+ "response": datasets.Value("string"),
229
+ "source": datasets.Value("string"),
230
+ "linearized_input": datasets.Value("string"),
231
+ "target": datasets.Value("string"),
232
+ "references": [datasets.Value("string")],
233
+ }
234
+ )
235
+
236
+ nbest contains an nbest list of outputs generated by an ASR system along with their scores.
237
+
238
+ knowledge defines the annotated grounding as well as its metadata
239
+
240
+ #### Reason for Structure
241
+
242
+ <!-- info: How was the dataset structure determined? -->
243
+ <!-- scope: microscope -->
244
+ It was kept compatible with MultiWox 2.X data.
245
+
246
+ #### Example Instance
247
+
248
+ <!-- info: Provide a JSON formatted example of a typical instance in the dataset. -->
249
+ <!-- scope: periscope -->
250
+ {'id': '0',
251
+ 'gem_id': 'GEM-dstc10_track2_task2-test-0',
252
+ 'turns': [{'speaker': 'U',
253
+ 'text': "hi uh i'm looking for restaurant in lower ha",
254
+ 'nbest': [{'hyp': "hi uh i'm looking for restaurant in lower ha",
255
+ 'score': -25.625450134277344},
256
+ {'hyp': "hi uh i'm looking for restaurant in lower hai",
257
+ 'score': -25.969446182250977},
258
+ {'hyp': "hi uh i'm looking for restaurant in lower haig",
259
+ 'score': -32.816890716552734},
260
+ {'hyp': "hi uh i'm looking for restaurant in lower haigh",
261
+ 'score': -32.84316635131836},
262
+ {'hyp': "hi uh i'm looking for restaurant in lower hag",
263
+ 'score': -32.8637580871582},
264
+ {'hyp': "hi uh i'm looking for restaurant in lower hah",
265
+ 'score': -33.1048698425293},
266
+ {'hyp': "hi uh i'm looking for restaurant in lower hait",
267
+ 'score': -33.96509552001953},
268
+ {'hyp': "hi um i'm looking for restaurant in lower hai",
269
+ 'score': -33.97885513305664},
270
+ {'hyp': "hi um i'm looking for restaurant in lower haig",
271
+ 'score': -34.56083679199219},
272
+ {'hyp': "hi um i'm looking for restaurant in lower haigh",
273
+ 'score': -34.58711242675781}]},
274
+ {'speaker': 'S',
275
+ 'text': 'yeah definitely i can go ahead and help you with that ummm what kind of option in a restaurant are you looking for',
276
+ 'nbest': []},
277
+ {'speaker': 'U',
278
+ 'text': 'yeah umm am looking for an expensive restaurant',
279
+ 'nbest': [{'hyp': 'yeah umm am looking for an expensive restaurant',
280
+ 'score': -21.272899627685547},
281
+ {'hyp': 'yeah umm m looking for an expensive restaurant',
282
+ 'score': -21.444047927856445},
283
+ {'hyp': 'yeah umm a m looking for an expensive restaurant',
284
+ 'score': -21.565458297729492},
285
+ {'hyp': 'yeah ummm am looking for an expensive restaurant',
286
+ 'score': -21.68832778930664},
287
+ {'hyp': 'yeah ummm m looking for an expensive restaurant',
288
+ 'score': -21.85947608947754},
289
+ {'hyp': 'yeah ummm a m looking for an expensive restaurant',
290
+ 'score': -21.980886459350586},
291
+ {'hyp': "yeah umm a'm looking for an expensive restaurant",
292
+ 'score': -22.613924026489258},
293
+ {'hyp': "yeah ummm a'm looking for an expensive restaurant",
294
+ 'score': -23.02935218811035},
295
+ {'hyp': 'yeah um am looking for an expensive restaurant',
296
+ 'score': -23.11180305480957},
297
+ {'hyp': 'yeah um m looking for an expensive restaurant',
298
+ 'score': -23.28295135498047}]},
299
+ {'speaker': 'S',
300
+ 'text': "lemme go ahead and see what i can find for you ok great so i do ummm actually no i'm sorry is there something else i can help you find i don't see anything expensive",
301
+ 'nbest': []},
302
+ {'speaker': 'U',
303
+ 'text': "sure ummm maybe if you don't have anything expensive how about something in the moderate price range",
304
+ 'nbest': [{'hyp': "sure ummm maybe if you don't have anything expensive how about something in the moderate price range",
305
+ 'score': -27.492507934570312},
306
+ {'hyp': "sure umm maybe if you don't have anything expensive how about something in the moderate price range",
307
+ 'score': -27.75853729248047},
308
+ {'hyp': "sure ummm maybe if you don't have anything expensive how about something in the moderate price rang",
309
+ 'score': -29.44410514831543},
310
+ {'hyp': "sure umm maybe if you don't have anything expensive how about something in the moderate price rang",
311
+ 'score': -29.710134506225586},
312
+ {'hyp': "sure um maybe if you don't have anything expensive how about something in the moderate price range",
313
+ 'score': -31.136560440063477},
314
+ {'hyp': "sure um maybe if you don't have anything expensive how about something in the moderate price rang",
315
+ 'score': -33.088157653808594},
316
+ {'hyp': "sure ummm maybe i you don't have anything expensive how about something in the moderate price range",
317
+ 'score': -36.127620697021484},
318
+ {'hyp': "sure umm maybe i you don't have anything expensive how about something in the moderate price range",
319
+ 'score': -36.39365005493164},
320
+ {'hyp': "sure ummm maybe if yo don't have anything expensive how about something in the moderate price range",
321
+ 'score': -36.43605041503906},
322
+ {'hyp': "sure umm maybe if yo don't have anything expensive how about something in the moderate price range",
323
+ 'score': -36.70207977294922}]},
324
+ {'speaker': 'S',
325
+ 'text': 'ok moderate lemme go ahead and check to see what i can find for moderate ok great i do have several options coming up how does the view lounge sound',
326
+ 'nbest': []},
327
+ {'speaker': 'U',
328
+ 'text': 'that sounds good ummm do they have any sort of happy hour special',
329
+ 'nbest': [{'hyp': 'that sounds good ummm do they have any sort of happy hour special',
330
+ 'score': -30.316478729248047},
331
+ {'hyp': 'that sounds good umm do they have any sort of happy hour special',
332
+ 'score': -30.958009719848633},
333
+ {'hyp': 'that sounds good um do they have any sort of happy hour special',
334
+ 'score': -34.463165283203125},
335
+ {'hyp': 'that sounds good ummm do they have any sirt of happy hour special',
336
+ 'score': -34.48350143432617},
337
+ {'hyp': 'that sounds good umm do they have any sirt of happy hour special',
338
+ 'score': -35.12503433227539},
339
+ {'hyp': 'that sounds good ummm do they have any sord of happy hour special',
340
+ 'score': -35.61939239501953},
341
+ {'hyp': 'that sounds good umm do they have any sord of happy hour special',
342
+ 'score': -36.26092529296875},
343
+ {'hyp': 'that sounds good ummm do they have any sont of happy hour special',
344
+ 'score': -37.697105407714844},
345
+ {'hyp': 'that sounds good umm do they have any sont of happy hour special',
346
+ 'score': -38.33863830566406},
347
+ {'hyp': 'that sounds good um do they have any sirt of happy hour special',
348
+ 'score': -38.630191802978516}]}],
349
+ 'knowledge': {'domain': 'restaurant',
350
+ 'entity_name': 'The View Lounge',
351
+ 'title': 'Does The View Lounge offer happy hour?',
352
+ 'body': 'The View Lounge offers happy hour.'},
353
+ 'response': 'uhhh great question lemme go ahead and check that out for you ok fantastic so it looks like they do offer happy hour',
354
+ 'source': 'sf_spoken',
355
+ 'linearized_input': "<U> hi uh i'm looking for restaurant in lower ha <S> yeah definitely i can go ahead and help you with that ummm what kind of option in a restaurant are you looking for <U> yeah umm am looking for an expensive restaurant <S> lemme go ahead and see what i can find for you ok great so i do ummm actually no i'm sorry is there something else i can help you find i don't see anything expensive <U> sure ummm maybe if you don't have anything expensive how about something in the moderate price range <S> ok moderate lemme go ahead and check to see what i can find for moderate ok great i do have several options coming up how does the view lounge sound <U> that sounds good ummm do they have any sort of happy hour special || knowledge domain: restaurant, entity: The View Lounge, title: Does The View Lounge offer happy hour?, information: The View Lounge offers happy hour.",
356
+ 'target': 'uhhh great question lemme go ahead and check that out for you ok fantastic so it looks like they do offer happy hour',
357
+ 'references': ['uhhh great question lemme go ahead and check that out for you ok fantastic so it looks like they do offer happy hour']}
358
+
359
+ #### Data Splits
360
+
361
+ <!-- info: Describe and name the splits in the dataset if there are more than one. -->
362
+ <!-- scope: periscope -->
363
+ train: training set, val: validation set, test: test set
364
+
365
+ #### Splitting Criteria
366
+
367
+ <!-- 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. -->
368
+ <!-- scope: microscope -->
369
+ The track dataset originally only consists of a validation and test set in the spoken domain with noisy ASR transcripts.
370
+ The training set is taken from the predecessor task DSTC9 Track 1 and contains written conversations.
371
+
372
+
373
+
374
+ ## Dataset in GEM
375
+
376
+ ### Rationale for Inclusion in GEM
377
+
378
+ #### Why is the Dataset in GEM?
379
+
380
+ <!-- info: What does this dataset contribute toward better generation evaluation and why is it part of GEM? -->
381
+ <!-- scope: microscope -->
382
+ This dataset can be used to evaluate conversational models on spoken inputs (using ASR hypotheses). In particular, we can evaluate the models’ ability to understand language by tracking the dialogue state, and their ability to generate knowledge-grounded responses.
383
+
384
+ #### Similar Datasets
385
+
386
+ <!-- info: Do other datasets for the high level task exist? -->
387
+ <!-- scope: telescope -->
388
+ yes
389
+
390
+ #### Unique Language Coverage
391
+
392
+ <!-- info: Does this dataset cover other languages than other datasets for the same task? -->
393
+ <!-- scope: periscope -->
394
+ no
395
+
396
+ #### Difference from other GEM datasets
397
+
398
+ <!-- info: What else sets this dataset apart from other similar datasets in GEM? -->
399
+ <!-- scope: microscope -->
400
+ This dataset contains transcribed spoken interactions.
401
+
402
+ #### Ability that the Dataset measures
403
+
404
+ <!-- info: What aspect of model ability can be measured with this dataset? -->
405
+ <!-- scope: periscope -->
406
+ We can measure the model’s ability to understand language and to generate knowledge-grounded responses.
407
+
408
+
409
+ ### GEM-Specific Curation
410
+
411
+ #### Modificatied for GEM?
412
+
413
+ <!-- info: Has the GEM version of the dataset been modified in any way (data, processing, splits) from the original curated data? -->
414
+ <!-- scope: telescope -->
415
+ no
416
+
417
+ #### Additional Splits?
418
+
419
+ <!-- info: Does GEM provide additional splits to the dataset? -->
420
+ <!-- scope: telescope -->
421
+ no
422
+
423
+
424
+ ### Getting Started with the Task
425
+
426
+
427
+
428
+
429
+ ## Previous Results
430
+
431
+ ### Previous Results
432
+
433
+ #### Measured Model Abilities
434
+
435
+ <!-- info: What aspect of model ability can be measured with this dataset? -->
436
+ <!-- scope: telescope -->
437
+ This dataset can be used to evaluate conversational models on spoken inputs (using ASR hypotheses). In particular, we can evaluate the models’ ability to generate knowledge-grounded responses.
438
+
439
+ #### Metrics
440
+
441
+ <!-- info: What metrics are typically used for this task? -->
442
+ <!-- scope: periscope -->
443
+ `Other: Other Metrics`
444
+
445
+ #### Other Metrics
446
+
447
+ <!-- info: Definitions of other metrics -->
448
+ <!-- scope: periscope -->
449
+ BLEU-1, BLEU-2, BLEU-3, BLEU-4, METEOR, ROGUE-1, ROGUE-2, ROGUE-L
450
+
451
+ #### Previous results available?
452
+
453
+ <!-- info: Are previous results available? -->
454
+ <!-- scope: telescope -->
455
+ no
456
+
457
+
458
+
459
+ ## Dataset Curation
460
+
461
+ ### Original Curation
462
+
463
+ #### Original Curation Rationale
464
+
465
+ <!-- info: Original curation rationale -->
466
+ <!-- scope: telescope -->
467
+ We want to explore how conversational models perform on spoken data.
468
+
469
+ #### Communicative Goal
470
+
471
+ <!-- info: What was the communicative goal? -->
472
+ <!-- scope: periscope -->
473
+ This dataset aims to explore the robustness of conversational models when evaluated on spoken data. It has two aspects, multi-domain dialogue state tracking and conversation modeling with access to unstructured knowledge.
474
+
475
+ #### Sourced from Different Sources
476
+
477
+ <!-- info: Is the dataset aggregated from different data sources? -->
478
+ <!-- scope: telescope -->
479
+ no
480
+
481
+
482
+ ### Language Data
483
+
484
+ #### How was Language Data Obtained?
485
+
486
+ <!-- info: How was the language data obtained? -->
487
+ <!-- scope: telescope -->
488
+ `Other`
489
+
490
+ #### Topics Covered
491
+
492
+ <!-- info: Does the language in the dataset focus on specific topics? How would you describe them? -->
493
+ <!-- scope: periscope -->
494
+ The conversations revolve around 5 domains (or topics): hotels, restaurants, attractions, taxi, train.
495
+
496
+ #### Data Validation
497
+
498
+ <!-- info: Was the text validated by a different worker or a data curator? -->
499
+ <!-- scope: telescope -->
500
+ not validated
501
+
502
+ #### Was Data Filtered?
503
+
504
+ <!-- info: Were text instances selected or filtered? -->
505
+ <!-- scope: telescope -->
506
+ not filtered
507
+
508
+
509
+ ### Structured Annotations
510
+
511
+ #### Additional Annotations?
512
+
513
+ <!-- quick -->
514
+ <!-- info: Does the dataset have additional annotations for each instance? -->
515
+ <!-- scope: telescope -->
516
+ none
517
+
518
+ #### Annotation Service?
519
+
520
+ <!-- info: Was an annotation service used? -->
521
+ <!-- scope: telescope -->
522
+ no
523
+
524
+
525
+ ### Consent
526
+
527
+ #### Any Consent Policy?
528
+
529
+ <!-- info: Was there a consent policy involved when gathering the data? -->
530
+ <!-- scope: telescope -->
531
+ yes
532
+
533
+
534
+ ### Private Identifying Information (PII)
535
+
536
+ #### Contains PII?
537
+
538
+ <!-- quick -->
539
+ <!-- info: Does the source language data likely contain Personal Identifying Information about the data creators or subjects? -->
540
+ <!-- scope: telescope -->
541
+ no PII
542
+
543
+ #### Justification for no PII
544
+
545
+ <!-- info: Provide a justification for selecting `no PII` above. -->
546
+ <!-- scope: periscope -->
547
+ The subjects were instructed to conduct fictional conversations about booking restaurants or requesting fictional information.
548
+
549
+
550
+ ### Maintenance
551
+
552
+ #### Any Maintenance Plan?
553
+
554
+ <!-- info: Does the original dataset have a maintenance plan? -->
555
+ <!-- scope: telescope -->
556
+ no
557
+
558
+
559
+
560
+ ## Broader Social Context
561
+
562
+ ### Previous Work on the Social Impact of the Dataset
563
+
564
+ #### Usage of Models based on the Data
565
+
566
+ <!-- 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? -->
567
+ <!-- scope: telescope -->
568
+ no
569
+
570
+
571
+ ### Impact on Under-Served Communities
572
+
573
+ #### Addresses needs of underserved Communities?
574
+
575
+ <!-- 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). -->
576
+ <!-- scope: telescope -->
577
+ no
578
+
579
+
580
+ ### Discussion of Biases
581
+
582
+ #### Any Documented Social Biases?
583
+
584
+ <!-- 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. -->
585
+ <!-- scope: telescope -->
586
+ unsure
587
+
588
+
589
+
590
+ ## Considerations for Using the Data
591
+
592
+ ### PII Risks and Liability
593
+
594
+ #### Potential PII Risk
595
+
596
+ <!-- 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. -->
597
+ <!-- scope: microscope -->
598
+ There should be no risk related to PII as the subjects conduct fictional conversations.
599
+
600
+
601
+ ### Licenses
602
+
603
+ #### Copyright Restrictions on the Dataset
604
+
605
+ <!-- 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? -->
606
+ <!-- scope: periscope -->
607
+ `open license - commercial use allowed`
608
+
609
+ #### Copyright Restrictions on the Language Data
610
+
611
+ <!-- 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? -->
612
+ <!-- scope: periscope -->
613
+ `open license - commercial use allowed`
614
+
615
+
616
+ ### Known Technical Limitations
617
+
618
+
619
+