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'm starving! Can you help me find a restaurant that serves 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: There is 1 restaurant that meets your needs. Mimi's Cafe in Fairfield serves breakfast.
user: Is there a band playing 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: No, unfortunately, they don't offer live music.
user: That's okay. It will work anyway.
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 wish to make a reservation?
user: Yes, I'll need to make a reservation for a table for 2.
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 will you be visiting?
user: Please make it for half past 5 in the evening.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'half 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: You'd like a table for 2 today at Mimi's Cafe in Fairfield at 5:30 pm. Is this correct?
user: I'm sorry, I need to change that. I'd like it on the 9th and it will be for 3 people.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '3', 'date': 'the 9th'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Let's review those changes. You'd like the reservation on March 9th for 3. Have I got it right?
user: I'm sorry. I need to make it on Monday next week at half past 12 in the afternoon.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'Monday next week', '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: You'd like your reservation for 3 next Monday at 12:30 pm. Is that correct?
user: Yes, I'm sorry for the confusion. Can you tell me their phone number please?
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: The phone number is 707-421-0835. Your reservation is confirmed.
user: Great! Thank you so 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:
user: 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: Which city are you looking in?
user: Cupertino, please.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Cupertino'} |
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? American, Indian, or something else?
user: Malaysian sounds good right now.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Malaysian'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I've found 2 Malaysian restaurants in Cupertino. Merlion Restaurant & Bar is one.
user: What's the other one?
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: Rasa Sayang is also is Cupertino.
user: Does the restaurant 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: No, they do now.
user: Sounds fine to me. Can you help me 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: At what time?
user: A quarter past 5 in the evening, please.
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: So you'd like a reservation for 2 at 5:15 pm today, at Rasa Sayang in Cupertino?
user: No, I'd like it on March 13th.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'March 13th'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: So you'd like a reservation at 5:15 pm on March 13th?
user: No, I'd like it at half past 12 in the afternoon.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'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: So you'd like a reservation at 12:30 pm on March 13th?
user: Yes, sounds good.
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 is confirmed.
user: Does the restaurant serve alcohol?
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: No, the restaurant does not serve alcohol.
user: Thank you, 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: Hello, could you help me search for a place to dine in?
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 thing, which area are you interested in and what is your preferred cuisine, such as Italian and Indian?
user: I would prefer a restaurant which serves up Cambodian food in SF.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'SF', 'cuisine': 'Cambodian'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I have managed to find a nice restaurant called Anh Hong which is located in San Francisco.
user: Are there any alternative 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: Yes there is, Aux Delices is also a nice restaurant located in San Francisco.
user: Sure, that sounds great!
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Aux Delices'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Would you like me to make a reservation?
user: Yes, please do so.
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 dine in at the restaurant?
user: I would prefer to dine in at 19:15.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '19 : 15'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm your reservation for 2 people at Aux Delices in San Francisco at 7:15 pm today.
user: Sorry, could you change the booking to 18:30 for 3 people?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '3', 'time': '18 : 30'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Sure, please confirm your reservation at 6:30 pm for 3 people.
user: That's fine for me. May I know where they are located at?
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: They are located at 2327 Polk Street. Unfortunately, I was unable to make the reservation for you. Would you prefer a reservation at Aux Delices today for 3 people at 7 pm instead?
user: No, thank you anyway.
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 have a plan to eat out side for which I need some best places, can you search one for me?
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 any interested type of food to eat and in which city?
user: Asian kind of food will be good for me and please search it in Fremont City.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Fremont', 'cuisine': 'Asian'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Found 3 results, Asian pearl Seafood Restaurant is the best one in Fremont city, hope you like it.
user: Yes, I like the same.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Asian pearl Seafood Restaurant'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Shall I make a reservation at this restaurant?
user: Yes, make it at half past 1 in the afternoon that will be the perfect time to eat.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'half 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 to book a table for 2 persons in Asian Pearl Seafood REstaurant in Fremont at 1:30 pm on today.
user: change it to 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: Please confirm to book for 2 persons on March 10th.
user: Yes, confirmed. continue with reservation.
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 was confirmed.
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: Any other help you need?
user: No, thanks. that's 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 want to find a restaurant in Albany.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Albany'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What type of restaurant would you like
user: Barbecue is the best.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Barbecue'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I have 2 options. Cafe Eugene in Albany is a good choice.
user: What is the other option?
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: Juanita & Maude in Albany is great.
user: Yes that sounds good.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Juanita & Maude'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Would you like a table?
user: Yes please reserve me a table for the 13th of March.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': '13th of March'} |
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: 5 o"clock in the evening please.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '5 o " clock in the evening'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Making a dinner reservation for 2 people at Juanita & Maude on March 13th at 5 pm in Albany. Is that Correct?
user: Yes is great.
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 is successful.
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: Is there anything else?
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: Can you pull up a list of places 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 city should I search? And what kind of food would you like?
user: Search San Francisco for Asian Fusion food
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'San Francisco', 'cuisine': 'Asian Fusion'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Sure, I found 8 Immortals Restaurant in San Francisco
user: Is there 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: Unfortunately no.
user: Do they serve alcohol? And what's their phone number?
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: No alcohol. The phone number is 415-731-5515
user: Okay great. Please make a reservation for a party of six.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '6', 'restaurant_name': '[CLS]'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Sure, what time?
user: half past 5 in the evening please.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'half 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: Okay, got it. I will book a table at 8 Immortals Restaurant in San Francisco for 5:30 pm today, for 6 people.
user: That's correct. What's the 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: Apologies, I was unable to make this reservation. Can i help with with anything else?
user: I want a reservation at this restaurant. Can you make it for twelve pm? For four people.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '4', 'time': 'twelve pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Certainly, please confirm: Reservation at 8 Immortals Restaurant in San Francisco is for 12 pm today for 4 people.
user: Yes, thank you. How's the pricing? Low priced?
Service name: Restaurants_1
Active intent: ReserveRestaurant
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: Great, reservation complete. The prices are inexpensive.
user: Thank you, that is 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 a good place to get something to eat, can you help?
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 kind of food do you want? You can ask for Mexican, American, Sushi, or anything else. And also, what city should I search in?
user: Oh, I'm in Oakland. Please find an American restaurant.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Oakland', 'cuisine': 'American'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I'd recommend Chop Bar in Oakland.
user: Are their prices extravagant? How can I contact them.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: phone_number, price_range
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: No, their prices are moderate. Their phone number is 510-834-2467.
user: Okay, that sounds good. Can you reserve a table for me?
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 it?
user: Please reserve it for six pm.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'six pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Sure, please confirm that you'd like to book a table for 2 at Chop Bar in Oakland from 6 pm today.
user: Yes that's perfect. What's their address? Do they have a live band?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music, 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 table is booked. You can find them at 247 4th Street. Unfortunately they don't do live music.
user: Okay thanks. 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.
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 search?
user: In Oakland.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Oakland'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What type of cuisine? For example, Chinese, American, or something else?
user: I want pizza and pasta.
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 8 places. A16 is a nice restaurant in Oakland.
user: Do they have 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: Yes, they do.
user: Okay, that works for me.
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 reserve a table there?
user: Yes, for two people please.
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?
user: I want it at half past 5 in the evening.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'half 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: Just to confirm, you want a table today at A16 in Oakland for 2 people at 5:30 pm?
user: Yes.
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: It was successful.
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: Can I help you with anything else?
user: No, that's okay.
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 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 what city are you located and what type of food.
user: Asian Fusion in Concord.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Concord', 'cuisine': 'Asian Fusion'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Ozora Sushi is a restaurant in Concord.
user: Yes, that is good.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Ozora Sushi'} |
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, any date works.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'dontcare'} |
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: 5 o"clock in the evening.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '5 o " clock in the evening'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Ozora Sushi in Concord today for 2 people at 5 pm.
user: Yes, that is good.
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: What is the address and is there 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: It's at 785 Oak Grove Road and no music.
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: Can I help with anything else?
user: No, that is all 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: Are there any Mexican places in Rohnert Park?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Rohnert Park', 'cuisine': 'Mexican'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Chili's Grill & Bar is in Rohnert Park.
user: Is it an inexpensive 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: It is a moderate priced place.
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: It is 707-585-9069.
user: Are there any other restaurants? Something like Ramen would be good. I want something that is not very costly.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate', 'cuisine': 'Ramen'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: 1 restaurant named Kyoto fits that description. It's in Rohnert Park as well.
user: That would be great!
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Kyoto'} |
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: Make a reservation this morning 11:15 for three people.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '3', 'time': 'morning 11 : 15'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Just to confirm: I am booking a table for 3 today at 11:15 am at the Rohnert Park location of Kyoto.
user: That's correct. What's 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: Your reservation has been made. They are located at 5 Padre Parkway.
user: Is their music live?
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: No.
user: Okay. That was all I needed.
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 getting pretty hungry and need 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 are your preference for a dining location?
user: I would like something that I can pick-up in San Fran at any price range.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'dontcare', 'city': 'San Fran', 'cuisine': 'pick - up'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There is a restaurant called Golden Gate Indian Cuisine & Pizza that is located in San Francisco.
user: Do they have music or entertainment? Can I have their phone 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: Sorry, they do not have live music. Their phone number is 415-564-5514.
user: I am on a budget so I would like something that is inexpensive but serves alcohol. Can you suggest another restaurant with these qualities?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'inexpensive', 'serves_alcohol': 'True'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I was able to locate 1 other nice restaurant called Hunan Empire Restaurant located in San Francisco.
user: Yes, that sounds like what I'm looking for.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Hunan Empire Restaurant'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Would you like for me to reserve a table here for you?
user: Yes, can you make the reservation for two 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: Sure, what time would you like me to set the reservation for?
user: Please make the reservation for the 13th of this month at afternoon 12.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': '13th of this month', 'time': 'afternoon 12'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Great, I have a dining reservation for 2 people, located at the Hunan Empire Restaurant in San Francisco, on March 13th at 12 pm. Does that sound correct?
user: Yes that sounds great. What is the address of the restaurant?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: street_address
Slot values: {} |