text
stringlengths
225
740
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please indicate whether or not you wish to reserve a table. user: I would like to reserve a table for two people tonight. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '2'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What time would you like to make the reservation for? user: I would like to reserve a table at half past 6 in the evening. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': 'half past 6 in the evening'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please verify the following details. You would like to reserve a table for 2 today at 6:30 pm at Mi Ranchito in Cotati. user: Yes, I confirm those details. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'date': 'today'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The reservation has been successfully made. user: Can you tell me if they serve alcohol, and their phone number? Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: phone_number, serves_alcohol Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Their phone number is 707-795-7600 and they do not serve alcohol. user: Thank you for your assistance. Service name: Restaurants_1 Active intent: ReserveRestaurant 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 am looking for a place to eat. I don't have a price preference. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'price_range': 'dontcare'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What city should I search in? user: Show me places to eat in San Francisco. I am looking for something afforadable priced. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'price_range': 'moderate', 'city': 'San Francisco'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What kind of food would you like to eat. user: Some Pizza and Pasta would be perfect. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'cuisine': 'Pizza and Pasta'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I found 10 restaurants that serve pizza and pasta. 54 Mint Ristorante Italiano is a nice restaurant located in San Francisco. user: Yes, that works for me. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'restaurant_name': '54 Mint Ristorante Italiano'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Would you like to reserve a table? user: Yes, I would like to make a reservation. Make a reservation for Sunday this week for 4 people. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '4', 'date': 'Sunday this week'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What time is the reservation for? user: Mate it at 17:30. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': '17 : 30'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm the following details: You are booking a table at 54 Mint Ristorante Italiano, the city is San Francisco, the reservation is at 5:30 pm, the date is the day after tomorrow, and the reservation is for 4 people. user: No, I want it on Thursday next week. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'date': 'Thursday next week'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm these updated details: The date is next Thursday, and the reservation is for 4 people. user: No make it at 19:30 and make the reservation for five poeple. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '5', 'time': '19 : 30'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm the updated details: the reservation is at 7:30 pm and it is for 5 people. user: Yes that works for me. Do they have live music. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: has_live_music Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your reservation is successful. They do not have live music. user: Do they serve liquor? What is the address of the restaurant. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: serves_alcohol, 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 serve alcohol. Their address is 16 Mint Plaza. user: Thank you very much! Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Can I help you with anything else? user: No. Thank you very much. Service name: Restaurants_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: user: Can you find me a place to eat please? Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Where at? And what kind of cuisine are you craving? user: Somewhere in SF, and I am really craving Thai food at the moment! Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'city': 'SF', 'cuisine': 'Thai'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I found a bunch of restaurants, there's actually 10 that you might like in San Francisco, one of them being Baan Thai House & Wine Bar user: How can I reach them? And what's their address? Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: phone_number, street_address Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: You can reach them by phone at 415-379-4505 and visit them at 534 Irving Street user: Great, that restaurant sounds good Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'restaurant_name': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Want me to book a table? user: Yes book me a table Service name: Restaurants_1 Active intent: ReserveRestaurant 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 time do you want the reservation? user: Let's do dinner at 6 in the evening Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': '6 in the evening'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Confirming your 6 pm booking today for 2 people at Baan Thai House & Wine Bar in San Francisco. user: Actually let's just do it for one person Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '1'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Confirming your 6 pm reservation for 1 then? user: Yes that's right Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'date': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I was able to book it user: Thanks so much Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Can I do anything else for you? user: No that's it for now, thanks Service name: Restaurants_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: user: Give me a place to eat at. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Which city should I search? Is there a specific food type you would like to eat, such as American or Italian? user: San Bruno, I am looking for low priced, Taiwanese food. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'price_range': 'inexpensive', 'city': 'San Bruno', 'cuisine': 'Taiwanese'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: China Garden fits your preferences in San Bruno. user: Whats the address? Service name: Restaurants_1 Active intent: FindRestaurants 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: 586 San Mateo Avenue user: Do they serve liquor? Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: serves_alcohol Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: They do not serve alcohol. user: Could you suggest another similar restaurant that serves alcohol? Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Dumpling Era in San Bruno serves alcohol. user: Could you suggest another restaurant without the price limitation? Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'price_range': 'dontcare'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I found 1 restaurant: Ming's in San Bruno. user: That works. I'd like to make a reservation at half past 12 in the afternoon for 6 people. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '6', 'restaurant_name': "Ming ' s", 'time': 'half past 12 in the afternoon'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm: I am booking a table at Ming's, in San Bruno. The reservation is for 6 people, today at 12:30 pm. user: Correct. What is their address? Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: street_address Slot values: {'date': 'today'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Sorry, I was unable to make a reservation. Can I do anything else? user: Make the reservation at eleven am. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': 'eleven am'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm: I am booking a table at Ming's in San Bruno, the reservation is at 11 am today for 6 people. user: Make the reservation for four people. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '4'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Confirm: The reservation is at 11 am for 4 people. user: Yes! Do they have live music and serve liquor? Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: has_live_music, serves_alcohol Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your reservation is successful. They do not serve alcohol or have live music. user: Thank you very much. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Can I help you with anything else? user: No, thank you. Service name: Restaurants_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: user: I am looking for a Greek place to eat please. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'cuisine': 'Greek'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Which city should I search in? user: Please locate one in San Carlos. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'city': 'San Carlos'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I found 2 Greek restaurants. Agora is a nice one located in San Carlos. user: Can you suggest any other restaurants? One that serves Spicy Noodles would be perfect. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'cuisine': 'Spicy Noodles'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I located 2 restaurants. Asya Restaurant is nice and located on San Carlos. user: Could you suggest any other ones? I'd like one that serves alcohol. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'serves_alcohol': 'True'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I found 1, Thai Time is nice and located in San Carlos. user: Yes, that sounds good. Please make a reservation. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'restaurant_name': 'Thai Time'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What time would you like? user: Please make if for 12:45. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': '12 : 45'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm the following: Booking a table for 2 today at Thai Time in the city of San Carlos for 12:45 pm. user: Yes, that is correct. Can you please provide me their phone number and address? Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: phone_number, street_address Slot values: {'party_size': '2', 'date': 'today'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Your reservation is confirmed. The phone number is 650-596-8433 and the address is 1240 El Camino Real. user: Thank you very much, that is all I need. Service name: Restaurants_1 Active intent: ReserveRestaurant 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: Please help me find a restaurant. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please name the city I should search. user: I am looking for a restaurant in Petaluma. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'city': 'Petaluma'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What type of food do you prefer? Please say Indian, Chinese, or something similar. user: Somewhere similar to Asian Fusion would be nice. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'cuisine': 'Asian Fusion'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: How about Flowering Tea House in Petaluma? user: Yes, please make a reservation for 5:15 in the evening, next Friday. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'date': 'next Friday', 'restaurant_name': 'Flowering Tea House', 'time': '5 : 15 in the evening'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm your reservation details: Reservation for 2 next Friday, at 5:15 PM, in Petaluma at the Flowering Tea House. user: No, it's only for 1 person. Please make the time quarter past 1 in the afternoon. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '1', 'time': 'quarter past 1 in the afternoon'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm your reservation details: Reservation for 1 person at 1:15 pm. user: Actually, no. Make it the 13th of this month for 3 people. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '3', 'date': '13th of this month'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm your reservation details: March 13th for 3 people. user: Yes, that's correct. Does this restaurant serve liquor? Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: serves_alcohol Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Sorry, I was unable to process that request. Flowering Tea House does not serve alcohol. Shall I make a reservation for 3 people on March 13th at 1 pm? user: No, that will not work. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: May I be of assistance another way? user: No, that will not be necessary. Service name: Restaurants_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: user: I want to go out to eat. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Where are you located? What kind of food do you like? I can find Chinese restaurants, American restaurants, and others. user: I am in Campbell. I am looking for pizza and pasta with a moderate price. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'price_range': 'moderate', 'city': 'Campbell', 'cuisine': 'pizza and pasta'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There are 5 of those restaurants locally, including A Bellagio Italian Restaurant in Campbell. user: That sounds good. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'restaurant_name': 'A Bellagio Italian Restaurant'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you want to make a reservation? user: Yes please! Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: When do you want to go? user: I want the reservation for 11:30. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': '11 : 30'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm you want to make a reservation at 11:30 am today for 2 people at A Bellagio Italian Restaurant in Campbell. user: Yes that is perfect. What is the address and phone number? Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: phone_number, street_address Slot values: {'party_size': '2', 'date': 'today'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The reservation is confirmed successfully. The phone is 408-370-7705 and they are located at 33 South Central Avenue. user: Thanks for your help. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: May I further assist you? user: No, that will be all. Service name: Restaurants_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: user: I would like to find a restaurant please. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Which city would you like to eat in and what kind of food would youn like to eat? user: I would like a restaurant that serves alcohol in San Francisco. I'd like to eat in a Burgers restaurant please. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'serves_alcohol': 'True', 'city': 'San Francisco', 'cuisine': 'Burgers'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There were 8 matches to your inquiry. 5a5 Steak Lounge is a nice place that's in San Francisco. user: Can you please make another suggestion? Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Alexander's Steakhouse is also a nice place in San Francisco. user: I'd like another suggestion please. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There's another restaurant in San Francisco that's called Bourbon Steak Restaurant. user: Yes, I'm interested in that one. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'restaurant_name': 'Bourbon Steak Restaurant'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: You like me to make a reservation for you? user: Yes, please. I would like a 13:30 reservation. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': '13 : 30'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Can you confirm the reservation details please? I am booking a table at Bourbon Steak Restaurant in San Francisco. The reservation is for 1:30 pm for today and is for 2 people. user: Yes that sounds wonderful. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '2', 'date': 'today'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: I was able to book the reservation successfully. user: I appreciate it very much. That's all I need right now. Service name: Restaurants_1 Active intent: ReserveRestaurant 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 get something to eat, something that's pricey, help me look for a place. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'price_range': 'expensive'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What city would you like me to search in? user: Search in Pleasanton. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'city': 'Pleasanton'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What type of cuisine are you looking for, for example American, Indian, or anything else? user: I'm looking for Barbecue, that would hit the spot. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'cuisine': 'American'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There are 2 restaurants I've found. There's a nice restaurant called Baci Bistro And Bar in Pleasanton that might interest you. user: What's their phone number? And is there live music there? Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: has_live_music, phone_number Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: You can call them at 925-600-0600. And I'm sorry, but there's no live music there. user: Okay, that's fine. Make me a reservation for the restaurant. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'restaurant_name': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What time would you like the reservation for? user: I want it to be at 13:45. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': '13 : 45'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Okay, I'll make you a reservation for 2 at Baci Bistro And Bar in Pleasanton at 1:45 pm today, is that correct? user: Yeah, that's correct. Also, what's their address, and do they serve liquor there? Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: serves_alcohol, street_address Slot values: {'party_size': '2', 'date': 'today'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: They're located at 500 Main Street, and they don't serve alcohol, sorry. I'm sorry but that time is all booked. Would you like a reservation for 2 at Baci Bistro And Bar for 1:30 pm today instead? user: Yeah, that's fine. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': '1 : 30 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Okay, I made you the reservation. user: Thanks a lot, that's all the help I need. Service name: Restaurants_1 Active intent: ReserveRestaurant 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 hungry, do you have any recommendations on where to eat? Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Where are you looking for to eat? What type of food do you want? Do you want American, Indian, or some other cuisine? user: I'm craving some Sushi in San Francisco if possible. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'city': 'San Francisco', 'cuisine': 'Sushi'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There a good restaurant in San Francisco that sells sushi it is called 2g Japanese Brasserie. user: Do you know the price range of the restaurant? Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: price_range Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Their prices are moderate. user: That sounds great. I want to make a reservation. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'restaurant_name': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: For when do you want to make it? user: Make a reservation for one person at afternoon 12. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '1', 'time': 'afternoon 12'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm: Making a reservation for 1 person today at 12 pm at 2g Japanese Brasserie in San Francisco. user: No, I'm sorry. It's for three people. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '3'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Please confirm: Making a reservation for 3 people today at 12 pm at 2g Japanese Brasserie in San Francisco. user: In second though I want it to be at 12:30 in the afternoon. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': '12 : 30 in the afternoon'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Making a reservation for 3 people today at 12:30 pm at 2g Japanese Brasserie in San Francisco. user: That is correct. What is the address of the restaurant? Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: street_address Slot values: {'date': '[CLS]'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: The reservation has been done. The address is 601 Van Ness Avenue. user: Do you know the phone number? Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: phone_number Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Their number is 415-292-9997. user: Thanks a lot. Service name: Restaurants_1 Active intent: ReserveRestaurant 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 you need? user: No, that would be all. Service name: Restaurants_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: user: Is there a place to eat? Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Which city? user: Antioch would be great. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'city': 'Antioch'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: What kinds of foods besides American and Mexican or you interested in? user: I would love to eat some lobster. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'cuisine': 'lobster'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: There's a place in Antioch call Okawa Japanese Restaurant. user: That's great and it'll work for me. Service name: Restaurants_1 Active intent: FindRestaurants Requested slots: Slot values: {'restaurant_name': 'Okawa Japanese Restaurant'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Do you want to reserve a table? user: I would love to make an appointment for one myself at 4:30 pm. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'party_size': '1', 'time': '4 : 30 pm'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Just to be correct, you're booking a table at Okawa Japanese Restaurant today in Antioch and it will be for 1 your self at 4:30 pm. user: That will be great. Also, I just wanted to now pricey is it. Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: price_range Slot values: {'date': 'today'}
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values): system: Unfortunately there are no tables available. Can I help you with anything else? user: Instead of the previous time, can you make it at 18:00? Service name: Restaurants_1 Active intent: ReserveRestaurant Requested slots: Slot values: {'time': '18 : 00'}