text
stringlengths 225
740
|
---|
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I've successfully made your reservation. The address for the restaurant is 2001 Union Street.
user: Thank you for all 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 I can do for you?
user: No, that was all I needed but 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: Can you help me find a restaurant?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Yes, which city shall I search?
user: I prefer Redwood City.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Redwood City'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Do you have a preference regarding the type of food?
user: I would like Spanish food, economical pricing preferred.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate', 'cuisine': 'Spanish'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Redwood City has 1 Spanish restaurant, Estampas Peruanas Restaurant.
user: That sounds good.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Estampas Peruanas Restaurant'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Shall i reserve a table?
user: Yes please make a reservation for four.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '4'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What time would suit you best?
user: Early evening 5:45 pm.
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: Please confirm: You would like to book a table, today at 5:45 pm, for 4 at Estampas Peruanas restaurant in redwood City?
user: Yes that is correct. Do you have their phone number?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: phone_number
Slot values: {'date': 'today'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Reservation has been placed successfully. Their contact number is 650-368-9340.
user: Thank you. That is 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: I am looking for a place to eat. Can you find restaurants specializing in Singaporean cuisine near me?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Singaporean'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay, where would you like to eat?
user: I am looking for restaurants located in Millbrae.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Millbrae'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 1 result, Ipoh Garden Malaysian Cuisine located in Millbrae.
user: Great, thanks. What is their phone number? 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: No, alcohol is not served. Here's their phone number: 650-487-8737
user: Okay, 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: Do you want to make a reservation?
user: Sure, that would be great.
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: Okay. What time should I make your reservation?
user: Eleven in the morning, please.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'Eleven in the morning'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay. I have an 11 AM reservation for 2 people today, at Ipoh Garden Malaysian Cuisine in Millbrae. Is that correct?
user: Yes- that's perfect.
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: Okay! Your reservation is confirmed.
user: Wonderful. 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:
user: Can you help me find an afforadable place to eat?
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 city do you want me to look in?
user: Please look for a 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 particular type of food you want, like Chinese, Mexican, or anything else?
user: I'm in the mood for Cambodian food.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Cambodian'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There's a nice place called Calistoga Thai Kitchen in Calistoga.
user: Do you have any other suggestions? Actually, I think I'd prefer Barbecue.
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've found 1 restaurant that could work. It's Lovina in Calistoga.
user: Yeah, that does work for me.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Lovina'} |
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, please make me 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 would you like it to be?
user: It should be half past 12 in the afternoon. Oh, and make it for two.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '2', '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: Okay, so it's a reservation at Lovina in Calistoga at 12:30 pm today for 2 people?
user: Wait no, it's just 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 it's 1 person at 12:30 pm?
user: Yeah, also do they have live music and liquor there?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music, 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: There is no live music or liquor, sorry. But I've made the reservation for you.
user: Okay, thanks. I don't need any more 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 will be going to eat with a friend what expensive restaurants do you recommend?
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 cuisine do you want? Mexican, Chinese or which one?
user: I want something with Fish but make it an average priced restaurant.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate', 'cuisine': 'Fish'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: In what city do you want to look for?
user: I want to eat in Burlingame.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Burlingame'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There are 2 possible restaurants. One of them is Grand Harbor located in Burlingame.
user: That sounds great. Please make a reservation.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': 'Grand Harbor'} |
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 to go?
user: At quarter to 1 in the afternoon.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'quarter to 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: Booking a table for 2 people at 12:45 pm for today at the Grand Harbor in Burlingame.
user: Yes, that is correct. Do you have the phone number?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: 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 restaurant has been booked. Their phone number is 650-347-9988.
user: Thanks a lot, that would be all.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system:
user: I am tired of eating my cooking. I want to eat out tonight.
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 would you like?
user: I am in the mood for Izakaya cuisine.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Izakaya'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Which city would you like me to look in?
user: I want something in Rohnert Park
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Rohnert Park'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There is a lovely restaurant in Rohnert Park called Hana
user: That does not seems close by. Where is it 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: It is located on 101 Golf Course Drive.
user: Is there anything else? I want to go somewhere close to Pleasant Hill.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Pleasant Hill'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There are 2 options available in Pleasant Hill. I would like to recommend Matsu Sushi Japanese Restaurant.
user: Where is it 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: It is located on 1914 contra costa boulevard
user: It is closer and would work out perfectly 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: Should I go ahead and reserve a table?
user: Yes, reserve it for 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: For what time?
user: 8 in the night, for 1 person
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1', 'time': '8 in the night'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I would like to confirm the following information: reservations for 1 for 8 pm today at the Matsu Sushi Japanese Restaurant at Pleasant Hill.
user: Great. Is there live music? Is it a costly restaurant?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music, 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: I apologies, but I was not able to reserve a table for you. Is there anything else I can assist you with?
user: Try again to book 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: I would like to confirm the following information: a table for 2 today at 8 pm at the Matsu Sushi Japanese Restaurant in Pleasant Hill.
user: I would like a table for 11:45 in the morning.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '11 : 45 in the morning'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I would like to confirm the following information: reservations for 2 at 11:45 am
user: That would be great.
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 apologies but I was not able to make the reservation. Should I try for 12 pm today for 2 persons at Matsu Sushi Japanese Restaurant?
user: That would be great.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '12 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I was able to make the reservation.
user: I appreciate 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: Is there anything else I can assist you with?
user: No, you have be most helpful.
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 inexpensive place to eat that has live music.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'has_live_music': 'True', 'price_range': 'inexpensive'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Which city would you like to search? And what type of food would you prefer such as Mexican, Italian or something else?
user: I'd like some soup, and I'm looking in San Ramon.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'San Ramon', 'cuisine': 'soup'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Noodles And Company is a nice resturant in San Ramon.
user: What is their address and contact number?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: phone_number, street_address
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Their phone number is 925-275-8105, and their address is 3141 Crow Canyon Place.
user: Yes, that would work.
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 me to make a reservation for you?
user: Yes, please make the reservation for 7:30 pm.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '7 : 30 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 at Noodles And Company in San Ramon at 7:30 pm today for 2 people. Is that correct?
user: Yes, that's great. Do they serve 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: Your reservation is booked. No, they do not serve alcohol.
user: Thank you, that is all I need.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system:
user: Can you help me find 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 kind of food are you in the mood for, and in which city?
user: Search in Cupertino for Dumplings.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Cupertino', 'cuisine': 'Dumplings'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Cupertino has a dumpling restaurant called A Plus Cafe.
user: Is it expensive, and do they serve alcohol?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: price_range, serves_alcohol
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: It's inexpensive, and yes, they serve alcohol.
user: Can you look for another place to eat in Santa Clara?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Santa Clara'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There's a nice place in Santa Clara called Chef Ming's.
user: Can you suggest something in the moderate price range?
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: How about China Stix in Santa Clara?
user: Great, can you make a reservation on the 7th of this month?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': '7th of this month', 'restaurant_name': 'China Stix'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Yes, what time should I make it?
user: How about 7:30 pm.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '7 : 30 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Can you confirm the details for me? You're booking a table for 2 next Thursday at 7:30 pm at China Stix in Santa Clara.
user: Yes, that's right. Do they serve alcohol?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: serves_alcohol
Slot values: {'party_size': '2'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Your reservation has been confirmed. They don't serve alcohol.
user: Great, thanks, 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: Hey! Today feeling so tired... Wish to have some food outside in a good restaurant... Can you find me 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: Yup! What kind of food do you like to have - Chinese, American, Italian etc? Which city you would prefer to have your lunch?
user: I would love to taste some Seafood in San Mateo. Please find some good hotels.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'San Mateo', 'cuisine': 'Seafood'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please give me a moment. There are 9 restaurants with good rating and the top among them is Andes Cafe San Mateo located in San Mateo. Would you prefer to have your lunch here?
user: How much they charge? Can I have their street address?
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: They are located at 2317 South El Camino Real and their price range is neither costlier nor cheap, but only moderate.
user: Yup, that works. Please can you reserve at this restaurant?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': '[CLS]'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Sure! At what time you wish to make your reservation?
user: Probably at quarter past 1 in the afternoon.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'quarter past 1 in the afternoon'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay! Confirm me the details that you wish to book a table at Andes Cafe San Mateo in San Mateo at 1:15 pm by today and the reservation would be for 2 persons, right?
user: Yup! sounds good. I've a question... Did liquor is provided at this restaurant?
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: Nope, they don't serve alcohol. You are all set. Successfully done with your reservation.
user: Thanks 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: Do you wish to know any other information?
user: Nope, 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'm looking for somewhere in Dublin to have a meal and a drink.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'serves_alcohol': 'True', 'city': 'Dublin'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What kind of food do you want to eat?
user: I feel like a burger.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'burger'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 2 restaurants. One is the Black Angus Steakhouse in Dublin.
user: Do you have 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: Hot Crab is also located in Dublin.
user: Do they have live music? What's the price range?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: has_live_music, price_range
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: The price range is moderate, there are no live music options.
user: Oh okay. Yeah sure that's fine.
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: Is there anything else?
user: 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: Sure, what time?
user: 5 pm please. There's 3 people in the group.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '3', 'time': '5 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Okay. Please confirm that you'd like a booking for 3 at Hot Crab in Dublin today at 5 pm.
user: Yeah that works fine. What's their address and phone number?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: phone_number, 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: You can call them on 925-999-9580 and their address is 4288 Dublin Boulevard #101-102. Your reservation has successfully been completed.
user: Thanks a lot!
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Do you need anything else?
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 am bored of eating food from home , i need a change . Will you find me a place to eat? It can be costly priced and i am very fond of it
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: Which type of food you need whether Indian, Chinese or Anything other variety and In which city i should look for?
user: I need Pizza kind of food and i wish to eat in city Napa.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Napa', 'cuisine': 'Pizza'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 1 Restaurant named as Bistro Don Giovanni which is located in Napa
user: Will you specify restaurant address and whether they have live music ?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: has_live_music, street_address
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please note the address ,it is 4110 Howard Lane and they don't have Live music.
user: Ok its fine , i prefer the same.
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: Whether i need to reserve a table for you?
user: Yes sure, Please make a reservation and number of people is 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: At what time reservation to be?
user: Please fix it at 11:30 am
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: ok here are the details please check or review it . Table booked at Bistro Don Giovanni which is in city Napa. Reservation time is 11:30 am for 2 people and the date is today.
user: sorry make the reservation time as Morning 11:45
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'Morning 11 : 45'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: ok, please once again check the details. Reservation time for the table is at 11:45 am and for 2 people.
user: ok its great and sounds good .Please inform me the contact number of that restaurant?
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: Phone number is 707-224-3300 and your reservation is confirmed.
user: Whether they serve liquor?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: serves_alcohol
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: sorry they do not serve alcohol .
user: ok thanks a lot for your kind 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 starting to get hungry. I want to go eat at a nice restaurant.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Sure. What city would you like to eat in?
user: Milpitas.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Milpitas'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Do you have a particular type of food you are craving? Mexican? American? Something else?
user: I feel like Cambodian tonight.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Cambodian'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There is a Cambodian restaurant in Milpitas called Anh Hong.
user: That's exactly what I'm looking for.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Anh Hong'} |
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 make a reservation for you?
user: Yes, I'd like to try this place out.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {} |