text
stringlengths 225
740
|
---|
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay. At what time would you like to eat there?
user: 6:30 pm. Please make the reservation for four people.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '4', 'time': '6 : 30 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Sure. A reservation at Anh Hong in Milpitas for 4 at 6:30 pm today. Is that correct?
user: Perfect. What are the prices at Anh Hong like?
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: They have moderate pricing. Your reservation has been made.
user: Thanks. You've been a big 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:
user: I'm planning on going out to eat later on. Can you help me find 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: What sort of food do you want to eat and which city should I look in?
user: I'd like to go to a restaurant in Martinez that serves Thai food.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Martinez', 'cuisine': 'Thai'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay, I found 1 nice restaurant in Martinez called Lemongrass Bistro.
user: What's their phone number and do they serve alcohol?
Service name: Restaurants_1
Active intent: FindRestaurants
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 number is 925-387-0388 and they don't serve alcohol.
user: Okay, great. I want to make a reservation please.
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: When should I make it for?
user: Make the reservation for 7 pm.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'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 you'd like me to book a table for 2 at Lemongrass Bistro in Martinez for today at 7 pm.
user: No, make it for 1 person on next Monday please.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1', 'date': 'next Monday'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay, so you'd like a reservation for 1 person on next Monday, right?
user: Yup, that's right. Can you tell me if they have a live band?
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: Great, your reservation was made. And no, they don't have live music.
user: Do you know if their menu is inexpensive and what their address is?
Service name: Restaurants_1
Active intent: ReserveRestaurant
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: Their address is 501 Main Street and their prices are moderate.
user: Great, 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: Is there anything else I can help you with?
user: No thanks. That's all I needed help with.
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 an intermediate priced eating place in the nearby area.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What is your preference in regards to city and type of cuisine? You can say something like Italian, American or anything else.
user: Any place in Pleasanton which serves Ramen kind of food and also alcohol will be ideal.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'serves_alcohol': 'True', 'city': 'Pleasanton', 'cuisine': 'Ramen'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There is a nice restaurant called Meiko Sushi in Pleasanton.
user: That is good a good choice. Please make a reservation for six people for 3rd of March.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '6', 'date': '3rd of March', 'restaurant_name': 'Meiko Sushi'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What is the time for Reservation?
user: Reserve it for Twelve pm.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'Twelve pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: So, a table reservation at Meiko Sushi in Pleasanton will be for 12 pm on the day after tomorrow for 6 people. Please confirm the aforementioned details.
user: Yes that is 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: The reservation is successful.
user: 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: Do you need any further assistance from me?
user: No. This should be enough for now.
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 it in a place 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 food would you like to eat?
user: I would love some Noodles
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Noodles'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I have for you 3 option .One is a nice restaurant located in Pleasanton named Andy & Yu's.
user: Can you tell me the 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: 925-750-8888 is the phone number
user: 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: Would you like to make a reservation?
user: Yes make it for 2 people
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: At what time you want to be?
user: I want to be at 6:45 in the evening
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '6 : 45 in the evening'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Book a table at Andy & Yu's in Pleasanton at 6:45 pm today for 2 person is correct?
user: No make it please at 12:45 for 4 people
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '4', 'time': '12 : 45'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Reservation at 12:45 pm for 4 people Is OK?
user: Yes is good.Tell me please if they serve Liquor and if they have a price range average priced
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: price_range, serves_alcohol
Slot values: {'date': '[CLS]'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Sorry the reservation was unsuccessful.Price range is moderate and they dont serve alcohol.Andy & Yu's is a nice place shall I try to meke a reservation for 4 person today at 12:30 pm?
user: Yes is ok
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '12 : 30 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Reservation was successful made.
user: Thank you very much that s 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: 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: What city would you like to eat in and what kind of food do you like?
user: I'd like a Barbecue food restaurant in Campbell.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Campbell', 'cuisine': 'Barbecue'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: THere are 3 restaurants located in Campbell. Effie's Restaurant & Bar is nice.
user: Is Liquor available? Where are they located?
Service name: Restaurants_1
Active intent: FindRestaurants
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 address is 331 West Hacienda Avenue and they don't serve alcohol.
user: Do you have any other suggestions that are also affordable?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There are 2 restaurants in Campbell. Flights Restaurant Campbell is nice.
user: I'd like another kind of restaurant. I'd like Sushi.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Sushi'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Furusato in Campbell is a nice restaurant.
user: That's great.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Furusato'} |
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 I'd like to make a reservation.
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 are you looking to book?
user: Please can you book it for 7:15 pm.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '7 : 15 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: OK so you would like to book a table for 2 today at Furusato in Campbell for 7:15 pm.
user: No, I'd like to book for March 14th.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'March 14th'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: So to confirm, you would like a table at Furusato on March 14th.
user: Perfect.
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: Your booking has been confirmed.
user: Do they serve alcohol? what is 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 number is 408-370-1300 and they don't serve alcohol.
user: That's great. I don't need anything else 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: Will you find me 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: Palo Alto.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Palo Alto'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What kind of food?
user: Brazilian.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Brazilian'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found Pampas in Palo Alto.
user: Great. Please make a reservation.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': 'Pampas'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What time?
user: Quarter past 5 in the evening.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'Quarter past 5 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 a table at Pampas in Palo Alto at 5:15 pm for 2 people today.
user: No, change it to evening 6:15.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'evening 6 : 15'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay. A table at Pampas at 6:15 pm.
user: Great. How pricey? What's their number?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: phone_number, price_range
Slot values: {'party_size': '2', 'date': '[CLS]'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I've made your reservation. It's expensive. Phone number is 650-327-1323.
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?
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: Will you find me somewhere 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: Sure, what style are you in the mood for? How about Chinese or Mexican?
user: I really need good pasta, I'm underweight.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'pasta'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Of course, where do you want to go?
user: Campbell please, thanks.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Campbell'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: You have 5 options: The top choice is A Bellagio Italian Restaurant in Campbell.
user: I need someplace cheaper. I want to eat a lot for not very costly.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Try Buca Di Beppo Italian Restaurant. It's in Campbell.
user: Where are they located?
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: 1875 South Bascom Avenue is their street address.
user: What's the situation with live music there?
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: Sorry, no live music.
user: Please give a better choice.
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: Try Dicicco's Ristorante Italiano Autentico. It's in Campbell.
user: You have found a winner.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': "Dicicco ' s Ristorante Italiano Autentico"} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Can I get you a table?
user: Please do that.
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 to show up there?
user: 5:30 pm should be prime pasta time.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '5 : 30 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Ok, Let's be clear: 2 people for Dicicco's Ristorante Italiano Autentico. Today at 5:30 pm. in Campbell.
user: Do they have been and liquor?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: serves_alcohol
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 your appointment set up. They do serve alcohol.
user: Great, I want to toast the victory of the team.
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 else would you like?
user: Nothing much. I'm good.
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 eat out at an intermediate priced location, can you find me some options?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What food do you fancy? Is there anywhere you particularly want to go?
user: I want to go to Milpitas. Spicy Indian food sounds perfect.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Milpitas', 'cuisine': 'Spicy Indian'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 4 restaurants- how about Anjappar Chettinad Restaurant in Milpitas?
user: Is there live music? What's the contact number?
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: The contact number is 408-435-5500, but they don't have live music.
user: Well, it works for me, can you make a reservation for 4 people at 1 o"clock in the afternoon?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '4', 'restaurant_name': '[CLS]', 'time': '1 o " clock in the afternoon'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: So I'll book a table for 4 at Anjappar Chettinad Restaurant in Milpitas for 1 pm today. Is that okay?
user: No, actually I want it for 3 people, and at evening 7:45.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '3', 'time': 'evening 7 : 45'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I've updated the reservation for 3 people, at 7:45 pm. Is that okay?
user: Yes, that sounds good.
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'm sorry, but the reservation was unavailable. Shall I try something else?
user: No, thanks a lot.
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 planning to go out for dinner. Can you find me restaurants nearby?
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 area in mind where you would like to eat.
user: I would like to eat in Milpitas and the restaurant should be in the moderate price range.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate', 'city': 'Milpitas'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Is there a particular cuisine you would like?
user: I am looking for restaurants that offer Take-out.
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: There are 2 restaurants in Milpitas I have found. The Olive Garden Italian Restaurant meets your criteria.
user: What is the other restaurant you mentioned?
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: The other restaurant in Milpitas is Red Chillies The Malabar Cuisine.
user: Where are they located?
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: They are located at 167 South Main Street.
user: I like that location. I would like to make a reservation at Red Chillies The Malabar Cuisine.
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: At what time would you like the reservation?
user: The reservation needs to be at 11 am.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '11 am'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: The reservation is for today at Red Chillies The Malabar Cuisine at 11 am in Milpitas. The reservation is for 2 people. Is this correct?
user: The reservation should be for March 14th.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'March 14th'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: The reservation is in Milpitas on March 14th. Is this correct?
user: Please make the reservation for 18:00.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '18 : 00'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: The reservation is for March 14th and 6 pm. Is this correct?
user: Yes, that is correct.
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: Your reservation has been made.
user: Does the restaurant have any live entertainment? Is their contact information available?
Service name: Restaurants_1
Active intent: ReserveRestaurant
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: They do not have live entertainment. The restaurant's phone number is 669-213-9385.
user: I greatly appreciate your time.
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 assist you with anything else?
user: No. Thank you again.
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 feeling hungry, do you know of any places that average priced?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Is there any particular food you're looking for, such as Italian, American, or anything else?
user: I'm feeling a craving for Noodles.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Noodles'} |
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 look in?
user: Look for a place in Dublin.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Dublin'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There are 7 restaurants that could work. There's a nice one called China Paradise Restaurant in Dublin.
user: Yeah, I like the sound of that.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'China Paradise Restaurant'} |
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 you a table.
user: Yeah, reserve me a table for one person please.
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: And what time would you like this reservation.
user: I want it on the 7th of March at 13:00.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': '7th of March', 'time': '13 : 00'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Your reservation will be for 1 person next Thursday at 1 pm at China Paradise Restaurant in Dublin. Is that correct?
user: Sorry, it's actually for the 8th of March.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': '8th of March'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: So China Paradise Restaurant next Friday, is that right?
user: Yeah, you got it. Do they have liquor over there?
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: I'm sorry, they don't serve alcohol. I've made the reservation for you.
user: Thank you, you're great. That'll 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: I'm looking for somewhere to eat with my girlfriend, do you know of any good restaurants?
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 should I search for the best restaurants?
user: I want something with a moderate priced in Petaluma. It also needs to serve alcohol.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate', 'serves_alcohol': 'True', '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 want to eat?
user: Some type of curry would be great, so Indian or Thai maybe.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'curry'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 1 restaurant, Shree Indian Cuisine. It's a nice restaurant in Petaluma.
user: Yeah, that's great!
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Shree Indian Cuisine'} |
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 here?
user: Yes, I'd like to book 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 would you like the reservation?
user: How about 11 in the morning?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '11 in the morning'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay, making a reservation for 2 people Shree Indian Cuisine in Petaluma at 11 am today. Is that correct?
user: No, just for 1 person.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1'} |