diff --git "a/dummy_data.json" "b/dummy_data.json" new file mode 100644--- /dev/null +++ "b/dummy_data.json" @@ -0,0 +1,8365 @@ +[ + { + "dataset": "sgd", + "data_split": "train", + "dialogue_id": "sgd-train-0", + "original_id": "1_00000", + "domains": [ + "Restaurants_1" + ], + "goal": { + "description": "", + "inform": {}, + "request": {} + }, + "turns": [ + { + "speaker": "user", + "utterance": "I am feeling hungry so I would like to find a place to eat.", + "utt_idx": 0, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "FindRestaurants" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "", + "cuisine": "" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Do you have a specific which you want the eating place to be located at?", + "utt_idx": 1, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "city" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "I would like for it to be in San Jose.", + "utt_idx": 2, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 29, + "end": 37 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Jose", + "cuisine": "" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Is there a specific cuisine type you enjoy, such as Mexican, Italian or something else?", + "utt_idx": 3, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Mexican", + "start": 52, + "end": 59 + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Italian", + "start": 61, + "end": 68 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "I usually like eating the American type of food.", + "utt_idx": 4, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "American", + "start": 26, + "end": 34 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Jose", + "cuisine": "American" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I see that at 71 Saint Peter there is a good restaurant which is in San Jose.", + "utt_idx": 5, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "71 Saint Peter", + "start": 14, + "end": 28 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 68, + "end": 76 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "San Jose", + "cuisine": "American" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "San Jose", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "408-971-8523", + "price_range": "moderate", + "restaurant_name": "71 Saint Peter", + "serves_alcohol": "True", + "street_address": "71 North San Pedro Street" + }, + { + "city": "San Jose", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "408-261-5787", + "price_range": "moderate", + "restaurant_name": "Bazille", + "serves_alcohol": "True", + "street_address": "2400 Forest Avenue" + }, + { + "city": "San Jose", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "408-292-4300", + "price_range": "moderate", + "restaurant_name": "Billy Berk's", + "serves_alcohol": "True", + "street_address": "99 South 1st Street" + }, + { + "city": "San Jose", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "408-343-7230", + "price_range": "moderate", + "restaurant_name": "Bj's Restaurant & Brewhouse", + "serves_alcohol": "True", + "street_address": "511 Coleman Avenue" + }, + { + "city": "San Jose", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "408-816-7251", + "price_range": "expensive", + "restaurant_name": "Black Sheep Brasserie", + "serves_alcohol": "True", + "street_address": "1202 Lincoln Avenue" + }, + { + "city": "San Jose", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "408-238-9110", + "price_range": "moderate", + "restaurant_name": "Chuck E. Cheese's", + "serves_alcohol": "False", + "street_address": "2445 Fontaine Road" + }, + { + "city": "San Jose", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "408-292-7444", + "price_range": "moderate", + "restaurant_name": "Famous Dave's Bar-b-que", + "serves_alcohol": "False", + "street_address": "61 Curtner Avenue" + }, + { + "city": "San Jose", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "408-287-6969", + "price_range": "moderate", + "restaurant_name": "Firehouse No.1 Gastropub", + "serves_alcohol": "True", + "street_address": "69 North San Pedro Street" + }, + { + "city": "San Jose", + "cuisine": "American", + "has_live_music": "True", + "phone_number": "408-279-4888", + "price_range": "moderate", + "restaurant_name": "Hukilau", + "serves_alcohol": "True", + "street_address": "230 Jackson Street" + }, + { + "city": "San Jose", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "408-998-1440", + "price_range": "moderate", + "restaurant_name": "John's Of Willow Glen", + "serves_alcohol": "False", + "street_address": "1238 Lincoln Avenue" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Can you give me the address of this restaurant.", + "utt_idx": 6, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "street_address" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Jose", + "cuisine": "American" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [ + "street_address" + ] + } + }, + { + "speaker": "system", + "utterance": "If you want to go to this restaurant you can find it at 71 North San Pedro Street.", + "utt_idx": 7, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "street_address", + "value": "71 North San Pedro Street", + "start": 56, + "end": 81 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Can you give me the phone number that I can contact them with?", + "utt_idx": 8, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "phone_number" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Jose", + "cuisine": "American" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [ + "phone_number" + ] + } + }, + { + "speaker": "system", + "utterance": "If you want to phone them you can at 408-971-8523.", + "utt_idx": 9, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "phone_number", + "value": "408-971-8523", + "start": 37, + "end": 49 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Is there some other restaurant which you can suggest?", + "utt_idx": 10, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Jose", + "cuisine": "American" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "How would you like Bazille restaurant which is situated in San Jose.", + "utt_idx": 11, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Bazille", + "start": 19, + "end": 26 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 59, + "end": 67 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Do you have another restaurant matching my needs? For example a restaurant which is economical and is located in Palo Alto.", + "utt_idx": 12, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "price_range", + "value": "moderate" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "Palo Alto", + "start": 113, + "end": 122 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Palo Alto", + "cuisine": "American" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I see that 7 restaurants suit to what you requested. Bird Dog seems as a good restaurant and is located in Palo Alto.", + "utt_idx": 13, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Bird Dog", + "start": 53, + "end": 61 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "Palo Alto", + "start": 107, + "end": 116 + }, + { + "intent": "inform_count", + "domain": "Restaurants_1", + "slot": "count", + "value": "7", + "start": 11, + "end": 12 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "Palo Alto", + "cuisine": "American", + "price_range": "moderate" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Palo Alto", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "650-688-2614", + "price_range": "moderate", + "restaurant_name": "Bazille", + "serves_alcohol": "True", + "street_address": "550 Stanford Shopping Center" + }, + { + "city": "Palo Alto", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "650-656-8180", + "price_range": "moderate", + "restaurant_name": "Bird Dog", + "serves_alcohol": "False", + "street_address": "420 Ramona Street" + }, + { + "city": "Palo Alto", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "650-327-0284", + "price_range": "moderate", + "restaurant_name": "Bistro Elan", + "serves_alcohol": "False", + "street_address": "2363 Birch Street" + }, + { + "city": "Palo Alto", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "650-326-8640", + "price_range": "moderate", + "restaurant_name": "Cafe Brioche", + "serves_alcohol": "True", + "street_address": "445 California Avenue" + }, + { + "city": "Palo Alto", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "650-493-6787", + "price_range": "moderate", + "restaurant_name": "Cibo Restaurant & Bar", + "serves_alcohol": "False", + "street_address": "3398 El Camino Real" + }, + { + "city": "Palo Alto", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "650-322-7509", + "price_range": "moderate", + "restaurant_name": "Local Union 271", + "serves_alcohol": "False", + "street_address": "271 University Avenue" + }, + { + "city": "Palo Alto", + "cuisine": "American", + "has_live_music": "False", + "phone_number": "650-321-3514", + "price_range": "moderate", + "restaurant_name": "Palo Alto Grill", + "serves_alcohol": "True", + "street_address": "140 University Avenue" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Alright, that seems good. I would like to make a booking at this restaurant.", + "utt_idx": 14, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + }, + { + "intent": "select", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Bird Dog", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Palo Alto", + "cuisine": "American" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "For which time do you want the booking to be?", + "utt_idx": 15, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "time" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "I will be eating there at 11:30 am so make it for then.", + "utt_idx": 16, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "11:30 am", + "start": 26, + "end": 34 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Bird Dog", + "date": "", + "time": "11:30 am", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Palo Alto", + "cuisine": "American" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Can you please confirm that you want to book a table for 2 at 11:30 am at the Bird Dog restaurant in Palo Alto for today.", + "utt_idx": 17, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "2" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Bird Dog", + "start": 78, + "end": 86 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "Palo Alto", + "start": 101, + "end": 110 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "11:30 am", + "start": 62, + "end": 70 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "today", + "start": 115, + "end": 120 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "That suits me well. Can you tell me if they feature live music?", + "utt_idx": 18, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "has_live_music" + }, + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Bird Dog", + "date": "today", + "time": "11:30 am", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "moderate", + "city": "Palo Alto", + "cuisine": "American" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [ + "has_live_music" + ] + } + }, + { + "speaker": "system", + "utterance": "Your booking has been made without errors, but unfortunately they do not have live music.", + "utt_idx": 19, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_success", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "has_live_music", + "value": "False" + } + ], + "non-categorical": [] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Palo Alto", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Bird Dog", + "time": "11:30" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Palo Alto", + "cuisine": "American", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "650-656-8180", + "price_range": "moderate", + "restaurant_name": "Bird Dog", + "serves_alcohol": "False", + "street_address": "420 Ramona Street", + "time": "11:30" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Will I be able to find liquor there? Can you give me the address of their location?", + "utt_idx": 20, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "serves_alcohol" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "street_address" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Bird Dog", + "date": "today", + "time": "11:30 am", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "moderate", + "city": "Palo Alto", + "cuisine": "American" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [ + "serves_alcohol", + "street_address" + ] + } + }, + { + "speaker": "system", + "utterance": "The restaurant is located at 420 Ramona Street. Unfortunately they do not serve alcohol at the restaurant.", + "utt_idx": 21, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "serves_alcohol", + "value": "False" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "street_address", + "value": "420 Ramona Street", + "start": 29, + "end": 46 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "I appreciate it very much. That would be all.", + "utt_idx": 22, + "dialogue_acts": { + "binary": [ + { + "intent": "thank_you", + "domain": "", + "slot": "" + }, + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Bird Dog", + "date": "today", + "time": "11:30 am", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "moderate", + "city": "Palo Alto", + "cuisine": "American" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Have a good time!", + "utt_idx": 23, + "dialogue_acts": { + "binary": [ + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + } + ] + }, + { + "dataset": "sgd", + "data_split": "train", + "dialogue_id": "sgd-train-1", + "original_id": "1_00001", + "domains": [ + "Restaurants_1" + ], + "goal": { + "description": "", + "inform": {}, + "request": {} + }, + "turns": [ + { + "speaker": "user", + "utterance": "Hi i need a help, i am very hungry, I am looking for a restaurant", + "utt_idx": 0, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "FindRestaurants" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "", + "cuisine": "" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Sure, I will help you, What type of food are you looking for? Which city should i search in?", + "utt_idx": 1, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "city" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Some Punjabi kind of foods in milpitas", + "utt_idx": 2, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Punjabi", + "start": 5, + "end": 12 + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "milpitas", + "start": 30, + "end": 38 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "milpitas", + "cuisine": "Punjabi" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I found a good restaurant in Milpitas, The restaurant name is Anjappar Chettinad Restaurant", + "utt_idx": 3, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Anjappar Chettinad Restaurant", + "start": 62, + "end": 91 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "Milpitas", + "start": 29, + "end": 37 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "Milpitas", + "cuisine": "Indian" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Milpitas", + "cuisine": "Indian", + "has_live_music": "False", + "phone_number": "408-435-5500", + "price_range": "moderate", + "restaurant_name": "Anjappar Chettinad Restaurant", + "serves_alcohol": "False", + "street_address": "Milpitas Square" + }, + { + "city": "Milpitas", + "cuisine": "Indian", + "has_live_music": "False", + "phone_number": "408-941-1700", + "price_range": "moderate", + "restaurant_name": "Aria Dining & Banquets Fine Indian Cuisine", + "serves_alcohol": "False", + "street_address": "212 Ranch Drive" + }, + { + "city": "Milpitas", + "cuisine": "Indian", + "has_live_music": "False", + "phone_number": "408-833-6333", + "price_range": "moderate", + "restaurant_name": "Bezawada", + "serves_alcohol": "False", + "street_address": "127 Dixon Road" + }, + { + "city": "Milpitas", + "cuisine": "Indian", + "has_live_music": "False", + "phone_number": "408-945-1500", + "price_range": "moderate", + "restaurant_name": "Vedas Indian Restaurant", + "serves_alcohol": "True", + "street_address": "560 North Abel Street" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Ok, What is the address? How pricey are they?", + "utt_idx": 4, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "price_range" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "street_address" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Punjabi" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [ + "price_range", + "street_address" + ] + } + }, + { + "speaker": "system", + "utterance": "Price range is moderate, The address is Milpitas Square", + "utt_idx": 5, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "price_range", + "value": "moderate" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "street_address", + "value": "Milpitas Square", + "start": 40, + "end": 55 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Ok, Find me another restaurant?", + "utt_idx": 6, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Punjabi" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I found another restaurant for you, Aria Dining & Banquets Fine Indian Cuisine Restaurant at Milpitas", + "utt_idx": 7, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Aria Dining & Banquets Fine Indian Cuisine", + "start": 36, + "end": 78 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "Milpitas", + "start": 93, + "end": 101 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "No, suggest me another Restaurant, Some Take-out type of food will be perfect", + "utt_idx": 8, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Take-out", + "start": 40, + "end": 48 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Take-out" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I found 2 Restaurants, Olive garden Italian Restaurant at Milpitas", + "utt_idx": 9, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Olive garden Italian Restaurant", + "start": 23, + "end": 54 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "Milpitas", + "start": 58, + "end": 66 + }, + { + "intent": "inform_count", + "domain": "Restaurants_1", + "slot": "count", + "value": "2", + "start": 8, + "end": 9 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "Milpitas", + "cuisine": "Take-out" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Milpitas", + "cuisine": "Take-out", + "has_live_music": "False", + "phone_number": "408-935-8176", + "price_range": "moderate", + "restaurant_name": "Olive Garden Italian Restaurant", + "serves_alcohol": "True", + "street_address": "1350 Great Mall Drive" + }, + { + "city": "Milpitas", + "cuisine": "Take-out", + "has_live_music": "False", + "phone_number": "669-213-9385", + "price_range": "moderate", + "restaurant_name": "Red Chillies The Malabar Cuisine", + "serves_alcohol": "False", + "street_address": "167 South Main Street" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Yes, it seems good for me", + "utt_idx": 10, + "dialogue_acts": { + "binary": [ + { + "intent": "select", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Olive garden Italian Restaurant", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Take-out" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "shall i reserve a table here for you?", + "utt_idx": 11, + "dialogue_acts": { + "binary": [ + { + "intent": "offer_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes, I want it on the 11th", + "utt_idx": 12, + "dialogue_acts": { + "binary": [ + { + "intent": "affirm_intent", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "date", + "value": "the 11th", + "start": 18, + "end": 26 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Olive garden Italian Restaurant", + "date": "the 11th", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Take-out" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "please tell me what time is the reservation for?", + "utt_idx": 13, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "time" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "at afternoon 1:30", + "utt_idx": 14, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "afternoon 1:30", + "start": 3, + "end": 17 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Olive garden Italian Restaurant", + "date": "the 11th", + "time": "afternoon 1:30", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Take-out" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Please confirm the following details: Booking a table at Olive Garden Italian Restaurant at Milpitas on March 11th reservation time is 1:30 pm, The reservation is for 2 people", + "utt_idx": 15, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "2" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Olive Garden Italian Restaurant", + "start": 57, + "end": 88 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "Milpitas", + "start": 92, + "end": 100 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "1:30 pm", + "start": 135, + "end": 142 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "March 11th", + "start": 104, + "end": 114 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "No, time change to twelve in the afternoon for one people", + "utt_idx": 16, + "dialogue_acts": { + "binary": [ + { + "intent": "negate", + "domain": "", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "1" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "twelve in the afternoon", + "start": 19, + "end": 42 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Olive Garden Italian Restaurant|Olive garden Italian Restaurant", + "date": "March 11th|the 11th", + "time": "twelve in the afternoon", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Take-out" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Please confirm the following details: the reservation time is 12 pm, The reservation is for 1 people", + "utt_idx": 17, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "1" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "12 pm", + "start": 62, + "end": 67 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes", + "utt_idx": 18, + "dialogue_acts": { + "binary": [ + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Olive Garden Italian Restaurant|Olive garden Italian Restaurant", + "date": "March 11th|the 11th", + "time": "12 pm|twelve in the afternoon", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Take-out" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Congrats, your reservation is confirmed", + "utt_idx": 19, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_success", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Milpitas", + "date": "2019-03-11", + "party_size": "1", + "restaurant_name": "Olive Garden Italian Restaurant", + "time": "12:00" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Milpitas", + "cuisine": "Take-out", + "date": "2019-03-11", + "has_live_music": "False", + "party_size": "1", + "phone_number": "408-935-8176", + "price_range": "moderate", + "restaurant_name": "Olive Garden Italian Restaurant", + "serves_alcohol": "True", + "street_address": "1350 Great Mall Drive", + "time": "12:00" + } + ] + } + }, + { + "speaker": "user", + "utterance": "What is the Restaurant address, Do they have live music, I love it", + "utt_idx": 20, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "street_address" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "has_live_music" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Olive Garden Italian Restaurant|Olive garden Italian Restaurant", + "date": "March 11th|the 11th", + "time": "12 pm|twelve in the afternoon", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Take-out" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [ + "has_live_music", + "street_address" + ] + } + }, + { + "speaker": "system", + "utterance": "Sorry, They don't have live music, The restaurant address is 1350 Great Mall Drive", + "utt_idx": 21, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "has_live_music", + "value": "False" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "street_address", + "value": "1350 Great Mall Drive", + "start": 61, + "end": 82 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Thank you very much for your help", + "utt_idx": 22, + "dialogue_acts": { + "binary": [ + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Olive Garden Italian Restaurant|Olive garden Italian Restaurant", + "date": "March 11th|the 11th", + "time": "12 pm|twelve in the afternoon", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Take-out" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Shall i help you with anything else?", + "utt_idx": 23, + "dialogue_acts": { + "binary": [ + { + "intent": "req_more", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "No, Thanks", + "utt_idx": 24, + "dialogue_acts": { + "binary": [ + { + "intent": "negate", + "domain": "", + "slot": "" + }, + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Olive Garden Italian Restaurant|Olive garden Italian Restaurant", + "date": "March 11th|the 11th", + "time": "12 pm|twelve in the afternoon", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Milpitas|milpitas", + "cuisine": "Take-out" + } + }, + "active_intent": { + "Restaurants_1": "NONE" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "You are welcome, have a great day", + "utt_idx": 25, + "dialogue_acts": { + "binary": [ + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + } + ] + }, + { + "dataset": "sgd", + "data_split": "train", + "dialogue_id": "sgd-train-2", + "original_id": "1_00002", + "domains": [ + "Restaurants_1" + ], + "goal": { + "description": "", + "inform": {}, + "request": {} + }, + "turns": [ + { + "speaker": "user", + "utterance": "Help me find a good restaurant.", + "utt_idx": 0, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "FindRestaurants" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "", + "cuisine": "" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "In which city are you looking for the restaurant and do you have any preferred cuisine?", + "utt_idx": 1, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "city" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Find me Ethiopian cuisine in Berkeley.", + "utt_idx": 2, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Ethiopian", + "start": 8, + "end": 17 + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "Berkeley", + "start": 29, + "end": 37 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Berkeley", + "cuisine": "Ethiopian" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Of the 4 Ethiopian restaurants in Berkeley, Addis Restaurant is a good one.", + "utt_idx": 3, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Addis Restaurant", + "start": 44, + "end": 60 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "Berkeley", + "start": 34, + "end": 42 + }, + { + "intent": "inform_count", + "domain": "Restaurants_1", + "slot": "count", + "value": "4", + "start": 7, + "end": 8 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "Berkeley", + "cuisine": "Ethiopian" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Berkeley", + "cuisine": "Ethiopian", + "has_live_music": "False", + "phone_number": "510-653-3456", + "price_range": "moderate", + "restaurant_name": "Addis Restaurant", + "serves_alcohol": "False", + "street_address": "6100 Telegraph Avenue" + }, + { + "city": "Berkeley", + "cuisine": "Ethiopian", + "has_live_music": "False", + "phone_number": "510-923-6181", + "price_range": "moderate", + "restaurant_name": "Barcote | Ethiopian Restaurant", + "serves_alcohol": "False", + "street_address": "6430 Telegraph Avenue" + }, + { + "city": "Berkeley", + "cuisine": "Ethiopian", + "has_live_music": "False", + "phone_number": "510-843-1992", + "price_range": "inexpensive", + "restaurant_name": "Ethiopia Restaurant", + "serves_alcohol": "False", + "street_address": "2955 Telegraph Avenue" + }, + { + "city": "Berkeley", + "cuisine": "Ethiopian", + "has_live_music": "False", + "phone_number": "510-883-0167", + "price_range": "moderate", + "restaurant_name": "Finfine Restaurant", + "serves_alcohol": "False", + "street_address": "2556 Telegraph Avenue" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Do they have live music?", + "utt_idx": 4, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "has_live_music" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Berkeley", + "cuisine": "Ethiopian" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [ + "has_live_music" + ] + } + }, + { + "speaker": "system", + "utterance": "I'm sorry. They do not have live music.", + "utt_idx": 5, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "has_live_music", + "value": "False" + } + ], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "That's okay. I'd like to reserve a table for the 4th.", + "utt_idx": 6, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + }, + { + "intent": "select", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "date", + "value": "the 4th", + "start": 45, + "end": 52 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Addis Restaurant", + "date": "the 4th", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Berkeley", + "cuisine": "Ethiopian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "At what time will you be arriving at the restaurant?", + "utt_idx": 7, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "time" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Reserve the table for the 2nd of this month at 17:15.", + "utt_idx": 8, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "17:15", + "start": 47, + "end": 52 + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "date", + "value": "2nd of this month", + "start": 26, + "end": 43 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Addis Restaurant", + "date": "2nd of this month", + "time": "17:15", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Berkeley", + "cuisine": "Ethiopian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Please confirm that you want to reserve a table for 2 at the Addis Restaurant in Berkeley for tomorrow at 5:15 pm.", + "utt_idx": 9, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "2" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Addis Restaurant", + "start": 61, + "end": 77 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "Berkeley", + "start": 81, + "end": 89 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "5:15 pm", + "start": 106, + "end": 113 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "tomorrow", + "start": 94, + "end": 102 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "That's right. Do they serve alcohol? And how expensive is the place?", + "utt_idx": 10, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "serves_alcohol" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "price_range" + }, + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Addis Restaurant", + "date": "2nd of this month|tomorrow", + "time": "17:15|5:15 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "Berkeley", + "cuisine": "Ethiopian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [ + "price_range", + "serves_alcohol" + ] + } + }, + { + "speaker": "system", + "utterance": "Sorry the reservation was not successful. Is there anything else I can assist you with?", + "utt_idx": 11, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_failure", + "domain": "Restaurants_1", + "slot": "" + }, + { + "intent": "req_more", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Berkeley", + "date": "2019-03-02", + "party_size": "2", + "restaurant_name": "Addis Restaurant", + "time": "17:15" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Berkeley", + "cuisine": "Ethiopian", + "date": "2019-03-02", + "has_live_music": "False", + "party_size": "2", + "phone_number": "510-653-3456", + "price_range": "moderate", + "restaurant_name": "Addis Restaurant", + "serves_alcohol": "False", + "street_address": "6100 Telegraph Avenue", + "time": "17:30" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Can you check if a table is available at 17:30?", + "utt_idx": 12, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "17:30", + "start": 41, + "end": 46 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Addis Restaurant", + "date": "2nd of this month|tomorrow", + "time": "17:30", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "Berkeley", + "cuisine": "Ethiopian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Okay.Please confirm that you want to reserve a table for 2 at the Addis Restaurant in Berkeley for tomorrow at 5:30 pm.", + "utt_idx": 13, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "2" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Addis Restaurant", + "start": 66, + "end": 82 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "Berkeley", + "start": 86, + "end": 94 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "5:30 pm", + "start": 111, + "end": 118 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "tomorrow", + "start": 99, + "end": 107 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "That's correct.", + "utt_idx": 14, + "dialogue_acts": { + "binary": [ + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Addis Restaurant", + "date": "2nd of this month|tomorrow", + "time": "17:30|5:30 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "Berkeley", + "cuisine": "Ethiopian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Your table has been reserved.", + "utt_idx": 15, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_success", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Berkeley", + "date": "2019-03-02", + "party_size": "2", + "restaurant_name": "Addis Restaurant", + "time": "17:30" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Berkeley", + "cuisine": "Ethiopian", + "date": "2019-03-02", + "has_live_music": "False", + "party_size": "2", + "phone_number": "510-653-3456", + "price_range": "moderate", + "restaurant_name": "Addis Restaurant", + "serves_alcohol": "False", + "street_address": "6100 Telegraph Avenue", + "time": "17:30" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Thank you. That's all I need for now.", + "utt_idx": 16, + "dialogue_acts": { + "binary": [ + { + "intent": "thank_you", + "domain": "", + "slot": "" + }, + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Addis Restaurant", + "date": "2nd of this month|tomorrow", + "time": "17:30|5:30 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "Berkeley", + "cuisine": "Ethiopian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Have a great day!", + "utt_idx": 17, + "dialogue_acts": { + "binary": [ + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + } + ] + }, + { + "dataset": "sgd", + "data_split": "train", + "dialogue_id": "sgd-train-3", + "original_id": "1_00003", + "domains": [ + "Restaurants_1" + ], + "goal": { + "description": "", + "inform": {}, + "request": {} + }, + "turns": [ + { + "speaker": "user", + "utterance": "I'm looking for a place to eat.", + "utt_idx": 0, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "FindRestaurants" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "", + "cuisine": "" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Which city should I search in? What kind of food are you looking for?", + "utt_idx": 1, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "city" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Some Freshwater fish kind of food in Palo Alto would be perfect.", + "utt_idx": 2, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Freshwater fish", + "start": 5, + "end": 20 + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "Palo Alto", + "start": 37, + "end": 46 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Palo Alto", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I found 4 restaurants. Odori Japanese Cuisine is a nice restaurant in Palo Alto.", + "utt_idx": 3, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Odori Japanese Cuisine", + "start": 23, + "end": 45 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "Palo Alto", + "start": 70, + "end": 79 + }, + { + "intent": "inform_count", + "domain": "Restaurants_1", + "slot": "count", + "value": "4", + "start": 8, + "end": 9 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "Palo Alto", + "cuisine": "Seafood" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Palo Alto", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-327-2222", + "price_range": "moderate", + "restaurant_name": "Odori Japanese Cuisine", + "serves_alcohol": "False", + "street_address": "2111 El Camino Real" + }, + { + "city": "Palo Alto", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-330-1782", + "price_range": "moderate", + "restaurant_name": "P.f. Chang's", + "serves_alcohol": "True", + "street_address": "900 Stanford Shopping Center Bldg. W Bldg. W" + }, + { + "city": "Palo Alto", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-493-9188", + "price_range": "moderate", + "restaurant_name": "The Fish Market", + "serves_alcohol": "True", + "street_address": "3150 El Camino Real" + }, + { + "city": "Palo Alto", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-213-1111", + "price_range": "very expensive", + "restaurant_name": "The Sea By Alexander's Steakhouse", + "serves_alcohol": "False", + "street_address": "4269 El Camino Real" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Could you suggest any other restaurant?", + "utt_idx": 4, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Palo Alto", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "P.f. Chang's is another nice restaurant in Palo Alto.", + "utt_idx": 5, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "P.f. Chang's", + "start": 0, + "end": 12 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "Palo Alto", + "start": 43, + "end": 52 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes, that works for me.", + "utt_idx": 6, + "dialogue_acts": { + "binary": [ + { + "intent": "select", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "P.f. Chang's", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Palo Alto", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Would you like to reserve a table here?", + "utt_idx": 7, + "dialogue_acts": { + "binary": [ + { + "intent": "offer_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes, I want to make a reservation for one. Make it at half past 6 in the evening.", + "utt_idx": 8, + "dialogue_acts": { + "binary": [ + { + "intent": "affirm_intent", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "1" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "half past 6 in the evening", + "start": 54, + "end": 80 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "P.f. Chang's", + "date": "", + "time": "half past 6 in the evening", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Palo Alto", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Please confirm: Booking a table for 1 at P.f. Chang's at 6:30 pm today in Palo Alto.", + "utt_idx": 9, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "1" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "P.f. Chang's", + "start": 41, + "end": 53 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "Palo Alto", + "start": 74, + "end": 83 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "6:30 pm", + "start": 57, + "end": 64 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "today", + "start": 65, + "end": 70 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes, that works for me. How pricey are they? What is their contact number?", + "utt_idx": 10, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "price_range" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "phone_number" + }, + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "P.f. Chang's", + "date": "today", + "time": "6:30 pm|half past 6 in the evening", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Palo Alto", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [ + "phone_number", + "price_range" + ] + } + }, + { + "speaker": "system", + "utterance": "Your reservation is successful. Their price range is moderate and their phone number is 650-330-1782.", + "utt_idx": 11, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_success", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "price_range", + "value": "moderate" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "phone_number", + "value": "650-330-1782", + "start": 88, + "end": 100 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Palo Alto", + "date": "2019-03-01", + "party_size": "1", + "restaurant_name": "P.f. Chang's", + "time": "18:30" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Palo Alto", + "cuisine": "Seafood", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "1", + "phone_number": "650-330-1782", + "price_range": "moderate", + "restaurant_name": "P.f. Chang's", + "serves_alcohol": "True", + "street_address": "900 Stanford Shopping Center Bldg. W Bldg. W", + "time": "18:30" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Thank you very much.", + "utt_idx": 12, + "dialogue_acts": { + "binary": [ + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "P.f. Chang's", + "date": "today", + "time": "6:30 pm|half past 6 in the evening", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Palo Alto", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Can I help you with anything else?", + "utt_idx": 13, + "dialogue_acts": { + "binary": [ + { + "intent": "req_more", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "No, thank you very much.", + "utt_idx": 14, + "dialogue_acts": { + "binary": [ + { + "intent": "negate", + "domain": "", + "slot": "" + }, + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "P.f. Chang's", + "date": "today", + "time": "6:30 pm|half past 6 in the evening", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Palo Alto", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "NONE" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Have a good day.", + "utt_idx": 15, + "dialogue_acts": { + "binary": [ + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + } + ] + }, + { + "dataset": "sgd", + "data_split": "train", + "dialogue_id": "sgd-train-4", + "original_id": "1_00004", + "domains": [ + "Restaurants_1" + ], + "goal": { + "description": "", + "inform": {}, + "request": {} + }, + "turns": [ + { + "speaker": "user", + "utterance": "I'd like to find a place to eat.", + "utt_idx": 0, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "FindRestaurants" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "", + "cuisine": "" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Where should I look? What kind of food are you in the mood for? You can say things like Mexican, Italian or any other kind of food.", + "utt_idx": 1, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "city" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Mexican", + "start": 88, + "end": 95 + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Italian", + "start": 97, + "end": 104 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Lobster sounds great. Please search in San Mateo.", + "utt_idx": 2, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Lobster", + "start": 0, + "end": 7 + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Mateo", + "start": 39, + "end": 48 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Mateo", + "cuisine": "Lobster" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I have found 9 restaurants. Andes Cafe San Mateo is a great restaurant in San Mateo.", + "utt_idx": 3, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Andes Cafe San Mateo", + "start": 28, + "end": 48 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Mateo", + "start": 74, + "end": 83 + }, + { + "intent": "inform_count", + "domain": "Restaurants_1", + "slot": "count", + "value": "9", + "start": 13, + "end": 14 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "San Mateo", + "cuisine": "Seafood" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "San Mateo", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-581-1305", + "price_range": "moderate", + "restaurant_name": "Andes Cafe San Mateo", + "serves_alcohol": "False", + "street_address": "2317 South El Camino Real" + }, + { + "city": "San Mateo", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-348-7810", + "price_range": "moderate", + "restaurant_name": "Fuji Sukiyaki", + "serves_alcohol": "False", + "street_address": "428 East 3rd Avenue" + }, + { + "city": "San Mateo", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-347-1228", + "price_range": "inexpensive", + "restaurant_name": "Golden Wok", + "serves_alcohol": "False", + "street_address": "570 South Norfolk Street" + }, + { + "city": "San Mateo", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-340-8974", + "price_range": "moderate", + "restaurant_name": "Joy Sushi", + "serves_alcohol": "True", + "street_address": "30 South B Street" + }, + { + "city": "San Mateo", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-342-0288", + "price_range": "moderate", + "restaurant_name": "Ni-mo Japanese Cuisine", + "serves_alcohol": "False", + "street_address": "73 East 3rd Avenue" + }, + { + "city": "San Mateo", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-315-2827", + "price_range": "moderate", + "restaurant_name": "Seapot", + "serves_alcohol": "True", + "street_address": "1952 South El Camino Real" + }, + { + "city": "San Mateo", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-349-3474", + "price_range": "moderate", + "restaurant_name": "The Fish Market", + "serves_alcohol": "True", + "street_address": "1855 South Norfolk Street" + }, + { + "city": "San Mateo", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-349-1845", + "price_range": "expensive", + "restaurant_name": "Top Of The Market", + "serves_alcohol": "True", + "street_address": "1855 South Norfolk Street" + }, + { + "city": "San Mateo", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "650-358-0298", + "price_range": "moderate", + "restaurant_name": "Yuzu", + "serves_alcohol": "False", + "street_address": "54 37th Avenue" + } + ] + } + }, + { + "speaker": "user", + "utterance": "What's their phone number?", + "utt_idx": 4, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "phone_number" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Mateo", + "cuisine": "Lobster" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [ + "phone_number" + ] + } + }, + { + "speaker": "system", + "utterance": "Their number is 650-581-1305.", + "utt_idx": 5, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "phone_number", + "value": "650-581-1305", + "start": 16, + "end": 28 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Any other suggestions?", + "utt_idx": 6, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Mateo", + "cuisine": "Lobster" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Fuji Sukiyaki is another great choice in San Mateo.", + "utt_idx": 7, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Fuji Sukiyaki", + "start": 0, + "end": 13 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Mateo", + "start": 41, + "end": 50 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Do they have live music?", + "utt_idx": 8, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "has_live_music" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Mateo", + "cuisine": "Lobster" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [ + "has_live_music" + ] + } + }, + { + "speaker": "system", + "utterance": "They do not.", + "utt_idx": 9, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "has_live_music", + "value": "False" + } + ], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Any other suggestions?", + "utt_idx": 10, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Mateo", + "cuisine": "Lobster" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Golden Wok would be a great choice in San Mateo.", + "utt_idx": 11, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Golden Wok", + "start": 0, + "end": 10 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Mateo", + "start": 38, + "end": 47 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "That would work great. I would like to make a reservation there at evening 5:30 on March 14th.", + "utt_idx": 12, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + }, + { + "intent": "select", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "evening 5:30", + "start": 67, + "end": 79 + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "date", + "value": "March 14th", + "start": 83, + "end": 93 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Golden Wok", + "date": "March 14th", + "time": "evening 5:30", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Mateo", + "cuisine": "Lobster" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Please confirm the following: You want to eat at Golden Wok in San Mateo on March 14th starting at 5:30 pm. The reservation would be for 2 people.", + "utt_idx": 13, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "2" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Golden Wok", + "start": 49, + "end": 59 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Mateo", + "start": 63, + "end": 72 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "5:30 pm", + "start": 99, + "end": 106 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "March 14th", + "start": 76, + "end": 86 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes, that would be great. Do they serve liquor or have live music?", + "utt_idx": 14, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "serves_alcohol" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "has_live_music" + }, + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Golden Wok", + "date": "March 14th", + "time": "5:30 pm|evening 5:30", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "San Mateo", + "cuisine": "Lobster" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [ + "has_live_music", + "serves_alcohol" + ] + } + }, + { + "speaker": "system", + "utterance": "Your reservation was successful. They do not play live music or serve alcohol.", + "utt_idx": 15, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_success", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "has_live_music", + "value": "False" + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "serves_alcohol", + "value": "False" + } + ], + "non-categorical": [] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Mateo", + "date": "2019-03-14", + "party_size": "2", + "restaurant_name": "Golden Wok", + "time": "17:30" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "San Mateo", + "cuisine": "Seafood", + "date": "2019-03-14", + "has_live_music": "False", + "party_size": "2", + "phone_number": "650-347-1228", + "price_range": "inexpensive", + "restaurant_name": "Golden Wok", + "serves_alcohol": "False", + "street_address": "570 South Norfolk Street", + "time": "17:30" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Thanks so much!", + "utt_idx": 16, + "dialogue_acts": { + "binary": [ + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Golden Wok", + "date": "March 14th", + "time": "5:30 pm|evening 5:30", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "San Mateo", + "cuisine": "Lobster" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Is there anything else today?", + "utt_idx": 17, + "dialogue_acts": { + "binary": [ + { + "intent": "req_more", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Nope, that'll be all. Thanks!", + "utt_idx": 18, + "dialogue_acts": { + "binary": [ + { + "intent": "negate", + "domain": "", + "slot": "" + }, + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Golden Wok", + "date": "March 14th", + "time": "5:30 pm|evening 5:30", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "San Mateo", + "cuisine": "Lobster" + } + }, + "active_intent": { + "Restaurants_1": "NONE" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Have a great day!", + "utt_idx": 19, + "dialogue_acts": { + "binary": [ + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + } + ] + }, + { + "dataset": "sgd", + "data_split": "train", + "dialogue_id": "sgd-train-5", + "original_id": "1_00005", + "domains": [ + "Restaurants_1" + ], + "goal": { + "description": "", + "inform": {}, + "request": {} + }, + "turns": [ + { + "speaker": "user", + "utterance": "I'm looking for a Filipino place to eat.", + "utt_idx": 0, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "FindRestaurants" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Filipino", + "start": 18, + "end": 26 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "", + "cuisine": "Filipino" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Which City are you looking at?", + "utt_idx": 1, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "city" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "I want to eat in San Bruno", + "utt_idx": 2, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Bruno", + "start": 17, + "end": 26 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Bruno", + "cuisine": "Filipino" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I have 3 restaurants, Cabalen is a nice one in San Bruno.", + "utt_idx": 3, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Cabalen", + "start": 22, + "end": 29 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Bruno", + "start": 47, + "end": 56 + }, + { + "intent": "inform_count", + "domain": "Restaurants_1", + "slot": "count", + "value": "3", + "start": 7, + "end": 8 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "San Bruno", + "cuisine": "Filipino" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "San Bruno", + "cuisine": "Filipino", + "has_live_music": "False", + "phone_number": "650-225-9221", + "price_range": "inexpensive", + "restaurant_name": "Cabalen", + "serves_alcohol": "False", + "street_address": "495 San Mateo Avenue" + }, + { + "city": "San Bruno", + "cuisine": "Filipino", + "has_live_music": "False", + "phone_number": "650-588-6078", + "price_range": "moderate", + "restaurant_name": "Isla Restaurant", + "serves_alcohol": "True", + "street_address": "448 San Mateo Avenue" + }, + { + "city": "San Bruno", + "cuisine": "Filipino", + "has_live_music": "False", + "phone_number": "650-952-5739", + "price_range": "inexpensive", + "restaurant_name": "Kuya's Asian Cuisine", + "serves_alcohol": "False", + "street_address": "460 San Mateo Avenue" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Any other suggestions?", + "utt_idx": 4, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Bruno", + "cuisine": "Filipino" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "What about Isla Restaurant in San Bruno?", + "utt_idx": 5, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Isla Restaurant", + "start": 11, + "end": 26 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Bruno", + "start": 30, + "end": 39 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "How cheap is it and how much does it cost?", + "utt_idx": 6, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "street_address" + } + ], + "categorical": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "price_range", + "value": "inexpensive" + } + ], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Bruno", + "cuisine": "Filipino" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [ + "price_range", + "street_address" + ] + } + }, + { + "speaker": "system", + "utterance": "It is moderate pricing and they are at 448 San Mateo Avenue", + "utt_idx": 7, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "price_range", + "value": "moderate" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "street_address", + "value": "448 San Mateo Avenue", + "start": 39, + "end": 59 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Please can you make the reservation", + "utt_idx": 8, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + }, + { + "intent": "select", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Isla Restaurant", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Bruno", + "cuisine": "Filipino" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "What time for?", + "utt_idx": 9, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "time" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "On the 12th at six pm", + "utt_idx": 10, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "six pm", + "start": 15, + "end": 21 + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "date", + "value": "the 12th", + "start": 3, + "end": 11 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Isla Restaurant", + "date": "the 12th", + "time": "six pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Bruno", + "cuisine": "Filipino" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Please confirm: Booking a table for 2 at Isla Restaurant in San Bruno. It is on March 12th at 6 pm.", + "utt_idx": 11, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "2" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Isla Restaurant", + "start": 41, + "end": 56 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Bruno", + "start": 60, + "end": 69 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "6 pm", + "start": 94, + "end": 98 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "March 12th", + "start": 80, + "end": 90 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "That's good. Do they serve liquor and what is there number?", + "utt_idx": 12, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "serves_alcohol" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "phone_number" + }, + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Isla Restaurant", + "date": "March 12th|the 12th", + "time": "6 pm|six pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "San Bruno", + "cuisine": "Filipino" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [ + "phone_number", + "serves_alcohol" + ] + } + }, + { + "speaker": "system", + "utterance": "Reservation made.The number is 650-588-6078 and they do serve alcohol.", + "utt_idx": 13, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_success", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "serves_alcohol", + "value": "True" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "phone_number", + "value": "650-588-6078", + "start": 31, + "end": 43 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Bruno", + "date": "2019-03-12", + "party_size": "2", + "restaurant_name": "Isla Restaurant", + "time": "18:00" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "San Bruno", + "cuisine": "Filipino", + "date": "2019-03-12", + "has_live_music": "False", + "party_size": "2", + "phone_number": "650-588-6078", + "price_range": "moderate", + "restaurant_name": "Isla Restaurant", + "serves_alcohol": "True", + "street_address": "448 San Mateo Avenue", + "time": "18:00" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Thanks a lot", + "utt_idx": 14, + "dialogue_acts": { + "binary": [ + { + "intent": "thank_you", + "domain": "", + "slot": "" + }, + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Isla Restaurant", + "date": "March 12th|the 12th", + "time": "6 pm|six pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "San Bruno", + "cuisine": "Filipino" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Have a great day.", + "utt_idx": 15, + "dialogue_acts": { + "binary": [ + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + } + ] + }, + { + "dataset": "sgd", + "data_split": "train", + "dialogue_id": "sgd-train-6", + "original_id": "1_00006", + "domains": [ + "Restaurants_1" + ], + "goal": { + "description": "", + "inform": {}, + "request": {} + }, + "turns": [ + { + "speaker": "user", + "utterance": "Can you help find a place to eat?", + "utt_idx": 0, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "FindRestaurants" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "", + "cuisine": "" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "What kind of food like Indian or Chinese?", + "utt_idx": 1, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Indian", + "start": 23, + "end": 29 + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Chinese", + "start": 33, + "end": 40 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "I would like Freshwater fish.", + "utt_idx": 2, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Freshwater fish", + "start": 13, + "end": 28 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Do you have a city?", + "utt_idx": 3, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "city" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "The city is San Jose.", + "utt_idx": 4, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 12, + "end": 20 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Jose", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I have one in San Jose called Ariake.", + "utt_idx": 5, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Ariake", + "start": 30, + "end": 36 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 14, + "end": 22 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "San Jose", + "cuisine": "Seafood" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "San Jose", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "408-269-8383", + "price_range": "moderate", + "restaurant_name": "Ariake", + "serves_alcohol": "False", + "street_address": "1008 Blossom Hill Road" + }, + { + "city": "San Jose", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "408-238-2888", + "price_range": "moderate", + "restaurant_name": "Big T's Seafood Market Bar", + "serves_alcohol": "False", + "street_address": "1694 Tully Road" + }, + { + "city": "San Jose", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "408-289-8879", + "price_range": "moderate", + "restaurant_name": "Blue Water Seafood And Crab", + "serves_alcohol": "True", + "street_address": "860 Willow Street" + }, + { + "city": "San Jose", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "408-649-6741", + "price_range": "moderate", + "restaurant_name": "Claw Shack", + "serves_alcohol": "False", + "street_address": "1696 Berryessa Road" + }, + { + "city": "San Jose", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "408-392-0087", + "price_range": "moderate", + "restaurant_name": "Honba Sushi", + "serves_alcohol": "False", + "street_address": "1759 Technology Drive" + }, + { + "city": "San Jose", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "408-365-9000", + "price_range": "moderate", + "restaurant_name": "Kampai Sushi & Grill", + "serves_alcohol": "False", + "street_address": "171 Branham Lane #3" + }, + { + "city": "San Jose", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "408-286-1738", + "price_range": "moderate", + "restaurant_name": "Mariscos San Juan 2", + "serves_alcohol": "False", + "street_address": "1718 Senter Road" + }, + { + "city": "San Jose", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "408-440-2468", + "price_range": "moderate", + "restaurant_name": "Mavericks Mexican Grill", + "serves_alcohol": "False", + "street_address": "1111 Meridian Avenue Ste 5" + }, + { + "city": "San Jose", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "408-225-1420", + "price_range": "moderate", + "restaurant_name": "Olive Garden Italian Restaurant", + "serves_alcohol": "True", + "street_address": "940 Blossom Hill Road" + }, + { + "city": "San Jose", + "cuisine": "Seafood", + "has_live_music": "False", + "phone_number": "408-971-1700", + "price_range": "expensive", + "restaurant_name": "Scott's Seafood", + "serves_alcohol": "False", + "street_address": "185 Park Avenue" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Yes that is fine.", + "utt_idx": 6, + "dialogue_acts": { + "binary": [ + { + "intent": "select", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Ariake", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Jose", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Would you like a reservation?", + "utt_idx": 7, + "dialogue_acts": { + "binary": [ + { + "intent": "offer_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes make it for March 10th.", + "utt_idx": 8, + "dialogue_acts": { + "binary": [ + { + "intent": "affirm_intent", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "date", + "value": "March 10th", + "start": 16, + "end": 26 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Ariake", + "date": "March 10th", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Jose", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "What time would you like?", + "utt_idx": 9, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "time" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Reserve for six in the evening.", + "utt_idx": 10, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "six in the evening", + "start": 12, + "end": 30 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Ariake", + "date": "March 10th", + "time": "six in the evening", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "San Jose", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Please confirm Ariake in San Jose for 6 pm on March 10th for 2.", + "utt_idx": 11, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "2" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Ariake", + "start": 15, + "end": 21 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 25, + "end": 33 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "6 pm", + "start": 38, + "end": 42 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "March 10th", + "start": 46, + "end": 56 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes what is the address and do they have live music?", + "utt_idx": 12, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "has_live_music" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "street_address" + }, + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Ariake", + "date": "March 10th", + "time": "6 pm|six in the evening", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "San Jose", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [ + "has_live_music", + "street_address" + ] + } + }, + { + "speaker": "system", + "utterance": "The address is 1008 Blossom Hill Road and they do not have live music but your reservation is confirmed.", + "utt_idx": 13, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_success", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "has_live_music", + "value": "False" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "street_address", + "value": "1008 Blossom Hill Road", + "start": 15, + "end": 37 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Jose", + "date": "2019-03-10", + "party_size": "2", + "restaurant_name": "Ariake", + "time": "18:00" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "San Jose", + "cuisine": "Seafood", + "date": "2019-03-10", + "has_live_music": "False", + "party_size": "2", + "phone_number": "408-269-8383", + "price_range": "moderate", + "restaurant_name": "Ariake", + "serves_alcohol": "False", + "street_address": "1008 Blossom Hill Road", + "time": "18:00" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Thank you for all.", + "utt_idx": 14, + "dialogue_acts": { + "binary": [ + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Ariake", + "date": "March 10th", + "time": "6 pm|six in the evening", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "San Jose", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Is there anything else I can do?", + "utt_idx": 15, + "dialogue_acts": { + "binary": [ + { + "intent": "req_more", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "No, that is all.", + "utt_idx": 16, + "dialogue_acts": { + "binary": [ + { + "intent": "negate", + "domain": "", + "slot": "" + }, + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Ariake", + "date": "March 10th", + "time": "6 pm|six in the evening", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "", + "city": "San Jose", + "cuisine": "Freshwater fish" + } + }, + "active_intent": { + "Restaurants_1": "NONE" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Thanks and have a good day.", + "utt_idx": 17, + "dialogue_acts": { + "binary": [ + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + } + ] + }, + { + "dataset": "sgd", + "data_split": "train", + "dialogue_id": "sgd-train-7", + "original_id": "1_00007", + "domains": [ + "Restaurants_1" + ], + "goal": { + "description": "", + "inform": {}, + "request": {} + }, + "turns": [ + { + "speaker": "user", + "utterance": "My friend and I are looking for a place to eat.", + "utt_idx": 0, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "FindRestaurants" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "", + "cuisine": "" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Please tell me what type of food you are looking for just say Mexican, Chinese or anything else. Also what city would you like me to search int.", + "utt_idx": 1, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "city" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Mexican", + "start": 62, + "end": 69 + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Chinese", + "start": 71, + "end": 78 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "My family and I are in San Jose and the perfect place would have pizza and pasta. We don't have a price preference.", + "utt_idx": 2, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "price_range", + "value": "dontcare" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 23, + "end": 31 + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "pizza and pasta", + "start": 65, + "end": 80 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "dontcare", + "city": "San Jose", + "cuisine": "pizza and pasta" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "San Jose has a restaurant called Al Castello Ristorante that is nice.", + "utt_idx": 3, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Al Castello Ristorante", + "start": 33, + "end": 55 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 0, + "end": 8 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "San Jose", + "cuisine": "Italian" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "San Jose", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "408-369-9820", + "price_range": "moderate", + "restaurant_name": "Al Castello Ristorante", + "serves_alcohol": "False", + "street_address": "2083 Camden Avenue" + }, + { + "city": "San Jose", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "408-227-5502", + "price_range": "moderate", + "restaurant_name": "Angelo's Italian Restaurant", + "serves_alcohol": "True", + "street_address": "436 Blossom Hill Road" + }, + { + "city": "San Jose", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "408-279-4922", + "price_range": "moderate", + "restaurant_name": "Antonella's Ristorante", + "serves_alcohol": "True", + "street_address": "1701 Park Avenue" + }, + { + "city": "San Jose", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "408-278-4555", + "price_range": "expensive", + "restaurant_name": "Arcadia", + "serves_alcohol": "True", + "street_address": "100 West San Carlos Street" + }, + { + "city": "San Jose", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "408-226-1444", + "price_range": "moderate", + "restaurant_name": "Buca Di Beppo Italian Restaurant", + "serves_alcohol": "True", + "street_address": "925 Blossom Hill Road" + }, + { + "city": "San Jose", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "408-618-5455", + "price_range": "moderate", + "restaurant_name": "Enoteca La Storia Downtown", + "serves_alcohol": "True", + "street_address": "320 West Saint John Street" + }, + { + "city": "San Jose", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "408-446-9644", + "price_range": "moderate", + "restaurant_name": "Frankie Johnnie & Luigi Too", + "serves_alcohol": "True", + "street_address": "5245 Prospect Road" + }, + { + "city": "San Jose", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "408-264-5781", + "price_range": "moderate", + "restaurant_name": "Giorgio's Italian Food & Pizzeria", + "serves_alcohol": "False", + "street_address": "1445 Foxworthy Avenue" + }, + { + "city": "San Jose", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "408-423-8973", + "price_range": "moderate", + "restaurant_name": "Maggiano's Little Italy", + "serves_alcohol": "True", + "street_address": "3055 Olin Avenue Suite 1000" + }, + { + "city": "San Jose", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "408-217-9327", + "price_range": "moderate", + "restaurant_name": "Paesano", + "serves_alcohol": "False", + "street_address": "350 West Julian Street" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Is there any other restaurant that you can suggest?", + "utt_idx": 4, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "dontcare", + "city": "San Jose", + "cuisine": "pizza and pasta" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "There is also a nice restaurant called Angelo's Italian Restaurant in San Jose.", + "utt_idx": 5, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Angelo's Italian Restaurant", + "start": 39, + "end": 66 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 70, + "end": 78 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Can I please have the address and contact number?", + "utt_idx": 6, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "street_address" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "phone_number" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "dontcare", + "city": "San Jose", + "cuisine": "pizza and pasta" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [ + "phone_number", + "street_address" + ] + } + }, + { + "speaker": "system", + "utterance": "408-227-5502 is their phone and it is located at 436 Blossom Hill Road.", + "utt_idx": 7, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "phone_number", + "value": "408-227-5502", + "start": 0, + "end": 12 + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "street_address", + "value": "436 Blossom Hill Road", + "start": 49, + "end": 70 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Is there any other restaurant that you can suggest?", + "utt_idx": 8, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "dontcare", + "city": "San Jose", + "cuisine": "pizza and pasta" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "There is another nice restaurant called Antonella's Ristorante in San Jose.", + "utt_idx": 9, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Antonella's Ristorante", + "start": 40, + "end": 62 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 66, + "end": 74 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "That restaurant will work can you please make a reservation for 12:30.", + "utt_idx": 10, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + }, + { + "intent": "select", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "12:30", + "start": 64, + "end": 69 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Antonella's Ristorante", + "date": "", + "time": "12:30", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "dontcare", + "city": "San Jose", + "cuisine": "pizza and pasta" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I will be booking a table at Antonella's Ristorante in San Jose. The reservation will be set at 12:30 pm for today. And it is for 2 people is this correct.", + "utt_idx": 11, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "2" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Antonella's Ristorante", + "start": 29, + "end": 51 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "San Jose", + "start": 55, + "end": 63 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "12:30 pm", + "start": 96, + "end": 104 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "today", + "start": 109, + "end": 114 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes, thank you that is correct.", + "utt_idx": 12, + "dialogue_acts": { + "binary": [ + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Antonella's Ristorante", + "date": "today", + "time": "12:30|12:30 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "dontcare", + "city": "San Jose", + "cuisine": "pizza and pasta" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I have successful made your reservation.", + "utt_idx": 13, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_success", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "San Jose", + "date": "2019-03-01", + "party_size": "2", + "restaurant_name": "Antonella's Ristorante", + "time": "12:30" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "San Jose", + "cuisine": "Italian", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "2", + "phone_number": "408-279-4922", + "price_range": "moderate", + "restaurant_name": "Antonella's Ristorante", + "serves_alcohol": "True", + "street_address": "1701 Park Avenue", + "time": "12:30" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Thank you so much for setting that up.", + "utt_idx": 14, + "dialogue_acts": { + "binary": [ + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Antonella's Ristorante", + "date": "today", + "time": "12:30|12:30 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "dontcare", + "city": "San Jose", + "cuisine": "pizza and pasta" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Is there anything else that I can help you with.", + "utt_idx": 15, + "dialogue_acts": { + "binary": [ + { + "intent": "req_more", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "That is all thank you so much.", + "utt_idx": 16, + "dialogue_acts": { + "binary": [ + { + "intent": "negate", + "domain": "", + "slot": "" + }, + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Antonella's Ristorante", + "date": "today", + "time": "12:30|12:30 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "2", + "price_range": "dontcare", + "city": "San Jose", + "cuisine": "pizza and pasta" + } + }, + "active_intent": { + "Restaurants_1": "NONE" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Have a good day thank you.", + "utt_idx": 17, + "dialogue_acts": { + "binary": [ + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + } + ] + }, + { + "dataset": "sgd", + "data_split": "train", + "dialogue_id": "sgd-train-8", + "original_id": "1_00008", + "domains": [ + "Restaurants_1" + ], + "goal": { + "description": "", + "inform": {}, + "request": {} + }, + "turns": [ + { + "speaker": "user", + "utterance": "Can you find me something economical to eat in Pleasanton.", + "utt_idx": 0, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "FindRestaurants" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "price_range", + "value": "moderate" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "Pleasanton", + "start": 47, + "end": 57 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Are you looking for Italian, Indian or something else?", + "utt_idx": 1, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Italian", + "start": 20, + "end": 27 + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Indian", + "start": 29, + "end": 35 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "I would like some Italian food.", + "utt_idx": 2, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Italian", + "start": 18, + "end": 25 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Found 5 restaurants for you out of which De La Torre's Trattoria seems a great from Pleasanton.", + "utt_idx": 3, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "De La Torre's Trattoria", + "start": 41, + "end": 64 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "Pleasanton", + "start": 84, + "end": 94 + }, + { + "intent": "inform_count", + "domain": "Restaurants_1", + "slot": "count", + "value": "5", + "start": 6, + "end": 7 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "Pleasanton", + "cuisine": "Italian", + "price_range": "moderate" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Pleasanton", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "925-484-3878", + "price_range": "moderate", + "restaurant_name": "De La Torre's Trattoria", + "serves_alcohol": "False", + "street_address": "6025 West Las Positas Boulevard" + }, + { + "city": "Pleasanton", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "925-425-0099", + "price_range": "moderate", + "restaurant_name": "Forno Vecchio", + "serves_alcohol": "False", + "street_address": "680 Main Street" + }, + { + "city": "Pleasanton", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "925-846-2555", + "price_range": "moderate", + "restaurant_name": "Gay 90's Pizza Co.", + "serves_alcohol": "False", + "street_address": "288 Main Street" + }, + { + "city": "Pleasanton", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "925-417-2222", + "price_range": "moderate", + "restaurant_name": "Pastas Trattoria", + "serves_alcohol": "True", + "street_address": "405 Main Street" + }, + { + "city": "Pleasanton", + "cuisine": "Italian", + "has_live_music": "False", + "phone_number": "925-484-9600", + "price_range": "moderate", + "restaurant_name": "Strizzi's Restaurant - Pleasanton", + "serves_alcohol": "False", + "street_address": "649 Main Street" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Can you provide the address and do they have live music?", + "utt_idx": 4, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "street_address" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "has_live_music" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [ + "has_live_music", + "street_address" + ] + } + }, + { + "speaker": "system", + "utterance": "No, they do not have live music and its address is 6025 West Las Positas Boulevard.", + "utt_idx": 5, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "has_live_music", + "value": "False" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "street_address", + "value": "6025 West Las Positas Boulevard", + "start": 51, + "end": 82 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Any other recommendation?", + "utt_idx": 6, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Forno Vecchio also seems nice and its located n Pleasanton as well.", + "utt_idx": 7, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Forno Vecchio", + "start": 0, + "end": 13 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "Pleasanton", + "start": 48, + "end": 58 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Can you provide more options?", + "utt_idx": 8, + "dialogue_acts": { + "binary": [ + { + "intent": "request_alts", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Another good restaurant in Pleasanton in Gay 90's Pizza Co.", + "utt_idx": 9, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Gay 90's Pizza Co.", + "start": 41, + "end": 59 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "Pleasanton", + "start": 27, + "end": 37 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "That sounds like a good choice for me.", + "utt_idx": 10, + "dialogue_acts": { + "binary": [ + { + "intent": "select", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Gay 90's Pizza Co.", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Is there anything else?", + "utt_idx": 11, + "dialogue_acts": { + "binary": [ + { + "intent": "req_more", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes, make a reservation at the restaurant.", + "utt_idx": 12, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Gay 90's Pizza Co.", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "What time do you want me to make the reservation?", + "utt_idx": 13, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "time" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "I'll reach there at 1:30 pm.", + "utt_idx": 14, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "1:30 pm", + "start": 20, + "end": 27 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Gay 90's Pizza Co.", + "date": "", + "time": "1:30 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Please confirm that you want to make a reservation at Gay 90's Pizza Co. which is located in Pleasanton for 2 people. The reservation is for today at 1:30 pm.", + "utt_idx": 15, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "2" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Gay 90's Pizza Co.", + "start": 54, + "end": 72 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "Pleasanton", + "start": 93, + "end": 103 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "1:30 pm", + "start": 150, + "end": 157 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "today", + "start": 141, + "end": 146 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "No, change the time to 7 pm and for one person only.", + "utt_idx": 16, + "dialogue_acts": { + "binary": [ + { + "intent": "negate", + "domain": "", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "1" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "7 pm", + "start": 23, + "end": 27 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Gay 90's Pizza Co.", + "date": "", + "time": "7 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Alright, please confirm that the reservation is at 7 pm for 1 person.", + "utt_idx": 17, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "1" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "7 pm", + "start": 51, + "end": 55 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "No, change it on next friday.", + "utt_idx": 18, + "dialogue_acts": { + "binary": [ + { + "intent": "negate", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "date", + "value": "next friday", + "start": 17, + "end": 28 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Gay 90's Pizza Co.", + "date": "next friday", + "time": "7 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Sure. Please confirm that the date is now next Friday and for 1 person.", + "utt_idx": 19, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "1" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "next Friday", + "start": 42, + "end": 53 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes. Sounds good.", + "utt_idx": 20, + "dialogue_acts": { + "binary": [ + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Gay 90's Pizza Co.", + "date": "next Friday|next friday", + "time": "7 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Your reservation is booked.", + "utt_idx": 21, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_success", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Pleasanton", + "date": "2019-03-08", + "party_size": "1", + "restaurant_name": "Gay 90's Pizza Co.", + "time": "19:00" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Pleasanton", + "cuisine": "Italian", + "date": "2019-03-08", + "has_live_music": "False", + "party_size": "1", + "phone_number": "925-846-2555", + "price_range": "moderate", + "restaurant_name": "Gay 90's Pizza Co.", + "serves_alcohol": "False", + "street_address": "288 Main Street", + "time": "19:00" + } + ] + } + }, + { + "speaker": "user", + "utterance": "What is the address of the restaurant and do the have live music?", + "utt_idx": 22, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "has_live_music" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "street_address" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Gay 90's Pizza Co.", + "date": "next Friday|next friday", + "time": "7 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [ + "has_live_music", + "street_address" + ] + } + }, + { + "speaker": "system", + "utterance": "The address is 288 Main Street and No, they don't have live music either.", + "utt_idx": 23, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "has_live_music", + "value": "False" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "street_address", + "value": "288 Main Street", + "start": 15, + "end": 30 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Alright, Thank you.", + "utt_idx": 24, + "dialogue_acts": { + "binary": [ + { + "intent": "thank_you", + "domain": "", + "slot": "" + }, + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Gay 90's Pizza Co.", + "date": "next Friday|next friday", + "time": "7 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "moderate", + "city": "Pleasanton", + "cuisine": "Italian" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Have a great day.", + "utt_idx": 25, + "dialogue_acts": { + "binary": [ + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + } + ] + }, + { + "dataset": "sgd", + "data_split": "train", + "dialogue_id": "sgd-train-9", + "original_id": "1_00009", + "domains": [ + "Restaurants_1" + ], + "goal": { + "description": "", + "inform": {}, + "request": {} + }, + "turns": [ + { + "speaker": "user", + "utterance": "I am looking to eat somewhere", + "utt_idx": 0, + "dialogue_acts": { + "binary": [ + { + "intent": "inform_intent", + "domain": "Restaurants_1", + "slot": "FindRestaurants" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "", + "cuisine": "" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "What city would you like to go? Do you want American or Italian?", + "utt_idx": 1, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "city" + } + ], + "categorical": [], + "non-categorical": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "American", + "start": 44, + "end": 52 + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "Italian", + "start": 56, + "end": 63 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "I want some breakfast in Fairfield", + "utt_idx": 2, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "cuisine", + "value": "breakfast", + "start": 12, + "end": 21 + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "city", + "value": "Fairfield", + "start": 25, + "end": 34 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Fairfield", + "cuisine": "breakfast" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "I recommend Mimi's cafe in fairfield", + "utt_idx": 3, + "dialogue_acts": { + "binary": [], + "categorical": [], + "non-categorical": [ + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "Mimi's cafe", + "start": 12, + "end": 23 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "city", + "value": "fairfield", + "start": 27, + "end": 36 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "FindRestaurants", + "parameters": { + "city": "Fairfield", + "cuisine": "Breakfast" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Fairfield", + "cuisine": "Breakfast", + "has_live_music": "False", + "phone_number": "707-421-0835", + "price_range": "moderate", + "restaurant_name": "Mimi's Cafe", + "serves_alcohol": "True", + "street_address": "1650 Gateway Boulevard" + } + ] + } + }, + { + "speaker": "user", + "utterance": "Do they have live music with liquor", + "utt_idx": 4, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "serves_alcohol" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "has_live_music" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Fairfield|fairfield", + "cuisine": "breakfast" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [ + "has_live_music", + "serves_alcohol" + ] + } + }, + { + "speaker": "system", + "utterance": "They do not have live music but they do have alcohol", + "utt_idx": 5, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "has_live_music", + "value": "False" + }, + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "serves_alcohol", + "value": "True" + } + ], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "ok that works", + "utt_idx": 6, + "dialogue_acts": { + "binary": [ + { + "intent": "select", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Mimi's cafe", + "date": "", + "time": "", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "", + "price_range": "", + "city": "Fairfield|fairfield", + "cuisine": "breakfast" + } + }, + "active_intent": { + "Restaurants_1": "FindRestaurants" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Do you want me to reserve a table for you", + "utt_idx": 7, + "dialogue_acts": { + "binary": [ + { + "intent": "offer_intent", + "domain": "Restaurants_1", + "slot": "ReserveRestaurant" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "Yes, please make reservation for one people this evening 4:45", + "utt_idx": 8, + "dialogue_acts": { + "binary": [ + { + "intent": "affirm_intent", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "1" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "time", + "value": "evening 4:45", + "start": 49, + "end": 61 + } + ] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Mimi's cafe", + "date": "", + "time": "evening 4:45", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Fairfield|fairfield", + "cuisine": "breakfast" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "Please confirm your booking at mimi's cafe in Fairfield for 1 people today at 4:45 pm", + "utt_idx": 9, + "dialogue_acts": { + "binary": [], + "categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "1" + } + ], + "non-categorical": [ + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "mimi's cafe", + "start": 31, + "end": 42 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "city", + "value": "Fairfield", + "start": 46, + "end": 55 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "time", + "value": "4:45 pm", + "start": 78, + "end": 85 + }, + { + "intent": "confirm", + "domain": "Restaurants_1", + "slot": "date", + "value": "today", + "start": 69, + "end": 74 + } + ] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "thats correct. What is their phone number what how expensive are they", + "utt_idx": 10, + "dialogue_acts": { + "binary": [ + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "phone_number" + }, + { + "intent": "request", + "domain": "Restaurants_1", + "slot": "price_range" + }, + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Mimi's cafe|mimi's cafe", + "date": "today", + "time": "4:45 pm|evening 4:45", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Fairfield|fairfield", + "cuisine": "breakfast" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [ + "phone_number", + "price_range" + ] + } + }, + { + "speaker": "system", + "utterance": "Sorry, they are fully booked. Shall i try to make reservation for 1 people today at 5 pm? The price range is Moderate at mimi's cafe and their phone number is 707-421-0835", + "utt_idx": 11, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_failure", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "price_range", + "value": "moderate" + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "party_size", + "value": "1" + } + ], + "non-categorical": [ + { + "intent": "inform", + "domain": "Restaurants_1", + "slot": "phone_number", + "value": "707-421-0835", + "start": 159, + "end": 171 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "restaurant_name", + "value": "mimi's cafe", + "start": 121, + "end": 132 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "date", + "value": "today", + "start": 75, + "end": 80 + }, + { + "intent": "offer", + "domain": "Restaurants_1", + "slot": "time", + "value": "5 pm", + "start": 84, + "end": 88 + } + ] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Fairfield", + "date": "2019-03-01", + "party_size": "1", + "restaurant_name": "Mimi's Cafe", + "time": "16:45" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Fairfield", + "cuisine": "Breakfast", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "1", + "phone_number": "707-421-0835", + "price_range": "moderate", + "restaurant_name": "Mimi's Cafe", + "serves_alcohol": "True", + "street_address": "1650 Gateway Boulevard", + "time": "17:00" + } + ] + } + }, + { + "speaker": "user", + "utterance": "yes thats fine", + "utt_idx": 12, + "dialogue_acts": { + "binary": [ + { + "intent": "affirm", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Mimi's cafe|mimi's cafe", + "date": "today", + "time": "5 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Fairfield|fairfield", + "cuisine": "breakfast" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "your seat is booked", + "utt_idx": 13, + "dialogue_acts": { + "binary": [ + { + "intent": "notify_success", + "domain": "Restaurants_1", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": { + "Restaurants_1": { + "method": "ReserveRestaurant", + "parameters": { + "city": "Fairfield", + "date": "2019-03-01", + "party_size": "1", + "restaurant_name": "Mimi's Cafe", + "time": "17:00" + } + } + }, + "db_results": { + "Restaurants_1": [ + { + "city": "Fairfield", + "cuisine": "Breakfast", + "date": "2019-03-01", + "has_live_music": "False", + "party_size": "1", + "phone_number": "707-421-0835", + "price_range": "moderate", + "restaurant_name": "Mimi's Cafe", + "serves_alcohol": "True", + "street_address": "1650 Gateway Boulevard", + "time": "17:00" + } + ] + } + }, + { + "speaker": "user", + "utterance": "thanks", + "utt_idx": 14, + "dialogue_acts": { + "binary": [ + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Mimi's cafe|mimi's cafe", + "date": "today", + "time": "5 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Fairfield|fairfield", + "cuisine": "breakfast" + } + }, + "active_intent": { + "Restaurants_1": "ReserveRestaurant" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "anything else i can help you with?", + "utt_idx": 15, + "dialogue_acts": { + "binary": [ + { + "intent": "req_more", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + }, + { + "speaker": "user", + "utterance": "no thats it", + "utt_idx": 16, + "dialogue_acts": { + "binary": [ + { + "intent": "negate", + "domain": "", + "slot": "" + }, + { + "intent": "thank_you", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "state": { + "Restaurants_1": { + "restaurant_name": "Mimi's cafe|mimi's cafe", + "date": "today", + "time": "5 pm", + "serves_alcohol": "", + "has_live_music": "", + "phone_number": "", + "street_address": "", + "party_size": "1", + "price_range": "", + "city": "Fairfield|fairfield", + "cuisine": "breakfast" + } + }, + "active_intent": { + "Restaurants_1": "NONE" + }, + "requested_slots": { + "Restaurants_1": [] + } + }, + { + "speaker": "system", + "utterance": "have a nice day", + "utt_idx": 17, + "dialogue_acts": { + "binary": [ + { + "intent": "goodbye", + "domain": "", + "slot": "" + } + ], + "categorical": [], + "non-categorical": [] + }, + "service_call": {}, + "db_results": {} + } + ] + } +] \ No newline at end of file