text
stringlengths 225
740
|
---|
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Any preferred City , do I search for?
user: If I got any place in San Jose then it will be nice for me.
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: found 1 result, a restaurant in San Jose and its name is Mcdonald's.
user: What is the address of that 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: It is 777 story Road.
user: Do they have any liquor supply?
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: No, they do not.
user: That's okay, can you make me a reservation at this restaurant for day after tomorrow.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'day after tomorrow', '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: 11:30 in the morning will be perfect.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '11 : 30 in the morning'} |
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 at Mcdonald's in San Jose at 11:30 am on day after tomorrow.
user: Make it for one person.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm to book the table for 1 person in San Jose.
user: Sorry, please change it to 3 persons and the date will be 2nd of March.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '3', 'date': '2nd of March'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm to book the table for 3 persons on tomorrow.
user: Yes, that is correct. continue.
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 booking was confirmed.
user: Thanks, that's all I want.
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 trying to find fancy place to eat. I'm willing to pay more for a nice meal.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'expensive'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What type of food would you like to eat? Which city will you be dining in?
user: I'm looking to have Korean Barbeque. I'm looking in Santa Clara.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Santa Clara', 'cuisine': 'Korean Barbeque'} |
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 matches that. There's a nice restaurant called Restaurant Chungdam in Santa Clara.
user: Do they have alcohol?
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 serve alcohol.
user: That sounds great.
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: Excellent. Would you like me to reserve a table for you?
user: Yes. I would like to make a reservation for 20:00.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '20 : 00'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Great. Please verify that the following is correct: one table to Restaurant Chungdam in Santa Clara at 8 pm today for 2 people.
user: That's correct. Will there be live music? Also, where is the restaurant?
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: I couldn't make that reservation for then, I apologize for the inconvenience. Is there anything else I can help you with?
user: Yes, I'd like to make the reservation at 7 in the evening.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '7 in the evening'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Great. Please verify that the following is correct: one table to Restaurant Chungdam in Santa Clara at 7 pm today for 2 people.
user: That 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: I've made that reservation successfully.
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: Anything else I can do for you?
user: Nope. 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 somewhere to eat. It needs to serve alcohol and it doesn't matter if it's pricey.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'expensive', 'serves_alcohol': 'True'} |
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? How about Mexican or Italian? What city should I search in?
user: Look in SFO. I'm feeling Japanese food.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'SFO', 'cuisine': 'Japanese'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I've found 4 potential restaurants for you. How about Izakaya Sushi Ran in San Francisco?
user: What's the address and 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: The address is 2223 Market Street. The number is 415-655-3738.
user: That 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: Should I reserve a table for you?
user: Yes. Make it for evening 5:45.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'evening 5 : 45'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay, please confirm: Table for 2 at Izakaya Sushi Ran in San Francisco today at 5:45 pm.
user: No, it's for 1 person. Let's do it on the 8th.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1', 'date': 'the 8th'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay, please confirm: reservation for 1 next Friday.
user: No. Make it for 3 people at 11:15.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '3', 'time': '11 : 15'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm: reservation for 3 people at 11:15 am.
user: Yes, that's right. Do they have live music?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: The reservation has been made. They do not have live music.
user: Thanks. That's it 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: Where can I go to eat that also serves alcohol?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'serves_alcohol': 'True'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Are you looking for American or Chinese food, or something else?
user: I want to go somewhere where I can get a reasonably priced burger.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate', 'cuisine': 'American'} |
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?
user: I'd like to eat somewhere in Berkeley.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Berkeley'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: The B&b Kitchen & Wine Bar is a great restaurant in Berkeley and a local favorite.
user: Okay, please make a reservation.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': 'B & b Kitchen & Wine Bar'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: When would you like the reservation for?
user: Half past 1 in the afternoon will be fine.
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: I have booked a table for 2 at B&b Kitchen & Wine Bar for today at 1:30 pm in Berkeley. Is this correct?
user: That sounds great. Is there live music and where are they located.
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: There were no reservations available. Do you need anything else?
user: Make a seven pm reservation at a restaurant.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'seven pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I have booked a table for 2 at B&b Kitchen & Wine Bar for today at 7 pm in Berkeley. Is this correct?
user: Yes, 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: The reservations has been made.
user: Ok, 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: Could you suggest 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 want American, Indian or what type of food?
user: I think I'm craving Mexican food.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Mexican'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Where should I search for?
user: I want to eat in San Mateo.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'San Mateo'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There's a nice restaurant in San Mateo called Celia's.
user: That sounds great.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': "Celia ' s"} |
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 want to make one.
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: At what time do you want it?
user: 11:30 am is fine.
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: Please confirm: Making a reservation for 2 people at Celia's in San Mateo for today at 11:30 am.
user: Correct. What is the phone number of the place and does it have live music?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music, phone_number
Slot values: {'party_size': '2', 'date': 'today'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: The reservation was made. The phone number is 650-349-0165 and the do not have live music.
user: Thank you. That's 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 am looking for a place with good breakfast.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'breakfast'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Which city?
user: SFO
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'SFO'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 10 restaurants. One of them is Baker Street Bistro in San Francisco.
user: Is there anything else?
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: Blue Mermaid in San Francisco.
user: Sounds great.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Blue Mermaid'} |
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. At evening 5:30, please.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'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 Blue Mermaid in San Francisco at 5:30 pm for 2 people today.
user: Sounds good.
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've made your reservation.
user: Where are they located? Do they serve alcohol?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: serves_alcohol, street_address
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: They are located at 471 Jefferson Street. They do serve alcohol.
user: Thanks, that's all 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: Can you recommend 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: What city do you want me to look in?
user: It should be in SFO.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'SFO'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay, what type of cuisine do you want?
user: I'd like to get some Middle eastern food in Oakland.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Oakland', 'cuisine': 'Middle eastern'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There's a good restaurant in Oakland called Dyafa.
user: How about something else? I'm looking for a meal on a budget.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'inexpensive'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 1 that might work for you. It is called Marhaba Indian & Pakistani Halal Cuisine and it is in Oakland.
user: What is the address?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: street_address
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: It is located at 1437 Franklin Street.
user: Okay, that 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: Should I reserve you a table there?
user: Yeah, make a reservation please.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What time should I make the reservation for?
user: I'd like it to be at 13:30.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '13 : 30'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay, so you would like to reserve at table at Marhaba Indian & Pakistani Halal Cuisine in Oakland, for 2 people today at 1:30 pm. Is that correct?
user: No, it is just for 1 person.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay, so you'd like to make a reservation for 1 person today?
user: Yes, that sounds good.
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: Okay, your reservation was completed successfully.
user: Okay 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 you need?
user: No, that's 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 would like to eat out side this time, can you search for a nice place?
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, of course, which City do you like to eat? any preference?
user: Ya, I like to eat at some nice place in Calistoga.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Calistoga'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Is there any preferred food specially liked by you?
user: I like Taiwanese food so much, can you find something?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Taiwanese'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I got details about 1, Soo Yuan Restaurant is the best one which is located in Calistoga as per your wish.
user: Is there any liquor supply? and let me know the address.
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: Yes they supply alcohol and the address is 1354 California 29.
user: That's fine, please make reservation for 4 including me.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '4', '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: 1:30 in the afternoon will be fine.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '1 : 30 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: Booking for a table for 4 persons at Soo Yuan Restaurant in Calistoga at 1:30 pm today.
user: Yes, that will be fine.
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: Your booking was confirmed.
user: Thanks for your help, that's enough to me.
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 date later and I am looking for a good 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 type of cuisine are you in the mood for? Which city will you be going to eat?
user: I will be in Berkeley and am in the mood for some Breakfast type of food.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Berkeley', 'cuisine': 'Breakfast'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 1 match called the Venus Restaurant in Berkeley.
user: Can you give me their address?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: street_address
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: You can find them at 2327 Shattuck Avenue.
user: That works out great.
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 go ahead and make a reservation?
user: Yes please. Go ahead and place the 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 did you have in mind?
user: It is for 1 person at 12:15 in the afternoon.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1', 'time': '12 : 15 in the afternoon'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: You would like to book a table for 1 at 12:15 pm today at the Venus Restaurant in Berkeley. Is that correct?
user: Actually I changed my mind, make it at evening 6:45.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'evening 6 : 45'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: You would like a reservation for 1 at 6:45 pm, is that correct?
user: Yes that is what I want. Can I have a contact number?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: phone_number
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 apologize but I was unable to confirm the reservation. You can reach them at 510-540-5950. Should I try a reservation for 1 person today at 7 pm at the Venus Restaurant?
user: Yes please.
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: Your table was successfully booked.
user: I'm a little concerned about price. Would you say that the price range is not very costly.?
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: I would say they have moderate pricing.
user: Thank you so much for 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: Is there anything else I can do for you today?
user: No, that is all. 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: Can you recommend a restaurant where I can go for a meal.
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: Would you like me to search by any particular type of cuisine and city?
user: I would like a reasonably priced restaurant that serves Sushi in San Rafael.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate', 'city': 'San Rafael', 'cuisine': 'Sushi'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There is a great restaurant called Sushi To Dai For in San Rafael.
user: Can you tell me their exact location.
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 on 816 4th Street.
user: Can you tell me the phone number for the restaurant? And I would like to know if they have live music as well.
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: I am sorry, but they do not have live music. However, the phone number for the restaurant is 415-721-0392.
user: I would like the name of another restaurant, one that serves Sichuan food, please.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Sichuan'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There is a great restaurant that serves Sichuan cuisine in San Rafael called Yet Wah Restaurant.
user: Sure, that sounds good. I would like to go ahead and make a reservation for that restaurant.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': 'Yet Wah Restaurant'} |
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 me to make the reservation for?
user: I would like to reserve for 7 in the evening for Monday next week.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'Monday next week', 'time': '7 in the evening'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Excellent. Can you make a reservation at Yet Wah Restaurant in San Rafael for 7 pm next Monday for 2 people?
user: Sure, that's 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 reservation has been confirmed.
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: Would you like help with anything more?
user: No, all set. 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: Please book me a restaurant in Cotati.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Cotati'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What kind of food would you like to eat? Perhaps Chinese, American, or another?
user: I would like to eat tacos, if available.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'tacos'} |
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 Mi Pueblo in Cotati that has good tacos.
user: Can you find me another restaurant in Cotati with live music?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'has_live_music': 'True'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There's 1 restaurant in Cotati that fits your criteria. It is called Mi Ranchito.
user: Please tell me the address of the restaurant and their general prices.
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: Their address is 7600 Commerce Boulevard and their prices are moderate.
user: That seems like a good fit.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': '[CLS]'} |