text
stringlengths
225
740
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What movie and location are you interested in? user: I want to see Long Shot somewhere in San Jose. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'San Jose', 'movie_name': 'Long Shot'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There is a 10 pm showing of that movie at AMC Eastridge 15. user: Perfect! Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '10 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you need any further help? user: Yes, I need a taxi to get to the movie. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I have the address as 2190 Eastridge Loop, is that correct? Also, what type of ride you would like? user: I would like a Pool ride, and yes the address is correct. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Pool', 'destination': '2190 Eastridge Loop'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: How many people will be needing a ride? user: Just one. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: You would like a Pool ride for 1 person to 2190 Eastridge Loop, is that right? user: Yes. How long will it take for the cab to arrive and what is the price of the trip? Service name: RideSharing_2 Active intent: GetRide Requested slots: ride_fare, wait_time Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your cab is on the way and should arrive in 6 minutes. The price is $9.36. user: Perfect! That's all I needed. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: I need to watch on 9th of March and what is the time to watch it? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_date': '9th of March'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Which is the movies you are interested to watch? user: I like to watch Long Shot Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'movie_name': 'Long Shot'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What is your address? user: Will you be able to look for movies in Santa Clara? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Santa Clara'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: i have got only 1 movie show time and that is at 10 pm in AMC Mercado 20 user: What is that movie type? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: genre Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is the movie of comedy type? user: Fine, can you book me a cab there? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is the movie of comedy type? user: Fine, can you book me a cab there? Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Will you go to 3111 mission College Boulevard? user: That is fine Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'destination': '3111 mission College Boulevard'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What number of seats you need? user: I am in group of three people Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '3'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: You have any choice of type of ride? user: I need to have Luxury ride Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Luxury'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please give confirmation details: You need Luxury ride to 3111 Mission College Boulevard and your seat requirement is 3 user: That is perfect Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your ride is booked and cab will reach you soon user: Thank you very much Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is there any other help from me? user: No, thank you Service name: RideSharing_2 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: I want to go out to the movies, can you look for showings in San Ramon? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'San Ramon'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: When are you going? Do you fancy any particular movie? user: Yes, I want to see The Curse of La Llorona, on Wednesday next week. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'movie_name': 'The Curse of La Llorona', 'show_date': 'Wednesday next week'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I found 1 showtime, at 7:30 pm in THE LOT City Center. user: So what kind of movie is it? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: genre Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: It's a horror movie. user: Where's the theater at? How much do I pay? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: price, street_address Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The theater is at 6000 Bollinger Canyon Road Suite 2300. You'll pay $11 per person. user: Okay, can you book me a pool cab ride to get there? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The theater is at 6000 Bollinger Canyon Road Suite 2300. You'll pay $11 per person. user: Okay, can you book me a pool cab ride to get there? Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Pool', 'destination': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: How many seats do you need? user: I need 2 seats. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '2'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: So I'll book you a cab to take 2 in a pool ride, going to 6000 Bollinger Canyon Road Suite 2300, okay? user: That sounds right. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The cab is booked, it's on it's way. user: Okay, thanks for that, I don't need for anything else right now. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: What time is the movie playing? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What movie are you talking about? user: The movie I want to see is Shazam. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'movie_name': 'Shazam'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What day do you want to see it? user: I want to see Shazam later today. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_date': 'later today'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What city do you want to see it in? user: I want to see it in Los Gatos. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Los Gatos'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Search found one show playing at 9 pm at Los Gatos Theatre. user: That works for me. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '9 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Shall I buy you tickets? user: No, not right now. Service name: Movies_1 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you need something more? user: I need a ride for 1 person in order to get there. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is the address you are going to 43 North Santa Cruz Avenue? user: Yes, it is. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'destination': '43 North Santa Cruz Avenue'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you want a Regular, Luxury, or another type of ride? user: Book me a Luxury cab. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Luxury'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: You want a Luxury cab for 1 person to 43 North Santa Cruz Avenue. Is that right? user: No, get me a Pool ride to the Royal Botanic Gardens. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Pool', 'destination': 'Royal Botanic Gardens'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: You want a Pool ride to the Royal Botanic Gardens. Is that right? user: That is correct and can you tell me the price? Service name: RideSharing_2 Active intent: GetRide Requested slots: ride_fare Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your cab is booked and is coming right now. The total bill for your ride is $11.91. user: How long do I have to wait for the cab? Service name: RideSharing_2 Active intent: GetRide Requested slots: wait_time Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your ride will be there in 8 minutes. user: Thanks a lot. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you need something more? user: No, that is all. Thanks. Service name: RideSharing_2 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: What time will I be able to watch it? Can you do a search for movies shown in SFO? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'SFO'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What is the date you would like to watch it? What movie do you want to see? user: I would like to watch at Marina Theatre and I want to see Shazam. I would prefer to see it on 1st of this month. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'movie_name': 'Shazam', 'show_date': '1st of this month', 'theater_name': 'Marina Theatre'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I was able to locate 1 showtime for the movie at 8 pm in Marina Theatre. user: That sounds fine. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '8 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is there anything else I can do for you? user: Yes, can you find me a cab there? I would like a luxury ride for a group of three going to 2149 Chestnut Street. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '3', 'ride_type': 'Luxury', 'destination': '2149 Chestnut Street'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Okay, confirm these details: You would like a luxury ride with 3 seats going to 2149 Chestnut Street. user: No, I am only in a group of one. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm these details: You would like a ride to 2149 Chestnut Street and you are needing 1 seat. user: Yes that is fine with me. What is the cost of it? Service name: RideSharing_2 Active intent: GetRide Requested slots: ride_fare Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I have finished booking your ride and the cab is headed your way. The price will be $16.15. user: How long will it take the cab to get here? Service name: RideSharing_2 Active intent: GetRide Requested slots: wait_time Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The cab will get there in 10 minutes. user: Thank you very much for your help. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is there anything else I can do for you? user: No. I appreciate the help. Service name: RideSharing_2 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: What time can I watch the movie? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What movie do you want to see? Where and when do you want to watch it? user: I want to see Little later today in Santa Rosa. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Santa Rosa', 'movie_name': 'Little', 'show_date': 'later today'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Search revealed 1 show at 9:30 pm at Airport Stadium 12. user: That works. I need a ride to get there. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '9 : 30 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Search revealed 1 show at 9:30 pm at Airport Stadium 12. user: That works. I need a ride to get there. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you prefer Luxury, Pool, or another type of ride and how many people are going? user: I want a Regular taxi for 1 person. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1', 'ride_type': 'Regular'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is your destination address 409 Aviation Boulevard? user: Yes, that is right. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'destination': '409 Aviation Boulevard'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: You want a Regular taxi for 1 person to 409 Aviation Boulevard. Is that correct? user: That is right. Can you tell me the total cost? Service name: RideSharing_2 Active intent: GetRide Requested slots: ride_fare Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your cab is booked and is on the way right now. The total cost is $14.81. user: Can you tell me how much time I have before the taxi gets here? Service name: RideSharing_2 Active intent: GetRide Requested slots: wait_time Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: It will be at your place in 6 minutes. user: Thanks a lot. That is all. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: I'm looking for Hellboy show times. Can you search in Santa Rosa? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Santa Rosa', 'movie_name': 'Hellboy'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is there a specific date you want to search for? user: Yeah, search for showings on the 3rd. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_date': 'the 3rd'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There's a showing at 8:30 pm at 3rd Street Cinema. user: Can you give me their address? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: street_address Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: They're located at 620 3rd Street. user: What genre is the movie? Also, what's the ticket price? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: genre, price Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Ticket prices are $17 for each person. And the genre is Fantasy. user: Okay, I'm cool with that. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Would you like me to purchase tickets? user: No, don't buy tickets just yet. Service name: Movies_1 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Is there anything else I can do for you? user: I need you to call a cab for me to get there. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'destination': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Would you prefer a certain type of cab such as Luxury, Pool, or anything else? And how many passengers will there be?? user: I'd like a Luxury cab for 1 passenger. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1', 'ride_type': 'Luxury'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I'll get you a Luxury cab for 1 passenger to 620 3rd Street, is that correct? user: Wait, hold on. It's actually for two passengers. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '2'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I'll get you a Luxury cab for 2 passengers, is that correct? user: Yeah, please book it. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I've booked the cab and it's in transit now. user: When will the cab arrive, and what's the cost? Service name: RideSharing_2 Active intent: GetRide Requested slots: ride_fare, wait_time Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The cab will arrive in 9 minutes and the cost is $46.51. user: Thanks for all the help, that's it for now. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: Hey! I am looking for a good movie to watch it on March 8th. Please can you find me one? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_date': 'March 8th'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Sure! What type of movie are you looking for? Where is your location? user: Is the movie Little available and I wish to watch it in Brentwood. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Brentwood', 'movie_name': 'Little'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Yup, there is 1 show time for the movie at 9 pm in AMC Brentwood 14. user: What is its genre? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: genre Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Comedy movie, I think. user: sounds great. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you wish to get tickets for this movie? user: Nope, not right now, might be later on. Service name: Movies_1 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you need any other help? user: I'm looking for a Pool ride for 1 person to 2525 Sand Creek Road. Can you book a cab for me to get there? Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1', 'ride_type': 'Pool', 'destination': '2525 Sand Creek Road'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Okay! Please can you confirm me that you wish to have a Pool ride to 2525 Sand Creek Road for 1 person. Is that right? user: Yup, that would work. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I've booked the ride and your cab is on the way. user: Thanks much for the booking Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you need any other assistance? user: Nope, thanks much for the help. Service name: RideSharing_2 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: I would like to see a movie at the CineLux Almaden in San Jose. I would also like to know the movie times. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'San Jose', 'theater_name': 'CineLux Almaden'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What movie are you interested in seeing? user: Curse of La Llorona is of interest to me. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'movie_name': 'Curse of La Llorona'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What date do you wish to see the movie? user: The 3rd of March is when I would like to watch it. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_date': '3rd of March'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: At CineLux Almaden Cinema the movie is playing 1 time at 10:30 pm. user: What is the ticket price and what genre is the movie? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: genre, price Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: This is a horror movie and it will cost $16 a person. user: That sounds good. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Are you interested in purchasing tickets? user: Not at this time, however; I would like to take a regular cab there. Service name: Movies_1 Active intent: Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Are you interested in purchasing tickets? user: Not at this time, however; I would like to take a regular cab there. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Regular'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: How many seats should I request and is the address 2306 Almaden Road? user: Yes, it will be for 1 person. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '1', 'destination': '2306 Almaden Road'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm a regular ride for 1 person to 2306 Almaden Road. user: Yes, that is right. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your booked ride is on the way! user: Thanks!! That is all I need at the moment. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: user: What time may I watch it? Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What movie do you wish to watch and where do you want to see the movie? user: I would like to see Dumbo in Daly city. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'location': 'Daly city', 'movie_name': 'Dumbo'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: On what date would you like to see it? user: I would like to see it on the 9th. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_date': 'the 9th'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: At Century 20 Daly City & XD it is showing at 4 pm. user: Please give me the address of the theater and the ticket cost. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: price, street_address Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The cost is $10 and the theater is located at 1901 Junipero Serra Boulevard. user: Great. I would like to take a cab to this place. Service name: Movies_1 Active intent: GetTimesForMovie Requested slots: Slot values: {'show_time': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The cost is $10 and the theater is located at 1901 Junipero Serra Boulevard. user: Great. I would like to take a cab to this place. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'destination': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Would you prefer a ride that is luxury or pool or something else? user: My preference is a pool ride. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'ride_type': 'Pool'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What is the number of seats you need? user: There are three of us. Service name: RideSharing_2 Active intent: GetRide Requested slots: Slot values: {'number_of_seats': '3'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm 3 seats on a pool ride to 1901 Junipero Serra Boulevard. user: Correct. What will be my cost and when will my cab arrive? Service name: RideSharing_2 Active intent: GetRide Requested slots: ride_fare, wait_time Slot values: {}