Upload dataset
Browse files- Events/dev-00000-of-00001.parquet +3 -0
- Events/test-00000-of-00001.parquet +3 -0
- Events/train-00000-of-00001.parquet +3 -0
- README.md +160 -0
Events/dev-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:819919f2f19f32b9d87c8ebc8f2ccbdca2d2f5e545cd6505baf31f390db1c2a1
|
| 3 |
+
size 204889
|
Events/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09b82835adb61e0d23f941b5b3215b09277985c6eb014871cd2a973acfaf3c2b
|
| 3 |
+
size 258291
|
Events/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6aea2b53126603d20c35891622ccb3fa70b310a0710a9fb8130588449293274
|
| 3 |
+
size 1494219
|
README.md
CHANGED
|
@@ -394,6 +394,158 @@ dataset_info:
|
|
| 394 |
num_examples: 26755
|
| 395 |
download_size: 1444992
|
| 396 |
dataset_size: 44083399
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 397 |
- config_name: Flights
|
| 398 |
features:
|
| 399 |
- name: inform_number_of_tickets_canonical
|
|
@@ -2339,6 +2491,14 @@ configs:
|
|
| 2339 |
path: Buses/test-*
|
| 2340 |
- split: train
|
| 2341 |
path: Buses/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2342 |
- config_name: Flights
|
| 2343 |
data_files:
|
| 2344 |
- split: dev
|
|
|
|
| 394 |
num_examples: 26755
|
| 395 |
download_size: 1444992
|
| 396 |
dataset_size: 44083399
|
| 397 |
+
- config_name: Events
|
| 398 |
+
features:
|
| 399 |
+
- name: confirm_city_of_event_canonical
|
| 400 |
+
dtype: string
|
| 401 |
+
- name: inform_event_name_value
|
| 402 |
+
dtype: string
|
| 403 |
+
- name: inform_number_of_tickets_canonical
|
| 404 |
+
dtype: string
|
| 405 |
+
- name: inform_venue_canonical
|
| 406 |
+
dtype: string
|
| 407 |
+
- name: inform_address_of_location_canonical
|
| 408 |
+
dtype: string
|
| 409 |
+
- name: confirm_event_name_canonical
|
| 410 |
+
dtype: string
|
| 411 |
+
- name: inform_count_count_value
|
| 412 |
+
dtype: string
|
| 413 |
+
- name: confirm_date_canonical
|
| 414 |
+
dtype: string
|
| 415 |
+
- name: inform_venue_value
|
| 416 |
+
dtype: string
|
| 417 |
+
- name: request_date_value
|
| 418 |
+
dtype: string
|
| 419 |
+
- name: confirm_city_canonical
|
| 420 |
+
dtype: string
|
| 421 |
+
- name: offer_event_location_value
|
| 422 |
+
dtype: string
|
| 423 |
+
- name: inform_subcategory_canonical
|
| 424 |
+
dtype: string
|
| 425 |
+
- name: inform_price_per_ticket_canonical
|
| 426 |
+
dtype: string
|
| 427 |
+
- name: dialogue_id
|
| 428 |
+
dtype: string
|
| 429 |
+
- name: offer_venue_value
|
| 430 |
+
dtype: string
|
| 431 |
+
- name: confirm_city_of_event_value
|
| 432 |
+
dtype: string
|
| 433 |
+
- name: inform_event_location_value
|
| 434 |
+
dtype: string
|
| 435 |
+
- name: confirm_number_of_tickets_canonical
|
| 436 |
+
dtype: string
|
| 437 |
+
- name: offer_event_location_canonical
|
| 438 |
+
dtype: string
|
| 439 |
+
- name: inform_subcategory_value
|
| 440 |
+
dtype: string
|
| 441 |
+
- name: inform_event_type_canonical
|
| 442 |
+
dtype: string
|
| 443 |
+
- name: inform_city_of_event_value
|
| 444 |
+
dtype: string
|
| 445 |
+
- name: inform_date_value
|
| 446 |
+
dtype: string
|
| 447 |
+
- name: inform_number_of_seats_canonical
|
| 448 |
+
dtype: string
|
| 449 |
+
- name: confirm_number_of_seats_value
|
| 450 |
+
dtype: string
|
| 451 |
+
- name: inform_event_type_value
|
| 452 |
+
dtype: string
|
| 453 |
+
- name: inform_number_of_seats_value
|
| 454 |
+
dtype: string
|
| 455 |
+
- name: offer_time_value
|
| 456 |
+
dtype: string
|
| 457 |
+
- name: offer_date_canonical
|
| 458 |
+
dtype: string
|
| 459 |
+
- name: confirm_number_of_tickets_value
|
| 460 |
+
dtype: string
|
| 461 |
+
- name: inform_time_value
|
| 462 |
+
dtype: string
|
| 463 |
+
- name: request_date_canonical
|
| 464 |
+
dtype: string
|
| 465 |
+
- name: inform_time_canonical
|
| 466 |
+
dtype: string
|
| 467 |
+
- name: services
|
| 468 |
+
dtype: string
|
| 469 |
+
- name: offer_venue_canonical
|
| 470 |
+
dtype: string
|
| 471 |
+
- name: inform_category_value
|
| 472 |
+
dtype: string
|
| 473 |
+
- name: inform_city_canonical
|
| 474 |
+
dtype: string
|
| 475 |
+
- name: inform_intent_intent_canonical
|
| 476 |
+
dtype: string
|
| 477 |
+
- name: offer_date_value
|
| 478 |
+
dtype: string
|
| 479 |
+
- name: inform_date_canonical
|
| 480 |
+
dtype: string
|
| 481 |
+
- name: request_category_value
|
| 482 |
+
dtype: string
|
| 483 |
+
- name: inform_address_of_location_value
|
| 484 |
+
dtype: string
|
| 485 |
+
- name: inform_price_per_ticket_value
|
| 486 |
+
dtype: string
|
| 487 |
+
- name: request_event_type_canonical
|
| 488 |
+
dtype: string
|
| 489 |
+
- name: offer_time_canonical
|
| 490 |
+
dtype: string
|
| 491 |
+
- name: inform_number_of_tickets_value
|
| 492 |
+
dtype: string
|
| 493 |
+
- name: offer_intent_intent_value
|
| 494 |
+
dtype: string
|
| 495 |
+
- name: inform_intent_intent_value
|
| 496 |
+
dtype: string
|
| 497 |
+
- name: offer_event_name_canonical
|
| 498 |
+
dtype: string
|
| 499 |
+
- name: inform_category_canonical
|
| 500 |
+
dtype: string
|
| 501 |
+
- name: inform_event_location_canonical
|
| 502 |
+
dtype: string
|
| 503 |
+
- name: offer_intent_intent_canonical
|
| 504 |
+
dtype: string
|
| 505 |
+
- name: inform_venue_address_canonical
|
| 506 |
+
dtype: string
|
| 507 |
+
- name: request_category_canonical
|
| 508 |
+
dtype: string
|
| 509 |
+
- name: dialog
|
| 510 |
+
list:
|
| 511 |
+
- name: content
|
| 512 |
+
dtype: string
|
| 513 |
+
- name: role
|
| 514 |
+
dtype: string
|
| 515 |
+
- name: offer_event_name_value
|
| 516 |
+
dtype: string
|
| 517 |
+
- name: inform_event_name_canonical
|
| 518 |
+
dtype: string
|
| 519 |
+
- name: request_event_type_value
|
| 520 |
+
dtype: string
|
| 521 |
+
- name: inform_city_value
|
| 522 |
+
dtype: string
|
| 523 |
+
- name: inform_count_count_canonical
|
| 524 |
+
dtype: string
|
| 525 |
+
- name: inform_city_of_event_canonical
|
| 526 |
+
dtype: string
|
| 527 |
+
- name: confirm_city_value
|
| 528 |
+
dtype: string
|
| 529 |
+
- name: confirm_number_of_seats_canonical
|
| 530 |
+
dtype: string
|
| 531 |
+
- name: confirm_date_value
|
| 532 |
+
dtype: string
|
| 533 |
+
- name: confirm_event_name_value
|
| 534 |
+
dtype: string
|
| 535 |
+
- name: inform_venue_address_value
|
| 536 |
+
dtype: string
|
| 537 |
+
splits:
|
| 538 |
+
- name: dev
|
| 539 |
+
num_bytes: 4747028
|
| 540 |
+
num_examples: 5503
|
| 541 |
+
- name: test
|
| 542 |
+
num_bytes: 6402719
|
| 543 |
+
num_examples: 7077
|
| 544 |
+
- name: train
|
| 545 |
+
num_bytes: 39133047
|
| 546 |
+
num_examples: 45674
|
| 547 |
+
download_size: 1957399
|
| 548 |
+
dataset_size: 50282794
|
| 549 |
- config_name: Flights
|
| 550 |
features:
|
| 551 |
- name: inform_number_of_tickets_canonical
|
|
|
|
| 2491 |
path: Buses/test-*
|
| 2492 |
- split: train
|
| 2493 |
path: Buses/train-*
|
| 2494 |
+
- config_name: Events
|
| 2495 |
+
data_files:
|
| 2496 |
+
- split: dev
|
| 2497 |
+
path: Events/dev-*
|
| 2498 |
+
- split: test
|
| 2499 |
+
path: Events/test-*
|
| 2500 |
+
- split: train
|
| 2501 |
+
path: Events/train-*
|
| 2502 |
- config_name: Flights
|
| 2503 |
data_files:
|
| 2504 |
- split: dev
|