google-research

Форк
0
636 строк · 16.0 Кб
1
[
2
  {
3
    "service_name": "hotel",
4
    "slots": [
5
      {
6
        "name": "hotel-pricerange",
7
        "description": "the price range of the hotel",
8
        "possible_values": [
9
          "$100",
10
          "cheap",
11
          "cheap>moderate",
12
          "cheap|moderate",
13
          "expensive",
14
          "moderate"
15
        ],
16
        "is_categorical": true
17
      },
18
      {
19
        "name": "hotel-type",
20
        "description": "the type of the hotel",
21
        "possible_values": [
22
          "guesthouse",
23
          "hotel",
24
          "hotel|guesthouse"
25
        ],
26
        "is_categorical": true
27
      },
28
      {
29
        "name": "hotel-parking",
30
        "description": "does the hotel have free parking",
31
        "possible_values": [
32
          "free",
33
          "no",
34
          "yes"
35
        ],
36
        "is_categorical": true
37
      },
38
      {
39
        "name": "hotel-bookday",
40
        "description": "the day of hotel booking",
41
        "possible_values": [
42
          "friday",
43
          "friday>tuesday",
44
          "monday",
45
          "monday<thursday",
46
          "saturday",
47
          "saturday|tuesday",
48
          "sunday",
49
          "sunday>monday",
50
          "thursday",
51
          "tuesday",
52
          "wednesday",
53
          "wednesday|friday"
54
        ],
55
        "is_categorical": true
56
      },
57
      {
58
        "name": "hotel-bookpeople",
59
        "description": "number of people to book the hotel for",
60
        "possible_values": [
61
          "1",
62
          "2",
63
          "3",
64
          "4",
65
          "5",
66
          "6",
67
          "7",
68
          "8"
69
        ],
70
        "is_categorical": true
71
      },
72
      {
73
        "name": "hotel-bookstay",
74
        "description": "the duration of stay or booking",
75
        "possible_values": [
76
          "1",
77
          "2",
78
          "3",
79
          "3|1",
80
          "4",
81
          "5",
82
          "5|4",
83
          "6",
84
          "7",
85
          "8"
86
        ],
87
        "is_categorical": true
88
      },
89
      {
90
        "name": "hotel-stars",
91
        "description": "the rating of the hotel",
92
        "possible_values": [
93
          "0",
94
          "1",
95
          "2",
96
          "3",
97
          "3|4",
98
          "4",
99
          "4|5",
100
          "5"
101
        ],
102
        "is_categorical": true
103
      },
104
      {
105
        "name": "hotel-internet",
106
        "description": "does it have internet or wifi",
107
        "possible_values": [
108
          "free",
109
          "no",
110
          "yes"
111
        ],
112
        "is_categorical": true
113
      },
114
      {
115
        "name": "hotel-name",
116
        "description": "the name of the hotel",
117
        "possible_values": [],
118
        "is_categorical": false
119
      },
120
      {
121
        "name": "hotel-area",
122
        "description": "the locality of the hotel",
123
        "possible_values": [
124
          "centre",
125
          "east",
126
          "north",
127
          "south",
128
          "west",
129
          "west|centre"
130
        ],
131
        "is_categorical": true
132
      }
133
    ],
134
    "description": "hotel reservations and vacation stays",
135
    "intents": [
136
      {
137
        "name": "find_hotel",
138
        "description": "search for a hotel to stay in",
139
        "is_transactional": false,
140
        "required_slots": [],
141
        "optional_slots": {
142
          "hotel-pricerange": "dontcare",
143
          "hotel-type": "dontcare",
144
          "hotel-parking": "dontcare",
145
          "hotel-bookday": "dontcare",
146
          "hotel-bookpeople": "dontcare",
147
          "hotel-bookstay": "dontcare",
148
          "hotel-stars": "dontcare",
149
          "hotel-internet": "dontcare",
150
          "hotel-name": "dontcare",
151
          "hotel-area": "dontcare"
152
        }
153
      }
154
    ]
155
  },
156
  {
157
    "service_name": "train",
158
    "slots": [
159
      {
160
        "name": "train-destination",
161
        "description": "the city you want to go to",
162
        "possible_values": [
163
          "birmingham new street",
164
          "bishops stortford",
165
          "bournemouth",
166
          "broxbourne",
167
          "cambridge",
168
          "centre",
169
          "city centre north",
170
          "copper kettle",
171
          "curry prince",
172
          "ely",
173
          "glastonbury",
174
          "gourmet burger kitchen",
175
          "huntingdon marriott hotel",
176
          "huntington marriott",
177
          "kings lynn",
178
          "leicester",
179
          "liverpool",
180
          "liverpool street",
181
          "london",
182
          "london kings cross",
183
          "london liverpool street",
184
          "norway",
185
          "norwich",
186
          "peterborough",
187
          "stansted airport",
188
          "stevenage"
189
        ],
190
        "is_categorical": true
191
      },
192
      {
193
        "name": "train-arriveby",
194
        "description": "when should the train reach your destination",
195
        "possible_values": [],
196
        "is_categorical": false
197
      },
198
      {
199
        "name": "train-departure",
200
        "description": "the location where you want to catch the train from",
201
        "possible_values": [
202
          "alpha milton",
203
          "aylesbray lodge guest",
204
          "birmingham new street",
205
          "bishops stortford",
206
          "brookshite",
207
          "broxbourne",
208
          "cafe uno",
209
          "camboats",
210
          "cambridge",
211
          "cineworld",
212
          "city hall",
213
          "duxford",
214
          "east london",
215
          "ely",
216
          "hamilton lodge",
217
          "huntingdon",
218
          "kings lynn",
219
          "leicester",
220
          "liverpool",
221
          "london",
222
          "london kings cross",
223
          "london liverpool",
224
          "london liverpool street",
225
          "norwich",
226
          "panahar",
227
          "peterborough",
228
          "stansted airport",
229
          "stevenage",
230
          "stratford",
231
          "wandlebury country park"
232
        ],
233
        "is_categorical": true
234
      },
235
      {
236
        "name": "train-day",
237
        "description": "the day of the journey",
238
        "possible_values": [
239
          "friday",
240
          "monday",
241
          "saturday",
242
          "sunday",
243
          "thursday",
244
          "tuesday",
245
          "wednesday"
246
        ],
247
        "is_categorical": true
248
      },
249
      {
250
        "name": "train-bookpeople",
251
        "description": "number of tickets to buy",
252
        "possible_values": [
253
          "1",
254
          "10",
255
          "15",
256
          "2",
257
          "3",
258
          "4",
259
          "5",
260
          "6",
261
          "7",
262
          "8",
263
          "9"
264
        ],
265
        "is_categorical": true
266
      },
267
      {
268
        "name": "train-leaveat",
269
        "description": "the departure time of the train",
270
        "possible_values": [],
271
        "is_categorical": false
272
      }
273
    ],
274
    "description": "find trains that take you to places",
275
    "intents": [
276
      {
277
        "name": "find_train",
278
        "description": "search for trains that take you places",
279
        "is_transactional": false,
280
        "required_slots": [],
281
        "optional_slots": {
282
          "train-destination": "dontcare",
283
          "train-arriveby": "dontcare",
284
          "train-departure": "dontcare",
285
          "train-day": "dontcare",
286
          "train-bookpeople": "dontcare",
287
          "train-leaveat": "dontcare"
288
        }
289
      }
290
    ]
291
  },
292
  {
293
    "service_name": "attraction",
294
    "slots": [
295
      {
296
        "name": "attraction-area",
297
        "description": "the place where you are located",
298
        "possible_values": [
299
          "centre",
300
          "centre|west",
301
          "east",
302
          "north",
303
          "south",
304
          "west"
305
        ],
306
        "is_categorical": true
307
      },
308
      {
309
        "name": "attraction-name",
310
        "description": "the name of the site you want to visit",
311
        "possible_values": [],
312
        "is_categorical": false
313
      },
314
      {
315
        "name": "attraction-type",
316
        "description": "the type of attractions you are interested in",
317
        "possible_values": [
318
          "architecture",
319
          "boat",
320
          "boating",
321
          "camboats",
322
          "church",
323
          "churchills college",
324
          "cinema",
325
          "college",
326
          "concert",
327
          "concerthall",
328
          "concerthall|boat",
329
          "entertainment",
330
          "entertainment|cinemas|museums|theatres",
331
          "gallery",
332
          "gastropub",
333
          "hiking|historical",
334
          "hotel",
335
          "multiple sports",
336
          "multiple sports|theatre",
337
          "museum",
338
          "museum kettles yard",
339
          "museum|nightclub",
340
          "night club",
341
          "outdoor",
342
          "park",
343
          "park|boat",
344
          "pool",
345
          "special",
346
          "sports",
347
          "swimming pool",
348
          "theater",
349
          "theatre"
350
        ],
351
        "is_categorical": true
352
      }
353
    ],
354
    "description": "find touristy stuff to do around you",
355
    "intents": [
356
      {
357
        "name": "find_attraction",
358
        "description": "search for places to see for leisure",
359
        "is_transactional": false,
360
        "required_slots": [],
361
        "optional_slots": {
362
          "attraction-area": "dontcare",
363
          "attraction-name": "dontcare",
364
          "attraction-type": "dontcare"
365
        }
366
      }
367
    ]
368
  },
369
  {
370
    "service_name": "restaurant",
371
    "slots": [
372
      {
373
        "name": "restaurant-pricerange",
374
        "description": "indicates how expensive or cheap the restaurant is",
375
        "possible_values": [
376
          "cheap",
377
          "cheap|moderate",
378
          "expensive",
379
          "moderate"
380
        ],
381
        "is_categorical": true
382
      },
383
      {
384
        "name": "restaurant-area",
385
        "description": "the locality of the restaurant",
386
        "possible_values": [
387
          "centre",
388
          "east",
389
          "east|south",
390
          "north",
391
          "south",
392
          "west"
393
        ],
394
        "is_categorical": true
395
      },
396
      {
397
        "name": "restaurant-food",
398
        "description": "the cuisine or type of food served",
399
        "possible_values": [],
400
        "is_categorical": false
401
      },
402
      {
403
        "name": "restaurant-name",
404
        "description": "the name of the restaurant",
405
        "possible_values": [],
406
        "is_categorical": false
407
      },
408
      {
409
        "name": "restaurant-bookday",
410
        "description": "the day of booking at the restaurant",
411
        "possible_values": [
412
          "friday",
413
          "monday",
414
          "saturday",
415
          "saturday|thursday",
416
          "sunday",
417
          "sunday|thursday",
418
          "thursday",
419
          "tuesday",
420
          "wednesday"
421
        ],
422
        "is_categorical": true
423
      },
424
      {
425
        "name": "restaurant-bookpeople",
426
        "description": "number of people to reserve the restaurant for",
427
        "possible_values": [
428
          "1",
429
          "2",
430
          "3",
431
          "4",
432
          "4|7",
433
          "5",
434
          "6",
435
          "7",
436
          "8"
437
        ],
438
        "is_categorical": true
439
      },
440
      {
441
        "name": "restaurant-booktime",
442
        "description": "the time of the reservation at the restaurant",
443
        "possible_values": [],
444
        "is_categorical": false
445
      }
446
    ],
447
    "description": "find places to dine and whet your appetite",
448
    "intents": [
449
      {
450
        "name": "find_restaurant",
451
        "description": "search for places to wine and dine",
452
        "is_transactional": false,
453
        "required_slots": [],
454
        "optional_slots": {
455
          "restaurant-pricerange": "dontcare",
456
          "restaurant-area": "dontcare",
457
          "restaurant-food": "dontcare",
458
          "restaurant-name": "dontcare",
459
          "restaurant-bookday": "dontcare",
460
          "restaurant-bookpeople": "dontcare",
461
          "restaurant-booktime": "dontcare"
462
        }
463
      }
464
    ]
465
  },
466
  {
467
    "service_name": "hospital",
468
    "slots": [
469
      {
470
        "name": "hospital-department",
471
        "description": "the kind of ailment or sickness you want treated",
472
        "possible_values": [
473
          "acute medical assessment unit",
474
          "acute medicine for the elderly",
475
          "antenatal",
476
          "cambridge eye unit",
477
          "cardiology",
478
          "cardiology and coronary care unit",
479
          "childrens oncology and haematology",
480
          "childrens surgical and medicine",
481
          "clinical decisions unit",
482
          "clinical research facility",
483
          "coronary care unit",
484
          "diabetes and endocrinology",
485
          "emergency department",
486
          "gastroenterology",
487
          "gynaecology",
488
          "haematology",
489
          "haematology and haematological oncology",
490
          "haematology day unit",
491
          "hepatobillary and gastrointestinal surgery regional referral centre",
492
          "hepatology",
493
          "infectious diseases",
494
          "infusion services",
495
          "inpatient occupational therapy",
496
          "intermediate dependancy area",
497
          "john farman intensive care unit",
498
          "medical decisions unit",
499
          "medicine for the elderly",
500
          "neonatal unit",
501
          "neurology",
502
          "neurology neurosurgery",
503
          "neurosciences",
504
          "neurosciences critical care unit",
505
          "oncology",
506
          "oral and maxillofacial surgery and ent",
507
          "paediatric clinic",
508
          "paediatric day unit",
509
          "paediatric intensive care unit",
510
          "plastic and vascular surgery plastics",
511
          "psychiatry",
512
          "respiratory medicine",
513
          "surgery",
514
          "teenage cancer trust unit",
515
          "transitional care",
516
          "transplant high dependency unit",
517
          "trauma and orthopaedics",
518
          "trauma high dependency unit",
519
          "urology"
520
        ],
521
        "is_categorical": true
522
      }
523
    ],
524
    "description": "making you feel better when you are ill",
525
    "intents": [
526
      {
527
        "name": "find_hospital",
528
        "description": "search for a medical facility or a doctor",
529
        "is_transactional": false,
530
        "required_slots": [],
531
        "optional_slots": {
532
          "hospital-department": "dontcare"
533
        }
534
      }
535
    ]
536
  },
537
  {
538
    "service_name": "taxi",
539
    "slots": [
540
      {
541
        "name": "taxi-leaveat",
542
        "description": "the time you want to depart",
543
        "possible_values": [],
544
        "is_categorical": false
545
      },
546
      {
547
        "name": "taxi-destination",
548
        "description": "the place you want to get to",
549
        "possible_values": [],
550
        "is_categorical": false
551
      },
552
      {
553
        "name": "taxi-departure",
554
        "description": "the place you want to board the taxi",
555
        "possible_values": [],
556
        "is_categorical": false
557
      },
558
      {
559
        "name": "taxi-arriveby",
560
        "description": "the time of your arrival at the destination",
561
        "possible_values": [],
562
        "is_categorical": false
563
      }
564
    ],
565
    "description": "rent cheap cabs to avoid traffic",
566
    "intents": [
567
      {
568
        "name": "find_taxi",
569
        "description": "search for taxis to avoid traffic",
570
        "is_transactional": false,
571
        "required_slots": [],
572
        "optional_slots": {
573
          "taxi-leaveat": "dontcare",
574
          "taxi-destination": "dontcare",
575
          "taxi-departure": "dontcare",
576
          "taxi-arriveby": "dontcare"
577
        }
578
      }
579
    ]
580
  },
581
  {
582
    "service_name": "bus",
583
    "slots": [
584
      {
585
        "name": "bus-departure",
586
        "description": "the departure place of the bus",
587
        "possible_values": [
588
          "cambridge"
589
        ],
590
        "is_categorical": true
591
      },
592
      {
593
        "name": "bus-destination",
594
        "description": "the destination of the bus",
595
        "possible_values": [
596
          "bishops stortford",
597
          "cambridge",
598
          "kohinoor",
599
          "london kings cross"
600
        ],
601
        "is_categorical": true
602
      },
603
      {
604
        "name": "bus-leaveat",
605
        "description": "the time when bus leaves",
606
        "possible_values": [
607
          "21:45"
608
        ],
609
        "is_categorical": true
610
      },
611
      {
612
        "name": "bus-day",
613
        "description": "the day of the bus",
614
        "possible_values": [
615
          "wednesday"
616
        ],
617
        "is_categorical": true
618
      }
619
    ],
620
    "description": "Bus service for traveling",
621
    "intents": [
622
      {
623
        "name": "find_bus",
624
        "description": "search for a bus",
625
        "is_transactional": false,
626
        "required_slots": [],
627
        "optional_slots": {
628
          "bus-departure": "dontcare",
629
          "bus-destination": "dontcare",
630
          "bus-day": "dontcare",
631
          "taxi-leaveat": "dontcare"
632
        }
633
      }
634
    ]
635
  }
636
]
637

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.