Brendan commited on
Commit
535a98d
·
verified ·
1 Parent(s): 11d4f64

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: dialogue_id
5
+ dtype: string
6
+ - name: turn_id
7
+ dtype: int8
8
+ - name: domains
9
+ sequence: string
10
+ - name: system_utterances
11
+ sequence: string
12
+ - name: user_utterances
13
+ sequence: string
14
+ - name: slot_values
15
+ struct:
16
+ - name: hotel
17
+ struct:
18
+ - name: price range
19
+ dtype: string
20
+ - name: type
21
+ dtype: string
22
+ - name: parking
23
+ dtype: string
24
+ - name: book day
25
+ dtype: string
26
+ - name: book people
27
+ dtype: string
28
+ - name: book stay
29
+ dtype: string
30
+ - name: stars
31
+ dtype: string
32
+ - name: internet
33
+ dtype: string
34
+ - name: name
35
+ dtype: string
36
+ - name: area
37
+ dtype: string
38
+ - name: train
39
+ struct:
40
+ - name: arrive by
41
+ dtype: string
42
+ - name: departure
43
+ dtype: string
44
+ - name: day
45
+ dtype: string
46
+ - name: book people
47
+ dtype: string
48
+ - name: leave at
49
+ dtype: string
50
+ - name: destination
51
+ dtype: string
52
+ - name: attraction
53
+ struct:
54
+ - name: area
55
+ dtype: string
56
+ - name: name
57
+ dtype: string
58
+ - name: type
59
+ dtype: string
60
+ - name: restaurant
61
+ struct:
62
+ - name: price range
63
+ dtype: string
64
+ - name: area
65
+ dtype: string
66
+ - name: food
67
+ dtype: string
68
+ - name: name
69
+ dtype: string
70
+ - name: book day
71
+ dtype: string
72
+ - name: book people
73
+ dtype: string
74
+ - name: book time
75
+ dtype: string
76
+ - name: hospital
77
+ struct:
78
+ - name: department
79
+ dtype: string
80
+ - name: taxi
81
+ struct:
82
+ - name: leave at
83
+ dtype: string
84
+ - name: destination
85
+ dtype: string
86
+ - name: departure
87
+ dtype: string
88
+ - name: arrive by
89
+ dtype: string
90
+ - name: bus
91
+ struct:
92
+ - name: departure
93
+ dtype: string
94
+ - name: destination
95
+ dtype: string
96
+ - name: leave at
97
+ dtype: string
98
+ - name: day
99
+ dtype: string
100
+ - name: police
101
+ struct:
102
+ - name: name
103
+ dtype: string
104
+ - name: turn_slot_values
105
+ struct:
106
+ - name: hotel
107
+ struct:
108
+ - name: price range
109
+ dtype: string
110
+ - name: type
111
+ dtype: string
112
+ - name: parking
113
+ dtype: string
114
+ - name: book day
115
+ dtype: string
116
+ - name: book people
117
+ dtype: string
118
+ - name: book stay
119
+ dtype: string
120
+ - name: stars
121
+ dtype: string
122
+ - name: internet
123
+ dtype: string
124
+ - name: name
125
+ dtype: string
126
+ - name: area
127
+ dtype: string
128
+ - name: train
129
+ struct:
130
+ - name: arrive by
131
+ dtype: string
132
+ - name: departure
133
+ dtype: string
134
+ - name: day
135
+ dtype: string
136
+ - name: book people
137
+ dtype: string
138
+ - name: leave at
139
+ dtype: string
140
+ - name: destination
141
+ dtype: string
142
+ - name: attraction
143
+ struct:
144
+ - name: area
145
+ dtype: string
146
+ - name: name
147
+ dtype: string
148
+ - name: type
149
+ dtype: string
150
+ - name: restaurant
151
+ struct:
152
+ - name: price range
153
+ dtype: string
154
+ - name: area
155
+ dtype: string
156
+ - name: food
157
+ dtype: string
158
+ - name: name
159
+ dtype: string
160
+ - name: book day
161
+ dtype: string
162
+ - name: book people
163
+ dtype: string
164
+ - name: book time
165
+ dtype: string
166
+ - name: hospital
167
+ struct:
168
+ - name: department
169
+ dtype: string
170
+ - name: taxi
171
+ struct:
172
+ - name: leave at
173
+ dtype: string
174
+ - name: destination
175
+ dtype: string
176
+ - name: departure
177
+ dtype: string
178
+ - name: arrive by
179
+ dtype: string
180
+ - name: bus
181
+ struct:
182
+ - name: departure
183
+ dtype: string
184
+ - name: destination
185
+ dtype: string
186
+ - name: leave at
187
+ dtype: string
188
+ - name: day
189
+ dtype: string
190
+ - name: police
191
+ struct:
192
+ - name: name
193
+ dtype: string
194
+ - name: last_slot_values
195
+ struct:
196
+ - name: hotel
197
+ struct:
198
+ - name: price range
199
+ dtype: string
200
+ - name: type
201
+ dtype: string
202
+ - name: parking
203
+ dtype: string
204
+ - name: book day
205
+ dtype: string
206
+ - name: book people
207
+ dtype: string
208
+ - name: book stay
209
+ dtype: string
210
+ - name: stars
211
+ dtype: string
212
+ - name: internet
213
+ dtype: string
214
+ - name: name
215
+ dtype: string
216
+ - name: area
217
+ dtype: string
218
+ - name: train
219
+ struct:
220
+ - name: arrive by
221
+ dtype: string
222
+ - name: departure
223
+ dtype: string
224
+ - name: day
225
+ dtype: string
226
+ - name: book people
227
+ dtype: string
228
+ - name: leave at
229
+ dtype: string
230
+ - name: destination
231
+ dtype: string
232
+ - name: attraction
233
+ struct:
234
+ - name: area
235
+ dtype: string
236
+ - name: name
237
+ dtype: string
238
+ - name: type
239
+ dtype: string
240
+ - name: restaurant
241
+ struct:
242
+ - name: price range
243
+ dtype: string
244
+ - name: area
245
+ dtype: string
246
+ - name: food
247
+ dtype: string
248
+ - name: name
249
+ dtype: string
250
+ - name: book day
251
+ dtype: string
252
+ - name: book people
253
+ dtype: string
254
+ - name: book time
255
+ dtype: string
256
+ - name: hospital
257
+ struct:
258
+ - name: department
259
+ dtype: string
260
+ - name: taxi
261
+ struct:
262
+ - name: leave at
263
+ dtype: string
264
+ - name: destination
265
+ dtype: string
266
+ - name: departure
267
+ dtype: string
268
+ - name: arrive by
269
+ dtype: string
270
+ - name: bus
271
+ struct:
272
+ - name: departure
273
+ dtype: string
274
+ - name: destination
275
+ dtype: string
276
+ - name: leave at
277
+ dtype: string
278
+ - name: day
279
+ dtype: string
280
+ - name: police
281
+ struct:
282
+ - name: name
283
+ dtype: string
284
+ - name: last_system_response_acts
285
+ sequence: string
286
+ - name: system_response_acts
287
+ sequence: string
288
+ - name: system_response
289
+ dtype: string
290
+ splits:
291
+ - name: test_0_50
292
+ num_bytes: 573034.9669017906
293
+ num_examples: 374
294
+ - name: test_50_100
295
+ num_bytes: 543923.5648399349
296
+ num_examples: 355
297
+ - name: test_100_150
298
+ num_bytes: 559245.3553988063
299
+ num_examples: 365
300
+ - name: test_150_200
301
+ num_bytes: 568438.4297341291
302
+ num_examples: 371
303
+ - name: test_200_250
304
+ num_bytes: 556180.997287032
305
+ num_examples: 363
306
+ - name: test_250_300
307
+ num_bytes: 562309.7135105806
308
+ num_examples: 367
309
+ - name: test_300_350
310
+ num_bytes: 569970.6087900163
311
+ num_examples: 372
312
+ - name: test_350_400
313
+ num_bytes: 554648.8182311449
314
+ num_examples: 362
315
+ - name: test_400_450
316
+ num_bytes: 525537.4161692892
317
+ num_examples: 343
318
+ - name: test_450_500
319
+ num_bytes: 557713.1763429191
320
+ num_examples: 364
321
+ - name: test_500_550
322
+ num_bytes: 596017.6527400977
323
+ num_examples: 389
324
+ - name: test_550_600
325
+ num_bytes: 586824.5784047748
326
+ num_examples: 383
327
+ - name: test_600_650
328
+ num_bytes: 582228.0412371134
329
+ num_examples: 380
330
+ - name: test_650_700
331
+ num_bytes: 596017.6527400977
332
+ num_examples: 389
333
+ - name: test_700_750
334
+ num_bytes: 582228.0412371134
335
+ num_examples: 380
336
+ - name: test_750_800
337
+ num_bytes: 516344.3418339664
338
+ num_examples: 337
339
+ - name: test_800_850
340
+ num_bytes: 566906.250678242
341
+ num_examples: 370
342
+ - name: test_850_900
343
+ num_bytes: 596017.6527400977
344
+ num_examples: 389
345
+ - name: test_900_950
346
+ num_bytes: 559245.3553988063
347
+ num_examples: 365
348
+ - name: test_950_1000
349
+ num_bytes: 542391.3857840478
350
+ num_examples: 354
351
+ download_size: 2801791
352
+ dataset_size: 11295224.0
353
+ configs:
354
+ - config_name: default
355
+ data_files:
356
+ - split: test_0_50
357
+ path: data/test_0_50-*
358
+ - split: test_50_100
359
+ path: data/test_50_100-*
360
+ - split: test_100_150
361
+ path: data/test_100_150-*
362
+ - split: test_150_200
363
+ path: data/test_150_200-*
364
+ - split: test_200_250
365
+ path: data/test_200_250-*
366
+ - split: test_250_300
367
+ path: data/test_250_300-*
368
+ - split: test_300_350
369
+ path: data/test_300_350-*
370
+ - split: test_350_400
371
+ path: data/test_350_400-*
372
+ - split: test_400_450
373
+ path: data/test_400_450-*
374
+ - split: test_450_500
375
+ path: data/test_450_500-*
376
+ - split: test_500_550
377
+ path: data/test_500_550-*
378
+ - split: test_550_600
379
+ path: data/test_550_600-*
380
+ - split: test_600_650
381
+ path: data/test_600_650-*
382
+ - split: test_650_700
383
+ path: data/test_650_700-*
384
+ - split: test_700_750
385
+ path: data/test_700_750-*
386
+ - split: test_750_800
387
+ path: data/test_750_800-*
388
+ - split: test_800_850
389
+ path: data/test_800_850-*
390
+ - split: test_850_900
391
+ path: data/test_850_900-*
392
+ - split: test_900_950
393
+ path: data/test_900_950-*
394
+ - split: test_950_1000
395
+ path: data/test_950_1000-*
396
+ ---
data/test_0_50-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fd761f4642f52dda3b916b3bd18d181ad3590f3b58e63624459f33ee64d0924
3
+ size 141538
data/test_100_150-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b38380bab20face278a61b15a86122b0cd4fd07e064ec510215275b509a2321
3
+ size 139043
data/test_150_200-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4d98aeeeab3b69c8d3da009f5848c03fe1cd59b66ac83fc352a43e8f75aeeb
3
+ size 142297
data/test_200_250-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad2734b64c681d0611206f282909e56bd773b14565bff66ccb5412d90830b14
3
+ size 141155
data/test_250_300-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:302331d6b298854e24ad147f092283c94553dbb8891d060dc684c91dd0b8491a
3
+ size 140504
data/test_300_350-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416c0b0dc0af0e72bf2c91008863b49e8e1a3c91b888178967dc7d363e91b02e
3
+ size 143460
data/test_350_400-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe973225fbd33593a0bfa2f3d3dadc3855e918597692ee6377ef3158b43e94b
3
+ size 137596
data/test_400_450-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d597e5364ffa3aa9ace14f1ada599d4c0b41433be20dcc93d0e636b019ffe239
3
+ size 134847
data/test_450_500-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e4de8372dd411e67364cdbd597cc0b46f1c23ff40fc4e2dc8e208a9d92d926
3
+ size 135749
data/test_500_550-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d82637a0eb8d700ef8b0799868ee0700c3da4a9adefa01954336b3c8814163ef
3
+ size 143518
data/test_50_100-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f229cdef8814eecaa00d163101aa512305ca04a9a30d05a94dfc9435f703030
3
+ size 135104
data/test_550_600-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8422ecdef08e1da6bb1e32a9cd4d6d4b47717877c61d175a0402292780be2be2
3
+ size 142565
data/test_600_650-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a16a43670c4ee454a434a3f9783f83f1ab025473bd446263b416dda9cd707cd3
3
+ size 143778
data/test_650_700-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2251151531042e13aa127f8a05ecf3cde219cb0b3a7bb6e846d671597b17f4bc
3
+ size 145487
data/test_700_750-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9f92ac4fc255cf1ac1b7f34b602cae5d7c8481262bf7c0cdccd6b8140e698a2
3
+ size 141406
data/test_750_800-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005f9cec4732063d069be70c422d66d2b8135a8f79c7c314a5cbb2585119e912
3
+ size 134319
data/test_800_850-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18babf1641a1925ad5b0436700b79d4730c35e2a422de8d1387dcd0e38219326
3
+ size 140513
data/test_850_900-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:770ecae838499bffc5b3b798fe01e852b1c5c6a05936bd5287859ea3cdfb8ca6
3
+ size 143449
data/test_900_950-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22a3ea3273cb99d74327fe8a5846e33ee9aaef93595444d19f0263f7f379a4e3
3
+ size 137980
data/test_950_1000-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:698c02eb71d14010511d712e67a78fbd85bc0f717191745e435ab576bad1f14e
3
+ size 137483