| [ |
| { |
| "dataset": "sgd1", |
| "data_split": "train", |
| "dialogue_id": "sgd1-train-0", |
| "original_id": "1_00000", |
| "domains": [ |
| "Restaurants_11" |
| ], |
| "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_11", |
| "slot": "FindARestaurant" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "", |
| "cuisine_type": "" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "location" |
| } |
| ], |
| "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_11", |
| "slot": "location", |
| "value": "San Jose", |
| "start": 29, |
| "end": 37 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "cuisine_type", |
| "value": "Mexican", |
| "start": 52, |
| "end": 59 |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "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_11", |
| "slot": "cuisine_type", |
| "value": "American", |
| "start": 26, |
| "end": 34 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "American" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "71 Saint Peter", |
| "start": 14, |
| "end": 28 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Jose", |
| "start": 68, |
| "end": 76 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "American", |
| "location": "San Jose" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "True", |
| "business_address": "71 North San Pedro Street", |
| "contact_number": "408-971-8523", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "71 Saint Peter" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "2400 Forest Avenue", |
| "contact_number": "408-261-5787", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Bazille" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "99 South 1st Street", |
| "contact_number": "408-292-4300", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Billy Berk's" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "511 Coleman Avenue", |
| "contact_number": "408-343-7230", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Bj's Restaurant & Brewhouse" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "1202 Lincoln Avenue", |
| "contact_number": "408-816-7251", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "expensive", |
| "restaurant": "Black Sheep Brasserie" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "2445 Fontaine Road", |
| "contact_number": "408-238-9110", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Chuck E. Cheese's" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "61 Curtner Avenue", |
| "contact_number": "408-292-7444", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Famous Dave's Bar-b-que" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "69 North San Pedro Street", |
| "contact_number": "408-287-6969", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Firehouse No.1 Gastropub" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "230 Jackson Street", |
| "contact_number": "408-279-4888", |
| "cuisine_type": "American", |
| "live_music": "True", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Hukilau" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "1238 Lincoln Avenue", |
| "contact_number": "408-998-1440", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "John's Of Willow Glen" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Can you give me the address of this restaurant.", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "business_address" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "American" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "business_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_11", |
| "slot": "business_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_11", |
| "slot": "contact_number" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "American" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "contact_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_11", |
| "slot": "contact_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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "American" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Bazille", |
| "start": 19, |
| "end": 26 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "menu_price_range", |
| "value": "moderate" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Palo Alto", |
| "start": 113, |
| "end": 122 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Palo Alto", |
| "cuisine_type": "American" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Bird Dog", |
| "start": 53, |
| "end": 61 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Palo Alto", |
| "start": 107, |
| "end": 116 |
| }, |
| { |
| "intent": "inform_count", |
| "domain": "Restaurants_11", |
| "slot": "count", |
| "value": "7", |
| "start": 11, |
| "end": 12 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "American", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "True", |
| "business_address": "550 Stanford Shopping Center", |
| "contact_number": "650-688-2614", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "restaurant": "Bazille" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "420 Ramona Street", |
| "contact_number": "650-656-8180", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "restaurant": "Bird Dog" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "2363 Birch Street", |
| "contact_number": "650-327-0284", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "restaurant": "Bistro Elan" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "445 California Avenue", |
| "contact_number": "650-326-8640", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "restaurant": "Cafe Brioche" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "3398 El Camino Real", |
| "contact_number": "650-493-6787", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "restaurant": "Cibo Restaurant & Bar" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "271 University Avenue", |
| "contact_number": "650-322-7509", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "restaurant": "Local Union 271" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "140 University Avenue", |
| "contact_number": "650-321-3514", |
| "cuisine_type": "American", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "restaurant": "Palo Alto Grill" |
| } |
| ] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "ReserveATable" |
| }, |
| { |
| "intent": "select", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Bird Dog", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Palo Alto", |
| "cuisine_type": "American" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "For which time do you want the booking to be?", |
| "utt_idx": 15, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day" |
| } |
| ], |
| "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_11", |
| "slot": "time_of_day", |
| "value": "11:30 am", |
| "start": 26, |
| "end": 34 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Bird Dog", |
| "dining_date": "", |
| "time_of_day": "11:30 am", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Palo Alto", |
| "cuisine_type": "American" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "2" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Bird Dog", |
| "start": 78, |
| "end": 86 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Palo Alto", |
| "start": 101, |
| "end": 110 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "11:30 am", |
| "start": 62, |
| "end": 70 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11", |
| "slot": "live_music" |
| }, |
| { |
| "intent": "affirm", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Bird Dog", |
| "dining_date": "today", |
| "time_of_day": "11:30 am", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "moderate", |
| "location": "Palo Alto", |
| "cuisine_type": "American" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "live_music", |
| "value": "False" |
| } |
| ], |
| "non-categorical": [] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-01", |
| "location": "Palo Alto", |
| "reservation_size": "2", |
| "restaurant": "Bird Dog", |
| "time_of_day": "11:30" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "420 Ramona Street", |
| "contact_number": "650-656-8180", |
| "cuisine_type": "American", |
| "dining_date": "2019-03-01", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "reservation_size": "2", |
| "restaurant": "Bird Dog", |
| "time_of_day": "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_11", |
| "slot": "alcohol" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "business_address" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Bird Dog", |
| "dining_date": "today", |
| "time_of_day": "11:30 am", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "moderate", |
| "location": "Palo Alto", |
| "cuisine_type": "American" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "alcohol", |
| "business_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_11", |
| "slot": "alcohol", |
| "value": "False" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "business_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_11": { |
| "restaurant": "Bird Dog", |
| "dining_date": "today", |
| "time_of_day": "11:30 am", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "moderate", |
| "location": "Palo Alto", |
| "cuisine_type": "American" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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": "sgd1", |
| "data_split": "train", |
| "dialogue_id": "sgd1-train-1", |
| "original_id": "1_00001", |
| "domains": [ |
| "Restaurants_11" |
| ], |
| "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_11", |
| "slot": "FindARestaurant" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "", |
| "cuisine_type": "" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "cuisine_type" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "location" |
| } |
| ], |
| "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_11", |
| "slot": "cuisine_type", |
| "value": "Punjabi", |
| "start": 5, |
| "end": 12 |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "milpitas", |
| "start": 30, |
| "end": 38 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "milpitas", |
| "cuisine_type": "Punjabi" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Anjappar Chettinad Restaurant", |
| "start": 62, |
| "end": 91 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Milpitas", |
| "start": 29, |
| "end": 37 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "Indian", |
| "location": "Milpitas" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "Milpitas Square", |
| "contact_number": "408-435-5500", |
| "cuisine_type": "Indian", |
| "live_music": "False", |
| "location": "Milpitas", |
| "menu_price_range": "moderate", |
| "restaurant": "Anjappar Chettinad Restaurant" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "212 Ranch Drive", |
| "contact_number": "408-941-1700", |
| "cuisine_type": "Indian", |
| "live_music": "False", |
| "location": "Milpitas", |
| "menu_price_range": "moderate", |
| "restaurant": "Aria Dining & Banquets Fine Indian Cuisine" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "127 Dixon Road", |
| "contact_number": "408-833-6333", |
| "cuisine_type": "Indian", |
| "live_music": "False", |
| "location": "Milpitas", |
| "menu_price_range": "moderate", |
| "restaurant": "Bezawada" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "560 North Abel Street", |
| "contact_number": "408-945-1500", |
| "cuisine_type": "Indian", |
| "live_music": "False", |
| "location": "Milpitas", |
| "menu_price_range": "moderate", |
| "restaurant": "Vedas Indian Restaurant" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Ok, What is the address? How pricey are they?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "menu_price_range" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "business_address" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Punjabi" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "menu_price_range", |
| "business_address" |
| ] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "Price range is moderate, The address is Milpitas Square", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "binary": [], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "menu_price_range", |
| "value": "moderate" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "business_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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Punjabi" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Aria Dining & Banquets Fine Indian Cuisine", |
| "start": 36, |
| "end": 78 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "value": "Take-out", |
| "start": 40, |
| "end": 48 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Take-out" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Olive garden Italian Restaurant", |
| "start": 23, |
| "end": 54 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Milpitas", |
| "start": 58, |
| "end": 66 |
| }, |
| { |
| "intent": "inform_count", |
| "domain": "Restaurants_11", |
| "slot": "count", |
| "value": "2", |
| "start": 8, |
| "end": 9 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "Take-out", |
| "location": "Milpitas" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "True", |
| "business_address": "1350 Great Mall Drive", |
| "contact_number": "408-935-8176", |
| "cuisine_type": "Take-out", |
| "live_music": "False", |
| "location": "Milpitas", |
| "menu_price_range": "moderate", |
| "restaurant": "Olive Garden Italian Restaurant" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "167 South Main Street", |
| "contact_number": "669-213-9385", |
| "cuisine_type": "Take-out", |
| "live_music": "False", |
| "location": "Milpitas", |
| "menu_price_range": "moderate", |
| "restaurant": "Red Chillies The Malabar Cuisine" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Yes, it seems good for me", |
| "utt_idx": 10, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "select", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Olive garden Italian Restaurant", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Take-out" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "shall i reserve a table here for you?", |
| "utt_idx": 11, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "offer_intent", |
| "domain": "Restaurants_11", |
| "slot": "ReserveATable" |
| } |
| ], |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "dining_date", |
| "value": "the 11th", |
| "start": 18, |
| "end": 26 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Olive garden Italian Restaurant", |
| "dining_date": "the 11th", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Take-out" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "please tell me what time is the reservation for?", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day" |
| } |
| ], |
| "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_11", |
| "slot": "time_of_day", |
| "value": "afternoon 1:30", |
| "start": 3, |
| "end": 17 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Olive garden Italian Restaurant", |
| "dining_date": "the 11th", |
| "time_of_day": "afternoon 1:30", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Take-out" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "2" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Olive Garden Italian Restaurant", |
| "start": 57, |
| "end": 88 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Milpitas", |
| "start": 92, |
| "end": 100 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "1:30 pm", |
| "start": 135, |
| "end": 142 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11", |
| "slot": "reservation_size", |
| "value": "1" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "twelve in the afternoon", |
| "start": 19, |
| "end": 42 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Olive Garden Italian Restaurant|Olive garden Italian Restaurant", |
| "dining_date": "March 11th|the 11th", |
| "time_of_day": "twelve in the afternoon", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Take-out" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "1" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "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_11": { |
| "restaurant": "Olive Garden Italian Restaurant|Olive garden Italian Restaurant", |
| "dining_date": "March 11th|the 11th", |
| "time_of_day": "12 pm|twelve in the afternoon", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Take-out" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "Congrats, your reservation is confirmed", |
| "utt_idx": 19, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "notify_success", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-11", |
| "location": "Milpitas", |
| "reservation_size": "1", |
| "restaurant": "Olive Garden Italian Restaurant", |
| "time_of_day": "12:00" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "True", |
| "business_address": "1350 Great Mall Drive", |
| "contact_number": "408-935-8176", |
| "cuisine_type": "Take-out", |
| "dining_date": "2019-03-11", |
| "live_music": "False", |
| "location": "Milpitas", |
| "menu_price_range": "moderate", |
| "reservation_size": "1", |
| "restaurant": "Olive Garden Italian Restaurant", |
| "time_of_day": "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_11", |
| "slot": "business_address" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "live_music" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Olive Garden Italian Restaurant|Olive garden Italian Restaurant", |
| "dining_date": "March 11th|the 11th", |
| "time_of_day": "12 pm|twelve in the afternoon", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Take-out" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "live_music", |
| "business_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_11", |
| "slot": "live_music", |
| "value": "False" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "business_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_11": { |
| "restaurant": "Olive Garden Italian Restaurant|Olive garden Italian Restaurant", |
| "dining_date": "March 11th|the 11th", |
| "time_of_day": "12 pm|twelve in the afternoon", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Take-out" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11": { |
| "restaurant": "Olive Garden Italian Restaurant|Olive garden Italian Restaurant", |
| "dining_date": "March 11th|the 11th", |
| "time_of_day": "12 pm|twelve in the afternoon", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Milpitas|milpitas", |
| "cuisine_type": "Take-out" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "NONE" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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": "sgd1", |
| "data_split": "train", |
| "dialogue_id": "sgd1-train-2", |
| "original_id": "1_00002", |
| "domains": [ |
| "Restaurants_11" |
| ], |
| "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_11", |
| "slot": "FindARestaurant" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "", |
| "cuisine_type": "" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "location" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type" |
| } |
| ], |
| "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_11", |
| "slot": "cuisine_type", |
| "value": "Ethiopian", |
| "start": 8, |
| "end": 17 |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Berkeley", |
| "start": 29, |
| "end": 37 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Berkeley", |
| "cuisine_type": "Ethiopian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Addis Restaurant", |
| "start": 44, |
| "end": 60 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Berkeley", |
| "start": 34, |
| "end": 42 |
| }, |
| { |
| "intent": "inform_count", |
| "domain": "Restaurants_11", |
| "slot": "count", |
| "value": "4", |
| "start": 7, |
| "end": 8 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "Ethiopian", |
| "location": "Berkeley" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "6100 Telegraph Avenue", |
| "contact_number": "510-653-3456", |
| "cuisine_type": "Ethiopian", |
| "live_music": "False", |
| "location": "Berkeley", |
| "menu_price_range": "moderate", |
| "restaurant": "Addis Restaurant" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "6430 Telegraph Avenue", |
| "contact_number": "510-923-6181", |
| "cuisine_type": "Ethiopian", |
| "live_music": "False", |
| "location": "Berkeley", |
| "menu_price_range": "moderate", |
| "restaurant": "Barcote | Ethiopian Restaurant" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "2955 Telegraph Avenue", |
| "contact_number": "510-843-1992", |
| "cuisine_type": "Ethiopian", |
| "live_music": "False", |
| "location": "Berkeley", |
| "menu_price_range": "inexpensive", |
| "restaurant": "Ethiopia Restaurant" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "2556 Telegraph Avenue", |
| "contact_number": "510-883-0167", |
| "cuisine_type": "Ethiopian", |
| "live_music": "False", |
| "location": "Berkeley", |
| "menu_price_range": "moderate", |
| "restaurant": "Finfine Restaurant" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Do they have live music?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "live_music" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Berkeley", |
| "cuisine_type": "Ethiopian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "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_11", |
| "slot": "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_11", |
| "slot": "ReserveATable" |
| }, |
| { |
| "intent": "select", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "dining_date", |
| "value": "the 4th", |
| "start": 45, |
| "end": 52 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Addis Restaurant", |
| "dining_date": "the 4th", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Berkeley", |
| "cuisine_type": "Ethiopian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "At what time will you be arriving at the restaurant?", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day" |
| } |
| ], |
| "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_11", |
| "slot": "time_of_day", |
| "value": "17:15", |
| "start": 47, |
| "end": 52 |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "dining_date", |
| "value": "2nd of this month", |
| "start": 26, |
| "end": 43 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Addis Restaurant", |
| "dining_date": "2nd of this month", |
| "time_of_day": "17:15", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Berkeley", |
| "cuisine_type": "Ethiopian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "2" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Addis Restaurant", |
| "start": 61, |
| "end": 77 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Berkeley", |
| "start": 81, |
| "end": 89 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "5:15 pm", |
| "start": 106, |
| "end": 113 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11", |
| "slot": "alcohol" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "menu_price_range" |
| }, |
| { |
| "intent": "affirm", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Addis Restaurant", |
| "dining_date": "2nd of this month|tomorrow", |
| "time_of_day": "17:15|5:15 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "Berkeley", |
| "cuisine_type": "Ethiopian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "menu_price_range", |
| "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_11", |
| "slot": "" |
| }, |
| { |
| "intent": "req_more", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-02", |
| "location": "Berkeley", |
| "reservation_size": "2", |
| "restaurant": "Addis Restaurant", |
| "time_of_day": "17:15" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "6100 Telegraph Avenue", |
| "contact_number": "510-653-3456", |
| "cuisine_type": "Ethiopian", |
| "dining_date": "2019-03-02", |
| "live_music": "False", |
| "location": "Berkeley", |
| "menu_price_range": "moderate", |
| "reservation_size": "2", |
| "restaurant": "Addis Restaurant", |
| "time_of_day": "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_11", |
| "slot": "ReserveATable" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "17:30", |
| "start": 41, |
| "end": 46 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Addis Restaurant", |
| "dining_date": "2nd of this month|tomorrow", |
| "time_of_day": "17:30", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "Berkeley", |
| "cuisine_type": "Ethiopian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "2" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Addis Restaurant", |
| "start": 66, |
| "end": 82 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Berkeley", |
| "start": 86, |
| "end": 94 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "5:30 pm", |
| "start": 111, |
| "end": 118 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11": { |
| "restaurant": "Addis Restaurant", |
| "dining_date": "2nd of this month|tomorrow", |
| "time_of_day": "17:30|5:30 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "Berkeley", |
| "cuisine_type": "Ethiopian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "Your table has been reserved.", |
| "utt_idx": 15, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "notify_success", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-02", |
| "location": "Berkeley", |
| "reservation_size": "2", |
| "restaurant": "Addis Restaurant", |
| "time_of_day": "17:30" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "6100 Telegraph Avenue", |
| "contact_number": "510-653-3456", |
| "cuisine_type": "Ethiopian", |
| "dining_date": "2019-03-02", |
| "live_music": "False", |
| "location": "Berkeley", |
| "menu_price_range": "moderate", |
| "reservation_size": "2", |
| "restaurant": "Addis Restaurant", |
| "time_of_day": "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_11": { |
| "restaurant": "Addis Restaurant", |
| "dining_date": "2nd of this month|tomorrow", |
| "time_of_day": "17:30|5:30 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "Berkeley", |
| "cuisine_type": "Ethiopian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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": "sgd1", |
| "data_split": "train", |
| "dialogue_id": "sgd1-train-3", |
| "original_id": "1_00003", |
| "domains": [ |
| "Restaurants_11" |
| ], |
| "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_11", |
| "slot": "FindARestaurant" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "", |
| "cuisine_type": "" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "location" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type" |
| } |
| ], |
| "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_11", |
| "slot": "cuisine_type", |
| "value": "Freshwater fish", |
| "start": 5, |
| "end": 20 |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Palo Alto", |
| "start": 37, |
| "end": 46 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Palo Alto", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Odori Japanese Cuisine", |
| "start": 23, |
| "end": 45 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Palo Alto", |
| "start": 70, |
| "end": 79 |
| }, |
| { |
| "intent": "inform_count", |
| "domain": "Restaurants_11", |
| "slot": "count", |
| "value": "4", |
| "start": 8, |
| "end": 9 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "Seafood", |
| "location": "Palo Alto" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "2111 El Camino Real", |
| "contact_number": "650-327-2222", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "restaurant": "Odori Japanese Cuisine" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "900 Stanford Shopping Center Bldg. W Bldg. W", |
| "contact_number": "650-330-1782", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "restaurant": "P.f. Chang's" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "3150 El Camino Real", |
| "contact_number": "650-493-9188", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "restaurant": "The Fish Market" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "4269 El Camino Real", |
| "contact_number": "650-213-1111", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "very expensive", |
| "restaurant": "The Sea By Alexander's Steakhouse" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Could you suggest any other restaurant?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request_alts", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Palo Alto", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "P.f. Chang's", |
| "start": 0, |
| "end": 12 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "P.f. Chang's", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Palo Alto", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "Would you like to reserve a table here?", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "offer_intent", |
| "domain": "Restaurants_11", |
| "slot": "ReserveATable" |
| } |
| ], |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "reservation_size", |
| "value": "1" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "half past 6 in the evening", |
| "start": 54, |
| "end": 80 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "P.f. Chang's", |
| "dining_date": "", |
| "time_of_day": "half past 6 in the evening", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Palo Alto", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "1" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "P.f. Chang's", |
| "start": 41, |
| "end": 53 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Palo Alto", |
| "start": 74, |
| "end": 83 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "6:30 pm", |
| "start": 57, |
| "end": 64 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11", |
| "slot": "menu_price_range" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "contact_number" |
| }, |
| { |
| "intent": "affirm", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "P.f. Chang's", |
| "dining_date": "today", |
| "time_of_day": "6:30 pm|half past 6 in the evening", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Palo Alto", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "contact_number", |
| "menu_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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "menu_price_range", |
| "value": "moderate" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "contact_number", |
| "value": "650-330-1782", |
| "start": 88, |
| "end": 100 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-01", |
| "location": "Palo Alto", |
| "reservation_size": "1", |
| "restaurant": "P.f. Chang's", |
| "time_of_day": "18:30" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "True", |
| "business_address": "900 Stanford Shopping Center Bldg. W Bldg. W", |
| "contact_number": "650-330-1782", |
| "cuisine_type": "Seafood", |
| "dining_date": "2019-03-01", |
| "live_music": "False", |
| "location": "Palo Alto", |
| "menu_price_range": "moderate", |
| "reservation_size": "1", |
| "restaurant": "P.f. Chang's", |
| "time_of_day": "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_11": { |
| "restaurant": "P.f. Chang's", |
| "dining_date": "today", |
| "time_of_day": "6:30 pm|half past 6 in the evening", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Palo Alto", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11": { |
| "restaurant": "P.f. Chang's", |
| "dining_date": "today", |
| "time_of_day": "6:30 pm|half past 6 in the evening", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Palo Alto", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "NONE" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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": "sgd1", |
| "data_split": "train", |
| "dialogue_id": "sgd1-train-4", |
| "original_id": "1_00004", |
| "domains": [ |
| "Restaurants_11" |
| ], |
| "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_11", |
| "slot": "FindARestaurant" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "", |
| "cuisine_type": "" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "location" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "value": "Mexican", |
| "start": 88, |
| "end": 95 |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "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_11", |
| "slot": "cuisine_type", |
| "value": "Lobster", |
| "start": 0, |
| "end": 7 |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Mateo", |
| "start": 39, |
| "end": 48 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Mateo", |
| "cuisine_type": "Lobster" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Andes Cafe San Mateo", |
| "start": 28, |
| "end": 48 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Mateo", |
| "start": 74, |
| "end": 83 |
| }, |
| { |
| "intent": "inform_count", |
| "domain": "Restaurants_11", |
| "slot": "count", |
| "value": "9", |
| "start": 13, |
| "end": 14 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "Seafood", |
| "location": "San Mateo" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "2317 South El Camino Real", |
| "contact_number": "650-581-1305", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Mateo", |
| "menu_price_range": "moderate", |
| "restaurant": "Andes Cafe San Mateo" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "428 East 3rd Avenue", |
| "contact_number": "650-348-7810", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Mateo", |
| "menu_price_range": "moderate", |
| "restaurant": "Fuji Sukiyaki" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "570 South Norfolk Street", |
| "contact_number": "650-347-1228", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Mateo", |
| "menu_price_range": "inexpensive", |
| "restaurant": "Golden Wok" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "30 South B Street", |
| "contact_number": "650-340-8974", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Mateo", |
| "menu_price_range": "moderate", |
| "restaurant": "Joy Sushi" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "73 East 3rd Avenue", |
| "contact_number": "650-342-0288", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Mateo", |
| "menu_price_range": "moderate", |
| "restaurant": "Ni-mo Japanese Cuisine" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "1952 South El Camino Real", |
| "contact_number": "650-315-2827", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Mateo", |
| "menu_price_range": "moderate", |
| "restaurant": "Seapot" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "1855 South Norfolk Street", |
| "contact_number": "650-349-3474", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Mateo", |
| "menu_price_range": "moderate", |
| "restaurant": "The Fish Market" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "1855 South Norfolk Street", |
| "contact_number": "650-349-1845", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Mateo", |
| "menu_price_range": "expensive", |
| "restaurant": "Top Of The Market" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "54 37th Avenue", |
| "contact_number": "650-358-0298", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Mateo", |
| "menu_price_range": "moderate", |
| "restaurant": "Yuzu" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "What's their phone number?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "contact_number" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Mateo", |
| "cuisine_type": "Lobster" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "contact_number" |
| ] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "Their number is 650-581-1305.", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "binary": [], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "contact_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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Mateo", |
| "cuisine_type": "Lobster" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Fuji Sukiyaki", |
| "start": 0, |
| "end": 13 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "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_11", |
| "slot": "live_music" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Mateo", |
| "cuisine_type": "Lobster" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "live_music" |
| ] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "They do not.", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "binary": [], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Mateo", |
| "cuisine_type": "Lobster" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Golden Wok", |
| "start": 0, |
| "end": 10 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "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_11", |
| "slot": "ReserveATable" |
| }, |
| { |
| "intent": "select", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "evening 5:30", |
| "start": 67, |
| "end": 79 |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "dining_date", |
| "value": "March 14th", |
| "start": 83, |
| "end": 93 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Golden Wok", |
| "dining_date": "March 14th", |
| "time_of_day": "evening 5:30", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Mateo", |
| "cuisine_type": "Lobster" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "2" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Golden Wok", |
| "start": 49, |
| "end": 59 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Mateo", |
| "start": 63, |
| "end": 72 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "5:30 pm", |
| "start": 99, |
| "end": 106 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11", |
| "slot": "alcohol" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "live_music" |
| }, |
| { |
| "intent": "affirm", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Golden Wok", |
| "dining_date": "March 14th", |
| "time_of_day": "5:30 pm|evening 5:30", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "San Mateo", |
| "cuisine_type": "Lobster" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "live_music", |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "live_music", |
| "value": "False" |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "alcohol", |
| "value": "False" |
| } |
| ], |
| "non-categorical": [] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-14", |
| "location": "San Mateo", |
| "reservation_size": "2", |
| "restaurant": "Golden Wok", |
| "time_of_day": "17:30" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "570 South Norfolk Street", |
| "contact_number": "650-347-1228", |
| "cuisine_type": "Seafood", |
| "dining_date": "2019-03-14", |
| "live_music": "False", |
| "location": "San Mateo", |
| "menu_price_range": "inexpensive", |
| "reservation_size": "2", |
| "restaurant": "Golden Wok", |
| "time_of_day": "17:30" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Thanks so much!", |
| "utt_idx": 16, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "thank_you", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Golden Wok", |
| "dining_date": "March 14th", |
| "time_of_day": "5:30 pm|evening 5:30", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "San Mateo", |
| "cuisine_type": "Lobster" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11": { |
| "restaurant": "Golden Wok", |
| "dining_date": "March 14th", |
| "time_of_day": "5:30 pm|evening 5:30", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "San Mateo", |
| "cuisine_type": "Lobster" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "NONE" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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": "sgd1", |
| "data_split": "train", |
| "dialogue_id": "sgd1-train-5", |
| "original_id": "1_00005", |
| "domains": [ |
| "Restaurants_11" |
| ], |
| "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_11", |
| "slot": "FindARestaurant" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "value": "Filipino", |
| "start": 18, |
| "end": 26 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "", |
| "cuisine_type": "Filipino" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "Which City are you looking at?", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "location" |
| } |
| ], |
| "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_11", |
| "slot": "location", |
| "value": "San Bruno", |
| "start": 17, |
| "end": 26 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Bruno", |
| "cuisine_type": "Filipino" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Cabalen", |
| "start": 22, |
| "end": 29 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Bruno", |
| "start": 47, |
| "end": 56 |
| }, |
| { |
| "intent": "inform_count", |
| "domain": "Restaurants_11", |
| "slot": "count", |
| "value": "3", |
| "start": 7, |
| "end": 8 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "Filipino", |
| "location": "San Bruno" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "495 San Mateo Avenue", |
| "contact_number": "650-225-9221", |
| "cuisine_type": "Filipino", |
| "live_music": "False", |
| "location": "San Bruno", |
| "menu_price_range": "inexpensive", |
| "restaurant": "Cabalen" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "448 San Mateo Avenue", |
| "contact_number": "650-588-6078", |
| "cuisine_type": "Filipino", |
| "live_music": "False", |
| "location": "San Bruno", |
| "menu_price_range": "moderate", |
| "restaurant": "Isla Restaurant" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "460 San Mateo Avenue", |
| "contact_number": "650-952-5739", |
| "cuisine_type": "Filipino", |
| "live_music": "False", |
| "location": "San Bruno", |
| "menu_price_range": "inexpensive", |
| "restaurant": "Kuya's Asian Cuisine" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Any other suggestions?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request_alts", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Bruno", |
| "cuisine_type": "Filipino" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "What about Isla Restaurant in San Bruno?", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "binary": [], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Isla Restaurant", |
| "start": 11, |
| "end": 26 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "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_11", |
| "slot": "business_address" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "menu_price_range", |
| "value": "inexpensive" |
| } |
| ], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Bruno", |
| "cuisine_type": "Filipino" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "menu_price_range", |
| "business_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_11", |
| "slot": "menu_price_range", |
| "value": "moderate" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "business_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_11", |
| "slot": "ReserveATable" |
| }, |
| { |
| "intent": "select", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Isla Restaurant", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Bruno", |
| "cuisine_type": "Filipino" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "What time for?", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day" |
| } |
| ], |
| "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_11", |
| "slot": "time_of_day", |
| "value": "six pm", |
| "start": 15, |
| "end": 21 |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "dining_date", |
| "value": "the 12th", |
| "start": 3, |
| "end": 11 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Isla Restaurant", |
| "dining_date": "the 12th", |
| "time_of_day": "six pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Bruno", |
| "cuisine_type": "Filipino" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "2" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Isla Restaurant", |
| "start": 41, |
| "end": 56 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Bruno", |
| "start": 60, |
| "end": 69 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "6 pm", |
| "start": 94, |
| "end": 98 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11", |
| "slot": "alcohol" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "contact_number" |
| }, |
| { |
| "intent": "affirm", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Isla Restaurant", |
| "dining_date": "March 12th|the 12th", |
| "time_of_day": "6 pm|six pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "San Bruno", |
| "cuisine_type": "Filipino" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "contact_number", |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "alcohol", |
| "value": "True" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "contact_number", |
| "value": "650-588-6078", |
| "start": 31, |
| "end": 43 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-12", |
| "location": "San Bruno", |
| "reservation_size": "2", |
| "restaurant": "Isla Restaurant", |
| "time_of_day": "18:00" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "True", |
| "business_address": "448 San Mateo Avenue", |
| "contact_number": "650-588-6078", |
| "cuisine_type": "Filipino", |
| "dining_date": "2019-03-12", |
| "live_music": "False", |
| "location": "San Bruno", |
| "menu_price_range": "moderate", |
| "reservation_size": "2", |
| "restaurant": "Isla Restaurant", |
| "time_of_day": "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_11": { |
| "restaurant": "Isla Restaurant", |
| "dining_date": "March 12th|the 12th", |
| "time_of_day": "6 pm|six pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "San Bruno", |
| "cuisine_type": "Filipino" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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": "sgd1", |
| "data_split": "train", |
| "dialogue_id": "sgd1-train-6", |
| "original_id": "1_00006", |
| "domains": [ |
| "Restaurants_11" |
| ], |
| "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_11", |
| "slot": "FindARestaurant" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "", |
| "cuisine_type": "" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "What kind of food like Indian or Chinese?", |
| "utt_idx": 1, |
| "dialogue_acts": { |
| "binary": [], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "value": "Indian", |
| "start": 23, |
| "end": 29 |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "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_11", |
| "slot": "cuisine_type", |
| "value": "Freshwater fish", |
| "start": 13, |
| "end": 28 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "Do you have a city?", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "location" |
| } |
| ], |
| "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_11", |
| "slot": "location", |
| "value": "San Jose", |
| "start": 12, |
| "end": 20 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "I have one in San Jose called Ariake.", |
| "utt_idx": 5, |
| "dialogue_acts": { |
| "binary": [], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Ariake", |
| "start": 30, |
| "end": 36 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Jose", |
| "start": 14, |
| "end": 22 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "Seafood", |
| "location": "San Jose" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "1008 Blossom Hill Road", |
| "contact_number": "408-269-8383", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Ariake" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "1694 Tully Road", |
| "contact_number": "408-238-2888", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Big T's Seafood Market Bar" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "860 Willow Street", |
| "contact_number": "408-289-8879", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Blue Water Seafood And Crab" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "1696 Berryessa Road", |
| "contact_number": "408-649-6741", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Claw Shack" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "1759 Technology Drive", |
| "contact_number": "408-392-0087", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Honba Sushi" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "171 Branham Lane #3", |
| "contact_number": "408-365-9000", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Kampai Sushi & Grill" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "1718 Senter Road", |
| "contact_number": "408-286-1738", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Mariscos San Juan 2" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "1111 Meridian Avenue Ste 5", |
| "contact_number": "408-440-2468", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Mavericks Mexican Grill" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "940 Blossom Hill Road", |
| "contact_number": "408-225-1420", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Olive Garden Italian Restaurant" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "185 Park Avenue", |
| "contact_number": "408-971-1700", |
| "cuisine_type": "Seafood", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "expensive", |
| "restaurant": "Scott's Seafood" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Yes that is fine.", |
| "utt_idx": 6, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "select", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Ariake", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "Would you like a reservation?", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "offer_intent", |
| "domain": "Restaurants_11", |
| "slot": "ReserveATable" |
| } |
| ], |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "dining_date", |
| "value": "March 10th", |
| "start": 16, |
| "end": 26 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Ariake", |
| "dining_date": "March 10th", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "What time would you like?", |
| "utt_idx": 9, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day" |
| } |
| ], |
| "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_11", |
| "slot": "time_of_day", |
| "value": "six in the evening", |
| "start": 12, |
| "end": 30 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Ariake", |
| "dining_date": "March 10th", |
| "time_of_day": "six in the evening", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "2" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Ariake", |
| "start": 15, |
| "end": 21 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Jose", |
| "start": 25, |
| "end": 33 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "6 pm", |
| "start": 38, |
| "end": 42 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11", |
| "slot": "live_music" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "business_address" |
| }, |
| { |
| "intent": "affirm", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Ariake", |
| "dining_date": "March 10th", |
| "time_of_day": "6 pm|six in the evening", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "live_music", |
| "business_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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "live_music", |
| "value": "False" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "business_address", |
| "value": "1008 Blossom Hill Road", |
| "start": 15, |
| "end": 37 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-10", |
| "location": "San Jose", |
| "reservation_size": "2", |
| "restaurant": "Ariake", |
| "time_of_day": "18:00" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "1008 Blossom Hill Road", |
| "contact_number": "408-269-8383", |
| "cuisine_type": "Seafood", |
| "dining_date": "2019-03-10", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "reservation_size": "2", |
| "restaurant": "Ariake", |
| "time_of_day": "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_11": { |
| "restaurant": "Ariake", |
| "dining_date": "March 10th", |
| "time_of_day": "6 pm|six in the evening", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11": { |
| "restaurant": "Ariake", |
| "dining_date": "March 10th", |
| "time_of_day": "6 pm|six in the evening", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "", |
| "location": "San Jose", |
| "cuisine_type": "Freshwater fish" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "NONE" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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": "sgd1", |
| "data_split": "train", |
| "dialogue_id": "sgd1-train-7", |
| "original_id": "1_00007", |
| "domains": [ |
| "Restaurants_11" |
| ], |
| "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_11", |
| "slot": "FindARestaurant" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "", |
| "cuisine_type": "" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "location" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "value": "Mexican", |
| "start": 62, |
| "end": 69 |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "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_11", |
| "slot": "menu_price_range", |
| "value": "dontcare" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Jose", |
| "start": 23, |
| "end": 31 |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "value": "pizza and pasta", |
| "start": 65, |
| "end": 80 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "dontcare", |
| "location": "San Jose", |
| "cuisine_type": "pizza and pasta" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Al Castello Ristorante", |
| "start": 33, |
| "end": 55 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Jose", |
| "start": 0, |
| "end": 8 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "Italian", |
| "location": "San Jose" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "2083 Camden Avenue", |
| "contact_number": "408-369-9820", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Al Castello Ristorante" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "436 Blossom Hill Road", |
| "contact_number": "408-227-5502", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Angelo's Italian Restaurant" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "1701 Park Avenue", |
| "contact_number": "408-279-4922", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Antonella's Ristorante" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "100 West San Carlos Street", |
| "contact_number": "408-278-4555", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "expensive", |
| "restaurant": "Arcadia" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "925 Blossom Hill Road", |
| "contact_number": "408-226-1444", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Buca Di Beppo Italian Restaurant" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "320 West Saint John Street", |
| "contact_number": "408-618-5455", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Enoteca La Storia Downtown" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "5245 Prospect Road", |
| "contact_number": "408-446-9644", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Frankie Johnnie & Luigi Too" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "1445 Foxworthy Avenue", |
| "contact_number": "408-264-5781", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Giorgio's Italian Food & Pizzeria" |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "3055 Olin Avenue Suite 1000", |
| "contact_number": "408-423-8973", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Maggiano's Little Italy" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "350 West Julian Street", |
| "contact_number": "408-217-9327", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "restaurant": "Paesano" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Is there any other restaurant that you can suggest?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request_alts", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "dontcare", |
| "location": "San Jose", |
| "cuisine_type": "pizza and pasta" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Angelo's Italian Restaurant", |
| "start": 39, |
| "end": 66 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "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_11", |
| "slot": "business_address" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "contact_number" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "dontcare", |
| "location": "San Jose", |
| "cuisine_type": "pizza and pasta" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "contact_number", |
| "business_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_11", |
| "slot": "contact_number", |
| "value": "408-227-5502", |
| "start": 0, |
| "end": 12 |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "business_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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "dontcare", |
| "location": "San Jose", |
| "cuisine_type": "pizza and pasta" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Antonella's Ristorante", |
| "start": 40, |
| "end": 62 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "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_11", |
| "slot": "ReserveATable" |
| }, |
| { |
| "intent": "select", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "12:30", |
| "start": 64, |
| "end": 69 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Antonella's Ristorante", |
| "dining_date": "", |
| "time_of_day": "12:30", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "dontcare", |
| "location": "San Jose", |
| "cuisine_type": "pizza and pasta" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "2" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Antonella's Ristorante", |
| "start": 29, |
| "end": 51 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "San Jose", |
| "start": 55, |
| "end": 63 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "12:30 pm", |
| "start": 96, |
| "end": 104 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11": { |
| "restaurant": "Antonella's Ristorante", |
| "dining_date": "today", |
| "time_of_day": "12:30|12:30 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "dontcare", |
| "location": "San Jose", |
| "cuisine_type": "pizza and pasta" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "I have successful made your reservation.", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "notify_success", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-01", |
| "location": "San Jose", |
| "reservation_size": "2", |
| "restaurant": "Antonella's Ristorante", |
| "time_of_day": "12:30" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "True", |
| "business_address": "1701 Park Avenue", |
| "contact_number": "408-279-4922", |
| "cuisine_type": "Italian", |
| "dining_date": "2019-03-01", |
| "live_music": "False", |
| "location": "San Jose", |
| "menu_price_range": "moderate", |
| "reservation_size": "2", |
| "restaurant": "Antonella's Ristorante", |
| "time_of_day": "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_11": { |
| "restaurant": "Antonella's Ristorante", |
| "dining_date": "today", |
| "time_of_day": "12:30|12:30 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "dontcare", |
| "location": "San Jose", |
| "cuisine_type": "pizza and pasta" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11": { |
| "restaurant": "Antonella's Ristorante", |
| "dining_date": "today", |
| "time_of_day": "12:30|12:30 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "2", |
| "menu_price_range": "dontcare", |
| "location": "San Jose", |
| "cuisine_type": "pizza and pasta" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "NONE" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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": "sgd1", |
| "data_split": "train", |
| "dialogue_id": "sgd1-train-8", |
| "original_id": "1_00008", |
| "domains": [ |
| "Restaurants_11" |
| ], |
| "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_11", |
| "slot": "FindARestaurant" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "menu_price_range", |
| "value": "moderate" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Pleasanton", |
| "start": 47, |
| "end": 57 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "cuisine_type", |
| "value": "Italian", |
| "start": 20, |
| "end": 27 |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "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_11", |
| "slot": "cuisine_type", |
| "value": "Italian", |
| "start": 18, |
| "end": 25 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "De La Torre's Trattoria", |
| "start": 41, |
| "end": 64 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Pleasanton", |
| "start": 84, |
| "end": 94 |
| }, |
| { |
| "intent": "inform_count", |
| "domain": "Restaurants_11", |
| "slot": "count", |
| "value": "5", |
| "start": 6, |
| "end": 7 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "Italian", |
| "location": "Pleasanton", |
| "menu_price_range": "moderate" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "6025 West Las Positas Boulevard", |
| "contact_number": "925-484-3878", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "Pleasanton", |
| "menu_price_range": "moderate", |
| "restaurant": "De La Torre's Trattoria" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "680 Main Street", |
| "contact_number": "925-425-0099", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "Pleasanton", |
| "menu_price_range": "moderate", |
| "restaurant": "Forno Vecchio" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "288 Main Street", |
| "contact_number": "925-846-2555", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "Pleasanton", |
| "menu_price_range": "moderate", |
| "restaurant": "Gay 90's Pizza Co." |
| }, |
| { |
| "alcohol": "True", |
| "business_address": "405 Main Street", |
| "contact_number": "925-417-2222", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "Pleasanton", |
| "menu_price_range": "moderate", |
| "restaurant": "Pastas Trattoria" |
| }, |
| { |
| "alcohol": "False", |
| "business_address": "649 Main Street", |
| "contact_number": "925-484-9600", |
| "cuisine_type": "Italian", |
| "live_music": "False", |
| "location": "Pleasanton", |
| "menu_price_range": "moderate", |
| "restaurant": "Strizzi's Restaurant - Pleasanton" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Can you provide the address and do they have live music?", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "business_address" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "live_music" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "live_music", |
| "business_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_11", |
| "slot": "live_music", |
| "value": "False" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "business_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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Forno Vecchio", |
| "start": 0, |
| "end": 13 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "restaurant", |
| "value": "Gay 90's Pizza Co.", |
| "start": 41, |
| "end": 59 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Gay 90's Pizza Co.", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "ReserveATable" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Gay 90's Pizza Co.", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "What time do you want me to make the reservation?", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day" |
| } |
| ], |
| "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_11", |
| "slot": "time_of_day", |
| "value": "1:30 pm", |
| "start": 20, |
| "end": 27 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Gay 90's Pizza Co.", |
| "dining_date": "", |
| "time_of_day": "1:30 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "2" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Gay 90's Pizza Co.", |
| "start": 54, |
| "end": 72 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Pleasanton", |
| "start": 93, |
| "end": 103 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "1:30 pm", |
| "start": 150, |
| "end": 157 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11", |
| "slot": "reservation_size", |
| "value": "1" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "7 pm", |
| "start": 23, |
| "end": 27 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Gay 90's Pizza Co.", |
| "dining_date": "", |
| "time_of_day": "7 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "1" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "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_11", |
| "slot": "dining_date", |
| "value": "next friday", |
| "start": 17, |
| "end": 28 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Gay 90's Pizza Co.", |
| "dining_date": "next friday", |
| "time_of_day": "7 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "1" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11": { |
| "restaurant": "Gay 90's Pizza Co.", |
| "dining_date": "next Friday|next friday", |
| "time_of_day": "7 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "Your reservation is booked.", |
| "utt_idx": 21, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "notify_success", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-08", |
| "location": "Pleasanton", |
| "reservation_size": "1", |
| "restaurant": "Gay 90's Pizza Co.", |
| "time_of_day": "19:00" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "False", |
| "business_address": "288 Main Street", |
| "contact_number": "925-846-2555", |
| "cuisine_type": "Italian", |
| "dining_date": "2019-03-08", |
| "live_music": "False", |
| "location": "Pleasanton", |
| "menu_price_range": "moderate", |
| "reservation_size": "1", |
| "restaurant": "Gay 90's Pizza Co.", |
| "time_of_day": "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_11", |
| "slot": "live_music" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "business_address" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Gay 90's Pizza Co.", |
| "dining_date": "next Friday|next friday", |
| "time_of_day": "7 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "live_music", |
| "business_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_11", |
| "slot": "live_music", |
| "value": "False" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "business_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_11": { |
| "restaurant": "Gay 90's Pizza Co.", |
| "dining_date": "next Friday|next friday", |
| "time_of_day": "7 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "moderate", |
| "location": "Pleasanton", |
| "cuisine_type": "Italian" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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": "sgd1", |
| "data_split": "train", |
| "dialogue_id": "sgd1-train-9", |
| "original_id": "1_00009", |
| "domains": [ |
| "Restaurants_11" |
| ], |
| "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_11", |
| "slot": "FindARestaurant" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "", |
| "cuisine_type": "" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "location" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "value": "American", |
| "start": 44, |
| "end": 52 |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "cuisine_type", |
| "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_11", |
| "slot": "cuisine_type", |
| "value": "breakfast", |
| "start": 12, |
| "end": 21 |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Fairfield", |
| "start": 25, |
| "end": 34 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Fairfield", |
| "cuisine_type": "breakfast" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "I recommend Mimi's cafe in fairfield", |
| "utt_idx": 3, |
| "dialogue_acts": { |
| "binary": [], |
| "categorical": [], |
| "non-categorical": [ |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "Mimi's cafe", |
| "start": 12, |
| "end": 23 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "fairfield", |
| "start": 27, |
| "end": 36 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "FindARestaurant", |
| "parameters": { |
| "cuisine_type": "Breakfast", |
| "location": "Fairfield" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "True", |
| "business_address": "1650 Gateway Boulevard", |
| "contact_number": "707-421-0835", |
| "cuisine_type": "Breakfast", |
| "live_music": "False", |
| "location": "Fairfield", |
| "menu_price_range": "moderate", |
| "restaurant": "Mimi's Cafe" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "Do they have live music with liquor", |
| "utt_idx": 4, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "alcohol" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "live_music" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Fairfield|fairfield", |
| "cuisine_type": "breakfast" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "live_music", |
| "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_11", |
| "slot": "live_music", |
| "value": "False" |
| }, |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Mimi's cafe", |
| "dining_date": "", |
| "time_of_day": "", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "", |
| "menu_price_range": "", |
| "location": "Fairfield|fairfield", |
| "cuisine_type": "breakfast" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "FindARestaurant" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "Do you want me to reserve a table for you", |
| "utt_idx": 7, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "offer_intent", |
| "domain": "Restaurants_11", |
| "slot": "ReserveATable" |
| } |
| ], |
| "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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "reservation_size", |
| "value": "1" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "evening 4:45", |
| "start": 49, |
| "end": 61 |
| } |
| ] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Mimi's cafe", |
| "dining_date": "", |
| "time_of_day": "evening 4:45", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Fairfield|fairfield", |
| "cuisine_type": "breakfast" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11", |
| "slot": "reservation_size", |
| "value": "1" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "mimi's cafe", |
| "start": 31, |
| "end": 42 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "location", |
| "value": "Fairfield", |
| "start": 46, |
| "end": 55 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "4:45 pm", |
| "start": 78, |
| "end": 85 |
| }, |
| { |
| "intent": "confirm", |
| "domain": "Restaurants_11", |
| "slot": "dining_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_11", |
| "slot": "contact_number" |
| }, |
| { |
| "intent": "request", |
| "domain": "Restaurants_11", |
| "slot": "menu_price_range" |
| }, |
| { |
| "intent": "affirm", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Mimi's cafe|mimi's cafe", |
| "dining_date": "today", |
| "time_of_day": "4:45 pm|evening 4:45", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Fairfield|fairfield", |
| "cuisine_type": "breakfast" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [ |
| "contact_number", |
| "menu_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_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "menu_price_range", |
| "value": "moderate" |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "reservation_size", |
| "value": "1" |
| } |
| ], |
| "non-categorical": [ |
| { |
| "intent": "inform", |
| "domain": "Restaurants_11", |
| "slot": "contact_number", |
| "value": "707-421-0835", |
| "start": 159, |
| "end": 171 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "restaurant", |
| "value": "mimi's cafe", |
| "start": 121, |
| "end": 132 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "dining_date", |
| "value": "today", |
| "start": 75, |
| "end": 80 |
| }, |
| { |
| "intent": "offer", |
| "domain": "Restaurants_11", |
| "slot": "time_of_day", |
| "value": "5 pm", |
| "start": 84, |
| "end": 88 |
| } |
| ] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-01", |
| "location": "Fairfield", |
| "reservation_size": "1", |
| "restaurant": "Mimi's Cafe", |
| "time_of_day": "16:45" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "True", |
| "business_address": "1650 Gateway Boulevard", |
| "contact_number": "707-421-0835", |
| "cuisine_type": "Breakfast", |
| "dining_date": "2019-03-01", |
| "live_music": "False", |
| "location": "Fairfield", |
| "menu_price_range": "moderate", |
| "reservation_size": "1", |
| "restaurant": "Mimi's Cafe", |
| "time_of_day": "17:00" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "yes thats fine", |
| "utt_idx": 12, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "affirm", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Mimi's cafe|mimi's cafe", |
| "dining_date": "today", |
| "time_of_day": "5 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Fairfield|fairfield", |
| "cuisine_type": "breakfast" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "your seat is booked", |
| "utt_idx": 13, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "notify_success", |
| "domain": "Restaurants_11", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "service_call": { |
| "Restaurants_11": { |
| "method": "ReserveATable", |
| "parameters": { |
| "dining_date": "2019-03-01", |
| "location": "Fairfield", |
| "reservation_size": "1", |
| "restaurant": "Mimi's Cafe", |
| "time_of_day": "17:00" |
| } |
| } |
| }, |
| "db_results": { |
| "Restaurants_11": [ |
| { |
| "alcohol": "True", |
| "business_address": "1650 Gateway Boulevard", |
| "contact_number": "707-421-0835", |
| "cuisine_type": "Breakfast", |
| "dining_date": "2019-03-01", |
| "live_music": "False", |
| "location": "Fairfield", |
| "menu_price_range": "moderate", |
| "reservation_size": "1", |
| "restaurant": "Mimi's Cafe", |
| "time_of_day": "17:00" |
| } |
| ] |
| } |
| }, |
| { |
| "speaker": "user", |
| "utterance": "thanks", |
| "utt_idx": 14, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "thank_you", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "state": { |
| "Restaurants_11": { |
| "restaurant": "Mimi's cafe|mimi's cafe", |
| "dining_date": "today", |
| "time_of_day": "5 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Fairfield|fairfield", |
| "cuisine_type": "breakfast" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "ReserveATable" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "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_11": { |
| "restaurant": "Mimi's cafe|mimi's cafe", |
| "dining_date": "today", |
| "time_of_day": "5 pm", |
| "alcohol": "", |
| "live_music": "", |
| "contact_number": "", |
| "business_address": "", |
| "reservation_size": "1", |
| "menu_price_range": "", |
| "location": "Fairfield|fairfield", |
| "cuisine_type": "breakfast" |
| } |
| }, |
| "active_intent": { |
| "Restaurants_11": "NONE" |
| }, |
| "requested_slots": { |
| "Restaurants_11": [] |
| } |
| }, |
| { |
| "speaker": "system", |
| "utterance": "have a nice day", |
| "utt_idx": 17, |
| "dialogue_acts": { |
| "binary": [ |
| { |
| "intent": "goodbye", |
| "domain": "", |
| "slot": "" |
| } |
| ], |
| "categorical": [], |
| "non-categorical": [] |
| }, |
| "service_call": {}, |
| "db_results": {} |
| } |
| ] |
| } |
| ] |