text
stringlengths 225
740
|
---|
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system:
user: I am feeling hungry so I would like to find 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: Do you have a specific which you want the eating place to be located at?
user: I would like for it to be in San Jose.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'San Jose'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Is there a specific cuisine type you enjoy, such as Mexican, Italian or something else?
user: I usually like eating the American type of food.
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: I see that at 71 Saint Peter there is a good restaurant which is in San Jose.
user: Can you give me the address of this restaurant.
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: If you want to go to this restaurant you can find it at 71 North San Pedro Street.
user: Can you give me the phone number that I can contact them with?
Service name: Restaurants_1
Active intent: FindRestaurants
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: If you want to phone them you can at 408-971-8523.
user: Is there some other restaurant which you can suggest?
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: How would you like Bazille restaurant which is situated in San Jose.
user: Do you have another restaurant matching my needs? For example a restaurant which is economical and is located in Palo Alto.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate', 'city': 'Palo Alto'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I see that 7 restaurants suit to what you requested. Bird Dog seems as a good restaurant and is located in Palo Alto.
user: Alright, that seems good. I would like to make a booking at this restaurant.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': 'Bird Dog'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: For which time do you want the booking to be?
user: I will be eating there at 11:30 am so make it for then.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '11 : 30 am'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Can you please confirm that you want to book a table for 2 at 11:30 am at the Bird Dog restaurant in Palo Alto for today.
user: That suits me well. Can you tell me if they feature live music?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music
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 booking has been made without errors, but unfortunately they do not have live music.
user: Will I be able to find liquor there? Can you give me the address of their location?
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: The restaurant is located at 420 Ramona Street. Unfortunately they do not serve alcohol at the restaurant.
user: I appreciate it very much. That would be all.
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: Hi i need a help, i am very hungry, I am looking for 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: Sure, I will help you, What type of food are you looking for? Which city should i search in?
user: Some Punjabi kind of foods in milpitas
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'milpitas', 'cuisine': 'Punjabi'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found a good restaurant in Milpitas, The restaurant name is Anjappar Chettinad Restaurant
user: Ok, What is the address? How pricey are they?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: price_range, street_address
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Price range is moderate, The address is Milpitas Square
user: Ok, Find me another 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: I found another restaurant for you, Aria Dining & Banquets Fine Indian Cuisine Restaurant at Milpitas
user: No, suggest me another Restaurant, Some Take-out type of food will be perfect
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Take - out'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 2 Restaurants, Olive garden Italian Restaurant at Milpitas
user: Yes, it seems good for me
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Olive garden Italian Restaurant'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: shall i reserve a table here for you?
user: Yes, I want it on the 11th
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'the 11th'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: please tell me what time is the reservation for?
user: at afternoon 1:30
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'afternoon 1 : 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: Booking a table at Olive Garden Italian Restaurant at Milpitas on March 11th reservation time is 1:30 pm, The reservation is for 2 people
user: No, time change to twelve in the afternoon for one people
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1', 'time': 'twelve 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 the following details: the reservation time is 12 pm, The reservation is for 1 people
user: Yes
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: Congrats, your reservation is confirmed
user: What is the Restaurant address, Do they have live music, I love it
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music, street_address
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Sorry, They don't have live music, The restaurant address is 1350 Great Mall Drive
user: Thank you very much 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: Shall i help you with anything else?
user: No, 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: Help me find a good 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: In which city are you looking for the restaurant and do you have any preferred cuisine?
user: Find me Ethiopian cuisine in Berkeley.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Berkeley', 'cuisine': 'Ethiopian'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Of the 4 Ethiopian restaurants in Berkeley, Addis Restaurant is a good one.
user: Do they have live music?
Service name: Restaurants_1
Active intent: FindRestaurants
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: I'm sorry. They do not have live music.
user: That's okay. I'd like to reserve a table for the 4th.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'the 4th', 'restaurant_name': '[CLS]'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: At what time will you be arriving at the restaurant?
user: Reserve the table for the 2nd of this month at 17:15.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': '2nd of this month', 'time': '17 : 15'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm that you want to reserve a table for 2 at the Addis Restaurant in Berkeley for tomorrow at 5:15 pm.
user: That's right. Do they serve alcohol? And how expensive is the place?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: price_range, serves_alcohol
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: Sorry the reservation was not successful. Is there anything else I can assist you with?
user: Can you check if a table is available 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: Okay.Please confirm that you want to reserve a table for 2 at the Addis Restaurant in Berkeley for tomorrow at 5:30 pm.
user: That's correct.
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: Your table has been reserved.
user: Thank you. That's all I need for 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'm looking for 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 should I search in? What kind of food are you looking for?
user: Some Freshwater fish kind of food in Palo Alto would be perfect.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Palo Alto', 'cuisine': 'Freshwater fish'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 4 restaurants. Odori Japanese Cuisine is a nice restaurant in Palo Alto.
user: Could you suggest any other 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: P.f. Chang's is another nice restaurant in Palo Alto.
user: Yes, that works for me.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': "P . f . Chang ' s"} |
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 here?
user: Yes, I want to make a reservation for one. Make it at half past 6 in the evening.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1', '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 confirm: Booking a table for 1 at P.f. Chang's at 6:30 pm today in Palo Alto.
user: Yes, that works for me. How pricey are they? What is their contact number?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: phone_number, 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: Your reservation is successful. Their price range is moderate and their phone number is 650-330-1782.
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: I'd like to find 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: Where should I look? What kind of food are you in the mood for? You can say things like Mexican, Italian or any other kind of food.
user: Lobster sounds great. Please search in San Mateo.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'San Mateo', 'cuisine': 'Lobster'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I have found 9 restaurants. Andes Cafe San Mateo is a great restaurant in San Mateo.
user: What's their phone number?
Service name: Restaurants_1
Active intent: FindRestaurants
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 650-581-1305.
user: Any other suggestions?
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: Fuji Sukiyaki is another great choice in San Mateo.
user: Do they have live music?
Service name: Restaurants_1
Active intent: FindRestaurants
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: They do not.
user: Any other suggestions?
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: Golden Wok would be a great choice in San Mateo.
user: That would work great. I would like to make a reservation there at evening 5:30 on March 14th.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'March 14th', 'restaurant_name': 'Golden Wok', 'time': 'evening 5 : 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: You want to eat at Golden Wok in San Mateo on March 14th starting at 5:30 pm. The reservation would be for 2 people.
user: Yes, that would be great. Do they serve liquor or have live music?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music, serves_alcohol
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: Your reservation was successful. They do not play live music or serve alcohol.
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: Is there anything else today?
user: Nope, that'll be all. 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: I'm looking for a Filipino place to eat.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Filipino'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Which City are you looking at?
user: I want to eat in San Bruno
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'San Bruno'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I have 3 restaurants, Cabalen is a nice one in San Bruno.
user: Any other suggestions?
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: What about Isla Restaurant in San Bruno?
user: How cheap is it and how much does it cost?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: price_range, street_address
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: It is moderate pricing and they are at 448 San Mateo Avenue
user: Please can you make the 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: What time for?
user: On the 12th at six pm
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'the 12th', 'time': 'six pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm: Booking a table for 2 at Isla Restaurant in San Bruno. It is on March 12th at 6 pm.
user: That's good. Do they serve liquor and what is there number?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: phone_number, serves_alcohol
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: Reservation made.The number is 650-588-6078 and they do serve alcohol.
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:
user: Can you help find 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: What kind of food like Indian or Chinese?
user: I would like Freshwater fish.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Freshwater fish'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Do you have a city?
user: The city is San Jose.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'San Jose'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I have one in San Jose called Ariake.
user: Yes that is fine.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Ariake'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Would you like a reservation?
user: Yes make it for March 10th.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'March 10th'} |
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: Reserve for six in the evening.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'six 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 Ariake in San Jose for 6 pm on March 10th for 2.
user: Yes what is the address and do they have live music?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music, street_address
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: The address is 1008 Blossom Hill Road and they do not have live music but your reservation is confirmed.
user: Thank you for all.
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 I can do?
user: No, that is 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: My friend and I are looking for 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: Please tell me what type of food you are looking for just say Mexican, Chinese or anything else. Also what city would you like me to search int.
user: My family and I are in San Jose and the perfect place would have pizza and pasta. We don't have a price preference.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'dontcare', 'city': 'San Jose', 'cuisine': 'pizza and pasta'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: San Jose has a restaurant called Al Castello Ristorante that is nice.
user: Is there any other restaurant that you can suggest?
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 is also a nice restaurant called Angelo's Italian Restaurant in San Jose.
user: Can I please have the address and contact number?
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: 408-227-5502 is their phone and it is located at 436 Blossom Hill Road.
user: Is there any other restaurant that you can suggest?
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 is another nice restaurant called Antonella's Ristorante in San Jose.
user: That restaurant will work can you please make a reservation for 12:30.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': "Antonella ' s Ristorante", 'time': '12 : 30'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I will be booking a table at Antonella's Ristorante in San Jose. The reservation will be set at 12:30 pm for today. And it is for 2 people is this correct.
user: Yes, thank you that is correct.
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 have successful made your reservation.
user: Thank you so much for setting that up.
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 that I can help you with.
user: That is all thank you so 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 something economical to eat in Pleasanton.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate', 'city': 'Pleasanton'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Are you looking for Italian, Indian or something else?
user: I would like some Italian food.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Italian'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Found 5 restaurants for you out of which De La Torre's Trattoria seems a great from Pleasanton.
user: Can you provide the address and do they have live music?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: has_live_music, street_address
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: No, they do not have live music and its address is 6025 West Las Positas Boulevard.
user: Any other recommendation?
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: Forno Vecchio also seems nice and its located n Pleasanton as well.
user: Can you provide more options?
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: Another good restaurant in Pleasanton in Gay 90's Pizza Co.
user: That sounds like a good choice for me.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': "Gay 90 ' s Pizza Co ."} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Is there anything else?
user: Yes, make a reservation at the restaurant.
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 me to make the reservation?
user: I'll reach there at 1:30 pm.
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: Please confirm that you want to make a reservation at Gay 90's Pizza Co. which is located in Pleasanton for 2 people. The reservation is for today at 1:30 pm.
user: No, change the time to 7 pm and for one person only.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1', 'time': '7 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Alright, please confirm that the reservation is at 7 pm for 1 person.
user: No, change it on next friday.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'next friday'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Sure. Please confirm that the date is now next Friday and for 1 person.
user: Yes. Sounds good.
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: Your reservation is booked.
user: What is the address of the restaurant and do the have live music?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music, 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 address is 288 Main Street and No, they don't have live music either.
user: Alright, Thank you.
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 to eat somewhere
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: What city would you like to go? Do you want American or Italian?
user: I want some breakfast in Fairfield
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Fairfield', 'cuisine': 'breakfast'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I recommend Mimi's cafe in fairfield
user: Do they have live music with liquor
Service name: Restaurants_1
Active intent: FindRestaurants
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: They do not have live music but they do have alcohol
user: ok that works
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: Do you want me to reserve a table for you
user: Yes, please make reservation for one people this evening 4:45
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1', 'time': 'evening 4 : 45'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm your booking at mimi's cafe in Fairfield for 1 people today at 4:45 pm
user: thats correct. What is their phone number what how expensive are they
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: phone_number, 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: Sorry, they are fully booked. Shall i try to make reservation for 1 people today at 5 pm? The price range is Moderate at mimi's cafe and their phone number is 707-421-0835
user: yes thats fine
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '5 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: your seat is booked
user: thanks
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: anything else i can help you with?
user: no thats it
Service name: Restaurants_1
Active intent:
Requested slots:
Slot values: {} |