text
stringlengths 225
740
|
---|
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: The number for Hukilau is 408-279-4888.
user: And 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: The address for Hukilau is 230 Jackson Street.
user: Do you have anymore restaurant suggestions?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Another nice restaurant in San Jose is Rosie Mccann's Irish Pub & Restaurant.
user: Sounds great.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': "Rosie Mccann ' s Irish Pub & Restaurant"} |
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 there?
user: Yes. Make it for a quarter to 12 in the morning.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'quarter to 12 in the morning'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: To confirm: You'd like me to make a reservation for today a 11:45 am for 2 guests at Rosie Mccann's Irish Pub & Restaurant in San Jose, correct?
user: Yes, that's perfect. What's their address and phone number again?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: phone_number, 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 reservations has been made. The address is 355 Santana Row #1060, and the phone number is 408-247-1706.
user: Thank you so much for all of 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: Please search for an economical priced place to eat that serves alcohol.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'price_range': 'moderate', 'serves_alcohol': 'True'} |
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 prefer? Which city should the search use?
user: I prefer it in Oakland. I am craving Pizza.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Oakland', 'cuisine': 'Pizza'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Your search found 4 restaurants. One is Belotti Ristorante E Bottega which is located in Oakland.
user: Do they happen to have live music? What is 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: Their number is 510-350-7619. They do not happen to have live music.
user: Are there other restaurant options?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Contrasto is a nice restaurant and located in Oakland.
user: That will do.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Contrasto'} |
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 needed help with?
user: I want to make a restaurant 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 prefer?
user: I would like it to be half past 11 in the morning.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'half past 11 in the morning'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please say yes to confirm the following. Booking a table at Contrasto in Oakland with a reservation at 11:30 am today. The reservation is a party of 2.
user: Its actually a party of 4.
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: Please say yes to confirm the following. The city is Oakland, and the reservation is for a party of 4.
user: That will do.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': '[CLS]'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Your reservation has been made.
user: Can you tell me what their address is?
Service name: Restaurants_1
Active intent: ReserveRestaurant
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: Thier address is 388 Grand Avenue.
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 want a good place to eat that is fancy priced
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 kind of food do you want? There is Mexican, Indian or anything else. What city do I need to search in?
user: I need it in SFO. French food will be perfect.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'SFO', 'cuisine': 'French'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Bistro Aix is a good restaurant in San Francisco
user: Yes that works. I want a reservation at a nearby restaurant.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': 'Bistro Aix'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: what time for the reservation?
user: I want it at 13:15
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '13 : 15'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Confirm Bistro Aix and the city is San Francisco. Reservation os 1:15 pm and for 2 people today
user: Is there live music?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music
Slot values: {'party_size': '2', 'date': 'today'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: No live music at Bistro Aix but I shall try a reservation for 2 people today at 1:30 pm.
user: Yes that works
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '1 : 30 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: The reservation was a success
user: Thanks 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 would like to look for a place where I could eat.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What kind of food do you prefer to eat? Which city are you located now?
user: Please look in Dublin, a burger is perfect to have now.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Dublin', 'cuisine': 'burger'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I have found 1 restaurant that you might like, maybe you like McDonald's in Dublin?
user: I want a restaurant with 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: Yes, they have live music.
user: Alright, please make a reservation for me at this evening 7:15.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': '[CLS]', 'time': 'evening 7 : 15'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please do confirm the following details: book seats at McDonald's in Dublin at 7:15 pm for 2 people today.
user: Please make it at 7 pm.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '7 pm'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please do confirm the following details: book seats at McDonald's in Dublin at 7 pm.
user: Actually its for 3 people on 14th of March.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '3', 'date': '14th of March'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please do confirm the following details: book seats at McDonald's in Dublin for 3 people on March 14th.
user: Yes, that's right. How about the price range, is it very fancy?
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: The reservation has been successful. Price range is inexpensive.
user: Thank you, 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: My husband and I want to have dinner out. Are there any good places to eat around here?
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 are you interested in?
user: I would like to stay around 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: What kind of cuisine would you prefer?
user: I would really like some Latin American food.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Latin American'} |
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 Baja Cactus in Milpitas.
user: That's great, are there any other restaurants, maybe 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: Santa Clara has a nice restaurant named El Amigo Burrito.
user: How expensive are they?
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: Their prices are inexpensive.
user: Do you have any other suggestions?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Santa Clara also has a great restaurant called La Paloma.
user: Great, that's the one I want.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'La Paloma'} |
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, please. I want to eat there.
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 is best for you?
user: How about 12:30 in the afternoon?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': '12 : 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 your reservation. I have booked a table for 2 at La Paloma in Santa Clara at 12:30 pm today. Is that correct?
user: Yes, that is correct? Can you tell me their address and if they are having live music?
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: Great, I have booked your reservation. They will not have live music this evening, and the address is 2280 El Camino Real.
user: Thank you so much! That's everything.
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: Do you know of any places to eat in San Francisco?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'San Francisco'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Is there a specific food you're looking for, for example Indian, Italian, or anything else?
user: American food would really hit the spot.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'American'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There's a nice restaurant called 1760 in San Francisco.
user: Do you have any other suggestions? I would prefer something with a 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: There are 10 restaurants that match. There's a nice restaurant called Academy Bar and Kitchen that's in San Francisco.
user: Do you have their phone number? And do they serve liquor?
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: You can call them at 415-775-1800. And they do not serve alcohol.
user: Okay, that works. Please make me a reservation for 12:45 pm.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': '[CLS]', 'time': '12 : 45 pm'} |
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 12:45 pm reservation today at Academy Bar and Kitchen in San Francisco for 2 people, is that right?
user: Yeah, that's it.
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 the reservation.
user: Thanks so much.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Do you need any further help with anything?
user: No, thanks a lot.
Service name: Restaurants_1
Active intent:
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system:
user: I'm looking for 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: In which city?
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: Which cuisine? Maybe Mexican or Indian?
user: I like Fish best.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'cuisine': 'Fish'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I found 7 restaurants matching this query. One is Alamar Kitchen & Bar in Oakland.
user: Any other options?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: There's Judoku Sushi in Oakland.
user: Any others? I want something afforadable.
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: I found 4 restaurants to match. One is Lake Chalet in Oakland.
user: Do they have liquor and live music?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: has_live_music, serves_alcohol
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: They do have liquor and live music.
user: That works. I want to 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: For what time?
user: For two people, 10:30 in the morning.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '2', 'time': '10 : 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: Table for 2 at Lake Chalet, 10:30 am today in Oakland.
user: That works. What's their address and 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: Sorry, I couldn't make that reservation. Can I help with something else
user: Try booking again, for 1 person at 12:30.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '1', 'time': '12 : 30'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm: Table for 1 at Lake Chalet, 12:30 pm today in Oakland.
user: That's perfect.
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: Reservation complete.
user: 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: I would like to find a place to eat.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What kind of food are you wanting? And where should I search?
user: Find me a sushi place in Alameda.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Alameda', 'cuisine': 'sushi'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I have found a restaurant called Angel Fish in Alameda.
user: That works for me. I would like to make a reservation.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'restaurant_name': 'Angel Fish'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What time should the reservation be?
user: I would like it at afternoon 1:15.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'afternoon 1 : 15'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm the following: You want a table at Angel Fish in Alameda at 1:15 pm today for 2 people.
user: Yup, that's correct.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '2', 'date': 'today'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Your reservation has been made.
user: Thanks so much. That's all for today.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system:
user: Hi I'm hungry and also need to let loose tonight. Can you find me a place to eat that 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: Sure, what city would you like to dine in and what kind of cuisine are you looking for?
user: I'm in the mood for some Chinese food tonight, preferably in Millbrae.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Millbrae', 'cuisine': 'Chinese'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I managed to find 1 restaurant in Millbrae, it's called Tai Wu Restaurant. I think you'd like it.
user: That sounds good to me.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'restaurant_name': 'Tai Wu Restaurant'} |
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, that would be great. Please make a reservation.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What time would you like to dine at?
user: I'd like to be there at evening 7:30.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'time': 'evening 7 : 30'} |
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 table for today at Tai Wu Restaurant for 2 people at 7:30 pm in Millbrae. Is that correct?
user: That sounds great.
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: Your reservation has been booked!
user: What is the address of the restaurant?
Service name: Restaurants_1
Active intent: ReserveRestaurant
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: The restaurant is located at 300 El Camino Real.
user: Thanks for everything, that's 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'd like to find a place to eat in this city.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What kind of restaurants are you interested in? Which city should I search?
user: Look for burger restaurants in Campbell.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Campbell', 'cuisine': 'burger'} |
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 Campbell called Effie's Restaurant & Bar
user: What is Effie's address and do they serve drinks?
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: They don't serve drinks but their address is 331 West Hacienda Avenue.
user: I'd like to make a reservation there.
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 your reservation?
user: Make it on the 4th of this month please in the evening 6:30.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': '4th of this month', 'time': 'evening 6 : 30'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm your request: You'd like to book a table for 2 at Effie's Restaurant & Bar in Campbell at 6:30 pm for next Monday.
user: No I'd like a reservation on the 1st.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'date': 'the 1st'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm the city you're booking in is Campbell and the date is for today.
user: No the reservation is for 3 people.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {'party_size': '3'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Please confirm: the reservation you want is for 6:30 pm for 3 people.
user: Yes, sounds good.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Great, I made the reservation.
user: Do they play live music and what is their phone number?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: has_live_music, phone_number
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Their phone number is 408-374-3400 and they don't have live music.
user: Thanks, 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: What would be 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 sort of food are you looking for? Mexican, American, etc? And which city should I search in?
user: I want some Noodles, and search in Berkeley.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Berkeley', 'cuisine': 'Noodles'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Upon searching I have found 6 restaurants. There's one called Crave Asia which is pretty nice and situated in Berkeley.
user: Do you have their number? And do they have live music?
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: Unfortunately no, they do not have live music, however here is the number: 510-558-8367.
user: I think that works out, make a reservation at the 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: What time should the reservation be for?
user: 11:30 in the morning seems good.
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: Okay, please confirm the details one more time: Booking a table for 2 people at Crave Asia in Berkeley, the reservation should be for 11:30 AM and the date is today, correct?
user: Yeah, that's good. Do they serve liquor, and what is their address?
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots: serves_alcohol, 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 reservation is successful. Their address is 1301 San Pablo Avenue and no, they do not serve alcohol.
user: Okay, thank you very much.
Service name: Restaurants_1
Active intent: ReserveRestaurant
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Is there anything else you want help with?
user: No, I do not. 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: I am looking for somewhere to eat? Do you know of any good places?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: What kind of food do you have a taste for? Are you looking for somewhere near by?
user: I was thinking in Petaluma. Preferably a Pizza place.
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {'city': 'Petaluma', 'cuisine': 'Pizza'} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: I've found 4 in Petaluma, Brixx Pizzeria is a nice restaurant.
user: Are there any others?
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: Cucina Paradiso is also a nice one in Petaluma.
user: Any other suggestions?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots:
Slot values: {} |
For the following dialogue extract the current state (i.e. Service name, Active intent, Requested slots, and Slot values):
system: Risibisi is another nice restaurant in Petaluma.
user: Is it an inexpensive restaurant? What is the address?
Service name: Restaurants_1
Active intent: FindRestaurants
Requested slots: price_range, street_address
Slot values: {} |