File size: 16,082 Bytes
2ea1065 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 |
[
{
"dialogue": [
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "where's the nearest parking garage"
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": false,
"requested": {
"distance": true,
"traffic_info": false,
"poi_type": true,
"address": true,
"poi": false
},
"slots": {
"distance": "nearest",
"poi_type": "parking garage"
},
"utterance": "The nearest parking garage is Dish Parking at 550 Alester Ave. Would you like directions there? "
}
},
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "Yes, please set directions via a route that avoids all heavy traffic if possible. "
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": false,
"requested": {
"distance": false,
"traffic_info": true,
"poi_type": false,
"address": false,
"poi": true
},
"slots": {
"traffic_info": "avoid heavy traffic ",
"poi": "dish parking"
},
"utterance": "It looks like there is a road block being reported on the route but I will still find the quickest route to 550 Alester Ave. "
}
},
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "Thanks so much for your help. "
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": true,
"requested": {
"distance": false,
"traffic_info": false,
"poi_type": false,
"address": false,
"poi": false
},
"slots": {},
"utterance": "You're very welcome!"
}
}
],
"scenario": {
"kb": {
"items": [
{
"distance": "2 miles",
"traffic_info": "road block nearby",
"poi_type": "parking garage",
"address": "550 Alester Ave",
"poi": "Dish Parking"
},
{
"distance": "6 miles",
"traffic_info": "no traffic",
"poi_type": "parking garage",
"address": "610 Amarillo Ave",
"poi": "Stanford Oval Parking"
},
{
"distance": "4 miles",
"traffic_info": "car collision nearby",
"poi_type": "grocery store",
"address": "409 Bollard St",
"poi": "Willows Market"
},
{
"distance": "2 miles",
"traffic_info": "moderate traffic",
"poi_type": "rest stop",
"address": "329 El Camino Real",
"poi": "The Westin"
},
{
"distance": "1 miles",
"traffic_info": "heavy traffic",
"poi_type": "friends house",
"address": "580 Van Ness Ave",
"poi": "toms house"
},
{
"distance": "4 miles",
"traffic_info": "heavy traffic",
"poi_type": "pizza restaurant",
"address": "915 Arbol Dr",
"poi": "Pizza Chicago"
},
{
"distance": "6 miles",
"traffic_info": "car collision nearby",
"poi_type": "gas station",
"address": "200 Alester Ave",
"poi": "Valero"
},
{
"distance": "2 miles",
"traffic_info": "no traffic",
"poi_type": "chinese restaurant",
"address": "271 Springer Street",
"poi": "Mandarin Roots"
}
],
"column_names": [
"poi",
"poi_type",
"address",
"distance",
"traffic_info"
],
"kb_title": "location information"
},
"task": {
"intent": "navigate"
},
"uuid": "118f8056-0e66-43df-8eb8-bfe9056ca01a"
}
},
{
"dialogue": [
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "Where is the nearest gas station?"
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": false,
"requested": {
"distance": true,
"traffic_info": false,
"poi_type": true,
"address": false,
"poi": false
},
"slots": {
"distance": "nearest ",
"poi_type": "gas station"
},
"utterance": "There is a 76 4 miles away."
}
},
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "What is the address?"
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": false,
"requested": {
"distance": false,
"traffic_info": false,
"poi_type": false,
"address": false,
"poi": false
},
"slots": {},
"utterance": "The 76 gas station is located at 91 El Camino Real. It is 4 miles away through moderate traffic"
}
},
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "Thanks!"
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": true,
"requested": {
"distance": false,
"traffic_info": false,
"poi_type": false,
"address": false,
"poi": false
},
"slots": {},
"utterance": "Anytime!"
}
}
],
"scenario": {
"kb": {
"items": [
{
"distance": "4 miles",
"traffic_info": "moderate traffic",
"poi_type": "shopping center",
"address": "383 University Ave",
"poi": "Town and Country"
},
{
"distance": "4 miles",
"traffic_info": "moderate traffic",
"poi_type": "gas station",
"address": "91 El Camino Real",
"poi": "76"
},
{
"distance": "2 miles",
"traffic_info": "moderate traffic",
"poi_type": "shopping center",
"address": "773 Alger Dr",
"poi": "Stanford Shopping Center"
},
{
"distance": "3 miles",
"traffic_info": "moderate traffic",
"poi_type": "coffee or tea place",
"address": "145 Amherst St",
"poi": "Teavana"
},
{
"distance": "4 miles",
"traffic_info": "moderate traffic",
"poi_type": "pizza restaurant",
"address": "776 Arastradero Rd",
"poi": "Dominos"
},
{
"distance": "4 miles",
"traffic_info": "road block nearby",
"poi_type": "parking garage",
"address": "481 Amaranta Ave",
"poi": "Palo Alto Garage R"
},
{
"distance": "5 miles",
"traffic_info": "no traffic",
"poi_type": "hospital",
"address": "214 El Camino Real",
"poi": "Stanford Express Care"
},
{
"distance": "3 miles",
"traffic_info": "no traffic",
"poi_type": "hospital",
"address": "611 Ames Ave",
"poi": "Palo Alto Medical Foundation"
}
],
"column_names": [
"poi",
"poi_type",
"address",
"distance",
"traffic_info"
],
"kb_title": "location information"
},
"task": {
"intent": "navigate"
},
"uuid": "ebfd0087-3526-43ae-a0d9-1b3a37dcb544"
}
},
{
"dialogue": [
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "show me the closest location where i can get chinese food"
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": false,
"requested": {
"distance": true,
"traffic_info": false,
"poi_type": true,
"address": true,
"poi": false
},
"slots": {
"distance": "closest",
"poi_type": "chinese restaurant"
},
"utterance": "The closest chinese restaurant is PF Changs, located 5 miles away. "
}
},
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "OK, please give me an address and directions via a route that avoids all heavy traffic. "
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": false,
"requested": {
"distance": false,
"traffic_info": true,
"poi_type": false,
"address": true,
"poi": false
},
"slots": {
"traffic_info": "avoid heavy traffic"
},
"utterance": "P.F. Changs route set to 669 El Camino Real with only moderate traffic noted. "
}
},
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "Thank you"
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": true,
"requested": {
"distance": false,
"traffic_info": false,
"poi_type": false,
"address": false,
"poi": false
},
"slots": {},
"utterance": "You're welcome. Drive safely, and enjoy. "
}
}
],
"scenario": {
"kb": {
"items": [
{
"distance": "5 miles",
"traffic_info": "moderate traffic",
"poi_type": "chinese restaurant",
"address": "669 El Camino Real",
"poi": "P.F. Changs"
},
{
"distance": "6 miles",
"traffic_info": "moderate traffic",
"poi_type": "shopping center",
"address": "434 Arastradero Rd",
"poi": "Ravenswood Shopping Center"
},
{
"distance": "8 miles",
"traffic_info": "heavy traffic",
"poi_type": "chinese restaurant",
"address": "593 Arrowhead Way",
"poi": "Chef Chu's"
},
{
"distance": "5 miles",
"traffic_info": "no traffic",
"poi_type": "rest stop",
"address": "329 El Camino Real",
"poi": "The Westin"
},
{
"distance": "2 miles",
"traffic_info": "heavy traffic",
"poi_type": "parking garage",
"address": "550 Alester Ave",
"poi": "Dish Parking"
},
{
"distance": "1 miles",
"traffic_info": "no traffic",
"poi_type": "home",
"address": "5671 barringer street",
"poi": "home"
},
{
"distance": "4 miles",
"traffic_info": "heavy traffic",
"poi_type": "coffee or tea place",
"address": "583 Alester Ave",
"poi": "Philz"
},
{
"distance": "3 miles",
"traffic_info": "no traffic",
"poi_type": "hospital",
"address": "611 Ames Ave",
"poi": "Palo Alto Medical Foundation"
}
],
"column_names": [
"poi",
"poi_type",
"address",
"distance",
"traffic_info"
],
"kb_title": "location information"
},
"task": {
"intent": "navigate"
},
"uuid": "b1551b67-9278-4b63-99f2-ac14cd1f1dce"
}
},
{
"dialogue": [
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "Hi, please set up a reminder for my dinner on the 11th at 4pm with my sister. Thanks!"
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": true,
"requested": {
"room": false,
"agenda": false,
"time": true,
"date": true,
"party": true,
"event": true
},
"slots": {
"date": "11th ",
"party": "sister",
"event": "dinner ",
"time": "4pm "
},
"utterance": "Set! Have a good time"
}
}
],
"scenario": {
"kb": {
"items": null,
"column_names": [
"event",
"time",
"date",
"room",
"agenda",
"party"
],
"kb_title": "calendar"
},
"task": {
"intent": "schedule"
},
"uuid": "97da7e92-0d43-4f03-aaf2-3c67c5fd02ac"
}
},
{
"dialogue": [
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "What time is dinner and who is it with?"
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": false,
"requested": {
"room": false,
"agenda": false,
"time": true,
"date": false,
"party": true,
"event": true
},
"slots": {
"event": "dinner"
},
"utterance": "Dinner is at 7 pm with Jon."
}
},
{
"turn": "driver",
"data": {
"end_dialogue": false,
"utterance": "Okay, perfect! Thanks."
}
},
{
"turn": "assistant",
"data": {
"end_dialogue": true,
"requested": {
"room": false,
"agenda": false,
"time": false,
"date": false,
"party": false,
"event": false
},
"slots": {},
"utterance": "you're welcome"
}
}
],
"scenario": {
"kb": {
"items": [
{
"room": "-",
"agenda": "-",
"time": "10am",
"date": "the 8th",
"party": "aunt",
"event": "dentist appointment"
},
{
"room": "-",
"agenda": "-",
"time": "5pm",
"date": "saturday",
"party": "Marie",
"event": "taking medicine"
},
{
"room": "-",
"agenda": "-",
"time": "4pm",
"date": "monday",
"party": "Alex",
"event": "football activity"
},
{
"room": "-",
"agenda": "-",
"time": "4pm",
"date": "the 4th",
"party": "Marie",
"event": "yoga activity"
},
{
"room": "-",
"agenda": "-",
"time": "5pm",
"date": "the 13th",
"party": "father",
"event": "lab appointment"
},
{
"room": "-",
"agenda": "-",
"time": "7pm",
"date": "the 8th",
"party": "Jon",
"event": "dinner"
}
],
"column_names": [
"event",
"time",
"date",
"room",
"agenda",
"party"
],
"kb_title": "calendar"
},
"task": {
"intent": "schedule"
},
"uuid": "abc61848-73c5-478d-ab89-65be9585f487"
}
}
] |