| [ | |
| { | |
| "dataset": "kvret", | |
| "data_split": "train", | |
| "dialogue_id": "kvret-train-0", | |
| "original_id": "train-0", | |
| "domains": [ | |
| "navigate" | |
| ], | |
| "turns": [ | |
| { | |
| "speaker": "user", | |
| "utterance": "where's the nearest parking garage", | |
| "utt_idx": 0, | |
| "dialogue_acts": { | |
| "binary": [ | |
| { | |
| "intent": "request", | |
| "domain": "navigate", | |
| "slot": "address" | |
| } | |
| ], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "navigate", | |
| "slot": "distance", | |
| "value": "nearest", | |
| "start": 12, | |
| "end": 19 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "navigate", | |
| "slot": "poi_type", | |
| "value": "parking garage", | |
| "start": 20, | |
| "end": 34 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "navigate": { | |
| "distance": "nearest", | |
| "poi_type": "parking garage" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "The nearest parking garage is Dish Parking at 550 Alester Ave. Would you like directions there?", | |
| "utt_idx": 1, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "navigate": [ | |
| { | |
| "poi": "Dish Parking", | |
| "poi_type": "parking garage", | |
| "address": "550 Alester Ave", | |
| "distance": "2 miles", | |
| "traffic_info": "road block nearby" | |
| }, | |
| { | |
| "poi": "Stanford Oval Parking", | |
| "poi_type": "parking garage", | |
| "address": "610 Amarillo Ave", | |
| "distance": "6 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Willows Market", | |
| "poi_type": "grocery store", | |
| "address": "409 Bollard St", | |
| "distance": "4 miles", | |
| "traffic_info": "car collision nearby" | |
| }, | |
| { | |
| "poi": "The Westin", | |
| "poi_type": "rest stop", | |
| "address": "329 El Camino Real", | |
| "distance": "2 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "toms house", | |
| "poi_type": "friends house", | |
| "address": "580 Van Ness Ave", | |
| "distance": "1 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "Pizza Chicago", | |
| "poi_type": "pizza restaurant", | |
| "address": "915 Arbol Dr", | |
| "distance": "4 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "Valero", | |
| "poi_type": "gas station", | |
| "address": "200 Alester Ave", | |
| "distance": "6 miles", | |
| "traffic_info": "car collision nearby" | |
| }, | |
| { | |
| "poi": "Mandarin Roots", | |
| "poi_type": "chinese restaurant", | |
| "address": "271 Springer Street", | |
| "distance": "2 miles", | |
| "traffic_info": "no traffic" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Yes, please set directions via a route that avoids all heavy traffic if possible.", | |
| "utt_idx": 2, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "navigate": { | |
| "distance": "nearest", | |
| "poi_type": "parking garage", | |
| "traffic_info": "avoid heavy traffic", | |
| "poi": "dish parking" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "It looks like there is a road block being reported on the route but I will still find the quickest route to 550 Alester Ave.", | |
| "utt_idx": 3, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "navigate": [ | |
| { | |
| "poi": "Dish Parking", | |
| "poi_type": "parking garage", | |
| "address": "550 Alester Ave", | |
| "distance": "2 miles", | |
| "traffic_info": "road block nearby" | |
| }, | |
| { | |
| "poi": "Stanford Oval Parking", | |
| "poi_type": "parking garage", | |
| "address": "610 Amarillo Ave", | |
| "distance": "6 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Willows Market", | |
| "poi_type": "grocery store", | |
| "address": "409 Bollard St", | |
| "distance": "4 miles", | |
| "traffic_info": "car collision nearby" | |
| }, | |
| { | |
| "poi": "The Westin", | |
| "poi_type": "rest stop", | |
| "address": "329 El Camino Real", | |
| "distance": "2 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "toms house", | |
| "poi_type": "friends house", | |
| "address": "580 Van Ness Ave", | |
| "distance": "1 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "Pizza Chicago", | |
| "poi_type": "pizza restaurant", | |
| "address": "915 Arbol Dr", | |
| "distance": "4 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "Valero", | |
| "poi_type": "gas station", | |
| "address": "200 Alester Ave", | |
| "distance": "6 miles", | |
| "traffic_info": "car collision nearby" | |
| }, | |
| { | |
| "poi": "Mandarin Roots", | |
| "poi_type": "chinese restaurant", | |
| "address": "271 Springer Street", | |
| "distance": "2 miles", | |
| "traffic_info": "no traffic" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Thanks so much for your help.", | |
| "utt_idx": 4, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "navigate": { | |
| "distance": "nearest", | |
| "poi_type": "parking garage", | |
| "traffic_info": "avoid heavy traffic", | |
| "poi": "dish parking" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "You're very welcome!", | |
| "utt_idx": 5, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "navigate": [ | |
| { | |
| "poi": "Dish Parking", | |
| "poi_type": "parking garage", | |
| "address": "550 Alester Ave", | |
| "distance": "2 miles", | |
| "traffic_info": "road block nearby" | |
| }, | |
| { | |
| "poi": "Stanford Oval Parking", | |
| "poi_type": "parking garage", | |
| "address": "610 Amarillo Ave", | |
| "distance": "6 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Willows Market", | |
| "poi_type": "grocery store", | |
| "address": "409 Bollard St", | |
| "distance": "4 miles", | |
| "traffic_info": "car collision nearby" | |
| }, | |
| { | |
| "poi": "The Westin", | |
| "poi_type": "rest stop", | |
| "address": "329 El Camino Real", | |
| "distance": "2 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "toms house", | |
| "poi_type": "friends house", | |
| "address": "580 Van Ness Ave", | |
| "distance": "1 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "Pizza Chicago", | |
| "poi_type": "pizza restaurant", | |
| "address": "915 Arbol Dr", | |
| "distance": "4 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "Valero", | |
| "poi_type": "gas station", | |
| "address": "200 Alester Ave", | |
| "distance": "6 miles", | |
| "traffic_info": "car collision nearby" | |
| }, | |
| { | |
| "poi": "Mandarin Roots", | |
| "poi_type": "chinese restaurant", | |
| "address": "271 Springer Street", | |
| "distance": "2 miles", | |
| "traffic_info": "no traffic" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "dataset": "kvret", | |
| "data_split": "train", | |
| "dialogue_id": "kvret-train-1", | |
| "original_id": "train-1", | |
| "domains": [ | |
| "navigate" | |
| ], | |
| "turns": [ | |
| { | |
| "speaker": "user", | |
| "utterance": "Where is the nearest gas station?", | |
| "utt_idx": 0, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "navigate", | |
| "slot": "distance", | |
| "value": "nearest", | |
| "start": 13, | |
| "end": 20 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "navigate", | |
| "slot": "poi_type", | |
| "value": "gas station", | |
| "start": 21, | |
| "end": 32 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "navigate": { | |
| "distance": "nearest", | |
| "poi_type": "gas station" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "There is a 76 4 miles away.", | |
| "utt_idx": 1, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "navigate": [ | |
| { | |
| "poi": "Town and Country", | |
| "poi_type": "shopping center", | |
| "address": "383 University Ave", | |
| "distance": "4 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "76", | |
| "poi_type": "gas station", | |
| "address": "91 El Camino Real", | |
| "distance": "4 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Stanford Shopping Center", | |
| "poi_type": "shopping center", | |
| "address": "773 Alger Dr", | |
| "distance": "2 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Teavana", | |
| "poi_type": "coffee or tea place", | |
| "address": "145 Amherst St", | |
| "distance": "3 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Dominos", | |
| "poi_type": "pizza restaurant", | |
| "address": "776 Arastradero Rd", | |
| "distance": "4 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Palo Alto Garage R", | |
| "poi_type": "parking garage", | |
| "address": "481 Amaranta Ave", | |
| "distance": "4 miles", | |
| "traffic_info": "road block nearby" | |
| }, | |
| { | |
| "poi": "Stanford Express Care", | |
| "poi_type": "hospital", | |
| "address": "214 El Camino Real", | |
| "distance": "5 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Palo Alto Medical Foundation", | |
| "poi_type": "hospital", | |
| "address": "611 Ames Ave", | |
| "distance": "3 miles", | |
| "traffic_info": "no traffic" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "What is the address?", | |
| "utt_idx": 2, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "navigate": { | |
| "distance": "nearest", | |
| "poi_type": "gas station" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "The 76 gas station is located at 91 El Camino Real. It is 4 miles away through moderate traffic", | |
| "utt_idx": 3, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "navigate": [ | |
| { | |
| "poi": "Town and Country", | |
| "poi_type": "shopping center", | |
| "address": "383 University Ave", | |
| "distance": "4 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "76", | |
| "poi_type": "gas station", | |
| "address": "91 El Camino Real", | |
| "distance": "4 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Stanford Shopping Center", | |
| "poi_type": "shopping center", | |
| "address": "773 Alger Dr", | |
| "distance": "2 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Teavana", | |
| "poi_type": "coffee or tea place", | |
| "address": "145 Amherst St", | |
| "distance": "3 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Dominos", | |
| "poi_type": "pizza restaurant", | |
| "address": "776 Arastradero Rd", | |
| "distance": "4 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Palo Alto Garage R", | |
| "poi_type": "parking garage", | |
| "address": "481 Amaranta Ave", | |
| "distance": "4 miles", | |
| "traffic_info": "road block nearby" | |
| }, | |
| { | |
| "poi": "Stanford Express Care", | |
| "poi_type": "hospital", | |
| "address": "214 El Camino Real", | |
| "distance": "5 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Palo Alto Medical Foundation", | |
| "poi_type": "hospital", | |
| "address": "611 Ames Ave", | |
| "distance": "3 miles", | |
| "traffic_info": "no traffic" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Thanks!", | |
| "utt_idx": 4, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "navigate": { | |
| "distance": "nearest", | |
| "poi_type": "gas station" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "Anytime!", | |
| "utt_idx": 5, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "navigate": [ | |
| { | |
| "poi": "Town and Country", | |
| "poi_type": "shopping center", | |
| "address": "383 University Ave", | |
| "distance": "4 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "76", | |
| "poi_type": "gas station", | |
| "address": "91 El Camino Real", | |
| "distance": "4 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Stanford Shopping Center", | |
| "poi_type": "shopping center", | |
| "address": "773 Alger Dr", | |
| "distance": "2 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Teavana", | |
| "poi_type": "coffee or tea place", | |
| "address": "145 Amherst St", | |
| "distance": "3 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Dominos", | |
| "poi_type": "pizza restaurant", | |
| "address": "776 Arastradero Rd", | |
| "distance": "4 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Palo Alto Garage R", | |
| "poi_type": "parking garage", | |
| "address": "481 Amaranta Ave", | |
| "distance": "4 miles", | |
| "traffic_info": "road block nearby" | |
| }, | |
| { | |
| "poi": "Stanford Express Care", | |
| "poi_type": "hospital", | |
| "address": "214 El Camino Real", | |
| "distance": "5 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Palo Alto Medical Foundation", | |
| "poi_type": "hospital", | |
| "address": "611 Ames Ave", | |
| "distance": "3 miles", | |
| "traffic_info": "no traffic" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "dataset": "kvret", | |
| "data_split": "train", | |
| "dialogue_id": "kvret-train-2", | |
| "original_id": "train-2", | |
| "domains": [ | |
| "navigate" | |
| ], | |
| "turns": [ | |
| { | |
| "speaker": "user", | |
| "utterance": "show me the closest location where i can get chinese food", | |
| "utt_idx": 0, | |
| "dialogue_acts": { | |
| "binary": [ | |
| { | |
| "intent": "request", | |
| "domain": "navigate", | |
| "slot": "address" | |
| } | |
| ], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "navigate", | |
| "slot": "distance", | |
| "value": "closest", | |
| "start": 12, | |
| "end": 19 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "navigate": { | |
| "distance": "closest", | |
| "poi_type": "chinese restaurant" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "The closest chinese restaurant is PF Changs, located 5 miles away.", | |
| "utt_idx": 1, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "navigate": [ | |
| { | |
| "poi": "P.F. Changs", | |
| "poi_type": "chinese restaurant", | |
| "address": "669 El Camino Real", | |
| "distance": "5 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Ravenswood Shopping Center", | |
| "poi_type": "shopping center", | |
| "address": "434 Arastradero Rd", | |
| "distance": "6 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Chef Chu's", | |
| "poi_type": "chinese restaurant", | |
| "address": "593 Arrowhead Way", | |
| "distance": "8 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "The Westin", | |
| "poi_type": "rest stop", | |
| "address": "329 El Camino Real", | |
| "distance": "5 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Dish Parking", | |
| "poi_type": "parking garage", | |
| "address": "550 Alester Ave", | |
| "distance": "2 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "home", | |
| "poi_type": "home", | |
| "address": "5671 barringer street", | |
| "distance": "1 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Philz", | |
| "poi_type": "coffee or tea place", | |
| "address": "583 Alester Ave", | |
| "distance": "4 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "Palo Alto Medical Foundation", | |
| "poi_type": "hospital", | |
| "address": "611 Ames Ave", | |
| "distance": "3 miles", | |
| "traffic_info": "no traffic" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "OK, please give me an address and directions via a route that avoids all heavy traffic.", | |
| "utt_idx": 2, | |
| "dialogue_acts": { | |
| "binary": [ | |
| { | |
| "intent": "request", | |
| "domain": "navigate", | |
| "slot": "address" | |
| } | |
| ], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "navigate": { | |
| "distance": "closest", | |
| "poi_type": "chinese restaurant", | |
| "traffic_info": "avoid heavy traffic" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "P.F. Changs route set to 669 El Camino Real with only moderate traffic noted.", | |
| "utt_idx": 3, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "navigate": [ | |
| { | |
| "poi": "P.F. Changs", | |
| "poi_type": "chinese restaurant", | |
| "address": "669 El Camino Real", | |
| "distance": "5 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Ravenswood Shopping Center", | |
| "poi_type": "shopping center", | |
| "address": "434 Arastradero Rd", | |
| "distance": "6 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Chef Chu's", | |
| "poi_type": "chinese restaurant", | |
| "address": "593 Arrowhead Way", | |
| "distance": "8 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "The Westin", | |
| "poi_type": "rest stop", | |
| "address": "329 El Camino Real", | |
| "distance": "5 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Dish Parking", | |
| "poi_type": "parking garage", | |
| "address": "550 Alester Ave", | |
| "distance": "2 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "home", | |
| "poi_type": "home", | |
| "address": "5671 barringer street", | |
| "distance": "1 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Philz", | |
| "poi_type": "coffee or tea place", | |
| "address": "583 Alester Ave", | |
| "distance": "4 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "Palo Alto Medical Foundation", | |
| "poi_type": "hospital", | |
| "address": "611 Ames Ave", | |
| "distance": "3 miles", | |
| "traffic_info": "no traffic" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Thank you", | |
| "utt_idx": 4, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "navigate": { | |
| "distance": "closest", | |
| "poi_type": "chinese restaurant", | |
| "traffic_info": "avoid heavy traffic" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "You're welcome. Drive safely, and enjoy.", | |
| "utt_idx": 5, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "navigate": [ | |
| { | |
| "poi": "P.F. Changs", | |
| "poi_type": "chinese restaurant", | |
| "address": "669 El Camino Real", | |
| "distance": "5 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Ravenswood Shopping Center", | |
| "poi_type": "shopping center", | |
| "address": "434 Arastradero Rd", | |
| "distance": "6 miles", | |
| "traffic_info": "moderate traffic" | |
| }, | |
| { | |
| "poi": "Chef Chu's", | |
| "poi_type": "chinese restaurant", | |
| "address": "593 Arrowhead Way", | |
| "distance": "8 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "The Westin", | |
| "poi_type": "rest stop", | |
| "address": "329 El Camino Real", | |
| "distance": "5 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Dish Parking", | |
| "poi_type": "parking garage", | |
| "address": "550 Alester Ave", | |
| "distance": "2 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "home", | |
| "poi_type": "home", | |
| "address": "5671 barringer street", | |
| "distance": "1 miles", | |
| "traffic_info": "no traffic" | |
| }, | |
| { | |
| "poi": "Philz", | |
| "poi_type": "coffee or tea place", | |
| "address": "583 Alester Ave", | |
| "distance": "4 miles", | |
| "traffic_info": "heavy traffic" | |
| }, | |
| { | |
| "poi": "Palo Alto Medical Foundation", | |
| "poi_type": "hospital", | |
| "address": "611 Ames Ave", | |
| "distance": "3 miles", | |
| "traffic_info": "no traffic" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "dataset": "kvret", | |
| "data_split": "train", | |
| "dialogue_id": "kvret-train-3", | |
| "original_id": "train-3", | |
| "domains": [ | |
| "schedule" | |
| ], | |
| "turns": [ | |
| { | |
| "speaker": "user", | |
| "utterance": "Hi, please set up a reminder for my dinner on the 11th at 4pm with my sister. Thanks!", | |
| "utt_idx": 0, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "schedule", | |
| "slot": "date", | |
| "value": "11th", | |
| "start": 50, | |
| "end": 54 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "schedule", | |
| "slot": "party", | |
| "value": "sister", | |
| "start": 70, | |
| "end": 76 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "schedule", | |
| "slot": "event", | |
| "value": "dinner", | |
| "start": 36, | |
| "end": 42 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "schedule", | |
| "slot": "time", | |
| "value": "4pm", | |
| "start": 58, | |
| "end": 61 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "schedule": { | |
| "date": "11th", | |
| "party": "sister", | |
| "event": "dinner", | |
| "time": "4pm" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "Set! Have a good time", | |
| "utt_idx": 1, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "schedule": [] | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "dataset": "kvret", | |
| "data_split": "train", | |
| "dialogue_id": "kvret-train-4", | |
| "original_id": "train-4", | |
| "domains": [ | |
| "schedule" | |
| ], | |
| "turns": [ | |
| { | |
| "speaker": "user", | |
| "utterance": "What time is dinner and who is it with?", | |
| "utt_idx": 0, | |
| "dialogue_acts": { | |
| "binary": [ | |
| { | |
| "intent": "request", | |
| "domain": "schedule", | |
| "slot": "time" | |
| }, | |
| { | |
| "intent": "request", | |
| "domain": "schedule", | |
| "slot": "party" | |
| } | |
| ], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "schedule", | |
| "slot": "event", | |
| "value": "dinner", | |
| "start": 13, | |
| "end": 19 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "schedule": { | |
| "event": "dinner" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "Dinner is at 7 pm with Jon.", | |
| "utt_idx": 1, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "schedule": [ | |
| { | |
| "event": "dentist appointment", | |
| "time": "10am", | |
| "date": "the 8th", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "aunt" | |
| }, | |
| { | |
| "event": "taking medicine", | |
| "time": "5pm", | |
| "date": "saturday", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "Marie" | |
| }, | |
| { | |
| "event": "football activity", | |
| "time": "4pm", | |
| "date": "monday", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "Alex" | |
| }, | |
| { | |
| "event": "yoga activity", | |
| "time": "4pm", | |
| "date": "the 4th", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "Marie" | |
| }, | |
| { | |
| "event": "lab appointment", | |
| "time": "5pm", | |
| "date": "the 13th", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "father" | |
| }, | |
| { | |
| "event": "dinner", | |
| "time": "7pm", | |
| "date": "the 8th", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "Jon" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Okay, perfect! Thanks.", | |
| "utt_idx": 2, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "schedule": { | |
| "event": "dinner" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "you're welcome", | |
| "utt_idx": 3, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "schedule": [ | |
| { | |
| "event": "dentist appointment", | |
| "time": "10am", | |
| "date": "the 8th", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "aunt" | |
| }, | |
| { | |
| "event": "taking medicine", | |
| "time": "5pm", | |
| "date": "saturday", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "Marie" | |
| }, | |
| { | |
| "event": "football activity", | |
| "time": "4pm", | |
| "date": "monday", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "Alex" | |
| }, | |
| { | |
| "event": "yoga activity", | |
| "time": "4pm", | |
| "date": "the 4th", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "Marie" | |
| }, | |
| { | |
| "event": "lab appointment", | |
| "time": "5pm", | |
| "date": "the 13th", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "father" | |
| }, | |
| { | |
| "event": "dinner", | |
| "time": "7pm", | |
| "date": "the 8th", | |
| "room": "-", | |
| "agenda": "-", | |
| "party": "Jon" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "dataset": "kvret", | |
| "data_split": "train", | |
| "dialogue_id": "kvret-train-5", | |
| "original_id": "train-5", | |
| "domains": [ | |
| "schedule" | |
| ], | |
| "turns": [ | |
| { | |
| "speaker": "user", | |
| "utterance": "schedule dentist appointment", | |
| "utt_idx": 0, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "schedule", | |
| "slot": "event", | |
| "value": "dentist appointment", | |
| "start": 9, | |
| "end": 28 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "schedule": { | |
| "event": "dentist appointment" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "when is your dentist appointment", | |
| "utt_idx": 1, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "schedule": [] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "It is on Sunday at 2 pm.", | |
| "utt_idx": 2, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "schedule", | |
| "slot": "date", | |
| "value": "Sunday", | |
| "start": 9, | |
| "end": 15 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "schedule", | |
| "slot": "time", | |
| "value": "2 pm", | |
| "start": 19, | |
| "end": 23 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "schedule": { | |
| "event": "dentist appointment", | |
| "date": "Sunday", | |
| "time": "2 pm." | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "I have put on your calendar a dentist appointment on Sunday at 2 pm.", | |
| "utt_idx": 3, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "schedule": [] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Right on, thanks.", | |
| "utt_idx": 4, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "schedule": { | |
| "event": "dentist appointment", | |
| "date": "Sunday", | |
| "time": "2 pm." | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "dataset": "kvret", | |
| "data_split": "train", | |
| "dialogue_id": "kvret-train-6", | |
| "original_id": "train-6", | |
| "domains": [ | |
| "weather" | |
| ], | |
| "turns": [ | |
| { | |
| "speaker": "user", | |
| "utterance": "check forecast for new york", | |
| "utt_idx": 0, | |
| "dialogue_acts": { | |
| "binary": [ | |
| { | |
| "intent": "request", | |
| "domain": "weather", | |
| "slot": "weather_attribute" | |
| } | |
| ], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "location", | |
| "value": "new york", | |
| "start": 19, | |
| "end": 27 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "weather": { | |
| "location": "new york" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "The weather this week will be hail and rain on Thursday and Sunday, with the lowest temperature being 20F and the highest 90F, Monday will be the only hot day.", | |
| "utt_idx": 1, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "weather": [ | |
| { | |
| "location": "manhattan", | |
| "monday": "stormy, low of 50F, high of 70F", | |
| "tuesday": "cloudy, low of 20F, high of 40F", | |
| "wednesday": "clear skies, low of 50F, high of 60F", | |
| "thursday": "stormy, low of 50F, high of 70F", | |
| "friday": "windy, low of 20F, high of 40F", | |
| "saturday": "snow, low of 60F, high of 70F", | |
| "sunday": "hail, low of 30F, high of 50F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "camarillo", | |
| "monday": "overcast, low of 50F, high of 70F", | |
| "tuesday": "stormy, low of 90F, high of 100F", | |
| "wednesday": "frost, low of 50F, high of 60F", | |
| "thursday": "snow, low of 80F, high of 90F", | |
| "friday": "clear skies, low of 70F, high of 80F", | |
| "saturday": "blizzard, low of 40F, high of 50F", | |
| "sunday": "dry, low of 70F, high of 80F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "menlo park", | |
| "monday": "dry, low of 50F, high of 70F", | |
| "tuesday": "warm, low of 80F, high of 90F", | |
| "wednesday": "hail, low of 20F, high of 40F", | |
| "thursday": "blizzard, low of 40F, high of 60F", | |
| "friday": "cloudy, low of 70F, high of 80F", | |
| "saturday": "foggy, low of 50F, high of 60F", | |
| "sunday": "stormy, low of 90F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "new york", | |
| "monday": "hot, low of 70F, high of 90F", | |
| "tuesday": "foggy, low of 70F, high of 90F", | |
| "wednesday": "dry, low of 40F, high of 50F", | |
| "thursday": "hail, low of 40F, high of 50F", | |
| "friday": "cloudy, low of 70F, high of 90F", | |
| "saturday": "clear skies, low of 70F, high of 90F", | |
| "sunday": "rain, low of 20F, high of 30F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "corona", | |
| "monday": "windy, low of 70F, high of 80F", | |
| "tuesday": "overcast, low of 40F, high of 50F", | |
| "wednesday": "hail, low of 90F, high of 100F", | |
| "thursday": "rain, low of 80F, high of 100F", | |
| "friday": "hail, low of 60F, high of 70F", | |
| "saturday": "warm, low of 60F, high of 80F", | |
| "sunday": "frost, low of 20F, high of 30F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "seattle", | |
| "monday": "cloudy, low of 90F, high of 100F", | |
| "tuesday": "dry, low of 30F, high of 40F", | |
| "wednesday": "stormy, low of 80F, high of 100F", | |
| "thursday": "snow, low of 20F, high of 30F", | |
| "friday": "foggy, low of 20F, high of 30F", | |
| "saturday": "drizzle, low of 40F, high of 60F", | |
| "sunday": "drizzle, low of 50F, high of 60F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "grand rapids", | |
| "monday": "drizzle, low of 70F, high of 80F", | |
| "tuesday": "overcast, low of 40F, high of 60F", | |
| "wednesday": "overcast, low of 60F, high of 80F", | |
| "thursday": "snow, low of 20F, high of 40F", | |
| "friday": "foggy, low of 50F, high of 60F", | |
| "saturday": "dry, low of 90F, high of 100F", | |
| "sunday": "cloudy, low of 30F, high of 40F", | |
| "today": "monday" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Will it be overcast on friday?", | |
| "utt_idx": 2, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "weather_attribute", | |
| "value": "overcast", | |
| "start": 11, | |
| "end": 19 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "date", | |
| "value": "friday", | |
| "start": 23, | |
| "end": 29 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "weather": { | |
| "location": "new york", | |
| "weather_attribute": "overcast", | |
| "date": "Friday" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "On Friday it will be cloudy on New York", | |
| "utt_idx": 3, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "weather": [ | |
| { | |
| "location": "manhattan", | |
| "monday": "stormy, low of 50F, high of 70F", | |
| "tuesday": "cloudy, low of 20F, high of 40F", | |
| "wednesday": "clear skies, low of 50F, high of 60F", | |
| "thursday": "stormy, low of 50F, high of 70F", | |
| "friday": "windy, low of 20F, high of 40F", | |
| "saturday": "snow, low of 60F, high of 70F", | |
| "sunday": "hail, low of 30F, high of 50F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "camarillo", | |
| "monday": "overcast, low of 50F, high of 70F", | |
| "tuesday": "stormy, low of 90F, high of 100F", | |
| "wednesday": "frost, low of 50F, high of 60F", | |
| "thursday": "snow, low of 80F, high of 90F", | |
| "friday": "clear skies, low of 70F, high of 80F", | |
| "saturday": "blizzard, low of 40F, high of 50F", | |
| "sunday": "dry, low of 70F, high of 80F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "menlo park", | |
| "monday": "dry, low of 50F, high of 70F", | |
| "tuesday": "warm, low of 80F, high of 90F", | |
| "wednesday": "hail, low of 20F, high of 40F", | |
| "thursday": "blizzard, low of 40F, high of 60F", | |
| "friday": "cloudy, low of 70F, high of 80F", | |
| "saturday": "foggy, low of 50F, high of 60F", | |
| "sunday": "stormy, low of 90F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "new york", | |
| "monday": "hot, low of 70F, high of 90F", | |
| "tuesday": "foggy, low of 70F, high of 90F", | |
| "wednesday": "dry, low of 40F, high of 50F", | |
| "thursday": "hail, low of 40F, high of 50F", | |
| "friday": "cloudy, low of 70F, high of 90F", | |
| "saturday": "clear skies, low of 70F, high of 90F", | |
| "sunday": "rain, low of 20F, high of 30F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "corona", | |
| "monday": "windy, low of 70F, high of 80F", | |
| "tuesday": "overcast, low of 40F, high of 50F", | |
| "wednesday": "hail, low of 90F, high of 100F", | |
| "thursday": "rain, low of 80F, high of 100F", | |
| "friday": "hail, low of 60F, high of 70F", | |
| "saturday": "warm, low of 60F, high of 80F", | |
| "sunday": "frost, low of 20F, high of 30F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "seattle", | |
| "monday": "cloudy, low of 90F, high of 100F", | |
| "tuesday": "dry, low of 30F, high of 40F", | |
| "wednesday": "stormy, low of 80F, high of 100F", | |
| "thursday": "snow, low of 20F, high of 30F", | |
| "friday": "foggy, low of 20F, high of 30F", | |
| "saturday": "drizzle, low of 40F, high of 60F", | |
| "sunday": "drizzle, low of 50F, high of 60F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "grand rapids", | |
| "monday": "drizzle, low of 70F, high of 80F", | |
| "tuesday": "overcast, low of 40F, high of 60F", | |
| "wednesday": "overcast, low of 60F, high of 80F", | |
| "thursday": "snow, low of 20F, high of 40F", | |
| "friday": "foggy, low of 50F, high of 60F", | |
| "saturday": "dry, low of 90F, high of 100F", | |
| "sunday": "cloudy, low of 30F, high of 40F", | |
| "today": "monday" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Thank you!", | |
| "utt_idx": 4, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "weather": { | |
| "location": "new york", | |
| "weather_attribute": "overcast", | |
| "date": "Friday" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "You're welcome!", | |
| "utt_idx": 5, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "weather": [ | |
| { | |
| "location": "manhattan", | |
| "monday": "stormy, low of 50F, high of 70F", | |
| "tuesday": "cloudy, low of 20F, high of 40F", | |
| "wednesday": "clear skies, low of 50F, high of 60F", | |
| "thursday": "stormy, low of 50F, high of 70F", | |
| "friday": "windy, low of 20F, high of 40F", | |
| "saturday": "snow, low of 60F, high of 70F", | |
| "sunday": "hail, low of 30F, high of 50F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "camarillo", | |
| "monday": "overcast, low of 50F, high of 70F", | |
| "tuesday": "stormy, low of 90F, high of 100F", | |
| "wednesday": "frost, low of 50F, high of 60F", | |
| "thursday": "snow, low of 80F, high of 90F", | |
| "friday": "clear skies, low of 70F, high of 80F", | |
| "saturday": "blizzard, low of 40F, high of 50F", | |
| "sunday": "dry, low of 70F, high of 80F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "menlo park", | |
| "monday": "dry, low of 50F, high of 70F", | |
| "tuesday": "warm, low of 80F, high of 90F", | |
| "wednesday": "hail, low of 20F, high of 40F", | |
| "thursday": "blizzard, low of 40F, high of 60F", | |
| "friday": "cloudy, low of 70F, high of 80F", | |
| "saturday": "foggy, low of 50F, high of 60F", | |
| "sunday": "stormy, low of 90F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "new york", | |
| "monday": "hot, low of 70F, high of 90F", | |
| "tuesday": "foggy, low of 70F, high of 90F", | |
| "wednesday": "dry, low of 40F, high of 50F", | |
| "thursday": "hail, low of 40F, high of 50F", | |
| "friday": "cloudy, low of 70F, high of 90F", | |
| "saturday": "clear skies, low of 70F, high of 90F", | |
| "sunday": "rain, low of 20F, high of 30F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "corona", | |
| "monday": "windy, low of 70F, high of 80F", | |
| "tuesday": "overcast, low of 40F, high of 50F", | |
| "wednesday": "hail, low of 90F, high of 100F", | |
| "thursday": "rain, low of 80F, high of 100F", | |
| "friday": "hail, low of 60F, high of 70F", | |
| "saturday": "warm, low of 60F, high of 80F", | |
| "sunday": "frost, low of 20F, high of 30F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "seattle", | |
| "monday": "cloudy, low of 90F, high of 100F", | |
| "tuesday": "dry, low of 30F, high of 40F", | |
| "wednesday": "stormy, low of 80F, high of 100F", | |
| "thursday": "snow, low of 20F, high of 30F", | |
| "friday": "foggy, low of 20F, high of 30F", | |
| "saturday": "drizzle, low of 40F, high of 60F", | |
| "sunday": "drizzle, low of 50F, high of 60F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "grand rapids", | |
| "monday": "drizzle, low of 70F, high of 80F", | |
| "tuesday": "overcast, low of 40F, high of 60F", | |
| "wednesday": "overcast, low of 60F, high of 80F", | |
| "thursday": "snow, low of 20F, high of 40F", | |
| "friday": "foggy, low of 50F, high of 60F", | |
| "saturday": "dry, low of 90F, high of 100F", | |
| "sunday": "cloudy, low of 30F, high of 40F", | |
| "today": "monday" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "dataset": "kvret", | |
| "data_split": "train", | |
| "dialogue_id": "kvret-train-7", | |
| "original_id": "train-7", | |
| "domains": [ | |
| "weather" | |
| ], | |
| "turns": [ | |
| { | |
| "speaker": "user", | |
| "utterance": "Will it be warm in Camarillo over the next 2 days?", | |
| "utt_idx": 0, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "weather_attribute", | |
| "value": "warm", | |
| "start": 11, | |
| "end": 15 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "date", | |
| "value": "next 2 days", | |
| "start": 38, | |
| "end": 49 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "location", | |
| "value": "Camarillo", | |
| "start": 19, | |
| "end": 28 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "weather": { | |
| "weather_attribute": "warm", | |
| "date": "next 2 days", | |
| "location": "Camarillo" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "No, it's not gonna be warm in Camarillo over the next 2 days", | |
| "utt_idx": 1, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "weather": [ | |
| { | |
| "location": "danville", | |
| "monday": "clear skies, low of 90F, high of 100F", | |
| "tuesday": "stormy, low of 20F, high of 40F", | |
| "wednesday": "raining, low of 40F, high of 60F", | |
| "thursday": "stormy, low of 80F, high of 90F", | |
| "friday": "misty, low of 40F, high of 50F", | |
| "saturday": "blizzard, low of 40F, high of 50F", | |
| "sunday": "frost, low of 30F, high of 50F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "camarillo", | |
| "monday": "drizzle, low of 50F, high of 60F", | |
| "tuesday": "clear skies, low of 30F, high of 40F", | |
| "wednesday": "misty, low of 70F, high of 80F", | |
| "thursday": "overcast, low of 20F, high of 30F", | |
| "friday": "overcast, low of 40F, high of 50F", | |
| "saturday": "raining, low of 40F, high of 50F", | |
| "sunday": "frost, low of 50F, high of 60F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "san jose", | |
| "monday": "clear skies, low of 60F, high of 70F", | |
| "tuesday": "misty, low of 30F, high of 50F", | |
| "wednesday": "hail, low of 90F, high of 100F", | |
| "thursday": "clear skies, low of 20F, high of 30F", | |
| "friday": "misty, low of 30F, high of 40F", | |
| "saturday": "clear skies, low of 40F, high of 60F", | |
| "sunday": "foggy, low of 90F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "los angeles", | |
| "monday": "drizzle, low of 60F, high of 70F", | |
| "tuesday": "warm, low of 60F, high of 70F", | |
| "wednesday": "clear skies, low of 50F, high of 60F", | |
| "thursday": "clear skies, low of 90F, high of 100F", | |
| "friday": "foggy, low of 90F, high of 100F", | |
| "saturday": "raining, low of 90F, high of 100F", | |
| "sunday": "cloudy, low of 50F, high of 60F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "durham", | |
| "monday": "clear skies, low of 50F, high of 70F", | |
| "tuesday": "dew, low of 40F, high of 60F", | |
| "wednesday": "clear skies, low of 60F, high of 70F", | |
| "thursday": "drizzle, low of 60F, high of 80F", | |
| "friday": "humid, low of 50F, high of 70F", | |
| "saturday": "drizzle, low of 30F, high of 50F", | |
| "sunday": "misty, low of 50F, high of 60F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "san francisco", | |
| "monday": "rain, low of 30F, high of 50F", | |
| "tuesday": "foggy, low of 50F, high of 70F", | |
| "wednesday": "rain, low of 50F, high of 60F", | |
| "thursday": "stormy, low of 50F, high of 60F", | |
| "friday": "hail, low of 90F, high of 100F", | |
| "saturday": "blizzard, low of 40F, high of 60F", | |
| "sunday": "hot, low of 80F, high of 90F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "boston", | |
| "monday": "misty, low of 70F, high of 80F", | |
| "tuesday": "clear skies, low of 80F, high of 90F", | |
| "wednesday": "snow, low of 90F, high of 100F", | |
| "thursday": "clear skies, low of 80F, high of 100F", | |
| "friday": "hail, low of 30F, high of 40F", | |
| "saturday": "blizzard, low of 20F, high of 30F", | |
| "sunday": "cloudy, low of 70F, high of 80F", | |
| "today": "monday" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Thank you car!", | |
| "utt_idx": 2, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "weather": { | |
| "weather_attribute": "warm", | |
| "date": "next 2 days", | |
| "location": "Camarillo" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "you are very welcome", | |
| "utt_idx": 3, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "weather": [ | |
| { | |
| "location": "danville", | |
| "monday": "clear skies, low of 90F, high of 100F", | |
| "tuesday": "stormy, low of 20F, high of 40F", | |
| "wednesday": "raining, low of 40F, high of 60F", | |
| "thursday": "stormy, low of 80F, high of 90F", | |
| "friday": "misty, low of 40F, high of 50F", | |
| "saturday": "blizzard, low of 40F, high of 50F", | |
| "sunday": "frost, low of 30F, high of 50F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "camarillo", | |
| "monday": "drizzle, low of 50F, high of 60F", | |
| "tuesday": "clear skies, low of 30F, high of 40F", | |
| "wednesday": "misty, low of 70F, high of 80F", | |
| "thursday": "overcast, low of 20F, high of 30F", | |
| "friday": "overcast, low of 40F, high of 50F", | |
| "saturday": "raining, low of 40F, high of 50F", | |
| "sunday": "frost, low of 50F, high of 60F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "san jose", | |
| "monday": "clear skies, low of 60F, high of 70F", | |
| "tuesday": "misty, low of 30F, high of 50F", | |
| "wednesday": "hail, low of 90F, high of 100F", | |
| "thursday": "clear skies, low of 20F, high of 30F", | |
| "friday": "misty, low of 30F, high of 40F", | |
| "saturday": "clear skies, low of 40F, high of 60F", | |
| "sunday": "foggy, low of 90F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "los angeles", | |
| "monday": "drizzle, low of 60F, high of 70F", | |
| "tuesday": "warm, low of 60F, high of 70F", | |
| "wednesday": "clear skies, low of 50F, high of 60F", | |
| "thursday": "clear skies, low of 90F, high of 100F", | |
| "friday": "foggy, low of 90F, high of 100F", | |
| "saturday": "raining, low of 90F, high of 100F", | |
| "sunday": "cloudy, low of 50F, high of 60F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "durham", | |
| "monday": "clear skies, low of 50F, high of 70F", | |
| "tuesday": "dew, low of 40F, high of 60F", | |
| "wednesday": "clear skies, low of 60F, high of 70F", | |
| "thursday": "drizzle, low of 60F, high of 80F", | |
| "friday": "humid, low of 50F, high of 70F", | |
| "saturday": "drizzle, low of 30F, high of 50F", | |
| "sunday": "misty, low of 50F, high of 60F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "san francisco", | |
| "monday": "rain, low of 30F, high of 50F", | |
| "tuesday": "foggy, low of 50F, high of 70F", | |
| "wednesday": "rain, low of 50F, high of 60F", | |
| "thursday": "stormy, low of 50F, high of 60F", | |
| "friday": "hail, low of 90F, high of 100F", | |
| "saturday": "blizzard, low of 40F, high of 60F", | |
| "sunday": "hot, low of 80F, high of 90F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "boston", | |
| "monday": "misty, low of 70F, high of 80F", | |
| "tuesday": "clear skies, low of 80F, high of 90F", | |
| "wednesday": "snow, low of 90F, high of 100F", | |
| "thursday": "clear skies, low of 80F, high of 100F", | |
| "friday": "hail, low of 30F, high of 40F", | |
| "saturday": "blizzard, low of 20F, high of 30F", | |
| "sunday": "cloudy, low of 70F, high of 80F", | |
| "today": "monday" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "dataset": "kvret", | |
| "data_split": "train", | |
| "dialogue_id": "kvret-train-8", | |
| "original_id": "train-8", | |
| "domains": [ | |
| "weather" | |
| ], | |
| "turns": [ | |
| { | |
| "speaker": "user", | |
| "utterance": "what's the highest temperature for this week", | |
| "utt_idx": 0, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "weather_attribute", | |
| "value": "highest temperature", | |
| "start": 11, | |
| "end": 30 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "date", | |
| "value": "this week", | |
| "start": 35, | |
| "end": 44 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "weather": { | |
| "weather_attribute": "highest temperature", | |
| "date": "this week" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "What location do you want to know the highest temperature?", | |
| "utt_idx": 1, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "weather": [ | |
| { | |
| "location": "cleveland", | |
| "monday": "hail, low of 90F, high of 100F", | |
| "tuesday": "foggy, low of 60F, high of 80F", | |
| "wednesday": "raining, low of 80F, high of 90F", | |
| "thursday": "snow, low of 30F, high of 50F", | |
| "friday": "drizzle, low of 60F, high of 70F", | |
| "saturday": "raining, low of 40F, high of 60F", | |
| "sunday": "drizzle, low of 80F, high of 90F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "new york", | |
| "monday": "rain, low of 60F, high of 80F", | |
| "tuesday": "stormy, low of 90F, high of 100F", | |
| "wednesday": "windy, low of 50F, high of 70F", | |
| "thursday": "windy, low of 70F, high of 80F", | |
| "friday": "foggy, low of 70F, high of 90F", | |
| "saturday": "dry, low of 40F, high of 60F", | |
| "sunday": "dry, low of 70F, high of 90F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "brentwood", | |
| "monday": "raining, low of 90F, high of 100F", | |
| "tuesday": "drizzle, low of 70F, high of 90F", | |
| "wednesday": "dew, low of 50F, high of 70F", | |
| "thursday": "foggy, low of 20F, high of 40F", | |
| "friday": "windy, low of 70F, high of 80F", | |
| "saturday": "dry, low of 20F, high of 30F", | |
| "sunday": "rain, low of 80F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "inglewood", | |
| "monday": "raining, low of 40F, high of 60F", | |
| "tuesday": "snow, low of 30F, high of 50F", | |
| "wednesday": "windy, low of 60F, high of 70F", | |
| "thursday": "overcast, low of 70F, high of 80F", | |
| "friday": "cloudy, low of 90F, high of 100F", | |
| "saturday": "overcast, low of 30F, high of 40F", | |
| "sunday": "humid, low of 90F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "mountain view", | |
| "monday": "windy, low of 60F, high of 70F", | |
| "tuesday": "misty, low of 60F, high of 70F", | |
| "wednesday": "cloudy, low of 80F, high of 90F", | |
| "thursday": "hail, low of 80F, high of 100F", | |
| "friday": "foggy, low of 90F, high of 100F", | |
| "saturday": "misty, low of 90F, high of 100F", | |
| "sunday": "cloudy, low of 60F, high of 70F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "menlo park", | |
| "monday": "foggy, low of 30F, high of 40F", | |
| "tuesday": "rain, low of 20F, high of 40F", | |
| "wednesday": "misty, low of 70F, high of 90F", | |
| "thursday": "clear skies, low of 30F, high of 50F", | |
| "friday": "drizzle, low of 90F, high of 100F", | |
| "saturday": "drizzle, low of 80F, high of 90F", | |
| "sunday": "windy, low of 20F, high of 30F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "compton", | |
| "monday": "humid, low of 60F, high of 70F", | |
| "tuesday": "stormy, low of 70F, high of 90F", | |
| "wednesday": "dry, low of 30F, high of 40F", | |
| "thursday": "foggy, low of 70F, high of 90F", | |
| "friday": "cloudy, low of 80F, high of 90F", | |
| "saturday": "hail, low of 70F, high of 80F", | |
| "sunday": "foggy, low of 60F, high of 80F", | |
| "today": "monday" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Menlo Park, please", | |
| "utt_idx": 2, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "location", | |
| "value": "Menlo Park", | |
| "start": 0, | |
| "end": 10 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "weather": { | |
| "weather_attribute": "Highest temperature", | |
| "date": "this week", | |
| "location": "Menlo Park" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "On Friday in Menlo Park it will be a high of 100f.", | |
| "utt_idx": 3, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "weather": [ | |
| { | |
| "location": "cleveland", | |
| "monday": "hail, low of 90F, high of 100F", | |
| "tuesday": "foggy, low of 60F, high of 80F", | |
| "wednesday": "raining, low of 80F, high of 90F", | |
| "thursday": "snow, low of 30F, high of 50F", | |
| "friday": "drizzle, low of 60F, high of 70F", | |
| "saturday": "raining, low of 40F, high of 60F", | |
| "sunday": "drizzle, low of 80F, high of 90F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "new york", | |
| "monday": "rain, low of 60F, high of 80F", | |
| "tuesday": "stormy, low of 90F, high of 100F", | |
| "wednesday": "windy, low of 50F, high of 70F", | |
| "thursday": "windy, low of 70F, high of 80F", | |
| "friday": "foggy, low of 70F, high of 90F", | |
| "saturday": "dry, low of 40F, high of 60F", | |
| "sunday": "dry, low of 70F, high of 90F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "brentwood", | |
| "monday": "raining, low of 90F, high of 100F", | |
| "tuesday": "drizzle, low of 70F, high of 90F", | |
| "wednesday": "dew, low of 50F, high of 70F", | |
| "thursday": "foggy, low of 20F, high of 40F", | |
| "friday": "windy, low of 70F, high of 80F", | |
| "saturday": "dry, low of 20F, high of 30F", | |
| "sunday": "rain, low of 80F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "inglewood", | |
| "monday": "raining, low of 40F, high of 60F", | |
| "tuesday": "snow, low of 30F, high of 50F", | |
| "wednesday": "windy, low of 60F, high of 70F", | |
| "thursday": "overcast, low of 70F, high of 80F", | |
| "friday": "cloudy, low of 90F, high of 100F", | |
| "saturday": "overcast, low of 30F, high of 40F", | |
| "sunday": "humid, low of 90F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "mountain view", | |
| "monday": "windy, low of 60F, high of 70F", | |
| "tuesday": "misty, low of 60F, high of 70F", | |
| "wednesday": "cloudy, low of 80F, high of 90F", | |
| "thursday": "hail, low of 80F, high of 100F", | |
| "friday": "foggy, low of 90F, high of 100F", | |
| "saturday": "misty, low of 90F, high of 100F", | |
| "sunday": "cloudy, low of 60F, high of 70F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "menlo park", | |
| "monday": "foggy, low of 30F, high of 40F", | |
| "tuesday": "rain, low of 20F, high of 40F", | |
| "wednesday": "misty, low of 70F, high of 90F", | |
| "thursday": "clear skies, low of 30F, high of 50F", | |
| "friday": "drizzle, low of 90F, high of 100F", | |
| "saturday": "drizzle, low of 80F, high of 90F", | |
| "sunday": "windy, low of 20F, high of 30F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "compton", | |
| "monday": "humid, low of 60F, high of 70F", | |
| "tuesday": "stormy, low of 70F, high of 90F", | |
| "wednesday": "dry, low of 30F, high of 40F", | |
| "thursday": "foggy, low of 70F, high of 90F", | |
| "friday": "cloudy, low of 80F, high of 90F", | |
| "saturday": "hail, low of 70F, high of 80F", | |
| "sunday": "foggy, low of 60F, high of 80F", | |
| "today": "monday" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Excellent, that's very helpful.", | |
| "utt_idx": 4, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "weather": { | |
| "weather_attribute": "Highest temperature", | |
| "date": "this week", | |
| "location": "Menlo Park" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "You are very welcome.", | |
| "utt_idx": 5, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "weather": [ | |
| { | |
| "location": "cleveland", | |
| "monday": "hail, low of 90F, high of 100F", | |
| "tuesday": "foggy, low of 60F, high of 80F", | |
| "wednesday": "raining, low of 80F, high of 90F", | |
| "thursday": "snow, low of 30F, high of 50F", | |
| "friday": "drizzle, low of 60F, high of 70F", | |
| "saturday": "raining, low of 40F, high of 60F", | |
| "sunday": "drizzle, low of 80F, high of 90F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "new york", | |
| "monday": "rain, low of 60F, high of 80F", | |
| "tuesday": "stormy, low of 90F, high of 100F", | |
| "wednesday": "windy, low of 50F, high of 70F", | |
| "thursday": "windy, low of 70F, high of 80F", | |
| "friday": "foggy, low of 70F, high of 90F", | |
| "saturday": "dry, low of 40F, high of 60F", | |
| "sunday": "dry, low of 70F, high of 90F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "brentwood", | |
| "monday": "raining, low of 90F, high of 100F", | |
| "tuesday": "drizzle, low of 70F, high of 90F", | |
| "wednesday": "dew, low of 50F, high of 70F", | |
| "thursday": "foggy, low of 20F, high of 40F", | |
| "friday": "windy, low of 70F, high of 80F", | |
| "saturday": "dry, low of 20F, high of 30F", | |
| "sunday": "rain, low of 80F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "inglewood", | |
| "monday": "raining, low of 40F, high of 60F", | |
| "tuesday": "snow, low of 30F, high of 50F", | |
| "wednesday": "windy, low of 60F, high of 70F", | |
| "thursday": "overcast, low of 70F, high of 80F", | |
| "friday": "cloudy, low of 90F, high of 100F", | |
| "saturday": "overcast, low of 30F, high of 40F", | |
| "sunday": "humid, low of 90F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "mountain view", | |
| "monday": "windy, low of 60F, high of 70F", | |
| "tuesday": "misty, low of 60F, high of 70F", | |
| "wednesday": "cloudy, low of 80F, high of 90F", | |
| "thursday": "hail, low of 80F, high of 100F", | |
| "friday": "foggy, low of 90F, high of 100F", | |
| "saturday": "misty, low of 90F, high of 100F", | |
| "sunday": "cloudy, low of 60F, high of 70F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "menlo park", | |
| "monday": "foggy, low of 30F, high of 40F", | |
| "tuesday": "rain, low of 20F, high of 40F", | |
| "wednesday": "misty, low of 70F, high of 90F", | |
| "thursday": "clear skies, low of 30F, high of 50F", | |
| "friday": "drizzle, low of 90F, high of 100F", | |
| "saturday": "drizzle, low of 80F, high of 90F", | |
| "sunday": "windy, low of 20F, high of 30F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "compton", | |
| "monday": "humid, low of 60F, high of 70F", | |
| "tuesday": "stormy, low of 70F, high of 90F", | |
| "wednesday": "dry, low of 30F, high of 40F", | |
| "thursday": "foggy, low of 70F, high of 90F", | |
| "friday": "cloudy, low of 80F, high of 90F", | |
| "saturday": "hail, low of 70F, high of 80F", | |
| "sunday": "foggy, low of 60F, high of 80F", | |
| "today": "monday" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "dataset": "kvret", | |
| "data_split": "train", | |
| "dialogue_id": "kvret-train-9", | |
| "original_id": "train-9", | |
| "domains": [ | |
| "weather" | |
| ], | |
| "turns": [ | |
| { | |
| "speaker": "user", | |
| "utterance": "Will there be hail in Mountain View today?", | |
| "utt_idx": 0, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [ | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "weather_attribute", | |
| "value": "hail", | |
| "start": 14, | |
| "end": 18 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "date", | |
| "value": "today", | |
| "start": 36, | |
| "end": 41 | |
| }, | |
| { | |
| "intent": "inform", | |
| "domain": "weather", | |
| "slot": "location", | |
| "value": "Mountain View", | |
| "start": 22, | |
| "end": 35 | |
| } | |
| ] | |
| }, | |
| "state": { | |
| "weather": { | |
| "weather_attribute": "Hail", | |
| "date": "Today", | |
| "location": "Mountain View" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "There will be clear skies today in Mountain View.", | |
| "utt_idx": 1, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "weather": [ | |
| { | |
| "location": "brentwood", | |
| "monday": "dry, low of 40F, high of 60F", | |
| "tuesday": "overcast, low of 30F, high of 40F", | |
| "wednesday": "raining, low of 30F, high of 50F", | |
| "thursday": "cloudy, low of 50F, high of 60F", | |
| "friday": "dry, low of 20F, high of 40F", | |
| "saturday": "cloudy, low of 70F, high of 90F", | |
| "sunday": "humid, low of 90F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "corona", | |
| "monday": "foggy, low of 80F, high of 90F", | |
| "tuesday": "dry, low of 40F, high of 60F", | |
| "wednesday": "clear skies, low of 80F, high of 100F", | |
| "thursday": "stormy, low of 40F, high of 60F", | |
| "friday": "dry, low of 60F, high of 70F", | |
| "saturday": "hail, low of 50F, high of 60F", | |
| "sunday": "blizzard, low of 40F, high of 50F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "danville", | |
| "monday": "dew, low of 60F, high of 70F", | |
| "tuesday": "windy, low of 90F, high of 100F", | |
| "wednesday": "raining, low of 70F, high of 90F", | |
| "thursday": "cloudy, low of 70F, high of 80F", | |
| "friday": "misty, low of 60F, high of 70F", | |
| "saturday": "hot, low of 60F, high of 80F", | |
| "sunday": "hail, low of 60F, high of 70F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "seattle", | |
| "monday": "dry, low of 40F, high of 60F", | |
| "tuesday": "raining, low of 80F, high of 90F", | |
| "wednesday": "hail, low of 20F, high of 30F", | |
| "thursday": "frost, low of 20F, high of 40F", | |
| "friday": "raining, low of 20F, high of 40F", | |
| "saturday": "clear skies, low of 70F, high of 80F", | |
| "sunday": "humid, low of 80F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "inglewood", | |
| "monday": "dry, low of 80F, high of 90F", | |
| "tuesday": "overcast, low of 20F, high of 40F", | |
| "wednesday": "cloudy, low of 60F, high of 70F", | |
| "thursday": "misty, low of 80F, high of 100F", | |
| "friday": "blizzard, low of 40F, high of 60F", | |
| "saturday": "drizzle, low of 30F, high of 50F", | |
| "sunday": "blizzard, low of 30F, high of 40F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "oakland", | |
| "monday": "foggy, low of 80F, high of 100F", | |
| "tuesday": "dew, low of 30F, high of 40F", | |
| "wednesday": "frost, low of 30F, high of 40F", | |
| "thursday": "rain, low of 90F, high of 100F", | |
| "friday": "cloudy, low of 40F, high of 60F", | |
| "saturday": "cloudy, low of 60F, high of 80F", | |
| "sunday": "windy, low of 30F, high of 40F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "mountain view", | |
| "monday": "clear skies, low of 60F, high of 80F", | |
| "tuesday": "stormy, low of 70F, high of 80F", | |
| "wednesday": "foggy, low of 20F, high of 30F", | |
| "thursday": "warm, low of 80F, high of 100F", | |
| "friday": "warm, low of 70F, high of 90F", | |
| "saturday": "clear skies, low of 60F, high of 80F", | |
| "sunday": "cloudy, low of 80F, high of 100F", | |
| "today": "monday" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "speaker": "user", | |
| "utterance": "Thanks.", | |
| "utt_idx": 2, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "state": { | |
| "weather": { | |
| "weather_attribute": "Hail", | |
| "date": "Today", | |
| "location": "Mountain View" | |
| } | |
| } | |
| }, | |
| { | |
| "speaker": "system", | |
| "utterance": "Anytime.", | |
| "utt_idx": 3, | |
| "dialogue_acts": { | |
| "binary": [], | |
| "categorical": [], | |
| "non-categorical": [] | |
| }, | |
| "db_results": { | |
| "weather": [ | |
| { | |
| "location": "brentwood", | |
| "monday": "dry, low of 40F, high of 60F", | |
| "tuesday": "overcast, low of 30F, high of 40F", | |
| "wednesday": "raining, low of 30F, high of 50F", | |
| "thursday": "cloudy, low of 50F, high of 60F", | |
| "friday": "dry, low of 20F, high of 40F", | |
| "saturday": "cloudy, low of 70F, high of 90F", | |
| "sunday": "humid, low of 90F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "corona", | |
| "monday": "foggy, low of 80F, high of 90F", | |
| "tuesday": "dry, low of 40F, high of 60F", | |
| "wednesday": "clear skies, low of 80F, high of 100F", | |
| "thursday": "stormy, low of 40F, high of 60F", | |
| "friday": "dry, low of 60F, high of 70F", | |
| "saturday": "hail, low of 50F, high of 60F", | |
| "sunday": "blizzard, low of 40F, high of 50F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "danville", | |
| "monday": "dew, low of 60F, high of 70F", | |
| "tuesday": "windy, low of 90F, high of 100F", | |
| "wednesday": "raining, low of 70F, high of 90F", | |
| "thursday": "cloudy, low of 70F, high of 80F", | |
| "friday": "misty, low of 60F, high of 70F", | |
| "saturday": "hot, low of 60F, high of 80F", | |
| "sunday": "hail, low of 60F, high of 70F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "seattle", | |
| "monday": "dry, low of 40F, high of 60F", | |
| "tuesday": "raining, low of 80F, high of 90F", | |
| "wednesday": "hail, low of 20F, high of 30F", | |
| "thursday": "frost, low of 20F, high of 40F", | |
| "friday": "raining, low of 20F, high of 40F", | |
| "saturday": "clear skies, low of 70F, high of 80F", | |
| "sunday": "humid, low of 80F, high of 100F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "inglewood", | |
| "monday": "dry, low of 80F, high of 90F", | |
| "tuesday": "overcast, low of 20F, high of 40F", | |
| "wednesday": "cloudy, low of 60F, high of 70F", | |
| "thursday": "misty, low of 80F, high of 100F", | |
| "friday": "blizzard, low of 40F, high of 60F", | |
| "saturday": "drizzle, low of 30F, high of 50F", | |
| "sunday": "blizzard, low of 30F, high of 40F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "oakland", | |
| "monday": "foggy, low of 80F, high of 100F", | |
| "tuesday": "dew, low of 30F, high of 40F", | |
| "wednesday": "frost, low of 30F, high of 40F", | |
| "thursday": "rain, low of 90F, high of 100F", | |
| "friday": "cloudy, low of 40F, high of 60F", | |
| "saturday": "cloudy, low of 60F, high of 80F", | |
| "sunday": "windy, low of 30F, high of 40F", | |
| "today": "monday" | |
| }, | |
| { | |
| "location": "mountain view", | |
| "monday": "clear skies, low of 60F, high of 80F", | |
| "tuesday": "stormy, low of 70F, high of 80F", | |
| "wednesday": "foggy, low of 20F, high of 30F", | |
| "thursday": "warm, low of 80F, high of 100F", | |
| "friday": "warm, low of 70F, high of 90F", | |
| "saturday": "clear skies, low of 60F, high of 80F", | |
| "sunday": "cloudy, low of 80F, high of 100F", | |
| "today": "monday" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ] |