gem_id
stringlengths 28
33
| gem_parent_id
stringlengths 28
33
| dialog_acts
list | context
list | dialog_id
stringlengths 7
9
| service
stringclasses 26
values | turn_id
int32 1
49
| prompt
stringlengths 1
283
| target
stringlengths 2
453
| references
list | linearized_input
stringlengths 52
838
|
---|---|---|---|---|---|---|---|---|---|---|
schema_guided_dialog-train-8800 | schema_guided_dialog-train-8800 | [
{
"act": 13,
"slot": "city",
"values": []
},
{
"act": 13,
"slot": "event_type",
"values": []
}
] | [] | 9_00106 | Events_2 | 1 | I want to find events? | Do you have a specific city? What are you interested in? | [
"Do you have a specific city? What are you interested in?"
] | Prompt: "I want to find events?", Response Type: request, Type of Slot: city, Response Type: request, Type of Slot: event_type, Agent: Events_2 |
schema_guided_dialog-train-8801 | schema_guided_dialog-train-8801 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Bryan Adams"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Theater Of The Clouds"
]
},
{
"act": 5,
"slot": "count",
"values": [
"7"
]
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?"
] | 9_00106 | Events_2 | 3 | I am looking for music events in Portland. | I have found 7 events. How about Bryan Adams at Theater Of The Clouds. | [
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds."
] | Prompt: "I am looking for music events in Portland.", Response Type: offer, Type of Slot: event_name, Values: Bryan Adams, Response Type: offer, Type of Slot: venue, Values: Theater Of The Clouds, Response Type: inform_count, Type of Slot: count, Values: 7, Agent: Events_2 |
schema_guided_dialog-train-8802 | schema_guided_dialog-train-8802 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Erica Fernandez"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Newmark Theatre"
]
},
{
"act": 5,
"slot": "count",
"values": [
"2"
]
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds."
] | 9_00106 | Events_2 | 5 | Can you find me some Pop events. | I have found 2 events. How about Erica Fernandez at Newmark Theatre. | [
"I have found 2 events. How about Erica Fernandez at Newmark Theatre."
] | Prompt: "Can you find me some Pop events.", Response Type: offer, Type of Slot: event_name, Values: Erica Fernandez, Response Type: offer, Type of Slot: venue, Values: Newmark Theatre, Response Type: inform_count, Type of Slot: count, Values: 2, Agent: Events_2 |
schema_guided_dialog-train-8803 | schema_guided_dialog-train-8803 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Rob Thomas"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Theater Of The Clouds"
]
},
{
"act": 5,
"slot": "count",
"values": [
"1"
]
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds.",
"Can you find me some Pop events.",
"I have found 2 events. How about Erica Fernandez at Newmark Theatre."
] | 9_00106 | Events_2 | 7 | Can you find me other events on Sunday this week? I like Rock events. | I have found 1 events. How about Rob Thomas at Theater Of The Clouds. | [
"I have found 1 events. How about Rob Thomas at Theater Of The Clouds."
] | Prompt: "Can you find me other events on Sunday this week? I like Rock events.", Response Type: offer, Type of Slot: event_name, Values: Rob Thomas, Response Type: offer, Type of Slot: venue, Values: Theater Of The Clouds, Response Type: inform_count, Type of Slot: count, Values: 1, Agent: Events_2 |
schema_guided_dialog-train-8804 | schema_guided_dialog-train-8804 | [
{
"act": 4,
"slot": "time",
"values": [
"6:30 pm"
]
},
{
"act": 4,
"slot": "venue_address",
"values": [
"1016-1098 North Center Court Street"
]
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds.",
"Can you find me some Pop events.",
"I have found 2 events. How about Erica Fernandez at Newmark Theatre.",
"Can you find me other events on Sunday this week? I like Rock events.",
"I have found 1 events. How about Rob Thomas at Theater Of The Clouds."
] | 9_00106 | Events_2 | 9 | When does the event start? Where is the venue? | The event starts at 6:30 pm at 1016-1098 North Center Court Street. | [
"The event starts at 6:30 pm at 1016-1098 North Center Court Street."
] | Prompt: "When does the event start? Where is the venue?", Response Type: inform, Type of Slot: time, Values: 6:30 pm, Response Type: inform, Type of Slot: venue_address, Values: 1016-1098 North Center Court Street, Agent: Events_2 |
schema_guided_dialog-train-8805 | schema_guided_dialog-train-8805 | [
{
"act": 12,
"slot": "intent",
"values": [
"BuyEventTickets"
]
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds.",
"Can you find me some Pop events.",
"I have found 2 events. How about Erica Fernandez at Newmark Theatre.",
"Can you find me other events on Sunday this week? I like Rock events.",
"I have found 1 events. How about Rob Thomas at Theater Of The Clouds.",
"When does the event start? Where is the venue?",
"The event starts at 6:30 pm at 1016-1098 North Center Court Street."
] | 9_00106 | Events_2 | 11 | That sounds good. | Do you want to purchase tickets? | [
"Do you want to purchase tickets?"
] | Prompt: "That sounds good.", Response Type: offer_intent, Type of Slot: intent, Values: BuyEventTickets, Agent: Events_2 |
schema_guided_dialog-train-8806 | schema_guided_dialog-train-8806 | [
{
"act": 15,
"slot": "",
"values": []
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds.",
"Can you find me some Pop events.",
"I have found 2 events. How about Erica Fernandez at Newmark Theatre.",
"Can you find me other events on Sunday this week? I like Rock events.",
"I have found 1 events. How about Rob Thomas at Theater Of The Clouds.",
"When does the event start? Where is the venue?",
"The event starts at 6:30 pm at 1016-1098 North Center Court Street.",
"That sounds good.",
"Do you want to purchase tickets?"
] | 9_00106 | Events_2 | 13 | Maybe some other time. | Do you want help with anything else? | [
"Do you want help with anything else?"
] | Prompt: "Maybe some other time.", Response Type: req_more, Agent: Events_2 |
schema_guided_dialog-train-8807 | schema_guided_dialog-train-8807 | [
{
"act": 11,
"slot": "date",
"values": [
"day after tomorrow"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Rob Thomas"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Theater Of The Clouds"
]
},
{
"act": 5,
"slot": "count",
"values": [
"1"
]
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds.",
"Can you find me some Pop events.",
"I have found 2 events. How about Erica Fernandez at Newmark Theatre.",
"Can you find me other events on Sunday this week? I like Rock events.",
"I have found 1 events. How about Rob Thomas at Theater Of The Clouds.",
"When does the event start? Where is the venue?",
"The event starts at 6:30 pm at 1016-1098 North Center Court Street.",
"That sounds good.",
"Do you want to purchase tickets?",
"Maybe some other time.",
"Do you want help with anything else?"
] | 9_00106 | Events_2 | 15 | I am interested in finding the date for the event. | The event is on 1 day. It is on the day after tomorrow. The event is Rob Thomas at Theater Of The Clouds. | [
"The event is on 1 day. It is on the day after tomorrow. The event is Rob Thomas at Theater Of The Clouds."
] | Prompt: "I am interested in finding the date for the event.", Response Type: offer, Type of Slot: date, Values: day after tomorrow, Response Type: offer, Type of Slot: event_name, Values: Rob Thomas, Response Type: offer, Type of Slot: venue, Values: Theater Of The Clouds, Response Type: inform_count, Type of Slot: count, Values: 1, Agent: Events_2 |
schema_guided_dialog-train-8808 | schema_guided_dialog-train-8808 | [
{
"act": 13,
"slot": "number_of_tickets",
"values": []
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds.",
"Can you find me some Pop events.",
"I have found 2 events. How about Erica Fernandez at Newmark Theatre.",
"Can you find me other events on Sunday this week? I like Rock events.",
"I have found 1 events. How about Rob Thomas at Theater Of The Clouds.",
"When does the event start? Where is the venue?",
"The event starts at 6:30 pm at 1016-1098 North Center Court Street.",
"That sounds good.",
"Do you want to purchase tickets?",
"Maybe some other time.",
"Do you want help with anything else?",
"I am interested in finding the date for the event.",
"The event is on 1 day. It is on the day after tomorrow. The event is Rob Thomas at Theater Of The Clouds."
] | 9_00106 | Events_2 | 17 | That sounds good. I want to purchase tickets. | How many tickets should I buy? | [
"How many tickets should I buy?"
] | Prompt: "That sounds good. I want to purchase tickets.", Response Type: request, Type of Slot: number_of_tickets, Agent: Events_2 |
schema_guided_dialog-train-8809 | schema_guided_dialog-train-8809 | [
{
"act": 2,
"slot": "event_name",
"values": [
"Rob Thomas"
]
},
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"1"
]
},
{
"act": 2,
"slot": "date",
"values": [
"day after tomorrow"
]
},
{
"act": 2,
"slot": "city",
"values": [
"Portland"
]
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds.",
"Can you find me some Pop events.",
"I have found 2 events. How about Erica Fernandez at Newmark Theatre.",
"Can you find me other events on Sunday this week? I like Rock events.",
"I have found 1 events. How about Rob Thomas at Theater Of The Clouds.",
"When does the event start? Where is the venue?",
"The event starts at 6:30 pm at 1016-1098 North Center Court Street.",
"That sounds good.",
"Do you want to purchase tickets?",
"Maybe some other time.",
"Do you want help with anything else?",
"I am interested in finding the date for the event.",
"The event is on 1 day. It is on the day after tomorrow. The event is Rob Thomas at Theater Of The Clouds.",
"That sounds good. I want to purchase tickets.",
"How many tickets should I buy?"
] | 9_00106 | Events_2 | 19 | I want one ticket. | Please confirm: You want 1 ticket for the event Rob Thomas. The event is one the day after tomorrow in Portland. | [
"Please confirm: You want 1 ticket for the event Rob Thomas. The event is one the day after tomorrow in Portland."
] | Prompt: "I want one ticket.", Response Type: confirm, Type of Slot: event_name, Values: Rob Thomas, Response Type: confirm, Type of Slot: number_of_tickets, Values: 1, Response Type: confirm, Type of Slot: date, Values: day after tomorrow, Response Type: confirm, Type of Slot: city, Values: Portland, Agent: Events_2 |
schema_guided_dialog-train-8810 | schema_guided_dialog-train-8810 | [
{
"act": 10,
"slot": "",
"values": []
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds.",
"Can you find me some Pop events.",
"I have found 2 events. How about Erica Fernandez at Newmark Theatre.",
"Can you find me other events on Sunday this week? I like Rock events.",
"I have found 1 events. How about Rob Thomas at Theater Of The Clouds.",
"When does the event start? Where is the venue?",
"The event starts at 6:30 pm at 1016-1098 North Center Court Street.",
"That sounds good.",
"Do you want to purchase tickets?",
"Maybe some other time.",
"Do you want help with anything else?",
"I am interested in finding the date for the event.",
"The event is on 1 day. It is on the day after tomorrow. The event is Rob Thomas at Theater Of The Clouds.",
"That sounds good. I want to purchase tickets.",
"How many tickets should I buy?",
"I want one ticket.",
"Please confirm: You want 1 ticket for the event Rob Thomas. The event is one the day after tomorrow in Portland."
] | 9_00106 | Events_2 | 21 | Yes, that is correct. | Your tickets have been booked. | [
"Your tickets have been booked."
] | Prompt: "Yes, that is correct.", Response Type: notify_success, Agent: Events_2 |
schema_guided_dialog-train-8811 | schema_guided_dialog-train-8811 | [
{
"act": 15,
"slot": "",
"values": []
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds.",
"Can you find me some Pop events.",
"I have found 2 events. How about Erica Fernandez at Newmark Theatre.",
"Can you find me other events on Sunday this week? I like Rock events.",
"I have found 1 events. How about Rob Thomas at Theater Of The Clouds.",
"When does the event start? Where is the venue?",
"The event starts at 6:30 pm at 1016-1098 North Center Court Street.",
"That sounds good.",
"Do you want to purchase tickets?",
"Maybe some other time.",
"Do you want help with anything else?",
"I am interested in finding the date for the event.",
"The event is on 1 day. It is on the day after tomorrow. The event is Rob Thomas at Theater Of The Clouds.",
"That sounds good. I want to purchase tickets.",
"How many tickets should I buy?",
"I want one ticket.",
"Please confirm: You want 1 ticket for the event Rob Thomas. The event is one the day after tomorrow in Portland.",
"Yes, that is correct.",
"Your tickets have been booked."
] | 9_00106 | Events_2 | 23 | Thanks for your help. | Do you want help with anything else? | [
"Do you want help with anything else?"
] | Prompt: "Thanks for your help.", Response Type: req_more, Agent: Events_2 |
schema_guided_dialog-train-8812 | schema_guided_dialog-train-8812 | [
{
"act": 3,
"slot": "",
"values": []
}
] | [
"I want to find events?",
"Do you have a specific city? What are you interested in?",
"I am looking for music events in Portland.",
"I have found 7 events. How about Bryan Adams at Theater Of The Clouds.",
"Can you find me some Pop events.",
"I have found 2 events. How about Erica Fernandez at Newmark Theatre.",
"Can you find me other events on Sunday this week? I like Rock events.",
"I have found 1 events. How about Rob Thomas at Theater Of The Clouds.",
"When does the event start? Where is the venue?",
"The event starts at 6:30 pm at 1016-1098 North Center Court Street.",
"That sounds good.",
"Do you want to purchase tickets?",
"Maybe some other time.",
"Do you want help with anything else?",
"I am interested in finding the date for the event.",
"The event is on 1 day. It is on the day after tomorrow. The event is Rob Thomas at Theater Of The Clouds.",
"That sounds good. I want to purchase tickets.",
"How many tickets should I buy?",
"I want one ticket.",
"Please confirm: You want 1 ticket for the event Rob Thomas. The event is one the day after tomorrow in Portland.",
"Yes, that is correct.",
"Your tickets have been booked.",
"Thanks for your help.",
"Do you want help with anything else?"
] | 9_00106 | Events_2 | 25 | No, not right now. | Have a good day. | [
"Have a good day."
] | Prompt: "No, not right now.", Response Type: goodbye, Agent: Events_2 |
schema_guided_dialog-train-8813 | schema_guided_dialog-train-8813 | [
{
"act": 13,
"slot": "event_type",
"values": [
"Music",
"Sports"
]
}
] | [] | 9_00107 | Events_2 | 1 | I'd like to search for events in ATL. | What kind of event are you looking for? For example you can say Music or Sports. | [
"What kind of event are you looking for? For example you can say Music or Sports."
] | Prompt: "I'd like to search for events in ATL.", Response Type: request, Type of Slot: event_type, Values: Music or Sports, Agent: Events_2 |
schema_guided_dialog-train-8814 | schema_guided_dialog-train-8814 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Falcons Vs Buccaneers"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Mercedes-Benz Stadium"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports."
] | 9_00107 | Events_2 | 3 | I'd like to find a Match | There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium. | [
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium."
] | Prompt: "I'd like to find a Match", Response Type: offer, Type of Slot: event_name, Values: Falcons Vs Buccaneers, Response Type: offer, Type of Slot: venue, Values: Mercedes-Benz Stadium, Agent: Events_2 |
schema_guided_dialog-train-8815 | schema_guided_dialog-train-8815 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Gorgasm"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Kenny's Alley"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium."
] | 9_00107 | Events_2 | 5 | I'd like to find a music event, preferably rock. | There is an event called Gorgasm at Kenny's Alley. | [
"There is an event called Gorgasm at Kenny's Alley."
] | Prompt: "I'd like to find a music event, preferably rock.", Response Type: offer, Type of Slot: event_name, Values: Gorgasm, Response Type: offer, Type of Slot: venue, Values: Kenny's Alley, Agent: Events_2 |
schema_guided_dialog-train-8816 | schema_guided_dialog-train-8816 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Taking Back Sunday"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Kenny's Alley"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley."
] | 9_00107 | Events_2 | 7 | I'd like to find another event please. | I have found an event called Taking Back Sunday at Kenny's Alley. | [
"I have found an event called Taking Back Sunday at Kenny's Alley."
] | Prompt: "I'd like to find another event please.", Response Type: offer, Type of Slot: event_name, Values: Taking Back Sunday, Response Type: offer, Type of Slot: venue, Values: Kenny's Alley, Agent: Events_2 |
schema_guided_dialog-train-8817 | schema_guided_dialog-train-8817 | [
{
"act": 4,
"slot": "time",
"values": [
"7 pm"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley."
] | 9_00107 | Events_2 | 9 | What time does this event start? | It starts at 7 pm. | [
"It starts at 7 pm."
] | Prompt: "What time does this event start?", Response Type: inform, Type of Slot: time, Values: 7 pm, Agent: Events_2 |
schema_guided_dialog-train-8818 | schema_guided_dialog-train-8818 | [
{
"act": 4,
"slot": "venue_address",
"values": [
"50 Upper Alabama Street"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm."
] | 9_00107 | Events_2 | 11 | What is the address? | The address is 50 Upper Alabama Street. | [
"The address is 50 Upper Alabama Street."
] | Prompt: "What is the address?", Response Type: inform, Type of Slot: venue_address, Values: 50 Upper Alabama Street, Agent: Events_2 |
schema_guided_dialog-train-8819 | schema_guided_dialog-train-8819 | [
{
"act": 12,
"slot": "intent",
"values": [
"BuyEventTickets"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm.",
"What is the address?",
"The address is 50 Upper Alabama Street."
] | 9_00107 | Events_2 | 13 | That sound good. | Would you like to purchase tickets? | [
"Would you like to purchase tickets?"
] | Prompt: "That sound good.", Response Type: offer_intent, Type of Slot: intent, Values: BuyEventTickets, Agent: Events_2 |
schema_guided_dialog-train-8820 | schema_guided_dialog-train-8820 | [
{
"act": 15,
"slot": "",
"values": []
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm.",
"What is the address?",
"The address is 50 Upper Alabama Street.",
"That sound good.",
"Would you like to purchase tickets?"
] | 9_00107 | Events_2 | 15 | Perhaps later. | Would you like help with anything else? | [
"Would you like help with anything else?"
] | Prompt: "Perhaps later.", Response Type: req_more, Agent: Events_2 |
schema_guided_dialog-train-8821 | schema_guided_dialog-train-8821 | [
{
"act": 11,
"slot": "date",
"values": [
"day after tomorrow"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Taking Back Sunday"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Kenny's Alley"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm.",
"What is the address?",
"The address is 50 Upper Alabama Street.",
"That sound good.",
"Would you like to purchase tickets?",
"Perhaps later.",
"Would you like help with anything else?"
] | 9_00107 | Events_2 | 17 | I'd like to see dates for events. | The event called Taking Back Sunday at Kenny's Alley is happening the day after tomorrow. | [
"The event called Taking Back Sunday at Kenny's Alley is happening the day after tomorrow."
] | Prompt: "I'd like to see dates for events.", Response Type: offer, Type of Slot: date, Values: day after tomorrow, Response Type: offer, Type of Slot: event_name, Values: Taking Back Sunday, Response Type: offer, Type of Slot: venue, Values: Kenny's Alley, Agent: Events_2 |
schema_guided_dialog-train-8822 | schema_guided_dialog-train-8822 | [
{
"act": 11,
"slot": "date",
"values": [
"next Friday"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Taking Back Sunday"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Kenny's Alley"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm.",
"What is the address?",
"The address is 50 Upper Alabama Street.",
"That sound good.",
"Would you like to purchase tickets?",
"Perhaps later.",
"Would you like help with anything else?",
"I'd like to see dates for events.",
"The event called Taking Back Sunday at Kenny's Alley is happening the day after tomorrow."
] | 9_00107 | Events_2 | 19 | How about events on other dates? | The event called Taking Back Sunday at Kenny's Alley is happening next Friday. | [
"The event called Taking Back Sunday at Kenny's Alley is happening next Friday."
] | Prompt: "How about events on other dates?", Response Type: offer, Type of Slot: date, Values: next Friday, Response Type: offer, Type of Slot: event_name, Values: Taking Back Sunday, Response Type: offer, Type of Slot: venue, Values: Kenny's Alley, Agent: Events_2 |
schema_guided_dialog-train-8823 | schema_guided_dialog-train-8823 | [
{
"act": 4,
"slot": "time",
"values": [
"6 pm"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm.",
"What is the address?",
"The address is 50 Upper Alabama Street.",
"That sound good.",
"Would you like to purchase tickets?",
"Perhaps later.",
"Would you like help with anything else?",
"I'd like to see dates for events.",
"The event called Taking Back Sunday at Kenny's Alley is happening the day after tomorrow.",
"How about events on other dates?",
"The event called Taking Back Sunday at Kenny's Alley is happening next Friday."
] | 9_00107 | Events_2 | 21 | What time does the event start? | The event begins at 6 pm. | [
"The event begins at 6 pm."
] | Prompt: "What time does the event start?", Response Type: inform, Type of Slot: time, Values: 6 pm, Agent: Events_2 |
schema_guided_dialog-train-8824 | schema_guided_dialog-train-8824 | [
{
"act": 4,
"slot": "venue_address",
"values": [
"50 Upper Alabama Street"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm.",
"What is the address?",
"The address is 50 Upper Alabama Street.",
"That sound good.",
"Would you like to purchase tickets?",
"Perhaps later.",
"Would you like help with anything else?",
"I'd like to see dates for events.",
"The event called Taking Back Sunday at Kenny's Alley is happening the day after tomorrow.",
"How about events on other dates?",
"The event called Taking Back Sunday at Kenny's Alley is happening next Friday.",
"What time does the event start?",
"The event begins at 6 pm."
] | 9_00107 | Events_2 | 23 | What is the address of the venue? | The address is 50 Upper Alabama Street. | [
"The address is 50 Upper Alabama Street."
] | Prompt: "What is the address of the venue?", Response Type: inform, Type of Slot: venue_address, Values: 50 Upper Alabama Street, Agent: Events_2 |
schema_guided_dialog-train-8825 | schema_guided_dialog-train-8825 | [
{
"act": 2,
"slot": "event_name",
"values": [
"Taking Back Sunday"
]
},
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"4"
]
},
{
"act": 2,
"slot": "date",
"values": [
"next Friday"
]
},
{
"act": 2,
"slot": "city",
"values": [
"Atlanta"
]
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm.",
"What is the address?",
"The address is 50 Upper Alabama Street.",
"That sound good.",
"Would you like to purchase tickets?",
"Perhaps later.",
"Would you like help with anything else?",
"I'd like to see dates for events.",
"The event called Taking Back Sunday at Kenny's Alley is happening the day after tomorrow.",
"How about events on other dates?",
"The event called Taking Back Sunday at Kenny's Alley is happening next Friday.",
"What time does the event start?",
"The event begins at 6 pm.",
"What is the address of the venue?",
"The address is 50 Upper Alabama Street."
] | 9_00107 | Events_2 | 25 | That sounds great. I'd like four tickets. | Ok so just to confirm: You would like 4 tickets to Taking Back Sunday next Friday in Atlanta. | [
"Ok so just to confirm: You would like 4 tickets to Taking Back Sunday next Friday in Atlanta."
] | Prompt: "That sounds great. I'd like four tickets.", Response Type: confirm, Type of Slot: event_name, Values: Taking Back Sunday, Response Type: confirm, Type of Slot: number_of_tickets, Values: 4, Response Type: confirm, Type of Slot: date, Values: next Friday, Response Type: confirm, Type of Slot: city, Values: Atlanta, Agent: Events_2 |
schema_guided_dialog-train-8826 | schema_guided_dialog-train-8826 | [
{
"act": 10,
"slot": "",
"values": []
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm.",
"What is the address?",
"The address is 50 Upper Alabama Street.",
"That sound good.",
"Would you like to purchase tickets?",
"Perhaps later.",
"Would you like help with anything else?",
"I'd like to see dates for events.",
"The event called Taking Back Sunday at Kenny's Alley is happening the day after tomorrow.",
"How about events on other dates?",
"The event called Taking Back Sunday at Kenny's Alley is happening next Friday.",
"What time does the event start?",
"The event begins at 6 pm.",
"What is the address of the venue?",
"The address is 50 Upper Alabama Street.",
"That sounds great. I'd like four tickets.",
"Ok so just to confirm: You would like 4 tickets to Taking Back Sunday next Friday in Atlanta."
] | 9_00107 | Events_2 | 27 | That's great. | Your booking has been confirmed. | [
"Your booking has been confirmed."
] | Prompt: "That's great.", Response Type: notify_success, Agent: Events_2 |
schema_guided_dialog-train-8827 | schema_guided_dialog-train-8827 | [
{
"act": 15,
"slot": "",
"values": []
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm.",
"What is the address?",
"The address is 50 Upper Alabama Street.",
"That sound good.",
"Would you like to purchase tickets?",
"Perhaps later.",
"Would you like help with anything else?",
"I'd like to see dates for events.",
"The event called Taking Back Sunday at Kenny's Alley is happening the day after tomorrow.",
"How about events on other dates?",
"The event called Taking Back Sunday at Kenny's Alley is happening next Friday.",
"What time does the event start?",
"The event begins at 6 pm.",
"What is the address of the venue?",
"The address is 50 Upper Alabama Street.",
"That sounds great. I'd like four tickets.",
"Ok so just to confirm: You would like 4 tickets to Taking Back Sunday next Friday in Atlanta.",
"That's great.",
"Your booking has been confirmed."
] | 9_00107 | Events_2 | 29 | Thanks. | Do you need help with anything else? | [
"Do you need help with anything else?"
] | Prompt: "Thanks.", Response Type: req_more, Agent: Events_2 |
schema_guided_dialog-train-8828 | schema_guided_dialog-train-8828 | [
{
"act": 3,
"slot": "",
"values": []
}
] | [
"I'd like to search for events in ATL.",
"What kind of event are you looking for? For example you can say Music or Sports.",
"I'd like to find a Match",
"There is a match between Falcons Vs Buccaneers at the Mercedes-Benz Stadium.",
"I'd like to find a music event, preferably rock.",
"There is an event called Gorgasm at Kenny's Alley.",
"I'd like to find another event please.",
"I have found an event called Taking Back Sunday at Kenny's Alley.",
"What time does this event start?",
"It starts at 7 pm.",
"What is the address?",
"The address is 50 Upper Alabama Street.",
"That sound good.",
"Would you like to purchase tickets?",
"Perhaps later.",
"Would you like help with anything else?",
"I'd like to see dates for events.",
"The event called Taking Back Sunday at Kenny's Alley is happening the day after tomorrow.",
"How about events on other dates?",
"The event called Taking Back Sunday at Kenny's Alley is happening next Friday.",
"What time does the event start?",
"The event begins at 6 pm.",
"What is the address of the venue?",
"The address is 50 Upper Alabama Street.",
"That sounds great. I'd like four tickets.",
"Ok so just to confirm: You would like 4 tickets to Taking Back Sunday next Friday in Atlanta.",
"That's great.",
"Your booking has been confirmed.",
"Thanks.",
"Do you need help with anything else?"
] | 9_00107 | Events_2 | 31 | No that's all for now. | Enjoy your day. | [
"Enjoy your day."
] | Prompt: "No that's all for now.", Response Type: goodbye, Agent: Events_2 |
schema_guided_dialog-train-8829 | schema_guided_dialog-train-8829 | [
{
"act": 13,
"slot": "city",
"values": []
}
] | [] | 9_00108 | Events_2 | 1 | Hey, I want to go out. Search for some Music events. | In what city should I look for? | [
"In what city should I look for?"
] | Prompt: "Hey, I want to go out. Search for some Music events.", Response Type: request, Type of Slot: city, Agent: Events_2 |
schema_guided_dialog-train-8830 | schema_guided_dialog-train-8830 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Alejandro Sanz"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Cal Coast Credit Union Amphitheater"
]
},
{
"act": 5,
"slot": "count",
"values": [
"10"
]
}
] | [
"Hey, I want to go out. Search for some Music events.",
"In what city should I look for?"
] | 9_00108 | Events_2 | 3 | In SD. Any type of event is fine by me. | I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater. | [
"I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater."
] | Prompt: "In SD. Any type of event is fine by me.", Response Type: offer, Type of Slot: event_name, Values: Alejandro Sanz, Response Type: offer, Type of Slot: venue, Values: Cal Coast Credit Union Amphitheater, Response Type: inform_count, Type of Slot: count, Values: 10, Agent: Events_2 |
schema_guided_dialog-train-8831 | schema_guided_dialog-train-8831 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Padres Vs Diamondbacks"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Petco Park"
]
}
] | [
"Hey, I want to go out. Search for some Music events.",
"In what city should I look for?",
"In SD. Any type of event is fine by me.",
"I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater."
] | 9_00108 | Events_2 | 5 | Can you search for another one on March 10th? A Games event. | Yes. Padres Vs Diamondbacks will be playing at Petco Park. | [
"Yes. Padres Vs Diamondbacks will be playing at Petco Park."
] | Prompt: "Can you search for another one on March 10th? A Games event.", Response Type: offer, Type of Slot: event_name, Values: Padres Vs Diamondbacks, Response Type: offer, Type of Slot: venue, Values: Petco Park, Agent: Events_2 |
schema_guided_dialog-train-8832 | schema_guided_dialog-train-8832 | [
{
"act": 11,
"slot": "date",
"values": [
"March 10th"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Padres Vs Diamondbacks"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Petco Park"
]
},
{
"act": 5,
"slot": "count",
"values": [
"1"
]
}
] | [
"Hey, I want to go out. Search for some Music events.",
"In what city should I look for?",
"In SD. Any type of event is fine by me.",
"I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater.",
"Can you search for another one on March 10th? A Games event.",
"Yes. Padres Vs Diamondbacks will be playing at Petco Park."
] | 9_00108 | Events_2 | 7 | Sounds good. When will they be performing? | On March 10th, just 1 day. Padres Vs Diamondbacks at Petco Park. | [
"On March 10th, just 1 day. Padres Vs Diamondbacks at Petco Park."
] | Prompt: "Sounds good. When will they be performing?", Response Type: offer, Type of Slot: date, Values: March 10th, Response Type: offer, Type of Slot: event_name, Values: Padres Vs Diamondbacks, Response Type: offer, Type of Slot: venue, Values: Petco Park, Response Type: inform_count, Type of Slot: count, Values: 1, Agent: Events_2 |
schema_guided_dialog-train-8833 | schema_guided_dialog-train-8833 | [
{
"act": 4,
"slot": "time",
"values": [
"6 pm"
]
}
] | [
"Hey, I want to go out. Search for some Music events.",
"In what city should I look for?",
"In SD. Any type of event is fine by me.",
"I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater.",
"Can you search for another one on March 10th? A Games event.",
"Yes. Padres Vs Diamondbacks will be playing at Petco Park.",
"Sounds good. When will they be performing?",
"On March 10th, just 1 day. Padres Vs Diamondbacks at Petco Park."
] | 9_00108 | Events_2 | 9 | When does it start? | At 6 pm they begin. | [
"At 6 pm they begin."
] | Prompt: "When does it start?", Response Type: inform, Type of Slot: time, Values: 6 pm, Agent: Events_2 |
schema_guided_dialog-train-8834 | schema_guided_dialog-train-8834 | [
{
"act": 4,
"slot": "venue_address",
"values": [
"100 Park Boulevard"
]
}
] | [
"Hey, I want to go out. Search for some Music events.",
"In what city should I look for?",
"In SD. Any type of event is fine by me.",
"I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater.",
"Can you search for another one on March 10th? A Games event.",
"Yes. Padres Vs Diamondbacks will be playing at Petco Park.",
"Sounds good. When will they be performing?",
"On March 10th, just 1 day. Padres Vs Diamondbacks at Petco Park.",
"When does it start?",
"At 6 pm they begin."
] | 9_00108 | Events_2 | 11 | Where is their venue located? | On 100 Park Boulevard. | [
"On 100 Park Boulevard."
] | Prompt: "Where is their venue located?", Response Type: inform, Type of Slot: venue_address, Values: 100 Park Boulevard, Agent: Events_2 |
schema_guided_dialog-train-8835 | schema_guided_dialog-train-8835 | [
{
"act": 12,
"slot": "intent",
"values": [
"BuyEventTickets"
]
}
] | [
"Hey, I want to go out. Search for some Music events.",
"In what city should I look for?",
"In SD. Any type of event is fine by me.",
"I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater.",
"Can you search for another one on March 10th? A Games event.",
"Yes. Padres Vs Diamondbacks will be playing at Petco Park.",
"Sounds good. When will they be performing?",
"On March 10th, just 1 day. Padres Vs Diamondbacks at Petco Park.",
"When does it start?",
"At 6 pm they begin.",
"Where is their venue located?",
"On 100 Park Boulevard."
] | 9_00108 | Events_2 | 13 | Sounds good to me. | Would you like to buy the tickets? | [
"Would you like to buy the tickets?"
] | Prompt: "Sounds good to me.", Response Type: offer_intent, Type of Slot: intent, Values: BuyEventTickets, Agent: Events_2 |
schema_guided_dialog-train-8836 | schema_guided_dialog-train-8836 | [
{
"act": 2,
"slot": "event_name",
"values": [
"Padres Vs Diamondbacks"
]
},
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"3"
]
},
{
"act": 2,
"slot": "date",
"values": [
"March 10th"
]
},
{
"act": 2,
"slot": "city",
"values": [
"San Diego"
]
}
] | [
"Hey, I want to go out. Search for some Music events.",
"In what city should I look for?",
"In SD. Any type of event is fine by me.",
"I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater.",
"Can you search for another one on March 10th? A Games event.",
"Yes. Padres Vs Diamondbacks will be playing at Petco Park.",
"Sounds good. When will they be performing?",
"On March 10th, just 1 day. Padres Vs Diamondbacks at Petco Park.",
"When does it start?",
"At 6 pm they begin.",
"Where is their venue located?",
"On 100 Park Boulevard.",
"Sounds good to me.",
"Would you like to buy the tickets?"
] | 9_00108 | Events_2 | 15 | Yes, I want three tickets. | Please confirm: you want 3 tickets for Padres Vs Diamondbacks on March 10th in San Diego. | [
"Please confirm: you want 3 tickets for Padres Vs Diamondbacks on March 10th in San Diego."
] | Prompt: "Yes, I want three tickets.", Response Type: confirm, Type of Slot: event_name, Values: Padres Vs Diamondbacks, Response Type: confirm, Type of Slot: number_of_tickets, Values: 3, Response Type: confirm, Type of Slot: date, Values: March 10th, Response Type: confirm, Type of Slot: city, Values: San Diego, Agent: Events_2 |
schema_guided_dialog-train-8837 | schema_guided_dialog-train-8837 | [
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"2"
]
},
{
"act": 2,
"slot": "date",
"values": [
"March 10th"
]
}
] | [
"Hey, I want to go out. Search for some Music events.",
"In what city should I look for?",
"In SD. Any type of event is fine by me.",
"I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater.",
"Can you search for another one on March 10th? A Games event.",
"Yes. Padres Vs Diamondbacks will be playing at Petco Park.",
"Sounds good. When will they be performing?",
"On March 10th, just 1 day. Padres Vs Diamondbacks at Petco Park.",
"When does it start?",
"At 6 pm they begin.",
"Where is their venue located?",
"On 100 Park Boulevard.",
"Sounds good to me.",
"Would you like to buy the tickets?",
"Yes, I want three tickets.",
"Please confirm: you want 3 tickets for Padres Vs Diamondbacks on March 10th in San Diego."
] | 9_00108 | Events_2 | 17 | Actually, I just want two tickets. | So 2 tickets to the event on March 10th? | [
"So 2 tickets to the event on March 10th?"
] | Prompt: "Actually, I just want two tickets.", Response Type: confirm, Type of Slot: number_of_tickets, Values: 2, Response Type: confirm, Type of Slot: date, Values: March 10th, Agent: Events_2 |
schema_guided_dialog-train-8838 | schema_guided_dialog-train-8838 | [
{
"act": 10,
"slot": "",
"values": []
}
] | [
"Hey, I want to go out. Search for some Music events.",
"In what city should I look for?",
"In SD. Any type of event is fine by me.",
"I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater.",
"Can you search for another one on March 10th? A Games event.",
"Yes. Padres Vs Diamondbacks will be playing at Petco Park.",
"Sounds good. When will they be performing?",
"On March 10th, just 1 day. Padres Vs Diamondbacks at Petco Park.",
"When does it start?",
"At 6 pm they begin.",
"Where is their venue located?",
"On 100 Park Boulevard.",
"Sounds good to me.",
"Would you like to buy the tickets?",
"Yes, I want three tickets.",
"Please confirm: you want 3 tickets for Padres Vs Diamondbacks on March 10th in San Diego.",
"Actually, I just want two tickets.",
"So 2 tickets to the event on March 10th?"
] | 9_00108 | Events_2 | 19 | Yes, exactly. | Your reservation was successful. | [
"Your reservation was successful."
] | Prompt: "Yes, exactly.", Response Type: notify_success, Agent: Events_2 |
schema_guided_dialog-train-8839 | schema_guided_dialog-train-8839 | [
{
"act": 3,
"slot": "",
"values": []
}
] | [
"Hey, I want to go out. Search for some Music events.",
"In what city should I look for?",
"In SD. Any type of event is fine by me.",
"I found 10 events you may enjoy. Alejandro Sanz is playing at the Cal Coast Credit Union Amphitheater.",
"Can you search for another one on March 10th? A Games event.",
"Yes. Padres Vs Diamondbacks will be playing at Petco Park.",
"Sounds good. When will they be performing?",
"On March 10th, just 1 day. Padres Vs Diamondbacks at Petco Park.",
"When does it start?",
"At 6 pm they begin.",
"Where is their venue located?",
"On 100 Park Boulevard.",
"Sounds good to me.",
"Would you like to buy the tickets?",
"Yes, I want three tickets.",
"Please confirm: you want 3 tickets for Padres Vs Diamondbacks on March 10th in San Diego.",
"Actually, I just want two tickets.",
"So 2 tickets to the event on March 10th?",
"Yes, exactly.",
"Your reservation was successful."
] | 9_00108 | Events_2 | 21 | Thanks a lot. That's all. | Have an amazing day. | [
"Have an amazing day."
] | Prompt: "Thanks a lot. That's all.", Response Type: goodbye, Agent: Events_2 |
schema_guided_dialog-train-8840 | schema_guided_dialog-train-8840 | [
{
"act": 13,
"slot": "city",
"values": []
}
] | [] | 9_00109 | Events_2 | 1 | I'm looking for some events. | Anywhere in particular? | [
"Anywhere in particular?"
] | Prompt: "I'm looking for some events.", Response Type: request, Type of Slot: city, Agent: Events_2 |
schema_guided_dialog-train-8841 | schema_guided_dialog-train-8841 | [
{
"act": 13,
"slot": "event_type",
"values": [
"Music",
"Sports"
]
}
] | [
"I'm looking for some events.",
"Anywhere in particular?"
] | 9_00109 | Events_2 | 3 | I'd like to catch something in Atlanta, GA. | Any particular type of event you're interested in? How about Music or Sports? | [
"Any particular type of event you're interested in? How about Music or Sports?"
] | Prompt: "I'd like to catch something in Atlanta, GA.", Response Type: request, Type of Slot: event_type, Values: Music or Sports, Agent: Events_2 |
schema_guided_dialog-train-8842 | schema_guided_dialog-train-8842 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Falcons Vs Buccaneers"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Mercedes-Benz Stadium"
]
},
{
"act": 5,
"slot": "count",
"values": [
"10"
]
}
] | [
"I'm looking for some events.",
"Anywhere in particular?",
"I'd like to catch something in Atlanta, GA.",
"Any particular type of event you're interested in? How about Music or Sports?"
] | 9_00109 | Events_2 | 5 | Let's go with Sports. | There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium? | [
"There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?"
] | Prompt: "Let's go with Sports.", Response Type: offer, Type of Slot: event_name, Values: Falcons Vs Buccaneers, Response Type: offer, Type of Slot: venue, Values: Mercedes-Benz Stadium, Response Type: inform_count, Type of Slot: count, Values: 10, Agent: Events_2 |
schema_guided_dialog-train-8843 | schema_guided_dialog-train-8843 | [
{
"act": 4,
"slot": "venue_address",
"values": [
"1 AMB Drive Northwest"
]
}
] | [
"I'm looking for some events.",
"Anywhere in particular?",
"I'd like to catch something in Atlanta, GA.",
"Any particular type of event you're interested in? How about Music or Sports?",
"Let's go with Sports.",
"There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?"
] | 9_00109 | Events_2 | 7 | What's the address? | The stadium is at 1 AMB Drive Northwest. | [
"The stadium is at 1 AMB Drive Northwest."
] | Prompt: "What's the address?", Response Type: inform, Type of Slot: venue_address, Values: 1 AMB Drive Northwest, Agent: Events_2 |
schema_guided_dialog-train-8844 | schema_guided_dialog-train-8844 | [
{
"act": 11,
"slot": "date",
"values": [
"next Wednesday"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Falcons Vs Buccaneers"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Mercedes-Benz Stadium"
]
}
] | [
"I'm looking for some events.",
"Anywhere in particular?",
"I'd like to catch something in Atlanta, GA.",
"Any particular type of event you're interested in? How about Music or Sports?",
"Let's go with Sports.",
"There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?",
"What's the address?",
"The stadium is at 1 AMB Drive Northwest."
] | 9_00109 | Events_2 | 9 | Sounds pretty good. What about some other dates? | There's a Falcons Vs Buccaneers game next Wednesday at Mercedes-Benz Stadium. | [
"There's a Falcons Vs Buccaneers game next Wednesday at Mercedes-Benz Stadium."
] | Prompt: "Sounds pretty good. What about some other dates?", Response Type: offer, Type of Slot: date, Values: next Wednesday, Response Type: offer, Type of Slot: event_name, Values: Falcons Vs Buccaneers, Response Type: offer, Type of Slot: venue, Values: Mercedes-Benz Stadium, Agent: Events_2 |
schema_guided_dialog-train-8845 | schema_guided_dialog-train-8845 | [
{
"act": 4,
"slot": "venue_address",
"values": [
"1 AMB Drive Northwest"
]
}
] | [
"I'm looking for some events.",
"Anywhere in particular?",
"I'd like to catch something in Atlanta, GA.",
"Any particular type of event you're interested in? How about Music or Sports?",
"Let's go with Sports.",
"There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?",
"What's the address?",
"The stadium is at 1 AMB Drive Northwest.",
"Sounds pretty good. What about some other dates?",
"There's a Falcons Vs Buccaneers game next Wednesday at Mercedes-Benz Stadium."
] | 9_00109 | Events_2 | 11 | Where's it at? | 1 AMB Drive Northwest. | [
"1 AMB Drive Northwest."
] | Prompt: "Where's it at?", Response Type: inform, Type of Slot: venue_address, Values: 1 AMB Drive Northwest, Agent: Events_2 |
schema_guided_dialog-train-8846 | schema_guided_dialog-train-8846 | [
{
"act": 4,
"slot": "time",
"values": [
"7 pm"
]
}
] | [
"I'm looking for some events.",
"Anywhere in particular?",
"I'd like to catch something in Atlanta, GA.",
"Any particular type of event you're interested in? How about Music or Sports?",
"Let's go with Sports.",
"There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?",
"What's the address?",
"The stadium is at 1 AMB Drive Northwest.",
"Sounds pretty good. What about some other dates?",
"There's a Falcons Vs Buccaneers game next Wednesday at Mercedes-Benz Stadium.",
"Where's it at?",
"1 AMB Drive Northwest."
] | 9_00109 | Events_2 | 13 | What time does it start? | The game kicks off at 7 pm. | [
"The game kicks off at 7 pm."
] | Prompt: "What time does it start?", Response Type: inform, Type of Slot: time, Values: 7 pm, Agent: Events_2 |
schema_guided_dialog-train-8847 | schema_guided_dialog-train-8847 | [
{
"act": 15,
"slot": "",
"values": []
}
] | [
"I'm looking for some events.",
"Anywhere in particular?",
"I'd like to catch something in Atlanta, GA.",
"Any particular type of event you're interested in? How about Music or Sports?",
"Let's go with Sports.",
"There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?",
"What's the address?",
"The stadium is at 1 AMB Drive Northwest.",
"Sounds pretty good. What about some other dates?",
"There's a Falcons Vs Buccaneers game next Wednesday at Mercedes-Benz Stadium.",
"Where's it at?",
"1 AMB Drive Northwest.",
"What time does it start?",
"The game kicks off at 7 pm."
] | 9_00109 | Events_2 | 15 | Sounds pretty decent. | Is there something else you need help with? | [
"Is there something else you need help with?"
] | Prompt: "Sounds pretty decent.", Response Type: req_more, Agent: Events_2 |
schema_guided_dialog-train-8848 | schema_guided_dialog-train-8848 | [
{
"act": 13,
"slot": "number_of_tickets",
"values": []
}
] | [
"I'm looking for some events.",
"Anywhere in particular?",
"I'd like to catch something in Atlanta, GA.",
"Any particular type of event you're interested in? How about Music or Sports?",
"Let's go with Sports.",
"There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?",
"What's the address?",
"The stadium is at 1 AMB Drive Northwest.",
"Sounds pretty good. What about some other dates?",
"There's a Falcons Vs Buccaneers game next Wednesday at Mercedes-Benz Stadium.",
"Where's it at?",
"1 AMB Drive Northwest.",
"What time does it start?",
"The game kicks off at 7 pm.",
"Sounds pretty decent.",
"Is there something else you need help with?"
] | 9_00109 | Events_2 | 17 | I want to buy some tickets. | How many tickets do you want? | [
"How many tickets do you want?"
] | Prompt: "I want to buy some tickets.", Response Type: request, Type of Slot: number_of_tickets, Agent: Events_2 |
schema_guided_dialog-train-8849 | schema_guided_dialog-train-8849 | [
{
"act": 2,
"slot": "event_name",
"values": [
"Falcons Vs Buccaneers"
]
},
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"2"
]
},
{
"act": 2,
"slot": "date",
"values": [
"next Wednesday"
]
},
{
"act": 2,
"slot": "city",
"values": [
"Atlanta"
]
}
] | [
"I'm looking for some events.",
"Anywhere in particular?",
"I'd like to catch something in Atlanta, GA.",
"Any particular type of event you're interested in? How about Music or Sports?",
"Let's go with Sports.",
"There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?",
"What's the address?",
"The stadium is at 1 AMB Drive Northwest.",
"Sounds pretty good. What about some other dates?",
"There's a Falcons Vs Buccaneers game next Wednesday at Mercedes-Benz Stadium.",
"Where's it at?",
"1 AMB Drive Northwest.",
"What time does it start?",
"The game kicks off at 7 pm.",
"Sounds pretty decent.",
"Is there something else you need help with?",
"I want to buy some tickets.",
"How many tickets do you want?"
] | 9_00109 | Events_2 | 19 | Two should be good. | Just to make sure, you want 2 tickets to the Falcons Vs Buccaneers game in Atlanta next Wednesday. | [
"Just to make sure, you want 2 tickets to the Falcons Vs Buccaneers game in Atlanta next Wednesday."
] | Prompt: "Two should be good.", Response Type: confirm, Type of Slot: event_name, Values: Falcons Vs Buccaneers, Response Type: confirm, Type of Slot: number_of_tickets, Values: 2, Response Type: confirm, Type of Slot: date, Values: next Wednesday, Response Type: confirm, Type of Slot: city, Values: Atlanta, Agent: Events_2 |
schema_guided_dialog-train-8850 | schema_guided_dialog-train-8850 | [
{
"act": 10,
"slot": "",
"values": []
}
] | [
"I'm looking for some events.",
"Anywhere in particular?",
"I'd like to catch something in Atlanta, GA.",
"Any particular type of event you're interested in? How about Music or Sports?",
"Let's go with Sports.",
"There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?",
"What's the address?",
"The stadium is at 1 AMB Drive Northwest.",
"Sounds pretty good. What about some other dates?",
"There's a Falcons Vs Buccaneers game next Wednesday at Mercedes-Benz Stadium.",
"Where's it at?",
"1 AMB Drive Northwest.",
"What time does it start?",
"The game kicks off at 7 pm.",
"Sounds pretty decent.",
"Is there something else you need help with?",
"I want to buy some tickets.",
"How many tickets do you want?",
"Two should be good.",
"Just to make sure, you want 2 tickets to the Falcons Vs Buccaneers game in Atlanta next Wednesday."
] | 9_00109 | Events_2 | 21 | Sounds good, thanks. | You're all set! | [
"You're all set!"
] | Prompt: "Sounds good, thanks.", Response Type: notify_success, Agent: Events_2 |
schema_guided_dialog-train-8851 | schema_guided_dialog-train-8851 | [
{
"act": 3,
"slot": "",
"values": []
}
] | [
"I'm looking for some events.",
"Anywhere in particular?",
"I'd like to catch something in Atlanta, GA.",
"Any particular type of event you're interested in? How about Music or Sports?",
"Let's go with Sports.",
"There's 10 events you might. How about the Falcons Vs Buccaneers game at Mercedes-Benz Stadium?",
"What's the address?",
"The stadium is at 1 AMB Drive Northwest.",
"Sounds pretty good. What about some other dates?",
"There's a Falcons Vs Buccaneers game next Wednesday at Mercedes-Benz Stadium.",
"Where's it at?",
"1 AMB Drive Northwest.",
"What time does it start?",
"The game kicks off at 7 pm.",
"Sounds pretty decent.",
"Is there something else you need help with?",
"I want to buy some tickets.",
"How many tickets do you want?",
"Two should be good.",
"Just to make sure, you want 2 tickets to the Falcons Vs Buccaneers game in Atlanta next Wednesday.",
"Sounds good, thanks.",
"You're all set!"
] | 9_00109 | Events_2 | 23 | Thanks, again. That'll do it, for now. | Enjoy your day! | [
"Enjoy your day!"
] | Prompt: "Thanks, again. That'll do it, for now.", Response Type: goodbye, Agent: Events_2 |
schema_guided_dialog-train-8852 | schema_guided_dialog-train-8852 | [
{
"act": 13,
"slot": "city",
"values": []
},
{
"act": 13,
"slot": "event_type",
"values": [
"Music",
"Sports"
]
}
] | [] | 9_00110 | Events_2 | 1 | Im looking for an event | Do you prefer music or sports event? what city are you looking for | [
"Do you prefer music or sports event? what city are you looking for"
] | Prompt: "Im looking for an event", Response Type: request, Type of Slot: city, Response Type: request, Type of Slot: event_type, Values: Music or Sports, Agent: Events_2 |
schema_guided_dialog-train-8853 | schema_guided_dialog-train-8853 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Atlanta SUmmer Organ Festival"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Peachtree Road United Methodist Church"
]
},
{
"act": 5,
"slot": "count",
"values": [
"5"
]
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for"
] | 9_00110 | Events_2 | 3 | I am looking for concert event in Atlanta | I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church | [
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church"
] | Prompt: "I am looking for concert event in Atlanta", Response Type: offer, Type of Slot: event_name, Values: Atlanta SUmmer Organ Festival, Response Type: offer, Type of Slot: venue, Values: Peachtree Road United Methodist Church, Response Type: inform_count, Type of Slot: count, Values: 5, Agent: Events_2 |
schema_guided_dialog-train-8854 | schema_guided_dialog-train-8854 | [
{
"act": 4,
"slot": "venue_address",
"values": [
"3180 Peachtree road northeast"
]
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church"
] | 9_00110 | Events_2 | 5 | Where is it located | the address is 3180 Peachtree road northeast | [
"the address is 3180 Peachtree road northeast"
] | Prompt: "Where is it located", Response Type: inform, Type of Slot: venue_address, Values: 3180 Peachtree road northeast, Agent: Events_2 |
schema_guided_dialog-train-8855 | schema_guided_dialog-train-8855 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Emmylou Harris"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Atlanta Symphony Orchestra"
]
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast"
] | 9_00110 | Events_2 | 7 | any other events | I found an event called Emmylou Harris in Atlanta Symphony Orchestra | [
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra"
] | Prompt: "any other events", Response Type: offer, Type of Slot: event_name, Values: Emmylou Harris, Response Type: offer, Type of Slot: venue, Values: Atlanta Symphony Orchestra, Agent: Events_2 |
schema_guided_dialog-train-8856 | schema_guided_dialog-train-8856 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Gorgasm"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Kenny's Alley"
]
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast",
"any other events",
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra"
] | 9_00110 | Events_2 | 9 | Anything else? | What about Gorgasm at Kenny's Alley | [
"What about Gorgasm at Kenny's Alley"
] | Prompt: "Anything else?", Response Type: offer, Type of Slot: event_name, Values: Gorgasm, Response Type: offer, Type of Slot: venue, Values: Kenny's Alley, Agent: Events_2 |
schema_guided_dialog-train-8857 | schema_guided_dialog-train-8857 | [
{
"act": 4,
"slot": "venue_address",
"values": [
"50 Upper alabama street"
]
},
{
"act": 4,
"slot": "time",
"values": [
"6 pm"
]
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast",
"any other events",
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra",
"Anything else?",
"What about Gorgasm at Kenny's Alley"
] | 9_00110 | Events_2 | 11 | Where is this and when does it start | This will start at 6 pm at 50 Upper alabama street | [
"This will start at 6 pm at 50 Upper alabama street"
] | Prompt: "Where is this and when does it start", Response Type: inform, Type of Slot: venue_address, Values: 50 Upper alabama street, Response Type: inform, Type of Slot: time, Values: 6 pm, Agent: Events_2 |
schema_guided_dialog-train-8858 | schema_guided_dialog-train-8858 | [
{
"act": 12,
"slot": "intent",
"values": [
"BuyEventTickets"
]
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast",
"any other events",
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra",
"Anything else?",
"What about Gorgasm at Kenny's Alley",
"Where is this and when does it start",
"This will start at 6 pm at 50 Upper alabama street"
] | 9_00110 | Events_2 | 13 | Ok sounds good | Do you want to purchase a ticket | [
"Do you want to purchase a ticket"
] | Prompt: "Ok sounds good", Response Type: offer_intent, Type of Slot: intent, Values: BuyEventTickets, Agent: Events_2 |
schema_guided_dialog-train-8859 | schema_guided_dialog-train-8859 | [
{
"act": 11,
"slot": "date",
"values": [
"next tuesday"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Gorgasm"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Kenny's Alley"
]
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast",
"any other events",
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra",
"Anything else?",
"What about Gorgasm at Kenny's Alley",
"Where is this and when does it start",
"This will start at 6 pm at 50 Upper alabama street",
"Ok sounds good",
"Do you want to purchase a ticket"
] | 9_00110 | Events_2 | 15 | Not yet, i want to know the event date | The event is Gorgasm at Kenny's Alley on next tuesday | [
"The event is Gorgasm at Kenny's Alley on next tuesday"
] | Prompt: "Not yet, i want to know the event date", Response Type: offer, Type of Slot: date, Values: next tuesday, Response Type: offer, Type of Slot: event_name, Values: Gorgasm, Response Type: offer, Type of Slot: venue, Values: Kenny's Alley, Agent: Events_2 |
schema_guided_dialog-train-8860 | schema_guided_dialog-train-8860 | [
{
"act": 4,
"slot": "time",
"values": [
"5:30 pm"
]
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast",
"any other events",
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra",
"Anything else?",
"What about Gorgasm at Kenny's Alley",
"Where is this and when does it start",
"This will start at 6 pm at 50 Upper alabama street",
"Ok sounds good",
"Do you want to purchase a ticket",
"Not yet, i want to know the event date",
"The event is Gorgasm at Kenny's Alley on next tuesday"
] | 9_00110 | Events_2 | 17 | when does it start | It will start at 5:30 pm | [
"It will start at 5:30 pm"
] | Prompt: "when does it start", Response Type: inform, Type of Slot: time, Values: 5:30 pm, Agent: Events_2 |
schema_guided_dialog-train-8861 | schema_guided_dialog-train-8861 | [
{
"act": 2,
"slot": "event_name",
"values": [
"Gorgasm"
]
},
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"4"
]
},
{
"act": 2,
"slot": "date",
"values": [
"next tuesday"
]
},
{
"act": 2,
"slot": "city",
"values": [
"Atlanta"
]
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast",
"any other events",
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra",
"Anything else?",
"What about Gorgasm at Kenny's Alley",
"Where is this and when does it start",
"This will start at 6 pm at 50 Upper alabama street",
"Ok sounds good",
"Do you want to purchase a ticket",
"Not yet, i want to know the event date",
"The event is Gorgasm at Kenny's Alley on next tuesday",
"when does it start",
"It will start at 5:30 pm"
] | 9_00110 | Events_2 | 19 | Sounds good, i want 4 tickets | Please confirm booking for 4 tickets for Gorgasm in Atlanta on next tuesday | [
"Please confirm booking for 4 tickets for Gorgasm in Atlanta on next tuesday"
] | Prompt: "Sounds good, i want 4 tickets", Response Type: confirm, Type of Slot: event_name, Values: Gorgasm, Response Type: confirm, Type of Slot: number_of_tickets, Values: 4, Response Type: confirm, Type of Slot: date, Values: next tuesday, Response Type: confirm, Type of Slot: city, Values: Atlanta, Agent: Events_2 |
schema_guided_dialog-train-8862 | schema_guided_dialog-train-8862 | [
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"1"
]
},
{
"act": 2,
"slot": "city",
"values": [
"Atlanta"
]
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast",
"any other events",
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra",
"Anything else?",
"What about Gorgasm at Kenny's Alley",
"Where is this and when does it start",
"This will start at 6 pm at 50 Upper alabama street",
"Ok sounds good",
"Do you want to purchase a ticket",
"Not yet, i want to know the event date",
"The event is Gorgasm at Kenny's Alley on next tuesday",
"when does it start",
"It will start at 5:30 pm",
"Sounds good, i want 4 tickets",
"Please confirm booking for 4 tickets for Gorgasm in Atlanta on next tuesday"
] | 9_00110 | Events_2 | 21 | No i need 1 tickets | Please confirm 1 ticket in Atlanta | [
"Please confirm 1 ticket in Atlanta"
] | Prompt: "No i need 1 tickets", Response Type: confirm, Type of Slot: number_of_tickets, Values: 1, Response Type: confirm, Type of Slot: city, Values: Atlanta, Agent: Events_2 |
schema_guided_dialog-train-8863 | schema_guided_dialog-train-8863 | [
{
"act": 10,
"slot": "",
"values": []
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast",
"any other events",
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra",
"Anything else?",
"What about Gorgasm at Kenny's Alley",
"Where is this and when does it start",
"This will start at 6 pm at 50 Upper alabama street",
"Ok sounds good",
"Do you want to purchase a ticket",
"Not yet, i want to know the event date",
"The event is Gorgasm at Kenny's Alley on next tuesday",
"when does it start",
"It will start at 5:30 pm",
"Sounds good, i want 4 tickets",
"Please confirm booking for 4 tickets for Gorgasm in Atlanta on next tuesday",
"No i need 1 tickets",
"Please confirm 1 ticket in Atlanta"
] | 9_00110 | Events_2 | 23 | yes please | Your booking is confirm | [
"Your booking is confirm"
] | Prompt: "yes please", Response Type: notify_success, Agent: Events_2 |
schema_guided_dialog-train-8864 | schema_guided_dialog-train-8864 | [
{
"act": 15,
"slot": "",
"values": []
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast",
"any other events",
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra",
"Anything else?",
"What about Gorgasm at Kenny's Alley",
"Where is this and when does it start",
"This will start at 6 pm at 50 Upper alabama street",
"Ok sounds good",
"Do you want to purchase a ticket",
"Not yet, i want to know the event date",
"The event is Gorgasm at Kenny's Alley on next tuesday",
"when does it start",
"It will start at 5:30 pm",
"Sounds good, i want 4 tickets",
"Please confirm booking for 4 tickets for Gorgasm in Atlanta on next tuesday",
"No i need 1 tickets",
"Please confirm 1 ticket in Atlanta",
"yes please",
"Your booking is confirm"
] | 9_00110 | Events_2 | 25 | thanks | anything else i can do for you | [
"anything else i can do for you"
] | Prompt: "thanks", Response Type: req_more, Agent: Events_2 |
schema_guided_dialog-train-8865 | schema_guided_dialog-train-8865 | [
{
"act": 3,
"slot": "",
"values": []
}
] | [
"Im looking for an event",
"Do you prefer music or sports event? what city are you looking for",
"I am looking for concert event in Atlanta",
"I found 5 concert events in Atlanta SUmmer Organ Festival located in Peachtree Road United Methodist Church",
"Where is it located",
"the address is 3180 Peachtree road northeast",
"any other events",
"I found an event called Emmylou Harris in Atlanta Symphony Orchestra",
"Anything else?",
"What about Gorgasm at Kenny's Alley",
"Where is this and when does it start",
"This will start at 6 pm at 50 Upper alabama street",
"Ok sounds good",
"Do you want to purchase a ticket",
"Not yet, i want to know the event date",
"The event is Gorgasm at Kenny's Alley on next tuesday",
"when does it start",
"It will start at 5:30 pm",
"Sounds good, i want 4 tickets",
"Please confirm booking for 4 tickets for Gorgasm in Atlanta on next tuesday",
"No i need 1 tickets",
"Please confirm 1 ticket in Atlanta",
"yes please",
"Your booking is confirm",
"thanks",
"anything else i can do for you"
] | 9_00110 | Events_2 | 27 | No thats it | have a nice day | [
"have a nice day"
] | Prompt: "No thats it", Response Type: goodbye, Agent: Events_2 |
schema_guided_dialog-train-8866 | schema_guided_dialog-train-8866 | [
{
"act": 13,
"slot": "city",
"values": []
}
] | [] | 9_00111 | Events_2 | 1 | What events are on? | What city are you in? | [
"What city are you in?"
] | Prompt: "What events are on?", Response Type: request, Type of Slot: city, Agent: Events_2 |
schema_guided_dialog-train-8867 | schema_guided_dialog-train-8867 | [
{
"act": 13,
"slot": "event_type",
"values": [
"Music",
"Sports"
]
}
] | [
"What events are on?",
"What city are you in?"
] | 9_00111 | Events_2 | 3 | I'm in Seattle right now. | Is there something you're after, like sports or music? | [
"Is there something you're after, like sports or music?"
] | Prompt: "I'm in Seattle right now.", Response Type: request, Type of Slot: event_type, Values: Music or Sports, Agent: Events_2 |
schema_guided_dialog-train-8868 | schema_guided_dialog-train-8868 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Huskies Vs Cougars"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Husky Stadium"
]
}
] | [
"What events are on?",
"What city are you in?",
"I'm in Seattle right now.",
"Is there something you're after, like sports or music?"
] | 9_00111 | Events_2 | 5 | Hmmm, look for sports please. | Okay what about Huskies Vs Cougars at Husky Stadium? | [
"Okay what about Huskies Vs Cougars at Husky Stadium?"
] | Prompt: "Hmmm, look for sports please.", Response Type: offer, Type of Slot: event_name, Values: Huskies Vs Cougars, Response Type: offer, Type of Slot: venue, Values: Husky Stadium, Agent: Events_2 |
schema_guided_dialog-train-8869 | schema_guided_dialog-train-8869 | [
{
"act": 11,
"slot": "date",
"values": [
"today"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Huskies Vs Cougars"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Husky Stadium"
]
},
{
"act": 5,
"slot": "count",
"values": [
"4"
]
}
] | [
"What events are on?",
"What city are you in?",
"I'm in Seattle right now.",
"Is there something you're after, like sports or music?",
"Hmmm, look for sports please.",
"Okay what about Huskies Vs Cougars at Husky Stadium?"
] | 9_00111 | Events_2 | 7 | Okay great. What dates it it on? | There's 4 dates for Huskies Vs Cougars at Husky Stadium with the next one on today. | [
"There's 4 dates for Huskies Vs Cougars at Husky Stadium with the next one on today."
] | Prompt: "Okay great. What dates it it on?", Response Type: offer, Type of Slot: date, Values: today, Response Type: offer, Type of Slot: event_name, Values: Huskies Vs Cougars, Response Type: offer, Type of Slot: venue, Values: Husky Stadium, Response Type: inform_count, Type of Slot: count, Values: 4, Agent: Events_2 |
schema_guided_dialog-train-8870 | schema_guided_dialog-train-8870 | [
{
"act": 11,
"slot": "date",
"values": [
"next Wednesday"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Huskies Vs Cougars"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Husky Stadium"
]
}
] | [
"What events are on?",
"What city are you in?",
"I'm in Seattle right now.",
"Is there something you're after, like sports or music?",
"Hmmm, look for sports please.",
"Okay what about Huskies Vs Cougars at Husky Stadium?",
"Okay great. What dates it it on?",
"There's 4 dates for Huskies Vs Cougars at Husky Stadium with the next one on today."
] | 9_00111 | Events_2 | 9 | And the other dates? | There's also a Huskies Vs Cougars at Husky Stadium next Wednesday. | [
"There's also a Huskies Vs Cougars at Husky Stadium next Wednesday."
] | Prompt: "And the other dates?", Response Type: offer, Type of Slot: date, Values: next Wednesday, Response Type: offer, Type of Slot: event_name, Values: Huskies Vs Cougars, Response Type: offer, Type of Slot: venue, Values: Husky Stadium, Agent: Events_2 |
schema_guided_dialog-train-8871 | schema_guided_dialog-train-8871 | [
{
"act": 13,
"slot": "number_of_tickets",
"values": []
}
] | [
"What events are on?",
"What city are you in?",
"I'm in Seattle right now.",
"Is there something you're after, like sports or music?",
"Hmmm, look for sports please.",
"Okay what about Huskies Vs Cougars at Husky Stadium?",
"Okay great. What dates it it on?",
"There's 4 dates for Huskies Vs Cougars at Husky Stadium with the next one on today.",
"And the other dates?",
"There's also a Huskies Vs Cougars at Husky Stadium next Wednesday."
] | 9_00111 | Events_2 | 11 | Okay great can you book tickets? | How many tickets are you after? | [
"How many tickets are you after?"
] | Prompt: "Okay great can you book tickets?", Response Type: request, Type of Slot: number_of_tickets, Agent: Events_2 |
schema_guided_dialog-train-8872 | schema_guided_dialog-train-8872 | [
{
"act": 2,
"slot": "event_name",
"values": [
"Huskies Vs Cougars"
]
},
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"2"
]
},
{
"act": 2,
"slot": "date",
"values": [
"next Wednesday"
]
},
{
"act": 2,
"slot": "city",
"values": [
"Seattle"
]
}
] | [
"What events are on?",
"What city are you in?",
"I'm in Seattle right now.",
"Is there something you're after, like sports or music?",
"Hmmm, look for sports please.",
"Okay what about Huskies Vs Cougars at Husky Stadium?",
"Okay great. What dates it it on?",
"There's 4 dates for Huskies Vs Cougars at Husky Stadium with the next one on today.",
"And the other dates?",
"There's also a Huskies Vs Cougars at Husky Stadium next Wednesday.",
"Okay great can you book tickets?",
"How many tickets are you after?"
] | 9_00111 | Events_2 | 13 | Book 2 please. | Okay, confirming you want to book 2 tickets for Huskies Vs Cougars next Wednesday in Seattle. | [
"Okay, confirming you want to book 2 tickets for Huskies Vs Cougars next Wednesday in Seattle."
] | Prompt: "Book 2 please.", Response Type: confirm, Type of Slot: event_name, Values: Huskies Vs Cougars, Response Type: confirm, Type of Slot: number_of_tickets, Values: 2, Response Type: confirm, Type of Slot: date, Values: next Wednesday, Response Type: confirm, Type of Slot: city, Values: Seattle, Agent: Events_2 |
schema_guided_dialog-train-8873 | schema_guided_dialog-train-8873 | [
{
"act": 10,
"slot": "",
"values": []
}
] | [
"What events are on?",
"What city are you in?",
"I'm in Seattle right now.",
"Is there something you're after, like sports or music?",
"Hmmm, look for sports please.",
"Okay what about Huskies Vs Cougars at Husky Stadium?",
"Okay great. What dates it it on?",
"There's 4 dates for Huskies Vs Cougars at Husky Stadium with the next one on today.",
"And the other dates?",
"There's also a Huskies Vs Cougars at Husky Stadium next Wednesday.",
"Okay great can you book tickets?",
"How many tickets are you after?",
"Book 2 please.",
"Okay, confirming you want to book 2 tickets for Huskies Vs Cougars next Wednesday in Seattle."
] | 9_00111 | Events_2 | 15 | Yes that's correct. | I've booked those tickets for you. | [
"I've booked those tickets for you."
] | Prompt: "Yes that's correct.", Response Type: notify_success, Agent: Events_2 |
schema_guided_dialog-train-8874 | schema_guided_dialog-train-8874 | [
{
"act": 4,
"slot": "time",
"values": [
"7 pm"
]
}
] | [
"What events are on?",
"What city are you in?",
"I'm in Seattle right now.",
"Is there something you're after, like sports or music?",
"Hmmm, look for sports please.",
"Okay what about Huskies Vs Cougars at Husky Stadium?",
"Okay great. What dates it it on?",
"There's 4 dates for Huskies Vs Cougars at Husky Stadium with the next one on today.",
"And the other dates?",
"There's also a Huskies Vs Cougars at Husky Stadium next Wednesday.",
"Okay great can you book tickets?",
"How many tickets are you after?",
"Book 2 please.",
"Okay, confirming you want to book 2 tickets for Huskies Vs Cougars next Wednesday in Seattle.",
"Yes that's correct.",
"I've booked those tickets for you."
] | 9_00111 | Events_2 | 17 | Great, what time should we be there? | The game starts at 7 pm. | [
"The game starts at 7 pm."
] | Prompt: "Great, what time should we be there?", Response Type: inform, Type of Slot: time, Values: 7 pm, Agent: Events_2 |
schema_guided_dialog-train-8875 | schema_guided_dialog-train-8875 | [
{
"act": 3,
"slot": "",
"values": []
}
] | [
"What events are on?",
"What city are you in?",
"I'm in Seattle right now.",
"Is there something you're after, like sports or music?",
"Hmmm, look for sports please.",
"Okay what about Huskies Vs Cougars at Husky Stadium?",
"Okay great. What dates it it on?",
"There's 4 dates for Huskies Vs Cougars at Husky Stadium with the next one on today.",
"And the other dates?",
"There's also a Huskies Vs Cougars at Husky Stadium next Wednesday.",
"Okay great can you book tickets?",
"How many tickets are you after?",
"Book 2 please.",
"Okay, confirming you want to book 2 tickets for Huskies Vs Cougars next Wednesday in Seattle.",
"Yes that's correct.",
"I've booked those tickets for you.",
"Great, what time should we be there?",
"The game starts at 7 pm."
] | 9_00111 | Events_2 | 19 | Super, thanks for your help. | Have fun at the game. | [
"Have fun at the game."
] | Prompt: "Super, thanks for your help.", Response Type: goodbye, Agent: Events_2 |
schema_guided_dialog-train-8876 | schema_guided_dialog-train-8876 | [
{
"act": 13,
"slot": "event_type",
"values": [
"Music",
"Sports"
]
}
] | [] | 9_00112 | Events_2 | 1 | I want to look for events. Can you help me? | Do you have any particular event in mind - say Music, Sports, or something like that? | [
"Do you have any particular event in mind - say Music, Sports, or something like that?"
] | Prompt: "I want to look for events. Can you help me?", Response Type: request, Type of Slot: event_type, Values: Music or Sports, Agent: Events_2 |
schema_guided_dialog-train-8877 | schema_guided_dialog-train-8877 | [
{
"act": 13,
"slot": "city",
"values": []
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?"
] | 9_00112 | Events_2 | 3 | I'm looking for Games in particular. | What city do you want to start searching in? | [
"What city do you want to start searching in?"
] | Prompt: "I'm looking for Games in particular.", Response Type: request, Type of Slot: city, Agent: Events_2 |
schema_guided_dialog-train-8878 | schema_guided_dialog-train-8878 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Eagles Vs Cowboys"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Lincoln Financial Field"
]
},
{
"act": 5,
"slot": "count",
"values": [
"10"
]
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?"
] | 9_00112 | Events_2 | 5 | I'd like to find one in Philly. | Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field. | [
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field."
] | Prompt: "I'd like to find one in Philly.", Response Type: offer, Type of Slot: event_name, Values: Eagles Vs Cowboys, Response Type: offer, Type of Slot: venue, Values: Lincoln Financial Field, Response Type: inform_count, Type of Slot: count, Values: 10, Agent: Events_2 |
schema_guided_dialog-train-8879 | schema_guided_dialog-train-8879 | [
{
"act": 4,
"slot": "time",
"values": [
"5 pm"
]
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field."
] | 9_00112 | Events_2 | 7 | When does that game start? | It starts at 5 pm. | [
"It starts at 5 pm."
] | Prompt: "When does that game start?", Response Type: inform, Type of Slot: time, Values: 5 pm, Agent: Events_2 |
schema_guided_dialog-train-8880 | schema_guided_dialog-train-8880 | [
{
"act": 12,
"slot": "intent",
"values": [
"BuyEventTickets"
]
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field.",
"When does that game start?",
"It starts at 5 pm."
] | 9_00112 | Events_2 | 9 | That sounds pretty good. | Do you want to purchase tickets for it now? | [
"Do you want to purchase tickets for it now?"
] | Prompt: "That sounds pretty good.", Response Type: offer_intent, Type of Slot: intent, Values: BuyEventTickets, Agent: Events_2 |
schema_guided_dialog-train-8881 | schema_guided_dialog-train-8881 | [
{
"act": 11,
"slot": "date",
"values": [
"day after tomorrow"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Eagles Vs Cowboys"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Lincoln Financial Field"
]
},
{
"act": 5,
"slot": "count",
"values": [
"6"
]
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field.",
"When does that game start?",
"It starts at 5 pm.",
"That sounds pretty good.",
"Do you want to purchase tickets for it now?"
] | 9_00112 | Events_2 | 11 | Not at the moment, no. Let's keep looking at events. | There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow. | [
"There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow."
] | Prompt: "Not at the moment, no. Let's keep looking at events.", Response Type: offer, Type of Slot: date, Values: day after tomorrow, Response Type: offer, Type of Slot: event_name, Values: Eagles Vs Cowboys, Response Type: offer, Type of Slot: venue, Values: Lincoln Financial Field, Response Type: inform_count, Type of Slot: count, Values: 6, Agent: Events_2 |
schema_guided_dialog-train-8882 | schema_guided_dialog-train-8882 | [
{
"act": 4,
"slot": "time",
"values": [
"5:30 pm"
]
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field.",
"When does that game start?",
"It starts at 5 pm.",
"That sounds pretty good.",
"Do you want to purchase tickets for it now?",
"Not at the moment, no. Let's keep looking at events.",
"There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow."
] | 9_00112 | Events_2 | 13 | Remind me again: when does that start? | It starts at 5:30 pm. | [
"It starts at 5:30 pm."
] | Prompt: "Remind me again: when does that start?", Response Type: inform, Type of Slot: time, Values: 5:30 pm, Agent: Events_2 |
schema_guided_dialog-train-8883 | schema_guided_dialog-train-8883 | [
{
"act": 4,
"slot": "venue_address",
"values": [
"1 Lincoln Financial Field Way"
]
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field.",
"When does that game start?",
"It starts at 5 pm.",
"That sounds pretty good.",
"Do you want to purchase tickets for it now?",
"Not at the moment, no. Let's keep looking at events.",
"There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow.",
"Remind me again: when does that start?",
"It starts at 5:30 pm."
] | 9_00112 | Events_2 | 15 | What's the venue's address? | It's being held at 1 Lincoln Financial Field Way. | [
"It's being held at 1 Lincoln Financial Field Way."
] | Prompt: "What's the venue's address?", Response Type: inform, Type of Slot: venue_address, Values: 1 Lincoln Financial Field Way, Agent: Events_2 |
schema_guided_dialog-train-8884 | schema_guided_dialog-train-8884 | [
{
"act": 15,
"slot": "",
"values": []
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field.",
"When does that game start?",
"It starts at 5 pm.",
"That sounds pretty good.",
"Do you want to purchase tickets for it now?",
"Not at the moment, no. Let's keep looking at events.",
"There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow.",
"Remind me again: when does that start?",
"It starts at 5:30 pm.",
"What's the venue's address?",
"It's being held at 1 Lincoln Financial Field Way."
] | 9_00112 | Events_2 | 17 | Okay, I like the sound of that. | Do you need any more assistance? | [
"Do you need any more assistance?"
] | Prompt: "Okay, I like the sound of that.", Response Type: req_more, Agent: Events_2 |
schema_guided_dialog-train-8885 | schema_guided_dialog-train-8885 | [
{
"act": 13,
"slot": "number_of_tickets",
"values": []
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field.",
"When does that game start?",
"It starts at 5 pm.",
"That sounds pretty good.",
"Do you want to purchase tickets for it now?",
"Not at the moment, no. Let's keep looking at events.",
"There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow.",
"Remind me again: when does that start?",
"It starts at 5:30 pm.",
"What's the venue's address?",
"It's being held at 1 Lincoln Financial Field Way.",
"Okay, I like the sound of that.",
"Do you need any more assistance?"
] | 9_00112 | Events_2 | 19 | I want to buy event tickets now. | How many tickets did you want? | [
"How many tickets did you want?"
] | Prompt: "I want to buy event tickets now.", Response Type: request, Type of Slot: number_of_tickets, Agent: Events_2 |
schema_guided_dialog-train-8886 | schema_guided_dialog-train-8886 | [
{
"act": 2,
"slot": "event_name",
"values": [
"Eagles Vs Cowboys"
]
},
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"1"
]
},
{
"act": 2,
"slot": "date",
"values": [
"day after tomorrow"
]
},
{
"act": 2,
"slot": "city",
"values": [
"Philadelphia"
]
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field.",
"When does that game start?",
"It starts at 5 pm.",
"That sounds pretty good.",
"Do you want to purchase tickets for it now?",
"Not at the moment, no. Let's keep looking at events.",
"There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow.",
"Remind me again: when does that start?",
"It starts at 5:30 pm.",
"What's the venue's address?",
"It's being held at 1 Lincoln Financial Field Way.",
"Okay, I like the sound of that.",
"Do you need any more assistance?",
"I want to buy event tickets now.",
"How many tickets did you want?"
] | 9_00112 | Events_2 | 21 | I just want the 1 ticket. | Let me confirm here. You want 1 ticket to the Eagles Vs Cowboys game in Philadelphia on the day after tomorrow? | [
"Let me confirm here. You want 1 ticket to the Eagles Vs Cowboys game in Philadelphia on the day after tomorrow?"
] | Prompt: "I just want the 1 ticket.", Response Type: confirm, Type of Slot: event_name, Values: Eagles Vs Cowboys, Response Type: confirm, Type of Slot: number_of_tickets, Values: 1, Response Type: confirm, Type of Slot: date, Values: day after tomorrow, Response Type: confirm, Type of Slot: city, Values: Philadelphia, Agent: Events_2 |
schema_guided_dialog-train-8887 | schema_guided_dialog-train-8887 | [
{
"act": 2,
"slot": "event_name",
"values": [
"Eagles Vs Cowboys"
]
},
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"4"
]
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field.",
"When does that game start?",
"It starts at 5 pm.",
"That sounds pretty good.",
"Do you want to purchase tickets for it now?",
"Not at the moment, no. Let's keep looking at events.",
"There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow.",
"Remind me again: when does that start?",
"It starts at 5:30 pm.",
"What's the venue's address?",
"It's being held at 1 Lincoln Financial Field Way.",
"Okay, I like the sound of that.",
"Do you need any more assistance?",
"I want to buy event tickets now.",
"How many tickets did you want?",
"I just want the 1 ticket.",
"Let me confirm here. You want 1 ticket to the Eagles Vs Cowboys game in Philadelphia on the day after tomorrow?"
] | 9_00112 | Events_2 | 23 | No, I've changed my mind. I actually need 4 tickets. | Sure. So, you want 4 tickets to the Eagles Vs Cowboys game then? | [
"Sure. So, you want 4 tickets to the Eagles Vs Cowboys game then?"
] | Prompt: "No, I've changed my mind. I actually need 4 tickets.", Response Type: confirm, Type of Slot: event_name, Values: Eagles Vs Cowboys, Response Type: confirm, Type of Slot: number_of_tickets, Values: 4, Agent: Events_2 |
schema_guided_dialog-train-8888 | schema_guided_dialog-train-8888 | [
{
"act": 10,
"slot": "",
"values": []
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field.",
"When does that game start?",
"It starts at 5 pm.",
"That sounds pretty good.",
"Do you want to purchase tickets for it now?",
"Not at the moment, no. Let's keep looking at events.",
"There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow.",
"Remind me again: when does that start?",
"It starts at 5:30 pm.",
"What's the venue's address?",
"It's being held at 1 Lincoln Financial Field Way.",
"Okay, I like the sound of that.",
"Do you need any more assistance?",
"I want to buy event tickets now.",
"How many tickets did you want?",
"I just want the 1 ticket.",
"Let me confirm here. You want 1 ticket to the Eagles Vs Cowboys game in Philadelphia on the day after tomorrow?",
"No, I've changed my mind. I actually need 4 tickets.",
"Sure. So, you want 4 tickets to the Eagles Vs Cowboys game then?"
] | 9_00112 | Events_2 | 25 | Yup, that sounds good to me. | I've purchased the tickets for you. | [
"I've purchased the tickets for you."
] | Prompt: "Yup, that sounds good to me.", Response Type: notify_success, Agent: Events_2 |
schema_guided_dialog-train-8889 | schema_guided_dialog-train-8889 | [
{
"act": 3,
"slot": "",
"values": []
}
] | [
"I want to look for events. Can you help me?",
"Do you have any particular event in mind - say Music, Sports, or something like that?",
"I'm looking for Games in particular.",
"What city do you want to start searching in?",
"I'd like to find one in Philly.",
"Okay, I've found 10 events that fit that description. One option is the Eagles Vs Cowboys game at Lincoln Financial Field.",
"When does that game start?",
"It starts at 5 pm.",
"That sounds pretty good.",
"Do you want to purchase tickets for it now?",
"Not at the moment, no. Let's keep looking at events.",
"There are events on 6 different days. The Eagles Vs Cowboys game at Lincoln Financial Field is on the day after tomorrow.",
"Remind me again: when does that start?",
"It starts at 5:30 pm.",
"What's the venue's address?",
"It's being held at 1 Lincoln Financial Field Way.",
"Okay, I like the sound of that.",
"Do you need any more assistance?",
"I want to buy event tickets now.",
"How many tickets did you want?",
"I just want the 1 ticket.",
"Let me confirm here. You want 1 ticket to the Eagles Vs Cowboys game in Philadelphia on the day after tomorrow?",
"No, I've changed my mind. I actually need 4 tickets.",
"Sure. So, you want 4 tickets to the Eagles Vs Cowboys game then?",
"Yup, that sounds good to me.",
"I've purchased the tickets for you."
] | 9_00112 | Events_2 | 27 | Okay, that's all I need for now. Thank you. | Enjoy the rest of your day. | [
"Enjoy the rest of your day."
] | Prompt: "Okay, that's all I need for now. Thank you.", Response Type: goodbye, Agent: Events_2 |
schema_guided_dialog-train-8890 | schema_guided_dialog-train-8890 | [
{
"act": 13,
"slot": "city",
"values": []
},
{
"act": 13,
"slot": "event_type",
"values": [
"Music",
"Sports"
]
}
] | [] | 9_00113 | Events_2 | 1 | I would like to search for events. | What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports? | [
"What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?"
] | Prompt: "I would like to search for events.", Response Type: request, Type of Slot: city, Response Type: request, Type of Slot: event_type, Values: Music or Sports, Agent: Events_2 |
schema_guided_dialog-train-8891 | schema_guided_dialog-train-8891 | [
{
"act": 11,
"slot": "event_name",
"values": [
"Amber Run Brooklyn"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Warsaw"
]
},
{
"act": 5,
"slot": "count",
"values": [
"10"
]
}
] | [
"I would like to search for events.",
"What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?"
] | 9_00113 | Events_2 | 3 | I am looking for Music Events in NY. | I found 10 events for you. Amber Run Brooklyn will perform at Warsaw. | [
"I found 10 events for you. Amber Run Brooklyn will perform at Warsaw."
] | Prompt: "I am looking for Music Events in NY.", Response Type: offer, Type of Slot: event_name, Values: Amber Run Brooklyn, Response Type: offer, Type of Slot: venue, Values: Warsaw, Response Type: inform_count, Type of Slot: count, Values: 10, Agent: Events_2 |
schema_guided_dialog-train-8892 | schema_guided_dialog-train-8892 | [
{
"act": 4,
"slot": "category",
"values": [
"Pop"
]
},
{
"act": 4,
"slot": "time",
"values": [
"7:30 pm"
]
}
] | [
"I would like to search for events.",
"What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?",
"I am looking for Music Events in NY.",
"I found 10 events for you. Amber Run Brooklyn will perform at Warsaw."
] | 9_00113 | Events_2 | 5 | When does that start? What genre is this? | This is a Pop event. It starts at 7:30 pm. | [
"This is a Pop event. It starts at 7:30 pm."
] | Prompt: "When does that start? What genre is this?", Response Type: inform, Type of Slot: category, Values: Pop, Response Type: inform, Type of Slot: time, Values: 7:30 pm, Agent: Events_2 |
schema_guided_dialog-train-8893 | schema_guided_dialog-train-8893 | [
{
"act": 12,
"slot": "intent",
"values": [
"BuyEventTickets"
]
}
] | [
"I would like to search for events.",
"What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?",
"I am looking for Music Events in NY.",
"I found 10 events for you. Amber Run Brooklyn will perform at Warsaw.",
"When does that start? What genre is this?",
"This is a Pop event. It starts at 7:30 pm."
] | 9_00113 | Events_2 | 7 | That sounds good to me. | Would you like to buy tickets for this event? | [
"Would you like to buy tickets for this event?"
] | Prompt: "That sounds good to me.", Response Type: offer_intent, Type of Slot: intent, Values: BuyEventTickets, Agent: Events_2 |
schema_guided_dialog-train-8894 | schema_guided_dialog-train-8894 | [
{
"act": 15,
"slot": "",
"values": []
}
] | [
"I would like to search for events.",
"What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?",
"I am looking for Music Events in NY.",
"I found 10 events for you. Amber Run Brooklyn will perform at Warsaw.",
"When does that start? What genre is this?",
"This is a Pop event. It starts at 7:30 pm.",
"That sounds good to me.",
"Would you like to buy tickets for this event?"
] | 9_00113 | Events_2 | 9 | Maybe later. | Is there anything else I can help you with? | [
"Is there anything else I can help you with?"
] | Prompt: "Maybe later.", Response Type: req_more, Agent: Events_2 |
schema_guided_dialog-train-8895 | schema_guided_dialog-train-8895 | [
{
"act": 11,
"slot": "date",
"values": [
"tomorrow"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Amber Run Brooklyn"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Warsaw"
]
}
] | [
"I would like to search for events.",
"What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?",
"I am looking for Music Events in NY.",
"I found 10 events for you. Amber Run Brooklyn will perform at Warsaw.",
"When does that start? What genre is this?",
"This is a Pop event. It starts at 7:30 pm.",
"That sounds good to me.",
"Would you like to buy tickets for this event?",
"Maybe later.",
"Is there anything else I can help you with?"
] | 9_00113 | Events_2 | 11 | I would like to find out about events on some other dates. | Amber Run Brooklyn will perform at Warsaw tomorrow. | [
"Amber Run Brooklyn will perform at Warsaw tomorrow."
] | Prompt: "I would like to find out about events on some other dates.", Response Type: offer, Type of Slot: date, Values: tomorrow, Response Type: offer, Type of Slot: event_name, Values: Amber Run Brooklyn, Response Type: offer, Type of Slot: venue, Values: Warsaw, Agent: Events_2 |
schema_guided_dialog-train-8896 | schema_guided_dialog-train-8896 | [
{
"act": 11,
"slot": "date",
"values": [
"next Monday"
]
},
{
"act": 11,
"slot": "event_name",
"values": [
"Amber Run Brooklyn"
]
},
{
"act": 11,
"slot": "venue",
"values": [
"Warsaw"
]
}
] | [
"I would like to search for events.",
"What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?",
"I am looking for Music Events in NY.",
"I found 10 events for you. Amber Run Brooklyn will perform at Warsaw.",
"When does that start? What genre is this?",
"This is a Pop event. It starts at 7:30 pm.",
"That sounds good to me.",
"Would you like to buy tickets for this event?",
"Maybe later.",
"Is there anything else I can help you with?",
"I would like to find out about events on some other dates.",
"Amber Run Brooklyn will perform at Warsaw tomorrow."
] | 9_00113 | Events_2 | 13 | What about some other dates? | Amber Run Brooklyn will perform at Warsaw next Monday. | [
"Amber Run Brooklyn will perform at Warsaw next Monday."
] | Prompt: "What about some other dates?", Response Type: offer, Type of Slot: date, Values: next Monday, Response Type: offer, Type of Slot: event_name, Values: Amber Run Brooklyn, Response Type: offer, Type of Slot: venue, Values: Warsaw, Agent: Events_2 |
schema_guided_dialog-train-8897 | schema_guided_dialog-train-8897 | [
{
"act": 2,
"slot": "event_name",
"values": [
"Amber Run Brooklyn"
]
},
{
"act": 2,
"slot": "number_of_tickets",
"values": [
"1"
]
},
{
"act": 2,
"slot": "date",
"values": [
"next Monday"
]
},
{
"act": 2,
"slot": "city",
"values": [
"New York"
]
}
] | [
"I would like to search for events.",
"What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?",
"I am looking for Music Events in NY.",
"I found 10 events for you. Amber Run Brooklyn will perform at Warsaw.",
"When does that start? What genre is this?",
"This is a Pop event. It starts at 7:30 pm.",
"That sounds good to me.",
"Would you like to buy tickets for this event?",
"Maybe later.",
"Is there anything else I can help you with?",
"I would like to find out about events on some other dates.",
"Amber Run Brooklyn will perform at Warsaw tomorrow.",
"What about some other dates?",
"Amber Run Brooklyn will perform at Warsaw next Monday."
] | 9_00113 | Events_2 | 15 | OK, that sounds good. I would like 1 ticket. | You would like to buy 1 ticket for Amber Run Brooklyn in New York next Monday, is this correct? | [
"You would like to buy 1 ticket for Amber Run Brooklyn in New York next Monday, is this correct?"
] | Prompt: "OK, that sounds good. I would like 1 ticket.", Response Type: confirm, Type of Slot: event_name, Values: Amber Run Brooklyn, Response Type: confirm, Type of Slot: number_of_tickets, Values: 1, Response Type: confirm, Type of Slot: date, Values: next Monday, Response Type: confirm, Type of Slot: city, Values: New York, Agent: Events_2 |
schema_guided_dialog-train-8898 | schema_guided_dialog-train-8898 | [
{
"act": 4,
"slot": "venue_address",
"values": [
"261 Driggs Avenue, Brooklyn"
]
},
{
"act": 10,
"slot": "",
"values": []
}
] | [
"I would like to search for events.",
"What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?",
"I am looking for Music Events in NY.",
"I found 10 events for you. Amber Run Brooklyn will perform at Warsaw.",
"When does that start? What genre is this?",
"This is a Pop event. It starts at 7:30 pm.",
"That sounds good to me.",
"Would you like to buy tickets for this event?",
"Maybe later.",
"Is there anything else I can help you with?",
"I would like to find out about events on some other dates.",
"Amber Run Brooklyn will perform at Warsaw tomorrow.",
"What about some other dates?",
"Amber Run Brooklyn will perform at Warsaw next Monday.",
"OK, that sounds good. I would like 1 ticket.",
"You would like to buy 1 ticket for Amber Run Brooklyn in New York next Monday, is this correct?"
] | 9_00113 | Events_2 | 17 | Yes, that's correct. What is the address for the venue? | Your reservation has been made. The venue is located at 261 Driggs Avenue, Brooklyn. | [
"Your reservation has been made. The venue is located at 261 Driggs Avenue, Brooklyn."
] | Prompt: "Yes, that's correct. What is the address for the venue?", Response Type: inform, Type of Slot: venue_address, Values: 261 Driggs Avenue, Brooklyn, Response Type: notify_success, Agent: Events_2 |
schema_guided_dialog-train-8899 | schema_guided_dialog-train-8899 | [
{
"act": 3,
"slot": "",
"values": []
}
] | [
"I would like to search for events.",
"What city would you like to search in? Is there a particular type of event you would prefer, for example such as Music or Sports?",
"I am looking for Music Events in NY.",
"I found 10 events for you. Amber Run Brooklyn will perform at Warsaw.",
"When does that start? What genre is this?",
"This is a Pop event. It starts at 7:30 pm.",
"That sounds good to me.",
"Would you like to buy tickets for this event?",
"Maybe later.",
"Is there anything else I can help you with?",
"I would like to find out about events on some other dates.",
"Amber Run Brooklyn will perform at Warsaw tomorrow.",
"What about some other dates?",
"Amber Run Brooklyn will perform at Warsaw next Monday.",
"OK, that sounds good. I would like 1 ticket.",
"You would like to buy 1 ticket for Amber Run Brooklyn in New York next Monday, is this correct?",
"Yes, that's correct. What is the address for the venue?",
"Your reservation has been made. The venue is located at 261 Driggs Avenue, Brooklyn."
] | 9_00113 | Events_2 | 19 | Thanks for your help! I'm all set. | Have a great day! | [
"Have a great day!"
] | Prompt: "Thanks for your help! I'm all set.", Response Type: goodbye, Agent: Events_2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.