You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17774 lines
696 KiB
17774 lines
696 KiB
[
|
|
{
|
|
"history": "user : i would like to go to an indian restaurant in the north.\n",
|
|
"extracted_values": [
|
|
"indian",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"food": "indian",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should have a star of 2 and should be in the moderate price range\n",
|
|
"extracted_values": [
|
|
"2",
|
|
"moderate",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"stars": "2",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"stars": "2",
|
|
"price": "moderate",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a hotel with a zero star rating and i dont need free parking\n system : [hotel_name] is a [value_count] star hotel with no parking , would you like me to check on available dates for you ?\n user : i hope its in the centre\n",
|
|
"extracted_values": [
|
|
"0",
|
|
"free",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "no",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm trying to find a concert hall in the east part of town.\n system : unfortunately , i do not have any listings for concert halls on the [value_area] side . can i check another area of town for you ?\n user : how about an entertainment attraction instead?\n system : there are [value_count] entertainment attractions on the [value_area] side . would you like more information ?\n user : yes and can i have the phone number and address of one of attraction?\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"entertainment",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to book a taxi to the scott polar museum\n system : i would be happy to help . what time do you want to leave and and or arrive by ?\n user : 3 00 will be best pick up time thank you\n system : what is your departure site ?\n user : i will be picked up from london kings cross train station. i'll also need a contact phone number and a car type to expect.\n system : okay i have a [taxi_type] and the contact number is [taxi_phone] . anything else i can do for you ?\n user : that's all i needed help with today. thanks!\n system : i need a taxi to the [attraction_name] .\n user : thank you, good bye.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"00",
|
|
"scott polar museum",
|
|
"london kings cross train station"
|
|
],
|
|
"true_states": {
|
|
"leave": "03:00",
|
|
"destination": "scott polar museum",
|
|
"departure": "london kings cross train station"
|
|
},
|
|
"gen_states": {
|
|
"people": "3",
|
|
"leave": "00",
|
|
"destination": "scott polar museum",
|
|
"departure": "london kings cross train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine in the centre.\n system : there are many restaurant -s in the [value_area] of town , do you have a preference of food ?\n user : is there anywhere that serves middle eastern food?\n system : unfortunately there is not . what else may i check for you ?\n user : is there anywhere in the centre that serves mediterranean food?\n system : i have found [value_count] options , sir . may i [restaurant_name] what type of price range were you looking for ?\n user : i'd like something in the expensive price range.\n system : there are [value_count] [value_pricerange] [value_food] restaurant -s in the [value_area] of town [restaurant_name] and [restaurant_name] .\n user : book either for me\n system : i recommend [restaurant_name] , great word of mouth . what day and time do you want to dine ? how many will be going , please ?\n user : can we do saturday at 15:00?\n system : sure for how many people ?\n user : never mind. i'll book the table myself. may i have the address and postcode? and the phone number, while you're at it.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"15:00",
|
|
"saturday",
|
|
"centre",
|
|
"mediterranean"
|
|
],
|
|
"true_states": {
|
|
"food": "mediterranean",
|
|
"price": "expensive",
|
|
"name": "la mimosa",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"time": "15:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"time": "15:00",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"food": "mediterranean"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a taxi to pick me up at funky fun house to go to huntingdon marriott hotel.\n system : what time would you like to leave ?\n user : i prefer to leave after 09:15\n system : booking is complete , a [taxi_type] will be picking you up . the contact number is [taxi_phone] . thank you ! .\n user : great, thanks for your help!\n",
|
|
"extracted_values": [
|
|
"09:15",
|
|
"funky fun house",
|
|
"huntingdon marriott hotel"
|
|
],
|
|
"true_states": {
|
|
"leave": "09:15",
|
|
"destination": "huntingdon marriott hotel",
|
|
"departure": "funky fun house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "09:15",
|
|
"destination": "huntingdon marriott hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am at ballare. i need a taxi to take me to hobsons house.\n",
|
|
"extracted_values": [
|
|
"ballare",
|
|
"hobsons house"
|
|
],
|
|
"true_states": {
|
|
"destination": "hobsons house",
|
|
"departure": "ballare"
|
|
},
|
|
"gen_states": {
|
|
"destination": "hobsons house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'll be coming into the centre of town to visit relatives. can you help me find a place to stay?\n system : i can definitely help with that . i have about [value_count] different hotel -s and guesthouses that are in the [value_area] of town . do you prefer a hotel or guesthouse ?\n user : i'd like it to be expensive. 4 star rated.\n system : the [hotel_name] is in the [value_area] of town , falls in the [value_pricerange] price range , and has [value_count] stars . would you like to book a room ?\n user : can you see if it's available for 4 nights from wednesday for 5 people\n system : it is available for [value_count] nights for [value_count] people ! i have taken the liberty of booking these rooms for you . is that agreeable to you ?\n user : that's wonderful. what is the reference number for that booking?\n system : can you also give me the address for the hotel\n user : i haven't the faintest. but do you have a reference number for the booking you made?\n system : [hotel_reference] is your reference number .\n user : thanks, that's all i need today!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"5",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "university arms hotel",
|
|
"area": "centre",
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"people": "5",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find a cheap place to stay.\n system : i can certainly help you with that . we have [value_count] listings for [value_pricerange] lodgings . do you have any other requirement -s ?\n user : i would like for it to be located in the center of town.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yo, i'm looking for a place to stay that's as awesome as me. four stars! it's gotta have free wifi, so i can do my social media, know what i mean?\n system : i have many options for you what s your price range or the area you are looking in ?\n user : i don't really have a price range. anything is fine. i would like it to have free parking and wifi, though. and of course, 4 stars like i mentioned.\n",
|
|
"extracted_values": [
|
|
"awesome",
|
|
"4",
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"type": "awesome",
|
|
"stars": "4",
|
|
"internet": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for an expensive hotel with free parking.\n system : we have [value_count] place -s that offer all of that . any preference on star rating or area ?\n user : no, that's not important to me. but, i would prefer to stay in a guesthouse with free parking.\n system : sorry , there are no guesthouse type [value_pricerange] place -s with free parking . perhaps you would prefer a different type or price range ?\n user : cheap would be fine as well.\n system : sure , the [hotel_name] is a [value_count] star guesthouse . does that sound good ?\n user : yes. can you make a reservation for 4 nights starting wednesday? there are 5 people in my party.\n system : i have made your reservation . the reference number is [hotel_reference] . what else can i help you with ?\n user : that's all i needed, thanks so much for your help!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"dont care",
|
|
"cheap",
|
|
"4",
|
|
"5",
|
|
"wednesday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "allenbell",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"type": "guesthouse",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"stars": "4",
|
|
"people": "5",
|
|
"day": "wednesday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an indian restaurant, preferably in the centre of town.\n system : there are a number of options for [value_food] restaurant -s in the [value_area] of town . what price range would you like ?\n user : i would prefer cheap restaurants.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"indian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"food": "indian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, could you find me a train for friday? i need to leave from leicester.\n system : i can assist you with that . what time [value_day] would you like to leave at ?\n user : i would like to leave after 12:15.\n system : okay there are several trains that may work . what is your destination ?\n user : i'd like to go to cambridge, please.\n system : [train_id] leaves at [value_time] [value_day] . would that train work for you ?\n user : yes. could you book that for 7 people and give me the reference number please?\n",
|
|
"extracted_values": [
|
|
"12:15",
|
|
"7",
|
|
"friday",
|
|
"leicester",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:15",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"departure": "leicester",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"leave": "12:15",
|
|
"people": "7",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : what restaurants in the centre serve international cuisine?\n system : [restaurant_name] and the [restaurant_name] serve [value_food] food and are in the [value_area] of town .\n user : how about a place in the moderate price range?\n system : both of the named restaurant -s are in the [value_pricerange] price range .\n user : ok, can you book a table for 6 at 12:00 on tuesday at the varsity restaurant? i will need a reference number too, please.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"6",
|
|
"12:00",
|
|
"tuesday",
|
|
"the varsity restaurant",
|
|
"centre",
|
|
"international"
|
|
],
|
|
"true_states": {
|
|
"food": "international",
|
|
"price": "moderate",
|
|
"name": "the varsity restaurant",
|
|
"area": "centre",
|
|
"day": "tuesday",
|
|
"people": "6",
|
|
"time": "12:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "6",
|
|
"time": "12:00",
|
|
"day": "tuesday",
|
|
"name": "the varsity restaurant",
|
|
"area": "centre",
|
|
"food": "international"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant that serves canapes in the east.\n system : unfortunately there are no restaurant -s serving canapes in the [value_area] .\n user : ah, well, too bad. in that case i think that'll be everything that i needed. thanks and have a good day!\n system : are you sure ? i can find other options in other parts of town ?\n user : how about italian food?\n system : there is the [restaurant_name] in the [value_area] serving [value_food] food .\n user : great! please book a table for 6 at 16:15 on saturday\n",
|
|
"extracted_values": [
|
|
"6",
|
|
"16:15",
|
|
"saturday",
|
|
"italian",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"area": "east",
|
|
"day": "saturday",
|
|
"people": "6",
|
|
"time": "16:15"
|
|
},
|
|
"gen_states": {
|
|
"people": "6",
|
|
"time": "16:15",
|
|
"day": "saturday",
|
|
"food": "italian",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, could you find me a train for friday? i need to leave from leicester.\n system : i can assist you with that . what time [value_day] would you like to leave at ?\n user : i would like to leave after 12:15.\n",
|
|
"extracted_values": [
|
|
"12:15",
|
|
"friday",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:15",
|
|
"day": "friday",
|
|
"departure": "leicester"
|
|
},
|
|
"gen_states": {
|
|
"leave": "12:15",
|
|
"day": "friday",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to arrive by 16:45 to take me to the parkside police station.\n system : where would you like the taxi to pick you up ?\n user : i actually need to be picked up from the parkside police station. sorry about taht.\n system : that s okay . where is your destination ?\n user : i am wanting to go to stansted airport train station.\n",
|
|
"extracted_values": [
|
|
"16:45",
|
|
"parkside police station",
|
|
"stansted airport train station"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:45",
|
|
"destination": "stansted airport train station",
|
|
"departure": "parkside police station"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "16:45",
|
|
"departure": "parkside police station",
|
|
"destination": "stansted airport train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to go!\n system : i can certainly help you find something . do you have a type of attraction in mind ?\n user : i like looking at the architecture of old buildings. i think it says a lot about how we used to live.\n",
|
|
"extracted_values": [
|
|
"architecture"
|
|
],
|
|
"true_states": {
|
|
"type": "architecture"
|
|
},
|
|
"gen_states": {
|
|
"type": "architecture"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i am looking for a train that will be leaving after 13:30 on tuesday.\n",
|
|
"extracted_values": [
|
|
"13:30",
|
|
"tuesday"
|
|
],
|
|
"true_states": {
|
|
"leave": "13:30",
|
|
"day": "tuesday"
|
|
},
|
|
"gen_states": {
|
|
"leave": "13:30",
|
|
"day": "tuesday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a train arriving at 13:30, departing from cambridge.\n system : on what day will you be travelling ?\n user : i need to leave sunday to go to ely.\n system : [train_id] will arrive by [value_time] would that work for you ?\n user : yes can i get a ticket for 8 people please\n system : booked ! you will pay [value_price] at the station , your reference number is [train_reference] . is there anything else you need ?\n user : great that's all that i needed today, thank you for all your help!\n",
|
|
"extracted_values": [
|
|
"13:30",
|
|
"8",
|
|
"sunday",
|
|
"cambridge",
|
|
"ely"
|
|
],
|
|
"true_states": {
|
|
"destination": "ely",
|
|
"day": "sunday",
|
|
"arrive": "13:30",
|
|
"departure": "cambridge",
|
|
"people": "8"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:30",
|
|
"people": "8",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "ely"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a taxi to pick me up at funky fun house to go to huntingdon marriott hotel.\n system : what time would you like to leave ?\n user : i prefer to leave after 09:15\n",
|
|
"extracted_values": [
|
|
"09:15",
|
|
"funky fun house",
|
|
"huntingdon marriott hotel"
|
|
],
|
|
"true_states": {
|
|
"leave": "09:15",
|
|
"destination": "huntingdon marriott hotel",
|
|
"departure": "funky fun house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "09:15",
|
|
"destination": "huntingdon marriott hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any 4-star hotels which are moderately priced?\n system : we have [value_count] guest houses which are [value_pricerange] -ly priced , but no hotel -s .\n user : a guesthouse is fine. i'm looking for a place in the north with free parking.\n system : [hotel_name] is available if that works for you .\n user : that's good. can you book it for 3 people?\n system : for how many days and starting what day ?\n user : starting friday for 4 nights. there will be 3 guests.\n system : i am not able to book for those nights . would you want to try a shorter stay ?\n user : yes, that would be fine. is there a room available for one night?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"moderate",
|
|
"free",
|
|
"3",
|
|
"1",
|
|
"friday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "acorn guest house",
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4",
|
|
"day": "friday",
|
|
"people": "3",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"people": "1",
|
|
"day": "friday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i am looking for a train that will be leaving after 13:30 on tuesday.\n system : what is your destination ?\n user : the train should go to cambridge and should depart from london liverpool street.\n",
|
|
"extracted_values": [
|
|
"13:30",
|
|
"tuesday",
|
|
"cambridge",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"leave": "13:30",
|
|
"destination": "cambridge",
|
|
"day": "tuesday",
|
|
"departure": "london liverpool street"
|
|
},
|
|
"gen_states": {
|
|
"leave": "13:30",
|
|
"day": "tuesday",
|
|
"departure": "cambridge",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a train arriving at 13:30, departing from cambridge.\n system : on what day will you be travelling ?\n user : i need to leave sunday to go to ely.\n system : [train_id] will arrive by [value_time] would that work for you ?\n user : yes can i get a ticket for 8 people please\n system : booked ! you will pay [value_price] at the station , your reference number is [train_reference] . is there anything else you need ?\n user : great that's all that i needed today, thank you for all your help!\n system : is there anything else i can do for you before we go ?\n user : no thank you very much.\n",
|
|
"extracted_values": [
|
|
"13:30",
|
|
"8",
|
|
"sunday",
|
|
"cambridge",
|
|
"ely"
|
|
],
|
|
"true_states": {
|
|
"destination": "ely",
|
|
"day": "sunday",
|
|
"arrive": "13:30",
|
|
"departure": "cambridge",
|
|
"people": "8"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:30",
|
|
"people": "8",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "ely"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there! i'm looking for an expensive place to stay that has free wifi. i bet cambridge has a ton of those.\n system : we have [value_count] hotel -s that fit that description . what area of town do you prefer ?\n user : the area doesn't matter much, but i would like it to be a guesthouse if possible.\n system : i am sorry , but all of [hotel_name] -s that have free wifi and who have an [value_pricerange] price range are hotel -s rather than guesthouses . would you be interested in a hotel instead ?\n user : i'd really rather stay at a guesthouse. do you have anything in the cheap price range?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking to book a taxi that will leave from the missing sock\n system : what is your destination ?\n user : i need to get to the lucky star please.\n system : ok , what time do you want to leave ?\n user : i would like to leave after 17:15. i also need the car type and contact number\n",
|
|
"extracted_values": [
|
|
"17:15",
|
|
"the missing sock",
|
|
"the lucky star"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:15",
|
|
"destination": "the lucky star",
|
|
"departure": "the missing sock"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:15",
|
|
"departure": "the missing sock",
|
|
"destination": "the lucky star"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a place to stay that has free wifi and free parking.\n system : do you have a preference for area or price range ?\n user : i do not have a preference but i do want a hotel not a guest house.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"internet": "yes",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a taxi plese\n system : what time will you be arriving to your destination please .\n user : i want to arrive by 12:45.\n system : what is your departure site ?\n user : i'm leaving from cambridge and county folk museum.\n",
|
|
"extracted_values": [
|
|
"12:45",
|
|
"cambridge and county folk museum"
|
|
],
|
|
"true_states": {
|
|
"departure": "cambridge and county folk museum",
|
|
"arrive": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:45",
|
|
"departure": "cambridge and county folk museum"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a cheap restaurant in the centre.\n system : i have found many possibilities . [restaurant_name] is [value_food] and [restaurant_name] serves [value_food] . are either of those of interest for you ?\n user : yes, may i have the address, postcode, and phone number for golden house? i'll book it myself.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"golden house",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"name": "golden house",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"name": "golden house",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want to find a guesthouse with free parking included. can you help?\n system : there are [value_count] guesthouses that have parking available . is there a certain price range or part of the city you are interested in ?\n user : i would really like something expensive.\n system : unfortunately , i cannot find any that are [value_pricerange] . let s try a different price range .\n user : alright, let's try for a cheap hotel.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"expensive",
|
|
"cheap",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i am looking to stay in a guesthouse that includes free parking\n system : i have lots of them to choose from . is there any area of town that i can check into for you ?\n user : no. i would like it to have a star rating of 4 and free wifi.\n system : there are [value_count] such guest houses . you might like the [hotel_name] , which is rated [value_count] stars , yet inexpensive , and offers all the luxury the others choices do .\n user : that sounds great! can you book the alexander for 2 people? we'll need it for 5 nights starting on thursday.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"2",
|
|
"5",
|
|
"thursday",
|
|
"alexander bed and breakfast",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "alexander bed and breakfast",
|
|
"parking": "yes",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "2",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "4",
|
|
"people": "2",
|
|
"stay": "5",
|
|
"day": "thursday",
|
|
"name": "alexander bed and breakfast",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : is there an expensive african restaurant in town.\n system : yes , the [restaurant_name] in the city [value_area] is a good , [value_pricerange] restaurant .\n user : excellent! i don't need a table right now, but if you could give me the address and phone number, that would be great.\n system : it is located at [value_count] [restaurant_address] and the phone number is [restaurant_phone] . is there anything else i can help you with ?\n user : no thanks. that would be all for today. have a nice day.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"excellent",
|
|
"african"
|
|
],
|
|
"true_states": {
|
|
"food": "african",
|
|
"price": "expensive",
|
|
"name": "bedouin",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "african"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for an expensive hotel with free parking.\n system : we have [value_count] place -s that offer all of that . any preference on star rating or area ?\n user : no, that's not important to me. but, i would prefer to stay in a guesthouse with free parking.\n system : sorry , there are no guesthouse type [value_pricerange] place -s with free parking . perhaps you would prefer a different type or price range ?\n user : cheap would be fine as well.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"dont care",
|
|
"cheap",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i kind of need some help finding a nice hotel in the north part of town.\n system : there are [value_count] hotel -s in the [value_area] part of town in the [value_pricerange] price range , does that price range work for you ?\n user : do either of those have 4 stars?\n",
|
|
"extracted_values": [
|
|
"kind",
|
|
"4",
|
|
"hotel",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"type": "hotel",
|
|
"stars": "4",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need help finding an expensive place to eat in the west please.\n system : there are many options for [value_pricerange] food in [value_area] [value_place] . is there a specific type of food you would like ?\n user : yes, i would like eat indian food, where i can eat search chicken tikka masala.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"west",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "west",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to be picked up from pizza hut city centre after 04:30\n",
|
|
"extracted_values": [
|
|
"04:30",
|
|
"pizza hut city centre"
|
|
],
|
|
"true_states": {
|
|
"leave": "04:30",
|
|
"departure": "pizza hut city centre"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "04:30",
|
|
"destination": "pizza hut city centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a train departing from stansted airport. i'd like it to arrive at the destination by 9:15.\n system : sure ! it looks like we have [value_count] morning trains daily the are early enough for you . what day are you planning to travel ?\n user : i need to leave on thursday.\n system : we only have trains going to [value_place] then , is that your destination ?\n user : yes, i want to go to cambridge. can you make a booking for 7 people and give me the reference number?\n system : i have train [train_id] that leaves the airport at [value_time] and gets to [value_place] at [value_time] . would that train work for you ?\n user : yes, that's great can i get 7 tickets please?\n system : alright , your [value_count] tickets for the [train_id] train has been purchased for [value_price] gbp . the reference number is [train_reference] . is there anything else i can do for you ?\n user : i think that's all i needed. thanks. have a good night!\n",
|
|
"extracted_values": [
|
|
"09:15",
|
|
"7",
|
|
"thursday",
|
|
"stansted airport",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "thursday",
|
|
"arrive": "09:15",
|
|
"departure": "stansted airport",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:15",
|
|
"people": "7",
|
|
"day": "thursday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi from the missing sock and i need to get to my destination by 08:30. can you help?\n",
|
|
"extracted_values": [
|
|
"08:30",
|
|
"the missing sock"
|
|
],
|
|
"true_states": {
|
|
"departure": "the missing sock",
|
|
"arrive": "08:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "08:30",
|
|
"name": "the missing sock"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to find the lensfield hotel.\n system : [hotel_name] is located on the [value_area] end . the address is [hotel_address] , postcode [hotel_postcode] . can i get you any more information ?\n user : book it for 7 people, 3 nights, starting sunday. give me the reference number.\n",
|
|
"extracted_values": [
|
|
"7",
|
|
"3",
|
|
"sunday",
|
|
"lensfield hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "lensfield hotel",
|
|
"day": "sunday",
|
|
"people": "7",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"people": "7",
|
|
"stars": "3",
|
|
"day": "sunday",
|
|
"name": "lensfield hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to find the lensfield hotel.\n",
|
|
"extracted_values": [
|
|
"lensfield hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "lensfield hotel"
|
|
},
|
|
"gen_states": {
|
|
"name": "lensfield hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to get to michaelhouse cafe by 12:45. can you help me?\n system : i can , would you like to take a taxi and from where ?\n user : yes, a taxi would be great. and i want to depart from williams art and antiques\n system : i have you booked in a [taxi_type] , [taxi_phone] is their number .\n user : that will be just fine, thank you.\n system : can i help you with anything else ?\n user : no. everything is great. thank you.\n",
|
|
"extracted_values": [
|
|
"12:45",
|
|
"michaelhouse cafe",
|
|
"williams art and antiques"
|
|
],
|
|
"true_states": {
|
|
"destination": "michaelhouse cafe",
|
|
"departure": "williams art and antiques",
|
|
"arrive": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:45",
|
|
"destination": "michaelhouse cafe",
|
|
"name": "williams art and antiques"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm trying to find a cheap asian restaurant to have dinner at tonight. what kind of options are available for me?\n system : i have [value_count] place -s , how many people and what time ?\n user : actually, can you suggest one of them. can i get their contact info as well?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"asian"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"food": "asian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a place to stay that includes free wi-fi.\n system : i have quite a few place -s that offer wifi , is there is a certain price range you are looking for ?\n user : something cheap would be good.\n system : i have about [value_count] different place -s . do you have a preference on the area of town ?\n user : no not really. but i would prefer a hotel and like both free wifi and parking if possible.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "cheap",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi i am looking for a restaurant in the centre of town serving north indian food.\n system : we do not have any specific restaurant -s in that category . let s try something else ?\n user : that's too bad. how about chinese?\n",
|
|
"extracted_values": [
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"area": "centre",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am wanting to book a train arriving in stevenage by 19:15. can you help me?\n system : certainly , where will you be departing from and what time would you like to leave ?\n user : i will be leaving cambridge on thursday.\n system : [train_id] arrives at [value_time] and departs at [value_time] .\n user : that sounds good. what is the travel time for that train?\n",
|
|
"extracted_values": [
|
|
"19:15",
|
|
"thursday",
|
|
"stevenage",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:21",
|
|
"destination": "stevenage",
|
|
"day": "thursday",
|
|
"arrive": "18:10",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "19:15",
|
|
"day": "thursday",
|
|
"destination": "stevenage",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n system : there are a total of [value_count] hotel -s and guesthouses in the city that have [value_count] stars . is there a particular area or price range you would like ?\n user : how about a place in the east side of town that is a hotel not a guesthouse\n system : i am sorry but i do not have any hotel -s in the [value_area] . would you like to change location or type of accomodations ?\n user : yes, can you please change the location to centre?\n system : we have [value_count] star hotel that is in the [value_area] , [hotel_name] , it has internet and parking and is [value_pricerange] , would this [value_count] suit you ?\n user : that will be fine. can you book me a room for saturday, please?\n system : certainly . how long would you like to stay , and how many are in your party ?\n user : i'll be arriving saturday and staying 3 nights. there are 3 of us.\n system : unfortunately , we cannot book you for those days . could you change the number of days ?\n user : sure, try for two days?\n system : that was unsuccessful too . wanna try something else ?\n user : is there another one in the centre with that critera avaible?\n system : no , i am sorry . i am searching for a [value_count] star hotel in the [value_area] for [value_count] nights on [value_day] . is that correct ?\n user : i need the hotel for 3 nights starting on saturday please.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"3",
|
|
"1",
|
|
"saturday",
|
|
"centre",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"stars": "4",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"stay": "3",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to arrive by 16:45 to take me to the parkside police station.\n",
|
|
"extracted_values": [
|
|
"16:45",
|
|
"parkside police station"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:45",
|
|
"destination": "parkside police station"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "16:45",
|
|
"departure": "parkside police station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train going from ely to cambridge please.\n system : what day and time would you like to leave ?\n user : i'd like to leave on friday and arrive by 14:45.\n",
|
|
"extracted_values": [
|
|
"14:45",
|
|
"friday",
|
|
"ely",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"arrive": "14:45",
|
|
"departure": "ely"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:45",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the north and should serve italian food\n system : [restaurant_name] at [restaurant_address] .\n user : is that restaurant cheap?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"north",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "cheap",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "north",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi arriving by 20:00.\n system : okay , what is your departure site ?\n user : i am leaving from clare college.\n",
|
|
"extracted_values": [
|
|
"20:00",
|
|
"clare college"
|
|
],
|
|
"true_states": {
|
|
"departure": "clare college",
|
|
"arrive": "20:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:00",
|
|
"departure": "clare college"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant serving chinese food in the centre part of town.\n system : there are several [value_food] restaurant -s in the [value_area] area . what price range are you considering ?\n user : i am looking for something expensive.\n system : how about [restaurant_name] located at [restaurant_address] ? would you like me to book ?\n user : that sounds great! yes, please! book a table for 3 people at 15:45 on friday.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"3",
|
|
"15:45",
|
|
"friday",
|
|
"chinese",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"name": "hk fusion",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "3",
|
|
"time": "15:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "3",
|
|
"time": "15:45",
|
|
"day": "friday",
|
|
"food": "chinese",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the moderate price range and should be in the east\n system : try [restaurant_name] or [restaurant_name]\n user : the restaurant should serve italian food.\n system : [restaurant_name] serves [value_food] food in the [value_area] , would you like a reservation ?\n user : what other restaurants in that area serve italian food?\n system : [restaurant_name] is the only [value_food] restaurant , in the [value_area] , in the [value_pricerange] price range . do you want me to try other area -s ?\n user : no, that will do. can i book a table for monday?\n system : absolutely , how many people will you have and what time are you wanting the reservation ?\n user : i will have 5 people and we would like 12:15 if possible. thanks.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"5",
|
|
"12:15",
|
|
"monday",
|
|
"east",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "moderate",
|
|
"name": "pizza hut fen ditton",
|
|
"day": "monday",
|
|
"people": "5",
|
|
"time": "12:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "5",
|
|
"time": "12:15",
|
|
"day": "monday",
|
|
"area": "east",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a train from cambridge to leicester.\n system : certainly , there are many trains going that route . can you specify which day you would like to travel ?\n user : i would like to travel on saturday.\n system : i have got a full schedule of trains going that route on [value_day] . do you have a preferred time to leave or get there ?\n user : i'd like to arrive by 13:45.\n system : i have a train that arrives at [value_time] . will this do for you ?\n user : yes that would be perfect. could i have the price and departure time?\n system : yes the departure time is [value_time] and the cost of the journey will be [value_price] pounds .\n user : great, thanks for your help!\n",
|
|
"extracted_values": [
|
|
"13:45",
|
|
"saturday",
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "leicester",
|
|
"day": "saturday",
|
|
"arrive": "13:06",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:45",
|
|
"day": "saturday",
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am at ballare. i need a taxi to take me to hobsons house.\n system : sure ! when do you want to leave ?\n user : i need to get there by 17:45.\n system : booking completed ! booked car type [taxi_type] contact number [taxi_phone]\n user : thank you so much for your help, that's all i needed today.\n",
|
|
"extracted_values": [
|
|
"17:45",
|
|
"ballare",
|
|
"hobsons house"
|
|
],
|
|
"true_states": {
|
|
"destination": "hobsons house",
|
|
"departure": "ballare",
|
|
"arrive": "17:45"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:45",
|
|
"destination": "hobsons house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a train departing from stansted airport. i'd like it to arrive at the destination by 9:15.\n",
|
|
"extracted_values": [
|
|
"09:15",
|
|
"stansted airport"
|
|
],
|
|
"true_states": {
|
|
"arrive": "09:15",
|
|
"departure": "stansted airport"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:15",
|
|
"departure": "stansted airport"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to make a train reservation for friday and i need it to arrive by 19:00\n system : sure , i can help with that . can you please let me know where you will be departing from .\n user : i will be departing from cambridge.\n system : and what is your destination ?\n user : i will be going to stansted airport.\n system : train [train_id] departing from [value_place] at [value_time] and arriving at [value_place] at [value_time] will be the best option for you .\n user : that's an early arrival. is there a later train that arrives before 19:00, please?\n system : there is another train that arrives at [value_time] . would that work better for you ?\n user : yes, that would work. could you book it for 5 people?\n system : your reference number is [train_reference] . anything else i can help you with ?\n user : no that was all. thanks!\n",
|
|
"extracted_values": [
|
|
"19:00",
|
|
"5",
|
|
"friday",
|
|
"cambridge",
|
|
"stansted airport"
|
|
],
|
|
"true_states": {
|
|
"destination": "stansted airport",
|
|
"day": "friday",
|
|
"arrive": "19:00",
|
|
"departure": "cambridge",
|
|
"people": "5"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "19:00",
|
|
"people": "5",
|
|
"day": "friday",
|
|
"departure": "cambridge",
|
|
"destination": "stansted airport"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to schedule a taxi to da vinci pizzeria from tandoori palace.\n system : ok , what time do you want to leave by ?\n user : i would like to leave after 22:15.\n system : booking completed ! a [taxi_type] will be picking you up , the contact number is [taxi_phone] .\n user : ok thank you!\n",
|
|
"extracted_values": [
|
|
"22:15",
|
|
"da vinci pizzeria",
|
|
"tandoori palace"
|
|
],
|
|
"true_states": {
|
|
"leave": "22:15",
|
|
"destination": "da vinci pizzeria",
|
|
"departure": "tandoori palace"
|
|
},
|
|
"gen_states": {
|
|
"leave": "22:15",
|
|
"destination": "da vinci pizzeria",
|
|
"departure": "tandoori palace"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! what can you tell me about 4-star guesthouses in town?\n",
|
|
"extracted_values": [
|
|
"4"
|
|
],
|
|
"true_states": {
|
|
"stars": "4",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any british restaurants in the centre?\n system : oh yes i have quite a few . did you have a preferred price range in mind ?\n user : i'd like an expensive restaurant please.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to book a taxi to royal standard, leaving after 03:30\n system : okay and what will your destination be ?\n user : i will be going to the royal standard, leaving from the tenpin.\n",
|
|
"extracted_values": [
|
|
"03:30",
|
|
"tenpin",
|
|
"royal standard"
|
|
],
|
|
"true_states": {
|
|
"leave": "03:30",
|
|
"destination": "royal standard",
|
|
"departure": "tenpin"
|
|
},
|
|
"gen_states": {
|
|
"leave": "03:30",
|
|
"departure": "tenpin",
|
|
"destination": "royal standard"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant that serves canapes in the east.\n system : unfortunately there are no restaurant -s serving canapes in the [value_area] .\n user : ah, well, too bad. in that case i think that'll be everything that i needed. thanks and have a good day!\n system : are you sure ? i can find other options in other parts of town ?\n user : how about italian food?\n",
|
|
"extracted_values": [
|
|
"italian",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"food": "italian",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an expensive hotel with free wifi.\n system : i have about [value_count] different ones all spread out over town . do you have a certain preference on the area to stay in ?\n user : not really on the area. but i would like an expensive guesthouse.\n system : i am afraid we do not have any guesthouses in that price range , can i offer you something else instead ?\n user : ok, well i guess a cheap one would work just as well. i need a place to stay. i would just still need free wifi.\n system : we have [value_count] guesthouse that are [value_pricerange] with free wifi . do you have any other specific needs ?\n user : no i don't think so. which one sounds the best?\n system : i think you would enjoy the [hotel_name] . would you like to make a reservation ?\n user : wait...is that a restaurant? i want a guesthouse. i'm so confused.\n system : the [hotel_name] is , indeed a [value_pricerange] -ly priced guesthouse with free wi fi , according to our database . perhaps they do both . may i make a reservation for you ?\n user : oh, ok. sure, go ahead and book 4 nights from tuesday. there will be three of us.\n system : sorry , it is booked up then . would you like to try a shorter stay ?\n user : no. i need it for 4 nights. i try another time. thanks.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"confused",
|
|
"ahead",
|
|
"4",
|
|
"3",
|
|
"tuesday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "4",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"stars": "4",
|
|
"name": "confused",
|
|
"time": "ahead",
|
|
"stay": "3",
|
|
"day": "tuesday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay. i want to make sure it is 4 stars and includes free parking. can you help with this?\n system : of course ! there are [value_count] place -s that fit that description . is there an area or price range that you prefer ?\n user : i would prefer something moderately priced in the centre of town\n system : unfortunately , i do not see anything that fits your needs . would you like me to try another area ?\n user : hmm, yes i suppose i could try one on the north side of town. are there any?\n system : yes , there is a total of [value_count] place -s to stay in the [value_area] side of town . would you like me to book you into [value_count] ?\n user : yes please, whichever you prefer.\n system : ok . i can do that for you . i need number of people , length of stay , and day of arrival .\n user : actually, i don't think i'm ready to make a reservation just yet. does the location on the north side of town have 4 stars, free parking, and moderate prices?\n system : yes , there are [value_count] place -s that will meet your needs . i suggest the [hotel_name] . would you like any more information about it ?\n user : just the postcode please.\n system : the postcode for [hotel_name] is [hotel_postcode] . is there anything else i can help you with ?\n user : no, that's all i need, thank you!\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"free",
|
|
"moderate",
|
|
"1",
|
|
"ready",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "kirkwood house",
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"parking": "free",
|
|
"price": "moderate",
|
|
"to": "ready",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please help me book a taxi to nandos\n system : sure . what is your departure site ?\n user : i'm leaving from riverboat georgina.\n",
|
|
"extracted_values": [
|
|
"nandos",
|
|
"riverboat georgina"
|
|
],
|
|
"true_states": {
|
|
"destination": "nandos",
|
|
"departure": "riverboat georgina"
|
|
},
|
|
"gen_states": {
|
|
"destination": "nandos",
|
|
"departure": "riverboat georgina"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an attraction to visit. is there anything located in the west part of town?\n system : there are [value_count] attractions in the [value_area] part of town . would you like to visit a college ?\n user : no, i was thinking of something fun to do. do you have any suggestions?\n system : i have several museums to choose from . i also have an entertainment attraction called [attraction_name] . can i interest you in [value_count] of those ?\n user : whale of a time sounds like a whale of a time! yes, can i have their phone number, address, and postcode please?\n system : sure , they are located at [attraction_address] , postcode [attraction_postcode] , and their phone number is [attraction_phone] . may i help with anything else ?\n user : no, that's all i need. thank you!\n",
|
|
"extracted_values": [
|
|
"whale of a time",
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"name": "whale of a time",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"time": "whale of a time",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! are there any asian oriental restaurants in the center of town?\n system : i have [value_count] different options for you . did you prefer a certain price range ?\n user : something moderately priced would be great.\n system : the [restaurant_name] is an [value_food] restraunt in the town [value_area] with a [value_pricerange] price . would you like to make a booking ?\n user : yes i need a table for 4 on saturday.\n system : what time shall we make that booking for ?\n user : 16:30 please.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"4",
|
|
"16:30",
|
|
"saturday",
|
|
"asian oriental",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "moderate",
|
|
"name": "yippee noodle bar",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"time": "16:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "4",
|
|
"time": "16:30",
|
|
"day": "saturday",
|
|
"food": "asian oriental",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a boat to visit on the north side?\n system : i have [value_count] in that area . it s called the [attraction_name] . it s located at [attraction_address] . would you like their phone number for more information ?\n user : yes, i want the phone number and also the entrance fee, please.\n",
|
|
"extracted_values": [
|
|
"boat",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"type": "boat",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"type": "boat",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the north and should serve italian food\n system : [restaurant_name] at [restaurant_address] .\n user : is that restaurant cheap?\n system : yes the restaurant is [value_pricerange] .\n user : please get me the you get phone number and address\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"north",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "cheap",
|
|
"name": "da vinci pizzeria",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "north",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi. i was wondering if there are any eastern european type restaurants in the south part of the city?\n system : unfortunately , there are no eastern [value_food] restuarants in the [value_area] part of the city . is there anything else you want ?\n user : i'm looking for an expensive eastern european place in the south.\n system : unfortunately , i do not happen to have any listing that meets what you were looking for . would you like me to try either a different area or type of restaurant ?\n user : how about a chinese restaurant?\n system : certainly , we have [value_count] [value_pricerange] [value_food] restaurant -s [restaurant_name] , and [restaurant_name] . would you like a reservation at [value_count] , if so for how many ?\n user : i would like a reservation for 2 to the peking restaurant.\n system : ok , and what day and time would you like that reservation ?\n user : i'd like to make a reservation for saturday at 11:45. and there has been a change in plans, i will be dining alone.\n system : your reservation is complete . would you like anything else ?\n user : can i get the reference number for that reservation?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"2",
|
|
"11:45",
|
|
"saturday",
|
|
"the peking restaurant",
|
|
"chinese",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "south",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"time": "11:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "2",
|
|
"time": "11:45",
|
|
"day": "saturday",
|
|
"name": "the peking restaurant",
|
|
"food": "chinese",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a taxi to pick me up at funky fun house to go to huntingdon marriott hotel.\n system : what time would you like to leave ?\n user : i prefer to leave after 09:15\n system : booking is complete , a [taxi_type] will be picking you up . the contact number is [taxi_phone] . thank you ! .\n user : great, thanks for your help!\n system : i can also recommend restaurant -s and book trains . are you interested ?\n user : not at this time. thanks, though. good bye.\n",
|
|
"extracted_values": [
|
|
"09:15",
|
|
"funky fun house",
|
|
"huntingdon marriott hotel"
|
|
],
|
|
"true_states": {
|
|
"leave": "09:15",
|
|
"destination": "huntingdon marriott hotel",
|
|
"departure": "funky fun house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "09:15",
|
|
"destination": "huntingdon marriott hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : help me get a taxi to the cambridge museum of technology please\n system : sure . what is your departure site ?\n user : i'll be departing from rice boat\n system : okay . can you give me a time that you would prefer to leave after or arrive by ?\n user : have the taxi leave after 13:45 please\n",
|
|
"extracted_values": [
|
|
"13:45",
|
|
"cambridge museum of technology",
|
|
"rice boat"
|
|
],
|
|
"true_states": {
|
|
"leave": "after 13:45",
|
|
"destination": "cambridge museum of technology",
|
|
"departure": "rice boat"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:45",
|
|
"departure": "rice boat"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a nightclub to go to. are there any in the centre of town?\n system : there are [value_count] nightclubs in the [value_area] . [attraction_name] is [value_count] of them . would that work for you ?\n user : is there an entrance fee for ballare?\n",
|
|
"extracted_values": [
|
|
"ballare",
|
|
"night club",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"type": "night club",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"type": "night club",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : what restaurants in the centre serve international cuisine?\n",
|
|
"extracted_values": [
|
|
"centre",
|
|
"international"
|
|
],
|
|
"true_states": {
|
|
"food": "international",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"area": "centre",
|
|
"food": "international"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : there are hotels with free wifi and parking, right?\n system : yes there are plenty . what area would you like to stay in ?\n user : the hotel should be in the centre and should be in the type of guesthouse.\n system : there are [value_count] hotel -s that fit that criteria . i would recommend [hotel_name] , it has [value_count] stars .\n user : book it for 1 people and 4 nights starting from tuesday.\n system : i am sorry , your booking was unsuccessful . would you like to book another day or a shorter stay ?\n user : how about wednesday?\n system : booking was successful . reference number is [hotel_reference] .\n user : thank you for your help\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"1",
|
|
"4",
|
|
"wednesday",
|
|
"guesthouse",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "wednesday",
|
|
"people": "1",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"people": "1",
|
|
"stars": "4",
|
|
"day": "wednesday",
|
|
"type": "guesthouse",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train that will be in cambridge by 3:00\n system : what day will you be travelling ?\n user : i will be travelling on wednesday.\n system : alright , where will you be departing ?\n user : i'm leaving out of london king's cross.\n system : what time do you need to be there by ? is it [value_time] ?\n user : no, i need to arrive by 14:00.\n system : i have only [value_count] train that would be close to those traveling times . it leaves [value_place] at [value_time] and arrives in [value_place] at [value_time] .\n user : can i get a ticket for 1 person and the reference number please.\n",
|
|
"extracted_values": [
|
|
"03:00",
|
|
"14:00",
|
|
"1",
|
|
"wednesday",
|
|
"cambridge",
|
|
"london kings cross"
|
|
],
|
|
"true_states": {
|
|
"leave": "11:17",
|
|
"destination": "cambridge",
|
|
"day": "wednesday",
|
|
"arrive": "14:00",
|
|
"departure": "london kings cross",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:00",
|
|
"people": "1",
|
|
"day": "wednesday",
|
|
"departure": "cambridge",
|
|
"destination": "london kings cross"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to find the lensfield hotel.\n system : [hotel_name] is located on the [value_area] end . the address is [hotel_address] , postcode [hotel_postcode] . can i get you any more information ?\n user : book it for 7 people, 3 nights, starting sunday. give me the reference number.\n system : [hotel_name] has been booked according to your specification -s . your reference number is [hotel_reference] . is there anything else we can help you with ?\n user : no, that's everything. thank you so much for your help. have a great day!\n",
|
|
"extracted_values": [
|
|
"7",
|
|
"3",
|
|
"sunday",
|
|
"lensfield hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "lensfield hotel",
|
|
"day": "sunday",
|
|
"people": "7",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"people": "7",
|
|
"stars": "3",
|
|
"day": "sunday",
|
|
"name": "lensfield hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need a guesthouse with free wifi please.\n system : i have [value_count] guesthouses with internet , which area would you prefer ?\n user : i also need free parking, and i'd prefer a 4 star place.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"stars": "4",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should be in the moderate price range\n system : i have [value_count] hotel -s . [value_count] in the [value_area] and [value_count] in the [value_area] . do you have a preference ?\n user : no, but should come with free parking.\n system : how does the [hotel_name] sound ? it has internet and free parking and is [value_pricerange] -ly priced .\n user : sure. please book for 1 person for 4 nights starting on friday.\n system : i am sorry but the booking was unsuccessful . would you like to book starting another day ? or perhaps a shorter stay ?\n user : can we try for it for wednesday instead?\n system : yes , that booking was successful for [value_day] . the reference number is [hotel_reference] . anything else you need ?\n user : that's all, thanks.\n system : i am glad i could be of assistance . good day .\n user : thanks again! good day to you!\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"moderate",
|
|
"1",
|
|
"4",
|
|
"wednesday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "lovell lodge",
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "wednesday",
|
|
"people": "1",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "moderate",
|
|
"people": "1",
|
|
"stars": "4",
|
|
"day": "wednesday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please help me book a taxi to nandos\n",
|
|
"extracted_values": [
|
|
"nandos"
|
|
],
|
|
"true_states": {
|
|
"destination": "nandos"
|
|
},
|
|
"gen_states": {
|
|
"destination": "nandos"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a restaurant in the centre of town with a modest price range. can you recommend one?\n system : [restaurant_name] has good rating -s and is in the [value_pricerange] price range in the [value_area] of town .\n user : that sounds great. can i reserve a table for 4 at 20:00 on wednesday?\n system : booking was unsuccessful . let s try another day or time .\n user : okay let's try 19:00 instead.\n",
|
|
"extracted_values": [
|
|
"modest",
|
|
"1",
|
|
"4",
|
|
"20:00",
|
|
"19:00",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"name": "yipee noodle bar",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "4",
|
|
"time": "19:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "modest",
|
|
"people": "4",
|
|
"time": "19:00",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the north and should serve italian food\n",
|
|
"extracted_values": [
|
|
"north",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"area": "north",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to go to saigon city and arrive by 11:00\n",
|
|
"extracted_values": [
|
|
"11:00",
|
|
"saigon city"
|
|
],
|
|
"true_states": {
|
|
"destination": "saigon city",
|
|
"arrive": "11:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "11:00",
|
|
"destination": "saigon city"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a restaurant that serves african food with a moderate price range please\n system : i am sorry , there are not any options available . may i [restaurant_name] if there is another type of restaurant you would be interested in ?\n user : yes how about asian food in the same price range?\n system : yes i have the [restaurant_name] in the center of town on king street in the [value_pricerange] price range . they serve asian cuisine . is there anything else i can do for you ?\n user : will you please book a table for 6 at 13:45 on friday?\n system : booking was successful . the table will be reserved for [value_count] minutes . reference number is [restaurant_reference] .\n user : that's all i needed. thanks a lot for the help!\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"6",
|
|
"13:45",
|
|
"friday",
|
|
"asian"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "moderate",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "6",
|
|
"time": "13:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "6",
|
|
"time": "13:45",
|
|
"day": "friday",
|
|
"food": "asian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello there! can you tell me if there are any 4-star hotels or guesthouses in cambridge that are cheap?\n system : there are [value_count] location -s , do you have any other requirement -s ?\n user : i am hoping it is a guesthouse\n system : there are [value_count] guesthouses meeting your requirement -s . is there a particular area you wish to stay in ?\n user : no, as long as it's cheap and have 4 stars. can you recommend me one and book it for 8 people and 3 nights starting thursday?\n system : sure the [hotel_name] is a personal favorite . your booking was successful .\n user : great. what was the reference number for the booking?\n system : yes , it s [hotel_reference] .\n user : ok. thanks for your help. i look forward to the stay.\n system : wonderful . have a nice time . can i reserve a taxi for you ?\n user : no, that is all thanks.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"cheap",
|
|
"1",
|
|
"8",
|
|
"3",
|
|
"thursday",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "autumn house",
|
|
"price": "cheap",
|
|
"stars": "4",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "8",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "3",
|
|
"price": "cheap",
|
|
"people": "8",
|
|
"day": "thursday",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to find a guesthouse with a 3 star rating\n system : we have [value_count] such guesthouses . do you have a preferred location ?\n user : no, i don't. i want one that includes free wifi.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"1",
|
|
"free",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"stars": "3",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"internet": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please help me book a taxi to nandos\n system : sure . what is your departure site ?\n user : i'm leaving from riverboat georgina.\n system : okay , and what time would you like to leave or arrive by ?\n user : i would like to leave after 09:45.\n system : okay i have a [taxi_type] with the contact number [taxi_phone] .\n user : thank you that is all i need.\n",
|
|
"extracted_values": [
|
|
"09:45",
|
|
"nandos",
|
|
"riverboat georgina"
|
|
],
|
|
"true_states": {
|
|
"leave": "09:45",
|
|
"destination": "nandos",
|
|
"departure": "riverboat georgina"
|
|
},
|
|
"gen_states": {
|
|
"leave": "09:45",
|
|
"destination": "nandos",
|
|
"departure": "riverboat georgina"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a taxi to pick me up at funky fun house to go to huntingdon marriott hotel.\n",
|
|
"extracted_values": [
|
|
"funky fun house",
|
|
"huntingdon marriott hotel"
|
|
],
|
|
"true_states": {
|
|
"destination": "huntingdon marriott hotel",
|
|
"departure": "funky fun house"
|
|
},
|
|
"gen_states": {
|
|
"destination": "huntingdon marriott hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you book a taxi for 13:45 from the royal spice.\n",
|
|
"extracted_values": [
|
|
"13:45",
|
|
"royal spice"
|
|
],
|
|
"true_states": {
|
|
"leave": "13:45",
|
|
"departure": "royal spice"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:45",
|
|
"food": "royal spice"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi. i'll be departing from la raza.\n system : i can help you with that . when do you need to leave ?\n user : i'd like to leave after 11:45 please.\n",
|
|
"extracted_values": [
|
|
"11:45",
|
|
"la raza"
|
|
],
|
|
"true_states": {
|
|
"leave": "11:45",
|
|
"departure": "la raza"
|
|
},
|
|
"gen_states": {
|
|
"leave": "11:45",
|
|
"departure": "la raza"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for somewhere to stay with free parking and free wifi.\n system : there are [value_count] place -s that meet your needs . do you have additional preferences such as lodging type , price range or area ?\n user : something cheap would be more within my budget. what do you have available?\n system : there are [value_count] guesthouses and [value_count] hotel that fall in that price range . is there a particular part of town that you would like to stay in ?\n user : i don't care about the area. just pick one for monday.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"monday"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"day": "monday"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"day": "monday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to book a taxi to the scott polar museum\n",
|
|
"extracted_values": [
|
|
"scott polar museum"
|
|
],
|
|
"true_states": {
|
|
"destination": "scott polar museum"
|
|
},
|
|
"gen_states": {
|
|
"destination": "scott polar museum"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train to take me from cambridge to broxbourne.\n",
|
|
"extracted_values": [
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"destination": "broxbourne",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a tax departing from gandhi.\n system : what is your destination and when would you like to depart ?\n user : i'm going to broxbourne train station and i need to arrive by 02:00\n system : i have you in a [taxi_type] , [taxi_phone] is the number to call if you need to speak to them .\n user : wonderful, thanks for your help.\n system : my pleasure . do you need any other assistance while in town ?\n user : no thank you.\n",
|
|
"extracted_values": [
|
|
"02:00",
|
|
"the gandhi",
|
|
"broxbourne train station"
|
|
],
|
|
"true_states": {
|
|
"destination": "broxbourne train station",
|
|
"departure": "the gandhi",
|
|
"arrive": "02:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "02:00",
|
|
"departure": "the gandhi",
|
|
"destination": "broxbourne train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi from the missing sock and i need to get to my destination by 08:30. can you help?\n system : i can help you with that . where are you going ?\n user : i'm going to el shaddai\n",
|
|
"extracted_values": [
|
|
"08:30",
|
|
"the missing sock"
|
|
],
|
|
"true_states": {
|
|
"destination": "el shaddia guesthouse",
|
|
"departure": "the missing sock",
|
|
"arrive": "08:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "08:30",
|
|
"name": "the missing sock"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a restaurant in the centre of town with a modest price range. can you recommend one?\n system : [restaurant_name] has good rating -s and is in the [value_pricerange] price range in the [value_area] of town .\n user : that sounds great. can i reserve a table for 4 at 20:00 on wednesday?\n system : booking was unsuccessful . let s try another day or time .\n user : okay let's try 19:00 instead.\n system : that was succesful . your booking was successful . the table will be reserved for [value_count] minutes . your reference number is [restaurant_reference] .\n user : that is wonderful. thank you for your help. have a great day.\n system : is there anything else i can assist you with today ?\n user : there is nothing else. again, thank you. goodbye.\n",
|
|
"extracted_values": [
|
|
"modest",
|
|
"1",
|
|
"4",
|
|
"20:00",
|
|
"19:00",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"name": "yipee noodle bar",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "4",
|
|
"time": "19:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "modest",
|
|
"people": "4",
|
|
"time": "19:00",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : find me an expensive hotel with free parking.\n system : there are [value_count] different hotel -s that are [value_pricerange] and all include free parking . is there a particular area you would like to stay in ?\n user : no. as long as its in the type of hotel.\n system : there are [value_count] star hotel -s with free parking in this price range , the [hotel_name] and the [hotel_name] .\n user : can i get the phone number for the huntingdon marriott, please?\n system : of course ! it s [hotel_phone] . may i help with anything else ?\n user : no that's all i needed. thank you!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"huntingdon marriott",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "expensive",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"parking": "free",
|
|
"name": "huntingdon marriott",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to book a taxi from a and b guest house to saint catherine's college.\n system : in order to book you a taxi i will need to know either when you would like to leave or arrive by ?\n user : i'd like to arrive by 06:00, please.\n system : alright , i got you booked . the car will be a [taxi_type] and the contact number is [taxi_phone] . anything else i can help you with ?\n user : that will be all, thanks!\n",
|
|
"extracted_values": [
|
|
"06:00",
|
|
"a and b guest house",
|
|
"saint catherines college"
|
|
],
|
|
"true_states": {
|
|
"destination": "saint catherines college",
|
|
"departure": "a and b guest house",
|
|
"arrive": "06:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "06:00",
|
|
"destination": "saint catherines college"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : get me a taxi to hughes hall please\n",
|
|
"extracted_values": [
|
|
"hughes hall"
|
|
],
|
|
"true_states": {
|
|
"destination": "hughes hall"
|
|
},
|
|
"gen_states": {
|
|
"destination": "hughes hall"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to book a taxi from a and b guest house to saint catherine's college.\n",
|
|
"extracted_values": [
|
|
"a and b guest house",
|
|
"saint catherines college"
|
|
],
|
|
"true_states": {
|
|
"destination": "saint catherines college",
|
|
"departure": "a and b guest house"
|
|
},
|
|
"gen_states": {
|
|
"destination": "a and b guest house",
|
|
"name": "saint catherines college"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant that serves canapes in the east.\n system : unfortunately there are no restaurant -s serving canapes in the [value_area] .\n user : ah, well, too bad. in that case i think that'll be everything that i needed. thanks and have a good day!\n system : are you sure ? i can find other options in other parts of town ?\n user : how about italian food?\n system : there is the [restaurant_name] in the [value_area] serving [value_food] food .\n user : great! please book a table for 6 at 16:15 on saturday\n system : sorry , but no tables are available for that time slot . would you like to change the time ?\n user : how about 15:15 then?\n system : your table is booked . your reference number is [restaurant_reference] . can i help you with anything else ?\n user : great. thank you for your help today. that is all.\n",
|
|
"extracted_values": [
|
|
"6",
|
|
"16:15",
|
|
"15:15",
|
|
"saturday",
|
|
"italian",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"name": "pizza hut fen ditton",
|
|
"area": "east",
|
|
"day": "saturday",
|
|
"people": "6",
|
|
"time": "15:15"
|
|
},
|
|
"gen_states": {
|
|
"people": "6",
|
|
"time": "15:15",
|
|
"day": "saturday",
|
|
"food": "italian",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to book a taxi to leave after 11:00 going to arbury lodge guesthouse.\n system : where are you departing from ?\n user : from the gardenia\n",
|
|
"extracted_values": [
|
|
"11:00",
|
|
"arbury lodge guesthouse",
|
|
"the gardenia"
|
|
],
|
|
"true_states": {
|
|
"leave": "11:00",
|
|
"destination": "arbury lodge guesthouse",
|
|
"departure": "the gardenia"
|
|
},
|
|
"gen_states": {
|
|
"leave": "11:00",
|
|
"destination": "the gardenia"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i need to find a hotel with free wifi and free parking. can you help me?\n system : there are [value_count] place -s with free internet and parking . do you have an area , price , star , or hotel type preference ?\n user : can you find me a guesthouse that is expensive?\n system : unfortunately , i do not happen to have any guesthouses that are in the [value_pricerange] range . can i look in another price range perhaps ?\n user : how about in the moderate price range?\n system : i have [value_count] guesthouses that match your needs . do you have additional requirement -s to narrow down the search ?\n user : could you recommend one with free wifi and free parking in the moderate price range, and give me the star rating and phone number?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"expensive",
|
|
"moderate",
|
|
"1",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "moderate",
|
|
"stars": "1",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, could you find me a train for friday? i need to leave from leicester.\n",
|
|
"extracted_values": [
|
|
"friday",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"day": "friday",
|
|
"departure": "leicester"
|
|
},
|
|
"gen_states": {
|
|
"day": "friday",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to book a taxi to the stevenage train station leaving gourmet burger kitchen.\n system : sure . when would you like to leave the burger kitchen ?\n user : it doesn't matter as long as i arrive by 02:15.\n system : alright , i have a [taxi_type] picking you up , the contact number for the taxi is [taxi_phone]\n user : thank you for your help. that is everything i need.\n",
|
|
"extracted_values": [
|
|
"02:15",
|
|
"stevenage train station",
|
|
"gourmet burger kitchen"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"destination": "stevenage train station",
|
|
"departure": "gourmet burger kitchen",
|
|
"arrive": "02:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "02:15",
|
|
"departure": "stevenage train station",
|
|
"food": "gourmet burger kitchen"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train that will depart on sunday and arrive by 18:00.\n system : i have found the listings for the [value_day] departures . what is your destination ? would you like me to book a trip ?\n user : i am going to cambridge from leicester. and, yes, please book it for me.\n system : for how many tickets ?\n user : 7 please\n",
|
|
"extracted_values": [
|
|
"18:00",
|
|
"7",
|
|
"sunday",
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "sunday",
|
|
"arrive": "18:00",
|
|
"departure": "leicester",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "18:00",
|
|
"people": "7",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a train arriving at 13:30, departing from cambridge.\n",
|
|
"extracted_values": [
|
|
"13:30",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"arrive": "13:30",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:30",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any guesthouses with 3 star ratings?\n system : i was able to get [value_count] results for what you are looking for , is there a certain price range you would like ?\n user : yes definitely. i would like something moderate.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"definite",
|
|
"moderate"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"stars": "3",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"stars": "3",
|
|
"name": "definite",
|
|
"price": "moderate"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a place to stay that has free wifi and free parking.\n system : do you have a preference for area or price range ?\n user : i do not have a preference but i do want a hotel not a guest house.\n system : there are [value_count] such hotel -s . i recommend [hotel_name] . would you like me to book you a room ?\n user : sure. that would be great.\n system : how many people will be in your party and how long would you like to stay ?\n user : there are 3 of us and we'll be arriving on saturday.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"3",
|
|
"saturday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "gonville hotel",
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "3"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"people": "3",
|
|
"day": "saturday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a cheap spanish restaurant. are there any around?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"spanish"
|
|
],
|
|
"true_states": {
|
|
"food": "spanish",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"food": "spanish"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a boat to visit on the north side?\n",
|
|
"extracted_values": [
|
|
"boat",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"type": "boat",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"type": "boat",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a train arriving at 13:30, departing from cambridge.\n system : on what day will you be travelling ?\n user : i need to leave sunday to go to ely.\n system : [train_id] will arrive by [value_time] would that work for you ?\n user : yes can i get a ticket for 8 people please\n",
|
|
"extracted_values": [
|
|
"13:30",
|
|
"8",
|
|
"sunday",
|
|
"cambridge",
|
|
"ely"
|
|
],
|
|
"true_states": {
|
|
"destination": "ely",
|
|
"day": "sunday",
|
|
"arrive": "13:30",
|
|
"departure": "cambridge",
|
|
"people": "8"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:30",
|
|
"people": "8",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "ely"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train out of kings lynn please.\n system : where will you be going ?\n user : i want to go to cambridge.\n system : when will you be leaving ?\n user : i would like to leave after 14:15 on tuesday please\n",
|
|
"extracted_values": [
|
|
"14:15",
|
|
"tuesday",
|
|
"kings lynn",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "14:15",
|
|
"destination": "cambridge",
|
|
"day": "tuesday",
|
|
"departure": "kings lynn"
|
|
},
|
|
"gen_states": {
|
|
"leave": "14:15",
|
|
"day": "tuesday",
|
|
"destination": "kings lynn",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a restaurant in the centre area?\n system : of course ! there are [value_count] restaurant -s in the [value_area] . what type of food would you like ?\n user : i'm in the mood for italian food. which is your favorite?\n system : sure , how about [restaurant_name] . can i make a reservation for you ?\n user : great. can you book a table for 1 on saturday at 12:45?\n",
|
|
"extracted_values": [
|
|
"favorite",
|
|
"1",
|
|
"12:45",
|
|
"saturday",
|
|
"centre",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"name": "stazione restaurant and coffee bar",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"time": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"food": "italian",
|
|
"people": "1",
|
|
"time": "12:45",
|
|
"day": "saturday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to schedule a taxi to da vinci pizzeria from tandoori palace.\n system : ok , what time do you want to leave by ?\n user : i would like to leave after 22:15.\n",
|
|
"extracted_values": [
|
|
"22:15",
|
|
"da vinci pizzeria",
|
|
"tandoori palace"
|
|
],
|
|
"true_states": {
|
|
"leave": "22:15",
|
|
"destination": "da vinci pizzeria",
|
|
"departure": "tandoori palace"
|
|
},
|
|
"gen_states": {
|
|
"leave": "22:15",
|
|
"destination": "da vinci pizzeria",
|
|
"departure": "tandoori palace"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a place for entertainment? something on the east side of town.\n system : [attraction_name] is on the [value_area] side of town , would you like their phone number ?\n user : actually, can i get the address and postcode?\n",
|
|
"extracted_values": [
|
|
"entertainment",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the expensive price range and should be in the type of guesthouse\n system : i do not have a guesthouse type of hotel , but i could suggest the [hotel_name]\n user : its ok if it has free parking\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "expensive",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"parking": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : good morning, are there any expensive restaurants in the city centre?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay on the north side.\n system : alright , there are [value_count] guesthouses and hotel -s on the [value_area] side . you have a price range in mind , or is there a particular amenity you need ?\n user : i'm looking for one with 0 stars, please.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"0",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"people": "1",
|
|
"stars": "0",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any guesthouses with 3 star ratings?\n system : i was able to get [value_count] results for what you are looking for , is there a certain price range you would like ?\n user : yes definitely. i would like something moderate.\n system : we have [value_count] guesthouses that fit the bill , [value_count] in the [value_area] , [value_count] in the [value_area] , and [value_count] in the [value_area] .\n user : out of those, can you find me one with free internet and parking?\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"definite",
|
|
"moderate",
|
|
"1",
|
|
"free",
|
|
"internet"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"stars": "3",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"name": "definite",
|
|
"price": "moderate",
|
|
"internet": "internet"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the east and should include free wifi\n system : do you have a price range in mind ?\n user : the rating should be 4 stars and i want free parking to be included.\n system : there are [value_count] guesthouses with your criteria . do you have a preference in price range ?\n user : no, will you just book me something for wednesday for 1 person for 5 nights?\n system : i have you booked at [hotel_name] at [hotel_address] . the reference number is [hotel_reference] .\n user : that's all i need, thank you!\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"1",
|
|
"5",
|
|
"wednesday",
|
|
"hotel",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"day": "wednesday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "4",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "wednesday",
|
|
"type": "hotel",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find a resturant that serves cheap chinese food!\n system : [restaurant_name] is located in the [value_area] and it is [value_pricerange] ! would you like me to book it for you ?\n user : yes, go ahead and book it and please send me the address.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"ahead",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"time": "ahead",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train that leaves on wednesday with an arrival of 12:30.\n system : where will you be travelling to and from ?\n user : i'm traveling from cambridge to the london liverpool street.\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"wednesday",
|
|
"cambridge",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"destination": "london liverpool street",
|
|
"day": "wednesday",
|
|
"arrive": "12:30",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:30",
|
|
"day": "wednesday",
|
|
"departure": "cambridge",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find an expensive place to eat in the south.\n system : we have several available . would you prefer [value_food] , [value_food] , [value_food] or [value_food] ?\n user : i really don't have a preference. how about chinese? i will need their phone number and postcode please.\n system : sure , i think you will like [restaurant_name] . their postcode is [restaurant_postcode] and their phone number is [restaurant_phone] . may i help with anything else ?\n user : no thank you, that is all i needed.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"south",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "south"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "south",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a place to stay that has free wifi and free parking.\n system : do you have a preference for area or price range ?\n user : i do not have a preference but i do want a hotel not a guest house.\n system : there are [value_count] such hotel -s . i recommend [hotel_name] . would you like me to book you a room ?\n user : sure. that would be great.\n system : how many people will be in your party and how long would you like to stay ?\n user : there are 3 of us and we'll be arriving on saturday.\n system : and for how many days ?\n user : it will be for two nights.\n system : i am sorry but there is no availability for [value_count] nights starting on [value_day] . is there another day that works for you ? perhaps a different hotel ?\n user : can you try for just 1 night then?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"3",
|
|
"2",
|
|
"1",
|
|
"saturday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "gonville hotel",
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stay": "3",
|
|
"people": "1",
|
|
"day": "saturday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : is there an expensive african restaurant in town.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"african"
|
|
],
|
|
"true_states": {
|
|
"food": "african",
|
|
"price": "expensive"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "african"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine that serves british food. it should be in the moderate price range.\n system : how about [restaurant_name] ? it s located in the [value_area] . would you like more information or to book a table ?\n user : the oak bistro sounds fabulous. can i get a table there on sunday at 18:30? there will be 6 of us.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"fabulous",
|
|
"18:30",
|
|
"6",
|
|
"sunday",
|
|
"the oak bistro",
|
|
"british"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "moderate",
|
|
"name": "the oak bistro",
|
|
"area": "centre",
|
|
"day": "sunday",
|
|
"people": "6",
|
|
"time": "18:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "british",
|
|
"time": "18:30",
|
|
"people": "6",
|
|
"day": "sunday",
|
|
"name": "the oak bistro"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to go to saigon city and arrive by 11:00\n system : where will you leave from ?\n user : i will be departing from from lovell lodge.\n",
|
|
"extracted_values": [
|
|
"11:00",
|
|
"saigon city",
|
|
"lovell lodge"
|
|
],
|
|
"true_states": {
|
|
"destination": "saigon city",
|
|
"departure": "lovell lodge",
|
|
"arrive": "11:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "11:00",
|
|
"destination": "lovell lodge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to pick me up at regency gallery and take me to don pasquale pizzeria.\n system : what time would you like to arrive there by ?\n user : i would like to arrive by 20:00.\n system : okay , you are all set . be on the look out for a [taxi_type] . you can reach the taxi at [taxi_phone] . can i do anything more for you ?\n user : no, that's all. thanks, good bye.\n",
|
|
"extracted_values": [
|
|
"20:00",
|
|
"regency gallery",
|
|
"don pasquale pizzeria"
|
|
],
|
|
"true_states": {
|
|
"destination": "don pasquale pizzeria",
|
|
"departure": "regency gallery",
|
|
"arrive": "20:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:00",
|
|
"destination": "don pasquale pizzeria"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find a cheap place to stay.\n system : i can certainly help you with that . we have [value_count] listings for [value_pricerange] lodgings . do you have any other requirement -s ?\n user : i would like for it to be located in the center of town.\n system : sure . i found [value_count] guesthouses . [value_count] with [value_count] stars and [value_count] with [value_count] stars . do you have a preference ?\n user : no, i don't have a preference. do those places have wi-fi?\n system : yes , they both do . the [hotel_name] is our inexpensive [value_count] star guesthouse . would you like me to see if i could book you room ?\n user : i am not ready to book yet. thanks for the information.\n system : you are very welcome ! is there anything else i can assist you with ?\n user : that is all! thanks!\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"ready",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"price": "cheap",
|
|
"stars": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"to": "ready",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to book a taxi to the stevenage train station leaving gourmet burger kitchen.\n system : sure . when would you like to leave the burger kitchen ?\n user : it doesn't matter as long as i arrive by 02:15.\n",
|
|
"extracted_values": [
|
|
"02:15",
|
|
"stevenage train station",
|
|
"gourmet burger kitchen"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"destination": "stevenage train station",
|
|
"departure": "gourmet burger kitchen",
|
|
"arrive": "02:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "02:15",
|
|
"departure": "stevenage train station",
|
|
"food": "gourmet burger kitchen"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find a resturant that serves cheap chinese food!\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any british restaurants in the centre?\n",
|
|
"extracted_values": [
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to book a taxi to the scott polar museum\n system : i would be happy to help . what time do you want to leave and and or arrive by ?\n user : 3 00 will be best pick up time thank you\n system : what is your departure site ?\n user : i will be picked up from london kings cross train station. i'll also need a contact phone number and a car type to expect.\n system : okay i have a [taxi_type] and the contact number is [taxi_phone] . anything else i can do for you ?\n user : that's all i needed help with today. thanks!\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"00",
|
|
"scott polar museum",
|
|
"london kings cross train station"
|
|
],
|
|
"true_states": {
|
|
"leave": "03:00",
|
|
"destination": "scott polar museum",
|
|
"departure": "london kings cross train station"
|
|
},
|
|
"gen_states": {
|
|
"people": "3",
|
|
"leave": "00",
|
|
"destination": "scott polar museum",
|
|
"departure": "london kings cross train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to find an expensive restaurant in the centre of town please.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n system : there are a total of [value_count] hotel -s and guesthouses in the city that have [value_count] stars . is there a particular area or price range you would like ?\n user : how about a place in the east side of town that is a hotel not a guesthouse\n system : i am sorry but i do not have any hotel -s in the [value_area] . would you like to change location or type of accomodations ?\n user : yes, can you please change the location to centre?\n system : we have [value_count] star hotel that is in the [value_area] , [hotel_name] , it has internet and parking and is [value_pricerange] , would this [value_count] suit you ?\n user : that will be fine. can you book me a room for saturday, please?\n system : certainly . how long would you like to stay , and how many are in your party ?\n user : i'll be arriving saturday and staying 3 nights. there are 3 of us.\n system : unfortunately , we cannot book you for those days . could you change the number of days ?\n user : sure, try for two days?\n system : that was unsuccessful too . wanna try something else ?\n user : is there another one in the centre with that critera avaible?\n system : no , i am sorry . i am searching for a [value_count] star hotel in the [value_area] for [value_count] nights on [value_day] . is that correct ?\n user : i need the hotel for 3 nights starting on saturday please.\n system : would you like to change the number of days you are staying . i was unable to find anything .\n user : no, please continue the search.\n system : i am sorry , but the [hotel_name] does not have anything available on [value_day] for [value_count] people , for a [value_count] night stay . would you like to try a different day ?\n user : i am so sorry. could you just change the number of people in my party to 5 and try again?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"3",
|
|
"1",
|
|
"5",
|
|
"saturday",
|
|
"centre",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"stars": "4",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "5",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"stay": "5",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want to find a guesthouse with free parking included. can you help?\n system : there are [value_count] guesthouses that have parking available . is there a certain price range or part of the city you are interested in ?\n user : i would really like something expensive.\n system : unfortunately , i cannot find any that are [value_pricerange] . let s try a different price range .\n user : alright, let's try for a cheap hotel.\n system : do you want a [value_pricerange] hotel or a [value_pricerange] guesthouse ?\n user : i meant a cheap guesthouse with free wifi.\n system : how about [hotel_name] ?\n user : sounds good, let's book it! 8 people for 4 nights, starting friday.\n system : booked . your reference number is [hotel_reference] . is there anything else you need ?\n user : nope, that'll do it. thank you so much for your help!\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"expensive",
|
|
"cheap",
|
|
"8",
|
|
"4",
|
|
"friday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "alexander bed and breakfast",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "friday",
|
|
"people": "8",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"people": "8",
|
|
"stars": "4",
|
|
"day": "friday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want to find a guesthouse with free parking included. can you help?\n system : there are [value_count] guesthouses that have parking available . is there a certain price range or part of the city you are interested in ?\n user : i would really like something expensive.\n system : unfortunately , i cannot find any that are [value_pricerange] . let s try a different price range .\n user : alright, let's try for a cheap hotel.\n system : do you want a [value_pricerange] hotel or a [value_pricerange] guesthouse ?\n user : i meant a cheap guesthouse with free wifi.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"expensive",
|
|
"cheap",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! can you tell me what trains are available on friday after 18:30?\n system : certainly , but first i need to know where you are departing from and what your destination is .\n user : i'm going from stevenage to cambridge.\n system : the first train after [value_time] is [train_id] , which leaves at [value_time] . would you like a ticket , or more information ?\n user : yes i would like to book it for 8 people and i will need the reference number.\n system : sure , i have booked your tickets for [value_count] people , your reference number is [train_reference] .\n user : thank you for all your help, that's all i needed today.\n",
|
|
"extracted_values": [
|
|
"18:30",
|
|
"8",
|
|
"friday",
|
|
"stevenage",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "18:30",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"departure": "stevenage",
|
|
"people": "8"
|
|
},
|
|
"gen_states": {
|
|
"leave": "18:30",
|
|
"people": "8",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i am looking for a train that will be leaving after 13:30 on tuesday.\n system : what is your destination ?\n user : the train should go to cambridge and should depart from london liverpool street.\n system : [train_id] leaves [value_place] for [value_place] on [value_day] at [value_time] and arrives by [value_time] .\n user : could you book that for 8 people, please?\n",
|
|
"extracted_values": [
|
|
"13:30",
|
|
"8",
|
|
"tuesday",
|
|
"cambridge",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"leave": "13:30",
|
|
"destination": "cambridge",
|
|
"day": "tuesday",
|
|
"departure": "london liverpool street",
|
|
"people": "8"
|
|
},
|
|
"gen_states": {
|
|
"leave": "13:30",
|
|
"people": "8",
|
|
"day": "tuesday",
|
|
"departure": "cambridge",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a place to stay that includes free wi-fi.\n system : i have quite a few place -s that offer wifi , is there is a certain price range you are looking for ?\n user : something cheap would be good.\n system : i have about [value_count] different place -s . do you have a preference on the area of town ?\n user : no not really. but i would prefer a hotel and like both free wifi and parking if possible.\n system : [hotel_name] is a hotel in the [value_area] that is [value_pricerange] and has both free internet and wifi . would you like to book this ?\n user : that's fine. i'll need it for three nights starting on sunday.\n system : unfortunately , that day does not work . can we try booking another day or a shorter stay , perhaps ?\n user : is there another hotel that matches that criteria?\n system : unfortunately that s the only hotel that suits your criteria .\n user : i will try and restate so you can look again, i need free wifi and parking, cheap place, type of room does not matter.\n system : there are [value_count] place -s that match your criteria . what part of town would you like to stay in ?\n user : it doesn't matter. whatever is available nearby will be fine.\n system : i will give it a try again . how many people will there be ?\n user : there are 4 of us.\n system : you are booked at the [hotel_name] . it is [value_pricerange] , with wifi and parking included . your reference number is [hotel_reference] . is there anything else ?\n user : no. that is all!\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"3",
|
|
"nearby",
|
|
"4",
|
|
"sunday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "sunday",
|
|
"people": "4",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "cheap",
|
|
"stay": "3",
|
|
"area": "nearby",
|
|
"stars": "4",
|
|
"day": "sunday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train departing cambridge.\n system : i would love to help ! where is your destination ?\n user : i need to g to london liverpool street on saturday.\n system : is there a particular time you would like to leave by ?\n user : no, i just need to arrive by 15:00\n",
|
|
"extracted_values": [
|
|
"15:00",
|
|
"saturday",
|
|
"cambridge",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"destination": "london liverpool street",
|
|
"day": "saturday",
|
|
"arrive": "15:00",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "15:00",
|
|
"day": "saturday",
|
|
"departure": "cambridge",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : there are hotels with free wifi and parking, right?\n system : yes there are plenty . what area would you like to stay in ?\n user : the hotel should be in the centre and should be in the type of guesthouse.\n system : there are [value_count] hotel -s that fit that criteria . i would recommend [hotel_name] , it has [value_count] stars .\n user : book it for 1 people and 4 nights starting from tuesday.\n system : i am sorry , your booking was unsuccessful . would you like to book another day or a shorter stay ?\n user : how about wednesday?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"1",
|
|
"4",
|
|
"wednesday",
|
|
"guesthouse",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "wednesday",
|
|
"people": "1",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"people": "1",
|
|
"stars": "4",
|
|
"day": "wednesday",
|
|
"type": "guesthouse",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a place for entertainment? something on the east side of town.\n",
|
|
"extracted_values": [
|
|
"entertainment",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an attraction to visit. is there anything located in the west part of town?\n system : there are [value_count] attractions in the [value_area] part of town . would you like to visit a college ?\n user : no, i was thinking of something fun to do. do you have any suggestions?\n",
|
|
"extracted_values": [
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'm hoping you can help me. i am looking to try molecular gastronomy food. might there be a restaurant like this in the centre of town?\n",
|
|
"extracted_values": [
|
|
"molecular gastronomy",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "molecular gastronomy"
|
|
},
|
|
"gen_states": {
|
|
"food": "molecular gastronomy",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi. i was wondering if there are any eastern european type restaurants in the south part of the city?\n system : unfortunately , there are no eastern [value_food] restuarants in the [value_area] part of the city . is there anything else you want ?\n user : i'm looking for an expensive eastern european place in the south.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"eastern european",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"food": "eastern european",
|
|
"price": "expensive",
|
|
"area": "south"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "eastern european",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a taxi to take me to ruskin gallery\n system : sure ! what is your departure site ?\n user : i will depart from saffron brasserie at 7:15. what is the car type and contact number so i know who and where you will pick me up?\n system : booking completed ! a [taxi_type] will be picking you up . the contact number is [taxi_phone] .\n user : that is all i needed, thank you.\n",
|
|
"extracted_values": [
|
|
"07:15",
|
|
"ruskin gallery",
|
|
"saffron brasserie"
|
|
],
|
|
"true_states": {
|
|
"leave": "07:15",
|
|
"destination": "ruskin gallery",
|
|
"departure": "saffron brasserie"
|
|
},
|
|
"gen_states": {
|
|
"leave": "07:15",
|
|
"destination": "ruskin gallery",
|
|
"food": "saffron brasserie"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find a resturant that serves cheap chinese food!\n system : [restaurant_name] is located in the [value_area] and it is [value_pricerange] ! would you like me to book it for you ?\n user : yes, go ahead and book it and please send me the address.\n system : the address is [restaurant_address] . what day and time would you like to book ? how many people ?\n user : i do not need to book it. what is the postcode and the area please?\n system : the postcode is [restaurant_postcode]\n user : thanks very much!\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"ahead",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"time": "ahead",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi i am looking for a restaurant in the centre of town serving north indian food.\n system : we do not have any specific restaurant -s in that category . let s try something else ?\n user : that's too bad. how about chinese?\n system : okay sure what do you have ?\n user : okay when you find something i would like to make a reservation for 2 people on a sunday at 13:30.\n system : do you have a price range in mind ?\n user : i don't mind about the price range.\n",
|
|
"extracted_values": [
|
|
"2",
|
|
"13:30",
|
|
"sunday",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "dont care",
|
|
"area": "centre",
|
|
"day": "sunday",
|
|
"people": "2",
|
|
"time": "13:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "2",
|
|
"time": "13:30",
|
|
"day": "sunday",
|
|
"area": "centre",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a specific restaurant. it's called india house. can you help with this?\n",
|
|
"extracted_values": [
|
|
"india house"
|
|
],
|
|
"true_states": {
|
|
"name": "india house"
|
|
},
|
|
"gen_states": {
|
|
"food": "india house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi i am looking for a restaurant in the centre of town serving north indian food.\n system : we do not have any specific restaurant -s in that category . let s try something else ?\n user : that's too bad. how about chinese?\n system : okay sure what do you have ?\n user : okay when you find something i would like to make a reservation for 2 people on a sunday at 13:30.\n system : do you have a price range in mind ?\n user : i don't mind about the price range.\n system : okay , how about [restaurant_name] ? it is a [value_food] restsurant in the [value_area] area and is in the [value_pricerange] price range . will that work for you ?\n user : that's fine. can you try booking it?\n system : i am sorry , but i was not able to book the restaurant for that date and time . would you like to try a different time ?\n user : how about 12:30?\n",
|
|
"extracted_values": [
|
|
"2",
|
|
"13:30",
|
|
"12:30",
|
|
"sunday",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "dont care",
|
|
"name": "lan hong house",
|
|
"area": "centre",
|
|
"day": "sunday",
|
|
"people": "2",
|
|
"time": "12:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "2",
|
|
"time": "12:30",
|
|
"day": "sunday",
|
|
"area": "centre",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i am trying to find an attraction in the west part of town. can you help me?\n",
|
|
"extracted_values": [
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : we need to find a guesthouse of moderate price.\n system : i can help you with that . do you have any special area you would like to stay ? or possibly a star request for the guesthouse ?\n user : i would like it to have a 3 star rating.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"3",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"stars": "3",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"stars": "3",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to take me to pipasha restaurant to leave after 01:45.\n system : from where will you be picked up ?\n user : from the ballare.\n",
|
|
"extracted_values": [
|
|
"01:45",
|
|
"pipasha restaurant",
|
|
"ballare"
|
|
],
|
|
"true_states": {
|
|
"leave": "01:45",
|
|
"destination": "pipasha restaurant",
|
|
"departure": "ballare"
|
|
},
|
|
"gen_states": {
|
|
"leave": "01:45",
|
|
"destination": "pipasha restaurant",
|
|
"departure": "ballare"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to eat in the east that is expensive.\n system : sure , we have [value_food] , [value_food] , gastropubs , and [value_food] restaurant -s . would you like to book a table at [value_count] of them .\n user : how about an expensive british place? i'd like a reservation for wednesday.\n system : okay , i have the [restaurant_name] . what time would you like me to book your reservation ?\n user : i would like a table at 14:00 on wednesday for 5 people.\n system : unfortunately they did not have that day and time available . would you like to try for another date or time slot ?\n user : do they have an opening at 13:00 on wednesday for 5 people?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"14:00",
|
|
"5",
|
|
"13:00",
|
|
"wednesday",
|
|
"east",
|
|
"british"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"name": "grafton hotel restaurant",
|
|
"area": "east",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"time": "13:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"time": "13:00",
|
|
"people": "5",
|
|
"day": "wednesday",
|
|
"area": "east",
|
|
"food": "british"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should include free parking\n system : there are many results with free wifi and parking , to help narrow it down , what area do you want to stay in ?\n user : north area in a guesthouse\n system : what star rating ?\n user : it doesn't matter as long as i can book it for 2 people and 2 nights starting thursday.\n system : did you have a price range in mind ?\n user : no, i am not picky.\n system : booking was not successful for that night at the [hotel_name] , would you like me to try a different place ?\n user : how about wednesday instead?\n system : booking was unsuccessful . would you like to try a different location ?\n user : yeah try a different place. anywhere that meets my requirements\n system : i am going to try for the [hotel_name] , sir . is that all right ?\n user : yes please try it.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"2",
|
|
"picky",
|
|
"wednesday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "arbury lodge guesthouse",
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "2",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "2",
|
|
"stay": "picky",
|
|
"day": "wednesday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a restaurant in the centre of town with a modest price range. can you recommend one?\n system : [restaurant_name] has good rating -s and is in the [value_pricerange] price range in the [value_area] of town .\n user : that sounds great. can i reserve a table for 4 at 20:00 on wednesday?\n",
|
|
"extracted_values": [
|
|
"modest",
|
|
"1",
|
|
"4",
|
|
"20:00",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"name": "yipee noodle bar",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "4",
|
|
"time": "20:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "modest",
|
|
"people": "4",
|
|
"time": "20:00",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a train from london liverpool street arriving at 9:30\n system : which day will you be traveling ?\n user : i want to leave on thursday.\n system : ok , i should be able to do that for you .\n user : i want to go to cambridge, how much will that cost?\n system : there are [value_count] trains that will fit your needs , and the tickets are [value_price] pounds each . would you like me to purchase tickets for you ?\n user : yes, that sounds good. thank you.\n",
|
|
"extracted_values": [
|
|
"09:30",
|
|
"thursday",
|
|
"london liverpool street",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "thursday",
|
|
"arrive": "09:30",
|
|
"departure": "london liverpool street",
|
|
"people": "2"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:30",
|
|
"day": "thursday",
|
|
"destination": "london liverpool street",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i kind of need some help finding a nice hotel in the north part of town.\n system : there are [value_count] hotel -s in the [value_area] part of town in the [value_pricerange] price range , does that price range work for you ?\n user : do either of those have 4 stars?\n system : i am sorry , they are both [value_count] star hotel -s . would you like to try a different area or star number ?\n user : a 4 star guesthouse in the north would be fine too.\n",
|
|
"extracted_values": [
|
|
"kind",
|
|
"4",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"hotel": "kind",
|
|
"stars": "4",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a taxi. i need to leave from golden house at 12:15.\n system : sure , can i have the destination for your taxi please ?\n user : i'm headed to the soul tree nightclub.\n",
|
|
"extracted_values": [
|
|
"12:15",
|
|
"golden house",
|
|
"soul tree nightclub"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:15",
|
|
"destination": "soul tree nightclub",
|
|
"departure": "golden house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "12:15",
|
|
"departure": "golden house",
|
|
"destination": "soul tree nightclub"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine that serves british food. it should be in the moderate price range.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"british"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "moderate"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "british"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a train from london liverpool street arriving at 9:30\n system : which day will you be traveling ?\n user : i want to leave on thursday.\n system : ok , i should be able to do that for you .\n user : i want to go to cambridge, how much will that cost?\n",
|
|
"extracted_values": [
|
|
"09:30",
|
|
"thursday",
|
|
"london liverpool street",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "thursday",
|
|
"arrive": "09:30",
|
|
"departure": "london liverpool street",
|
|
"people": "2"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:30",
|
|
"day": "thursday",
|
|
"destination": "london liverpool street",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should be in the moderate price range\n system : i have [value_count] hotel -s . [value_count] in the [value_area] and [value_count] in the [value_area] . do you have a preference ?\n user : no, but should come with free parking.\n system : how does the [hotel_name] sound ? it has internet and free parking and is [value_pricerange] -ly priced .\n user : sure. please book for 1 person for 4 nights starting on friday.\n system : i am sorry but the booking was unsuccessful . would you like to book starting another day ? or perhaps a shorter stay ?\n user : can we try for it for wednesday instead?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"moderate",
|
|
"1",
|
|
"4",
|
|
"wednesday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "lovell lodge",
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "wednesday",
|
|
"people": "1",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "moderate",
|
|
"people": "1",
|
|
"stars": "4",
|
|
"day": "wednesday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a specific restaurant. it's called india house. can you help with this?\n system : sure can . [restaurant_name] is an [value_pricerange] [value_food] restaurant in the [value_area] part of town . would you like a reservation ?\n user : yes for 4 people at 16:30 on a saturday. i will need a reference number as well.\n system : i have made the reservation and the reference number is [restaurant_reference] . what else can i help you with ?\n user : i think that takes care of everything, thanks!\n system : oh , it was my pleasure . i am here if you need anything else .\n user : thank you. have a great day!\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"16:30",
|
|
"saturday",
|
|
"india house"
|
|
],
|
|
"true_states": {
|
|
"name": "india house",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"time": "16:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "4",
|
|
"time": "16:30",
|
|
"day": "saturday",
|
|
"food": "india house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a hotel called a and b guest house?\n",
|
|
"extracted_values": [
|
|
"a and b guest house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "a and b guest house"
|
|
},
|
|
"gen_states": {
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi. i was wondering if there are any eastern european type restaurants in the south part of the city?\n system : unfortunately , there are no eastern [value_food] restuarants in the [value_area] part of the city . is there anything else you want ?\n user : i'm looking for an expensive eastern european place in the south.\n system : unfortunately , i do not happen to have any listing that meets what you were looking for . would you like me to try either a different area or type of restaurant ?\n user : how about a chinese restaurant?\n system : certainly , we have [value_count] [value_pricerange] [value_food] restaurant -s [restaurant_name] , and [restaurant_name] . would you like a reservation at [value_count] , if so for how many ?\n user : i would like a reservation for 2 to the peking restaurant.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"2",
|
|
"the peking restaurant",
|
|
"chinese",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "south",
|
|
"people": "2"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "2",
|
|
"name": "the peking restaurant",
|
|
"food": "chinese",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for city centre north b and b\n",
|
|
"extracted_values": [
|
|
"centre north"
|
|
],
|
|
"true_states": {
|
|
"name": "city centre north b and b"
|
|
},
|
|
"gen_states": {
|
|
"area": "centre north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. can i get some help finding a hotel or guesthouse please?\n system : sure thing ! what side of town would you prefer ? what price range would you like ?\n user : i need one in the moderate price range. i would like one that doesn't have free parking.\n system : there are [value_count] guesthouses and a hotel . do you have a star rating that you enjoy staying at ?\n user : no not in particular.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"moderate",
|
|
"free",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "no",
|
|
"price": "moderate",
|
|
"stars": "dont care",
|
|
"type": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"people": "1",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello! i'm looking for a train leaving on saturday going to cambridge.\n system : what time are you looking to leave ? morning , afternoon or evening ?\n user : i'd like to leave after 19:30.\n system : where are you leaving from ?\n user : i am leaving from broxbourne and it should leave after 19:30. i would also like a booking for 6 people.\n system : i booked [value_count] tickets for you on [train_id] leaving [value_place] at [value_time] . [value_price] gbp is payable at the station . reference number is [train_reference] . will that be all ?\n user : yes thank you that's all i needed!\n",
|
|
"extracted_values": [
|
|
"19:30",
|
|
"6",
|
|
"saturday",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"leave": "19:30",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"departure": "broxbourne",
|
|
"people": "6"
|
|
},
|
|
"gen_states": {
|
|
"leave": "19:30",
|
|
"people": "6",
|
|
"day": "saturday",
|
|
"departure": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : what restaurants in the centre serve international cuisine?\n system : [restaurant_name] and the [restaurant_name] serve [value_food] food and are in the [value_area] of town .\n user : how about a place in the moderate price range?\n system : both of the named restaurant -s are in the [value_pricerange] price range .\n user : ok, can you book a table for 6 at 12:00 on tuesday at the varsity restaurant? i will need a reference number too, please.\n system : certainly . i will have that reference number for you in just [value_count] second .\n user : thanks. looking forward to it.\n system : yes i can . i have booked you a table for [value_count] noon on [value_day] for [value_count] people . your reference number is [restaurant_reference] . anything else i can help you with ?\n user : no, that is all. thank you.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"6",
|
|
"12:00",
|
|
"tuesday",
|
|
"the varsity restaurant",
|
|
"centre",
|
|
"international"
|
|
],
|
|
"true_states": {
|
|
"food": "international",
|
|
"price": "moderate",
|
|
"name": "the varsity restaurant",
|
|
"area": "centre",
|
|
"day": "tuesday",
|
|
"people": "6",
|
|
"time": "12:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "6",
|
|
"time": "12:00",
|
|
"day": "tuesday",
|
|
"name": "the varsity restaurant",
|
|
"area": "centre",
|
|
"food": "international"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a reservation that has cheap price and should be in the east\n system : we have [value_count] with your specification\n user : oh, i also need it to have free parking and i want a guest house.\n system : how about [hotel_name] ? it looks great .\n user : sure, please book it for 1 person for 5 nights starting on thursday.\n system : booking was unsuccessful . perhaps another day or shorter stay ?\n user : how about starting on friday?\n system : booking was successful for [value_day] . reference number is [hotel_reference] .\n user : thank you so much! that is all i needed.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"friday",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"name": "allenbell",
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse",
|
|
"day": "friday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "friday",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'll be coming into the centre of town to visit relatives. can you help me find a place to stay?\n system : i can definitely help with that . i have about [value_count] different hotel -s and guesthouses that are in the [value_area] of town . do you prefer a hotel or guesthouse ?\n user : i'd like it to be expensive. 4 star rated.\n system : the [hotel_name] is in the [value_area] of town , falls in the [value_pricerange] price range , and has [value_count] stars . would you like to book a room ?\n user : can you see if it's available for 4 nights from wednesday for 5 people\n system : it is available for [value_count] nights for [value_count] people ! i have taken the liberty of booking these rooms for you . is that agreeable to you ?\n user : that's wonderful. what is the reference number for that booking?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"5",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "university arms hotel",
|
|
"area": "centre",
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"people": "5",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find a cheap place to stay.\n",
|
|
"extracted_values": [
|
|
"cheap"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to leave peterborough and arrive by 20:45. can you book a train for me?\n system : what time would you like to depart ?\n user : i will depart any time so long as the train arrives by 20:45.\n system : ok , and what day do you need to travel ?\n user : oh, i need to leave this saturday. just to clarify i want to leave peterborough going to cambridge.\n",
|
|
"extracted_values": [
|
|
"20:45",
|
|
"saturday",
|
|
"peterborough",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "20:45",
|
|
"departure": "peterborough"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:45",
|
|
"day": "saturday",
|
|
"destination": "peterborough",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want to find a guesthouse with free parking included. can you help?\n system : there are [value_count] guesthouses that have parking available . is there a certain price range or part of the city you are interested in ?\n user : i would really like something expensive.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"expensive",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "expensive",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "expensive",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a hotel to stay at located in the centre.\n system : ok . there are [value_count] hotel -s located in the [value_area] of town . they are in the [value_pricerange] and [value_pricerange] price range -s . do you have a preference ?\n user : i would like expensive, please.\n system : the [hotel_name] has [value_count] stars , and the [hotel_name] has [value_count] . both meet your other criteria . would you like to book a room at [value_count] of these ?\n user : yes, you can. i'll try the gonville.\n system : i'll be happy to do that for you . how many people are in your party ?\n user : please book for 4 people.\n system : what is your arrival day and number of days you wish to stay ?\n user : i will be arriving on sunday and staying for 3 nights. and there will be 2 people, not 4.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"3",
|
|
"2",
|
|
"sunday",
|
|
"gonville",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "gonville hotel",
|
|
"area": "centre",
|
|
"price": "expensive",
|
|
"type": "hotel",
|
|
"day": "sunday",
|
|
"people": "2",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "2",
|
|
"stay": "3",
|
|
"day": "sunday",
|
|
"area": "centre",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need to find a train to cambridge, please.\n system : certainly . from where are you planning to depart , and when ?\n user : i want to leave from stevenage on saturday.\n system : i have [value_count] trains available . is there a certain time you would like to travel ?\n user : yes, i would like to arrive by 12:30.\n system : [train_id] will get you to [value_place] by [value_time] . would you like to book this train ?\n user : that is all. thank you.\n system : it was a pleasure to help . have a good night .\n user : actually, can you give me the reference number?\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"saturday",
|
|
"cambridge",
|
|
"stevenage"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "12:30",
|
|
"departure": "stevenage",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:30",
|
|
"day": "saturday",
|
|
"departure": "stevenage"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'm hoping you can help me. i am looking to try molecular gastronomy food. might there be a restaurant like this in the centre of town?\n system : sorry but there are not any molecular gastronomy restaurant -s in any part of town . would you like to try something else ?\n user : yes how about gastropubs or international in the moderate price range.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"molecular gastronomy",
|
|
"centre",
|
|
"international"
|
|
],
|
|
"true_states": {
|
|
"food": "gastropub",
|
|
"price": "moderate"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "international",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a cheap hotel in the center of town?\n system : i have [value_count] options to offer you , the [value_count] star [hotel_name] and the unrated [hotel_name] . would you like me to book you a room at [value_count] ?\n user : great can you find one with free parking and a 0 star rating\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"free",
|
|
"0",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"stars": "1",
|
|
"parking": "0",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant serving chinese food in the centre part of town.\n",
|
|
"extracted_values": [
|
|
"chinese",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "chinese",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi. i was wondering if there are any eastern european type restaurants in the south part of the city?\n",
|
|
"extracted_values": [
|
|
"eastern european",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"food": "eastern european",
|
|
"area": "south"
|
|
},
|
|
"gen_states": {
|
|
"food": "eastern european",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine in the centre.\n system : there are many restaurant -s in the [value_area] of town , do you have a preference of food ?\n user : is there anywhere that serves middle eastern food?\n system : unfortunately there is not . what else may i check for you ?\n user : is there anywhere in the centre that serves mediterranean food?\n system : i have found [value_count] options , sir . may i [restaurant_name] what type of price range were you looking for ?\n user : i'd like something in the expensive price range.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"centre",
|
|
"mediterranean"
|
|
],
|
|
"true_states": {
|
|
"food": "mediterranean",
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"food": "mediterranean"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a cheap hotel in the center of town?\n system : i have [value_count] options to offer you , the [value_count] star [hotel_name] and the unrated [hotel_name] . would you like me to book you a room at [value_count] ?\n user : great can you find one with free parking and a 0 star rating\n system : the [hotel_name] meets your needs . would you like to book a room ?\n user : at the moment, can i just get the postcode and it is a hotel?\n system : sure , the postcode is [hotel_postcode] . is there anything else i can help you with ?\n user : i just want to confirm that it is actually a hotel, as opposed to a guesthouse?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"free",
|
|
"0",
|
|
"guesthouse",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "el shaddia guesthouse",
|
|
"area": "centre",
|
|
"price": "cheap",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"stars": "0",
|
|
"parking": "free",
|
|
"type": "guesthouse",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train from london kings cross to cambridge.\n",
|
|
"extracted_values": [
|
|
"london kings cross",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"departure": "london kings cross"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i am looking to stay in a guesthouse that includes free parking\n system : i have lots of them to choose from . is there any area of town that i can check into for you ?\n user : no. i would like it to have a star rating of 4 and free wifi.\n system : there are [value_count] such guest houses . you might like the [hotel_name] , which is rated [value_count] stars , yet inexpensive , and offers all the luxury the others choices do .\n user : that sounds great! can you book the alexander for 2 people? we'll need it for 5 nights starting on thursday.\n system : i am afraid that was unsuccessful . would like to book another day or a shorter stay ?\n user : can we try 2 nights instead then? i'll need the reference number as well.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"2",
|
|
"5",
|
|
"thursday",
|
|
"alexander bed and breakfast",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "alexander bed and breakfast",
|
|
"parking": "yes",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "2",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "4",
|
|
"people": "2",
|
|
"stay": "5",
|
|
"day": "thursday",
|
|
"name": "alexander bed and breakfast",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want to book a taxi going to christ's college departing from city stop restaurant please.\n",
|
|
"extracted_values": [
|
|
"christ college",
|
|
"city stop restaurant"
|
|
],
|
|
"true_states": {
|
|
"destination": "christ college",
|
|
"departure": "city stop restaurant"
|
|
},
|
|
"gen_states": {
|
|
"destination": "christ college",
|
|
"departure": "city stop restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi. i am going to avalon and i need to leave after 16:15\n system : i will need to know where you need to be picked up ?\n user : i will be at parkside pools.\n",
|
|
"extracted_values": [
|
|
"16:15",
|
|
"avalon",
|
|
"parkside pools"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:15",
|
|
"destination": "avalon",
|
|
"departure": "parkside pools"
|
|
},
|
|
"gen_states": {
|
|
"leave": "16:15",
|
|
"destination": "avalon",
|
|
"departure": "parkside pools"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a place to dine it should be in the centre and should be in the expensive price range\n system : were you looking for a specific type of food ?\n user : yes, i am looking for a restaurant that offers vegetarian options.\n system : i am sorry but i do not have any vegetarian restaurant -s in the [value_area] area . would you like me to search another area for you ?\n user : yes, how about expensive turkish food in the centre of town?\n system : you would probably enjoy [restaurant_name] restaurant . would you like me to make a reservation ?\n user : yes, please reserve a table for 4 on monday at 15:15.\n system : i am sorry booking was unsuccessful . could you try another time perhaps ?\n user : okay, how about the same time for saturday?\n system : still not open then , shall i try another date or another place to eat ?\n user : could you try another expensive turkish restaurant in the centre? i'd really like to dine on monday.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"15:15",
|
|
"monday",
|
|
"centre",
|
|
"turkish"
|
|
],
|
|
"true_states": {
|
|
"food": "turkish",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"time": "15:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "4",
|
|
"time": "15:15",
|
|
"day": "monday",
|
|
"area": "centre",
|
|
"food": "turkish"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to make a train reservation for friday and i need it to arrive by 19:00\n system : sure , i can help with that . can you please let me know where you will be departing from .\n user : i will be departing from cambridge.\n system : and what is your destination ?\n user : i will be going to stansted airport.\n",
|
|
"extracted_values": [
|
|
"19:00",
|
|
"friday",
|
|
"cambridge",
|
|
"stansted airport"
|
|
],
|
|
"true_states": {
|
|
"destination": "stansted airport",
|
|
"day": "friday",
|
|
"arrive": "19:00",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "19:00",
|
|
"day": "friday",
|
|
"departure": "cambridge",
|
|
"destination": "stansted airport"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a reservation that has cheap price and should be in the east\n system : we have [value_count] with your specification\n user : oh, i also need it to have free parking and i want a guest house.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"free",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'll be coming in to cambridge and i'd like a place to stay. i'd like a guesthouse with free parking.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i am looking to stay in a guesthouse that includes free parking\n system : i have lots of them to choose from . is there any area of town that i can check into for you ?\n user : no. i would like it to have a star rating of 4 and free wifi.\n system : there are [value_count] such guest houses . you might like the [hotel_name] , which is rated [value_count] stars , yet inexpensive , and offers all the luxury the others choices do .\n user : that sounds great! can you book the alexander for 2 people? we'll need it for 5 nights starting on thursday.\n system : i am afraid that was unsuccessful . would like to book another day or a shorter stay ?\n user : can we try 2 nights instead then? i'll need the reference number as well.\n system : your booking at the alexander for [value_count] nights was successful . your reference number is [hotel_reference] . is there anything else i can help you with today ?\n user : that will be all, thanks.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"2",
|
|
"5",
|
|
"thursday",
|
|
"alexander bed and breakfast",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "alexander bed and breakfast",
|
|
"parking": "yes",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "2",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "4",
|
|
"people": "2",
|
|
"stay": "5",
|
|
"day": "thursday",
|
|
"name": "alexander bed and breakfast",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to find an expensive restaurant in the centre of town please.\n system : there are quite a few choices for you . what kind of cuisine do you enjoy ?\n user : i don't care. choose a restaurant you recommend!\n system : how about [restaurant_name] , an [value_food] restaurant ?\n user : sounds great. could you book me a table for 8 on wednesday at 15:30?\n system : i sure can . i have a table for [value_count] booked for you at the [restaurant_name] , for [value_time] . they will hold that for fifteen minutes .\n user : may i have the booking reference number?\n system : certainly , the reference number is [restaurant_reference] .\n user : thank you very much for your help.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"8",
|
|
"15:30",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "african",
|
|
"price": "expensive",
|
|
"name": "bedouin",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "8",
|
|
"time": "15:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "8",
|
|
"time": "15:30",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to book a taxi from a and b guest house to saint catherine's college.\n system : in order to book you a taxi i will need to know either when you would like to leave or arrive by ?\n user : i'd like to arrive by 06:00, please.\n",
|
|
"extracted_values": [
|
|
"06:00",
|
|
"a and b guest house",
|
|
"saint catherines college"
|
|
],
|
|
"true_states": {
|
|
"destination": "saint catherines college",
|
|
"departure": "a and b guest house",
|
|
"arrive": "06:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "06:00",
|
|
"destination": "saint catherines college"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a cheap hotel in the center of town?\n system : i have [value_count] options to offer you , the [value_count] star [hotel_name] and the unrated [hotel_name] . would you like me to book you a room at [value_count] ?\n user : great can you find one with free parking and a 0 star rating\n system : the [hotel_name] meets your needs . would you like to book a room ?\n user : at the moment, can i just get the postcode and it is a hotel?\n system : sure , the postcode is [hotel_postcode] . is there anything else i can help you with ?\n user : i just want to confirm that it is actually a hotel, as opposed to a guesthouse?\n system : [hotel_name] is a guesthouse , not a hotel .\n user : are there any hotels that are cheap in the centre of town that include free parking with 0 stars?\n system : nope , just [hotel_name] , a guesthouse . sorry !\n user : actually that is fine. thank you for your help.\n system : you are welcome . is there anything else i can do for you ?\n user : no, i am all set. good bye.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"free",
|
|
"0",
|
|
"guesthouse",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"stars": "0",
|
|
"parking": "free",
|
|
"type": "guesthouse",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : find me an expensive hotel with free parking.\n system : there are [value_count] different hotel -s that are [value_pricerange] and all include free parking . is there a particular area you would like to stay in ?\n user : no. as long as its in the type of hotel.\n system : there are [value_count] star hotel -s with free parking in this price range , the [hotel_name] and the [hotel_name] .\n user : can i get the phone number for the huntingdon marriott, please?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"huntingdon marriott",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "expensive",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"parking": "free",
|
|
"name": "huntingdon marriott",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay. i want to make sure it is 4 stars and includes free parking. can you help with this?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"parking": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay on the north side.\n",
|
|
"extracted_values": [
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train out of kings lynn please.\n system : where will you be going ?\n user : i want to go to cambridge.\n system : when will you be leaving ?\n user : i would like to leave after 14:15 on tuesday please\n system : [train_id] departs at [value_time] would that work for you ?\n user : yes, please give me travel time.\n",
|
|
"extracted_values": [
|
|
"14:15",
|
|
"tuesday",
|
|
"kings lynn",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "14:15",
|
|
"destination": "cambridge",
|
|
"day": "tuesday",
|
|
"departure": "kings lynn"
|
|
},
|
|
"gen_states": {
|
|
"leave": "14:15",
|
|
"day": "tuesday",
|
|
"destination": "kings lynn",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to find a guesthouse with a 3 star rating\n system : we have [value_count] such guesthouses . do you have a preferred location ?\n user : no, i don't. i want one that includes free wifi.\n system : bridge gue house , [hotel_name] , and [hotel_name] are all available if you would like [value_count] of those ?\n user : please book the hamilton lodge, for 6 people.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"1",
|
|
"free",
|
|
"6",
|
|
"hamilton lodge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "hamilton lodge",
|
|
"area": "dont care",
|
|
"stars": "3",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"people": "6"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"internet": "free",
|
|
"people": "6",
|
|
"name": "hamilton lodge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : we need to find a guesthouse of moderate price.\n system : i can help you with that . do you have any special area you would like to stay ? or possibly a star request for the guesthouse ?\n user : i would like it to have a 3 star rating.\n system : the [hotel_name] is a [value_count] star guesthouse . it is in the [value_area] area . would you like to book a room ?\n user : yes, please, for four people.\n system : how many people is the reservation for ?\n user : four. two nights. beginning saturday.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"3",
|
|
"4",
|
|
"2",
|
|
"saturday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "bridge guest house",
|
|
"price": "moderate",
|
|
"stars": "3",
|
|
"type": "guesthouse",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"stars": "2",
|
|
"day": "saturday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the moderate price range and should be in the east\n system : try [restaurant_name] or [restaurant_name]\n user : the restaurant should serve italian food.\n system : [restaurant_name] serves [value_food] food in the [value_area] , would you like a reservation ?\n user : what other restaurants in that area serve italian food?\n system : [restaurant_name] is the only [value_food] restaurant , in the [value_area] , in the [value_pricerange] price range . do you want me to try other area -s ?\n user : no, that will do. can i book a table for monday?\n system : absolutely , how many people will you have and what time are you wanting the reservation ?\n user : i will have 5 people and we would like 12:15 if possible. thanks.\n system : you are booked , the reference number is [restaurant_reference] , may i assist with anything else ?\n user : thanks for you help. i only need the restaurant reservation. goodbye.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"5",
|
|
"12:15",
|
|
"monday",
|
|
"east",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "moderate",
|
|
"name": "pizza hut fen ditton",
|
|
"day": "monday",
|
|
"people": "5",
|
|
"time": "12:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "5",
|
|
"time": "12:15",
|
|
"day": "monday",
|
|
"area": "east",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me book a train? i would like to leave after 10:15 on saturday.\n system : i can help with that ! what are your departure and arrival stations ?\n user : i'm coming into stansted airport and i want to go to cambridge. is there a train for that?\n system : [train_id] leaves [value_place] at [value_time] qm on [value_day] . it costs [value_price] pounds . would you like me to book that for you ?\n user : no, thank you.\n system : is there anything else that i can assist with ?\n user : how long is the ride?\n system : the ride is [value_count] minutes . would you like me to book a ticket ?\n user : no but can you tell me how much the ticket costs?\n system : the travel time of the journey is going to be [value_count] minutes .\n user : great and what will be the cost of each ticket?\n system : the cost per ticket is [value_price] pounds . would you like more information ?\n user : no thank you, that is all i needed.\n",
|
|
"extracted_values": [
|
|
"10:15",
|
|
"saturday",
|
|
"stansted airport",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:15",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"departure": "stansted airport"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:15",
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to make a train reservation for friday and i need it to arrive by 19:00\n",
|
|
"extracted_values": [
|
|
"19:00",
|
|
"friday"
|
|
],
|
|
"true_states": {
|
|
"day": "friday",
|
|
"arrive": "19:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "19:00",
|
|
"day": "friday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an expensive hotel with free wifi.\n system : i have about [value_count] different ones all spread out over town . do you have a certain preference on the area to stay in ?\n user : not really on the area. but i would like an expensive guesthouse.\n system : i am afraid we do not have any guesthouses in that price range , can i offer you something else instead ?\n user : ok, well i guess a cheap one would work just as well. i need a place to stay. i would just still need free wifi.\n system : we have [value_count] guesthouse that are [value_pricerange] with free wifi . do you have any other specific needs ?\n user : no i don't think so. which one sounds the best?\n system : i think you would enjoy the [hotel_name] . would you like to make a reservation ?\n user : wait...is that a restaurant? i want a guesthouse. i'm so confused.\n system : the [hotel_name] is , indeed a [value_pricerange] -ly priced guesthouse with free wi fi , according to our database . perhaps they do both . may i make a reservation for you ?\n user : oh, ok. sure, go ahead and book 4 nights from tuesday. there will be three of us.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"confused",
|
|
"ahead",
|
|
"4",
|
|
"3",
|
|
"tuesday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "4",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"stars": "4",
|
|
"name": "confused",
|
|
"time": "ahead",
|
|
"stay": "3",
|
|
"day": "tuesday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i kind of need some help finding a nice hotel in the north part of town.\n system : there are [value_count] hotel -s in the [value_area] part of town in the [value_pricerange] price range , does that price range work for you ?\n user : do either of those have 4 stars?\n system : i am sorry , they are both [value_count] star hotel -s . would you like to try a different area or star number ?\n user : a 4 star guesthouse in the north would be fine too.\n system : there are several in the [value_pricerange] price range and [value_count] that is [value_pricerange] . does price matter ?\n user : no, it doesn't. what place would you recommend?\n system : i recommend [hotel_name] because it is in the [value_pricerange] price range and has a high rating . do you want me to book [hotel_name] for you ?\n user : yes. i'll need a reservation for 3 nights starting sunday. there are 3 people in my party.\n system : i have made reservations for [value_count] starting on [value_day] for [value_count] nights .\n user : great to hear that, can you provide me also with reference number?\n system : all set ! your reference number is [hotel_reference] . do you need any more help ?\n user : thats all i needed! cheers.\n",
|
|
"extracted_values": [
|
|
"kind",
|
|
"4",
|
|
"3",
|
|
"sunday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "worth house",
|
|
"area": "north",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"type": "guesthouse",
|
|
"day": "sunday",
|
|
"people": "3",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"hotel": "kind",
|
|
"stars": "4",
|
|
"people": "3",
|
|
"day": "sunday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yo, i'm looking for a place to stay that's as awesome as me. four stars! it's gotta have free wifi, so i can do my social media, know what i mean?\n system : i have many options for you what s your price range or the area you are looking in ?\n user : i don't really have a price range. anything is fine. i would like it to have free parking and wifi, though. and of course, 4 stars like i mentioned.\n system : do you have a preference for a hotel versus a guesthouse ?\n user : no, either will work just fine.\n",
|
|
"extracted_values": [
|
|
"awesome",
|
|
"4",
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"type": "awesome",
|
|
"stars": "4",
|
|
"internet": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should have a star of 2 and should be in the moderate price range\n system : there are [value_count] such hotel -s in the [value_area] area . the first is the [hotel_name] and the second is the [hotel_name] . do you have a preference ?\n user : i don't have a preference, actually. which one do you recommend?\n system : they both have internet and parking , so it is really up to you .\n user : i choose the ashley hotel. what is their address, please?\n",
|
|
"extracted_values": [
|
|
"2",
|
|
"moderate",
|
|
"1",
|
|
"ashley hotel",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "ashley hotel",
|
|
"price": "moderate",
|
|
"stars": "2",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"price": "moderate",
|
|
"name": "ashley hotel",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a hotel called alpha-milton guest house?\n system : sure . it s at [hotel_address] . would you like the phone number ?\n user : can you book me a reservation for four people for four nights starting monday?\n system : your reservation is all set . your reference number is [hotel_reference] .\n user : thank you very much for your help and have a great day.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"monday",
|
|
"alpha-milton guest house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "alpha-milton guest house",
|
|
"day": "monday",
|
|
"people": "4",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"day": "monday",
|
|
"name": "alpha-milton guest house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train that will be in cambridge by 3:00\n system : what day will you be travelling ?\n user : i will be travelling on wednesday.\n",
|
|
"extracted_values": [
|
|
"03:00",
|
|
"wednesday",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "wednesday",
|
|
"arrive": "03:00"
|
|
},
|
|
"gen_states": {
|
|
"leave": "03:00",
|
|
"day": "wednesday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there! i'm looking for an expensive place to stay that has free wifi. i bet cambridge has a ton of those.\n system : we have [value_count] hotel -s that fit that description . what area of town do you prefer ?\n user : the area doesn't matter much, but i would like it to be a guesthouse if possible.\n system : i am sorry , but all of [hotel_name] -s that have free wifi and who have an [value_pricerange] price range are hotel -s rather than guesthouses . would you be interested in a hotel instead ?\n user : i'd really rather stay at a guesthouse. do you have anything in the cheap price range?\n system : there are [value_count] location -s that meet your requirement -s . is there a particular star rating you would prefer ?\n user : no not in particular.\n system : i could recommend the [hotel_name] . it has free internet and parking and is in the [value_area] . would you like me to book that for you ?\n user : what is the phone number of the el shaddai?\n system : their phone number is [hotel_phone] , would you like help booking a room ?\n user : that's not needed. thank you!\n system : thank you , good day to you .\n user : good day to you also bye.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "el shaddia guesthouse",
|
|
"area": "dont care",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine in the centre.\n system : there are many restaurant -s in the [value_area] of town , do you have a preference of food ?\n user : is there anywhere that serves middle eastern food?\n system : unfortunately there is not . what else may i check for you ?\n user : is there anywhere in the centre that serves mediterranean food?\n system : i have found [value_count] options , sir . may i [restaurant_name] what type of price range were you looking for ?\n user : i'd like something in the expensive price range.\n system : there are [value_count] [value_pricerange] [value_food] restaurant -s in the [value_area] of town [restaurant_name] and [restaurant_name] .\n user : book either for me\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"centre",
|
|
"mediterranean"
|
|
],
|
|
"true_states": {
|
|
"food": "mediterranean",
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"food": "mediterranean"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello! i'm looking for a train leaving on saturday going to cambridge.\n",
|
|
"extracted_values": [
|
|
"saturday",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "saturday"
|
|
},
|
|
"gen_states": {
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a taxi from saint john's college to pizza hut fen ditton.\n system : what time do you want to leave and what time do you want to arrive by ?\n user : i want to leave after 17:15.\n system : booking completed ! your taxi will be [taxi_type] contact number is [taxi_phone]\n user : thank you for all the help! i appreciate it.\n",
|
|
"extracted_values": [
|
|
"17:15",
|
|
"saint johns college",
|
|
"pizza hut fen ditton"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:15",
|
|
"destination": "pizza hut fen ditton",
|
|
"departure": "saint johns college"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:15",
|
|
"departure": "saint johns college",
|
|
"destination": "pizza hut fen ditton"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can i get a train from cambridge to bishops stortford?\n system : certainly . when would you like to depart ?\n user : on thursday after 20:15.\n",
|
|
"extracted_values": [
|
|
"20:15",
|
|
"thursday",
|
|
"cambridge",
|
|
"bishops stortford"
|
|
],
|
|
"true_states": {
|
|
"leave": "20:15",
|
|
"destination": "bishops stortford",
|
|
"day": "thursday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "20:15",
|
|
"day": "thursday",
|
|
"departure": "cambridge",
|
|
"destination": "bishops stortford"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please reserve for me a taxi that will pick me up at cambridge arts theatre after 09:30\n",
|
|
"extracted_values": [
|
|
"09:30",
|
|
"cambridge arts theatre"
|
|
],
|
|
"true_states": {
|
|
"leave": "09:30",
|
|
"departure": "cambridge arts theatre"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:30",
|
|
"departure": "cambridge arts theatre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a hotel to stay at located in the centre.\n system : ok . there are [value_count] hotel -s located in the [value_area] of town . they are in the [value_pricerange] and [value_pricerange] price range -s . do you have a preference ?\n user : i would like expensive, please.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"price": "expensive",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could really use some grub.\n system : sure . is there any part of town that you would like to look for food in ?\n user : somewhere in the centre. i'm looking for some traditional food.\n system : i am sorry , but there are not any traditional restaurant -s in the [value_area] . would you like to try another cuisine ?\n user : ok, how about lebanese food?\n",
|
|
"extracted_values": [
|
|
"traditional",
|
|
"centre",
|
|
"lebanese"
|
|
],
|
|
"true_states": {
|
|
"food": "lebanese",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "lebanese",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to go to mahal of cambridge\n system : i can help with that . did you have a specific time in mind ?\n user : yes, i'd like to leave after 2:30 please.\n system : where would you like to depart from ?\n user : i am departing from jesus green outdoor pool.\n",
|
|
"extracted_values": [
|
|
"02:30",
|
|
"mahal of cambridge",
|
|
"jesus green outdoor pool"
|
|
],
|
|
"true_states": {
|
|
"leave": "02:30",
|
|
"destination": "mahal of cambridge",
|
|
"departure": "jesus green outdoor pool"
|
|
},
|
|
"gen_states": {
|
|
"leave": "02:30",
|
|
"destination": "mahal of cambridge",
|
|
"departure": "jesus green outdoor pool"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am trying to find a hotel called warkworth house\n system : call them at [hotel_phone]\n user : book it for 3 people and 5 nights starting from thursday.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"5",
|
|
"thursday",
|
|
"warkworth house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "warkworth house",
|
|
"day": "thursday",
|
|
"people": "3",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"stars": "3",
|
|
"stay": "5",
|
|
"day": "thursday",
|
|
"name": "warkworth house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a hotel called alpha-milton guest house?\n",
|
|
"extracted_values": [
|
|
"alpha-milton guest house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "alpha-milton guest house"
|
|
},
|
|
"gen_states": {
|
|
"name": "alpha-milton guest house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you see if there are any entertainment attractions in the centre of town?\n system : unfortunately there are no entertainment attractions in the [value_area] of town . is there a different area of town that would work for you ?\n user : what about a museum?\n system : yes , there are [value_count] museums . i would recommend [attraction_name] . it s at [attraction_address] [restaurant_postcode] and has free entrance . would that work for you ?\n user : yes, that will work great. can i get their phone number please?\n system : certainly . the [attraction_name] s phone number is [attraction_phone] . is there anything else i can help you with today ?\n user : no, that's all i need. thanks!\n",
|
|
"extracted_values": [
|
|
"museum",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"type": "museum",
|
|
"name": "broughton house gallery",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"type": "museum",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine that serves british food. it should be in the moderate price range.\n system : how about [restaurant_name] ? it s located in the [value_area] . would you like more information or to book a table ?\n user : the oak bistro sounds fabulous. can i get a table there on sunday at 18:30? there will be 6 of us.\n system : booked ! your table will be held for [value_count] minutes . reference number is [restaurant_reference] .\n user : that's great. i think that's all i need.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"fabulous",
|
|
"18:30",
|
|
"6",
|
|
"sunday",
|
|
"the oak bistro",
|
|
"british"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "moderate",
|
|
"name": "the oak bistro",
|
|
"area": "centre",
|
|
"day": "sunday",
|
|
"people": "6",
|
|
"time": "18:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "british",
|
|
"time": "18:30",
|
|
"people": "6",
|
|
"day": "sunday",
|
|
"name": "the oak bistro"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any guesthouses with 3 star ratings?\n",
|
|
"extracted_values": [
|
|
"3"
|
|
],
|
|
"true_states": {
|
|
"stars": "3",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"stars": "3"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a place to stay that includes free wi-fi.\n",
|
|
"extracted_values": [
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a cheap spanish restaurant. are there any around?\n system : yes , [restaurant_name] is a restaurant serving [value_food] food in the [value_pricerange] price range . it is located at [restaurant_address] . would you like a reservation ?\n user : i would like a restaurant in the centre.\n system : [restaurant_name] is a [value_pricerange] restaurant serving [value_food] food in the [value_area] part of town . it s address is [restaurant_address] and it s post code is cb[value_count] .\n user : great. can you book me a table for 7 on tuesday at 11:45 and provide me with a reference number?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"7",
|
|
"11:45",
|
|
"tuesday",
|
|
"spanish",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "spanish",
|
|
"price": "cheap",
|
|
"name": "la raza",
|
|
"area": "centre",
|
|
"day": "tuesday",
|
|
"people": "7",
|
|
"time": "11:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "7",
|
|
"time": "11:45",
|
|
"day": "tuesday",
|
|
"food": "spanish",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should include free parking\n system : there are many results with free wifi and parking , to help narrow it down , what area do you want to stay in ?\n user : north area in a guesthouse\n system : what star rating ?\n user : it doesn't matter as long as i can book it for 2 people and 2 nights starting thursday.\n system : did you have a price range in mind ?\n user : no, i am not picky.\n system : booking was not successful for that night at the [hotel_name] , would you like me to try a different place ?\n user : how about wednesday instead?\n system : booking was unsuccessful . would you like to try a different location ?\n user : yeah try a different place. anywhere that meets my requirements\n system : i am going to try for the [hotel_name] , sir . is that all right ?\n user : yes please try it.\n system : i was able to book the [hotel_name] on [value_day] for [value_count] nights for [value_count] people and your reference number is [hotel_reference] . is there anything else you need ?\n user : that was everything, thanks.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"2",
|
|
"picky",
|
|
"wednesday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "arbury lodge guesthouse",
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "2",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "2",
|
|
"stay": "picky",
|
|
"day": "wednesday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the type of guesthouse and should include free parking\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the type of guesthouse and should include free parking\n system : there are a number of guesthouses in the area with free parking . do you have a preference for price range or area that you want to stay ?\n user : the hotel should have a star of 3 and should be in the south.\n system : how about [hotel_name] ?\n user : sure, please book it for 8 people for 3 nights starting on monday\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"3",
|
|
"8",
|
|
"monday",
|
|
"hotel",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"area": "south",
|
|
"parking": "yes",
|
|
"stars": "3",
|
|
"type": "guesthouse",
|
|
"day": "monday",
|
|
"people": "8",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stay": "3",
|
|
"people": "8",
|
|
"day": "monday",
|
|
"type": "hotel",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a nightclub to go to. are there any in the centre of town?\n system : there are [value_count] nightclubs in the [value_area] . [attraction_name] is [value_count] of them . would that work for you ?\n user : is there an entrance fee for ballare?\n system : the fee is [value_count] pounds .\n user : thank you! that's all i needed.\n",
|
|
"extracted_values": [
|
|
"ballare",
|
|
"night club",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"type": "night club",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"type": "night club",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to dine. the restaurant should be in the expensive price range and should serve italian food\n system : i have the cafe uno in the [value_area] of town . would that work ?\n user : no, i just realized i'll be in the south area. are there any that meet my criteria in the south?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"italian",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "expensive",
|
|
"area": "south"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "italian",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : what restaurants in the centre serve international cuisine?\n system : [restaurant_name] and the [restaurant_name] serve [value_food] food and are in the [value_area] of town .\n user : how about a place in the moderate price range?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"centre",
|
|
"international"
|
|
],
|
|
"true_states": {
|
|
"food": "international",
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"area": "centre",
|
|
"food": "international"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an indian restaurant, preferably in the centre of town.\n system : there are a number of options for [value_food] restaurant -s in the [value_area] of town . what price range would you like ?\n user : i would prefer cheap restaurants.\n system : i was able to find [value_count] options in your price range , may i recommend [restaurant_name] ?\n user : sure please book a table there fore 7 people at 12:15 on saturday\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"7",
|
|
"12:15",
|
|
"saturday",
|
|
"indian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "cheap",
|
|
"name": "the gandhi",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "7",
|
|
"time": "12:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "7",
|
|
"time": "12:15",
|
|
"day": "saturday",
|
|
"food": "indian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a place for entertainment? something on the east side of town.\n system : [attraction_name] is on the [value_area] side of town , would you like their phone number ?\n user : actually, can i get the address and postcode?\n system : yes , it s [attraction_address] , [attraction_postcode] .\n user : can you tell me what the entrance fee is?\n",
|
|
"extracted_values": [
|
|
"entertainment",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me get to zizzi cambridge after 22:45?\n system : sure ! what is your departure site ?\n user : saint johns chop shop house.\n system : okay you are all set with a [taxi_type]\n user : that is great. is there a contact number available?\n system : the contact number is [taxi_phone] .\n user : great, thanks so much for your help!\n system : is there anything else i can help you with , such as finding a restaurant or an attraction ?\n user : that is all, thanks\n",
|
|
"extracted_values": [
|
|
"22:45",
|
|
"zizzi cambridge",
|
|
"saint johns chop shop house"
|
|
],
|
|
"true_states": {
|
|
"leave": "22:45",
|
|
"destination": "zizzi cambridge",
|
|
"departure": "saint johns chop shop house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "22:45",
|
|
"departure": "zizzi cambridge",
|
|
"name": "saint johns chop shop house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n system : there are a total of [value_count] hotel -s and guesthouses in the city that have [value_count] stars . is there a particular area or price range you would like ?\n user : how about a place in the east side of town that is a hotel not a guesthouse\n system : i am sorry but i do not have any hotel -s in the [value_area] . would you like to change location or type of accomodations ?\n user : yes, can you please change the location to centre?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"centre",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"stars": "4",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"area": "centre",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking to find a place to eat in the centre of town that needs to have a moderate price range. can you give me some options?\n system : there are quite a few options in the [value_area] of town . there s [value_food] , [value_food] , [value_food] , [value_food] and [value_food] food just to name a few . what would you like ?\n user : is there a lebanese option? i'm really craving some lebanese right now.\n system : yes ! [restaurant_name] is a great [value_food] restaurant that would suit your needs . it s located at [restaurant_address] . what other information do you need ?\n user : can you please get me a reservation at ali baba for tonight at 7pm?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"7",
|
|
"ali baba",
|
|
"centre",
|
|
"lebanese"
|
|
],
|
|
"true_states": {
|
|
"food": "lebanese",
|
|
"price": "moderate",
|
|
"name": "ali baba",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "7",
|
|
"name": "ali baba",
|
|
"area": "centre",
|
|
"food": "lebanese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a train from london liverpool street arriving at 9:30\n system : which day will you be traveling ?\n user : i want to leave on thursday.\n system : ok , i should be able to do that for you .\n user : i want to go to cambridge, how much will that cost?\n system : there are [value_count] trains that will fit your needs , and the tickets are [value_price] pounds each . would you like me to purchase tickets for you ?\n user : yes, that sounds good. thank you.\n system : would you like me to book that for you ?\n user : can you tell me how much the ticket is?\n system : yes , there are [value_count] that cost [value_price] pounds . you could leave at [value_time] if you would like . can i book that for you ?\n user : no, thanks. no need. i will do that later. thank you for all the info. have a nice day.\n",
|
|
"extracted_values": [
|
|
"09:30",
|
|
"thursday",
|
|
"london liverpool street",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "thursday",
|
|
"arrive": "09:30",
|
|
"departure": "london liverpool street",
|
|
"people": "2"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:30",
|
|
"day": "thursday",
|
|
"destination": "london liverpool street",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to book a taxi to leave after 11:00 going to arbury lodge guesthouse.\n system : where are you departing from ?\n user : from the gardenia\n system : all right , a [taxi_type] will pick you up . the contact number is [taxi_phone] .\n user : great! thank you for your help!\n",
|
|
"extracted_values": [
|
|
"11:00",
|
|
"arbury lodge guesthouse",
|
|
"the gardenia"
|
|
],
|
|
"true_states": {
|
|
"leave": "11:00",
|
|
"destination": "arbury lodge guesthouse",
|
|
"departure": "the gardenia"
|
|
},
|
|
"gen_states": {
|
|
"leave": "11:00",
|
|
"destination": "arbury lodge guesthouse",
|
|
"departure": "the gardenia"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i am looking for a cheap restaurant in the town centre please.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you book a taxi for 13:45 from the royal spice.\n system : okay , what is your destination ?\n user : i'm going to kirkwood house.\n",
|
|
"extracted_values": [
|
|
"13:45",
|
|
"royal spice",
|
|
"kirkwood house"
|
|
],
|
|
"true_states": {
|
|
"leave": "13:45",
|
|
"destination": "kirkwood house",
|
|
"departure": "royal spice"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:45",
|
|
"food": "royal spice",
|
|
"destination": "kirkwood house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm hoping to find a nightclub in town.\n system : we have [value_count] nightclubs . any preference on entrance fee ?\n user : no, can you tell me what the entrance fee is?\n",
|
|
"extracted_values": [
|
|
"night club"
|
|
],
|
|
"true_states": {
|
|
"type": "night club"
|
|
},
|
|
"gen_states": {
|
|
"type": "night club"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i am looking for a train. can you help me, please?\n system : where do you need to go ?\n user : i need to go to bringham new street by 17:30\n system : ok , what day are you traveling , and do you need to leave or arrive by [value_time] ?\n user : i am traveling on sunday and need to arrive by 17:30 coming from cambridge\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"sunday",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "birmingham new street",
|
|
"day": "sunday",
|
|
"arrive": "17:30",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:30",
|
|
"day": "sunday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want to book a taxi going to christ's college departing from city stop restaurant please.\n system : when would you like to arrive by ?\n user : doesn't matter, but i need to leave after 14:15\n system : i was able to book you a [taxi_type] for [value_time] , the contact number is [taxi_phone] .\n user : thank you very much.\n system : will there be anything else today , or have i answered all your questions ?\n user : that's all i needed, thanks so much for your help.\n",
|
|
"extracted_values": [
|
|
"14:15",
|
|
"christ college",
|
|
"city stop restaurant"
|
|
],
|
|
"true_states": {
|
|
"leave": "14:15",
|
|
"destination": "christ college",
|
|
"departure": "city stop restaurant"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:15",
|
|
"destination": "christ college",
|
|
"departure": "city stop restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a train please.\n system : there are several trains , where do you want to go ?\n user : i need to go to norwich from cambridge.\n system : what day will you be traveling , please ?\n user : i will be traveling on friday.\n system : what time do you plan to leave [value_place] ?\n user : any time on friday, arrive by 1515hrs. get me the train id please\n system : [train_id] arrives by [value_time] , would you like to book a seat ?\n user : yes please. help me get train id and travel time\n system : all set , the total fee is [value_price] gbp payable at the station . reference number [train_reference] . travel time is [value_count] minutes\n user : thank you, i think that's all i needed for now.\n",
|
|
"extracted_values": [
|
|
"15:15",
|
|
"friday",
|
|
"norwich",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "norwich",
|
|
"day": "friday",
|
|
"arrive": "15:15",
|
|
"departure": "cambridge",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"leave": "15:15",
|
|
"day": "friday",
|
|
"destination": "norwich",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to arrive by 16:45 to take me to the parkside police station.\n system : where would you like the taxi to pick you up ?\n user : i actually need to be picked up from the parkside police station. sorry about taht.\n system : that s okay . where is your destination ?\n user : i am wanting to go to stansted airport train station.\n system : your taxi booking is a [taxi_type] with the contact number of [taxi_phone] .\n user : that's all i need thanks\n",
|
|
"extracted_values": [
|
|
"16:45",
|
|
"parkside police station",
|
|
"stansted airport train station"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:45",
|
|
"destination": "stansted airport train station",
|
|
"departure": "parkside police station"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "16:45",
|
|
"departure": "parkside police station",
|
|
"destination": "stansted airport train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a taxi from yu garden arriving by 14:30\n",
|
|
"extracted_values": [
|
|
"14:30",
|
|
"yu garden"
|
|
],
|
|
"true_states": {
|
|
"departure": "yu garden",
|
|
"arrive": "14:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:30",
|
|
"destination": "yu garden"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine in the centre.\n system : there are many restaurant -s in the [value_area] of town , do you have a preference of food ?\n user : is there anywhere that serves middle eastern food?\n",
|
|
"extracted_values": [
|
|
"centre",
|
|
"middle eastern"
|
|
],
|
|
"true_states": {
|
|
"food": "middle eastern",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"area": "centre",
|
|
"food": "middle eastern"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any guesthouses with 3 star ratings?\n system : i was able to get [value_count] results for what you are looking for , is there a certain price range you would like ?\n user : yes definitely. i would like something moderate.\n system : we have [value_count] guesthouses that fit the bill , [value_count] in the [value_area] , [value_count] in the [value_area] , and [value_count] in the [value_area] .\n user : out of those, can you find me one with free internet and parking?\n system : we have [value_count] that match your criteria but [hotel_name] is very popular . would you like to try there ?\n user : no, i'm not ready to book just yet. thank you!\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"definite",
|
|
"moderate",
|
|
"1",
|
|
"free",
|
|
"ready",
|
|
"internet"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"stars": "3",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"name": "definite",
|
|
"price": "moderate",
|
|
"internet": "internet",
|
|
"to": "ready"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a hotel called the arbury lodge guesthouse.\n",
|
|
"extracted_values": [
|
|
"arbury lodge guesthouse",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "arbury lodge guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"name": "arbury lodge guesthouse",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to book a taxi to the scott polar museum\n system : i would be happy to help . what time do you want to leave and and or arrive by ?\n user : 3 00 will be best pick up time thank you\n system : what is your departure site ?\n user : i will be picked up from london kings cross train station. i'll also need a contact phone number and a car type to expect.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"00",
|
|
"scott polar museum",
|
|
"london kings cross train station"
|
|
],
|
|
"true_states": {
|
|
"leave": "03:00",
|
|
"destination": "scott polar museum",
|
|
"departure": "london kings cross train station"
|
|
},
|
|
"gen_states": {
|
|
"people": "3",
|
|
"leave": "00",
|
|
"destination": "scott polar museum",
|
|
"departure": "london kings cross train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a taxi to the cafe jello gallery please.\n",
|
|
"extracted_values": [
|
|
"cafe jello gallery"
|
|
],
|
|
"true_states": {
|
|
"destination": "cafe jello gallery"
|
|
},
|
|
"gen_states": {
|
|
"destination": "cafe jello gallery"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant that serves canapes in the east.\n",
|
|
"extracted_values": [
|
|
"canapes",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"food": "canapes",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"food": "canapes",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i hope so. are there any chinese restaurants toward the east end of town?\n system : yes , there s just [value_count] [restaurant_name] !\n user : great can you book a table for 1 at 19:30 on monday?\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"19:30",
|
|
"monday",
|
|
"chinese",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"name": "yu garden",
|
|
"area": "east",
|
|
"day": "monday",
|
|
"people": "1",
|
|
"time": "19:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "1",
|
|
"time": "19:30",
|
|
"day": "monday",
|
|
"food": "chinese",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n system : there are a total of [value_count] hotel -s and guesthouses in the city that have [value_count] stars . is there a particular area or price range you would like ?\n user : how about a place in the east side of town that is a hotel not a guesthouse\n system : i am sorry but i do not have any hotel -s in the [value_area] . would you like to change location or type of accomodations ?\n user : yes, can you please change the location to centre?\n system : we have [value_count] star hotel that is in the [value_area] , [hotel_name] , it has internet and parking and is [value_pricerange] , would this [value_count] suit you ?\n user : that will be fine. can you book me a room for saturday, please?\n system : certainly . how long would you like to stay , and how many are in your party ?\n user : i'll be arriving saturday and staying 3 nights. there are 3 of us.\n system : unfortunately , we cannot book you for those days . could you change the number of days ?\n user : sure, try for two days?\n system : that was unsuccessful too . wanna try something else ?\n user : is there another one in the centre with that critera avaible?\n system : no , i am sorry . i am searching for a [value_count] star hotel in the [value_area] for [value_count] nights on [value_day] . is that correct ?\n user : i need the hotel for 3 nights starting on saturday please.\n system : would you like to change the number of days you are staying . i was unable to find anything .\n user : no, please continue the search.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"3",
|
|
"1",
|
|
"saturday",
|
|
"centre",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"stars": "4",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"stay": "3",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should include free parking\n system : there are many results with free wifi and parking , to help narrow it down , what area do you want to stay in ?\n user : north area in a guesthouse\n system : what star rating ?\n user : it doesn't matter as long as i can book it for 2 people and 2 nights starting thursday.\n system : did you have a price range in mind ?\n user : no, i am not picky.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"2",
|
|
"picky",
|
|
"thursday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "2",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stay": "2",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to take me to yippee noodle bar by 9:45\n system : absolutely , where will the taxi be picking you up from today ?\n user : the rajmahal please\n",
|
|
"extracted_values": [
|
|
"09:45",
|
|
"yippee noodle bar",
|
|
"rajmahal"
|
|
],
|
|
"true_states": {
|
|
"destination": "yippee noodle bar",
|
|
"departure": "rajmahal",
|
|
"arrive": "09:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:45",
|
|
"destination": "rajmahal"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should include free parking\n system : there are many results with free wifi and parking , to help narrow it down , what area do you want to stay in ?\n user : north area in a guesthouse\n system : what star rating ?\n user : it doesn't matter as long as i can book it for 2 people and 2 nights starting thursday.\n system : did you have a price range in mind ?\n user : no, i am not picky.\n system : booking was not successful for that night at the [hotel_name] , would you like me to try a different place ?\n user : how about wednesday instead?\n system : booking was unsuccessful . would you like to try a different location ?\n user : yeah try a different place. anywhere that meets my requirements\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"2",
|
|
"picky",
|
|
"wednesday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "dont care",
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "wednesday",
|
|
"people": "2",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "2",
|
|
"stay": "picky",
|
|
"day": "wednesday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm trying to find a concert hall in the east part of town.\n system : unfortunately , i do not have any listings for concert halls on the [value_area] side . can i check another area of town for you ?\n user : how about an entertainment attraction instead?\n system : there are [value_count] entertainment attractions on the [value_area] side . would you like more information ?\n user : yes and can i have the phone number and address of one of attraction?\n system : sure . [attraction_name] can be reached at [attraction_phone] . it is on [attraction_address] , postcode [attraction_postcode] . can i help you with anything else today ?\n user : thanks. that's all i need for now.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"entertainment",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n system : there are a total of [value_count] hotel -s and guesthouses in the city that have [value_count] stars . is there a particular area or price range you would like ?\n user : how about a place in the east side of town that is a hotel not a guesthouse\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"east",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"stars": "4",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"area": "east",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a cheap hotel in the center of town?\n system : i have [value_count] options to offer you , the [value_count] star [hotel_name] and the unrated [hotel_name] . would you like me to book you a room at [value_count] ?\n user : great can you find one with free parking and a 0 star rating\n system : the [hotel_name] meets your needs . would you like to book a room ?\n user : at the moment, can i just get the postcode and it is a hotel?\n system : sure , the postcode is [hotel_postcode] . is there anything else i can help you with ?\n user : i just want to confirm that it is actually a hotel, as opposed to a guesthouse?\n system : [hotel_name] is a guesthouse , not a hotel .\n user : are there any hotels that are cheap in the centre of town that include free parking with 0 stars?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"free",
|
|
"0",
|
|
"guesthouse",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"stars": "1",
|
|
"parking": "0",
|
|
"type": "guesthouse",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train that will be in cambridge by 3:00\n system : what day will you be travelling ?\n user : i will be travelling on wednesday.\n system : alright , where will you be departing ?\n user : i'm leaving out of london king's cross.\n",
|
|
"extracted_values": [
|
|
"03:00",
|
|
"wednesday",
|
|
"cambridge",
|
|
"london kings cross"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "wednesday",
|
|
"arrive": "03:00",
|
|
"departure": "london kings cross"
|
|
},
|
|
"gen_states": {
|
|
"leave": "03:00",
|
|
"day": "wednesday",
|
|
"departure": "cambridge",
|
|
"destination": "london kings cross"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for somewhere to stay with free parking and free wifi.\n",
|
|
"extracted_values": [
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a mexican restaurant in the centre.\n system : i am sorry , there are not any [value_food] restaurant -s in the [value_area] of town . would you like to try a different cuisine ?\n user : how about an indian restaurant then?\n",
|
|
"extracted_values": [
|
|
"indian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "indian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the east and should include free wifi\n system : do you have a price range in mind ?\n user : the rating should be 4 stars and i want free parking to be included.\n system : there are [value_count] guesthouses with your criteria . do you have a preference in price range ?\n user : no, will you just book me something for wednesday for 1 person for 5 nights?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"1",
|
|
"5",
|
|
"wednesday",
|
|
"hotel",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"day": "wednesday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"stars": "4",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "wednesday",
|
|
"type": "hotel",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : good evening, i am looking for a place to stay that includes free parking\n system : okay , i have [value_count] options for you . is there an area of town that you would prefer to stay in ?\n user : i'm not sure. i would prefer something moderately priced.\n system : that narrows it down a bit . the [hotel_name] is a nice place , with [value_count] stars . it s in the [value_area] area of town .\n user : sounds good, i changed my mind about the internet, can you let me know if it has free wifi?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"moderate",
|
|
"internet"
|
|
],
|
|
"true_states": {
|
|
"name": "acorn guest house",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "moderate",
|
|
"internet": "internet"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an attraction to visit. is there anything located in the west part of town?\n system : there are [value_count] attractions in the [value_area] part of town . would you like to visit a college ?\n user : no, i was thinking of something fun to do. do you have any suggestions?\n system : i have several museums to choose from . i also have an entertainment attraction called [attraction_name] . can i interest you in [value_count] of those ?\n user : whale of a time sounds like a whale of a time! yes, can i have their phone number, address, and postcode please?\n",
|
|
"extracted_values": [
|
|
"whale of a time",
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"name": "whale of a time",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"type": "whale of a time",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the cheap price range and should be in the north\n system : okay . there is a [value_count] star place , and a [value_count] star place . which do you prefer ?\n user : i don't care as long as it's cheap.\n system : i think the [hotel_name] is your best bet !\n user : alright. book that one for me\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"hotel",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "worth house",
|
|
"area": "north",
|
|
"price": "cheap",
|
|
"stars": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"stars": "1",
|
|
"type": "hotel",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm trying to find a cheap asian restaurant to have dinner at tonight. what kind of options are available for me?\n system : i have [value_count] place -s , how many people and what time ?\n user : actually, can you suggest one of them. can i get their contact info as well?\n system : sure , i would suggest the [restaurant_name] at [restaurant_address] . you can reach them at [restaurant_phone] . i could reserve it for you .\n user : no, that's ok, i can take it from here. thank you for all your help.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"asian"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"food": "asian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a high end indian restaurant, are there any in town?\n system : there are [value_count] [value_pricerange] [value_food] restaurant -s in [value_place] . is there an area of town that you prefer ?\n user : the restaurant should be in the west.\n system : the [restaurant_name] sounds like just what you are looking for . would you like a reservation ?\n user : yes please for 1 person saturday at 19:15 please.\n",
|
|
"extracted_values": [
|
|
"high",
|
|
"1",
|
|
"19:15",
|
|
"saturday",
|
|
"indian",
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive",
|
|
"name": "tandoori palace",
|
|
"area": "west",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"time": "19:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "high",
|
|
"people": "1",
|
|
"time": "19:15",
|
|
"day": "saturday",
|
|
"food": "indian",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello. i'm looking for a cheap place to eat in the centre. can you help me?\n system : there are [value_count] place -s do you have a food preference ?\n user : yes, i'd love chinese.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "centre",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for an expensive hotel with free parking.\n system : we have [value_count] place -s that offer all of that . any preference on star rating or area ?\n user : no, that's not important to me. but, i would prefer to stay in a guesthouse with free parking.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"dont care",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "expensive",
|
|
"stars": "dont care",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"parking": "free",
|
|
"area": "dont care",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you arrange for a taxi to pick me up at dojo noodle bar?\n system : sure . when do you want to leave ?\n user : i actually need to arrive by 12:15.\n system : you got it . can you tell me your destination please ?\n user : i am going to rosa's bed and breakfast.\n system : you are all set with a [taxi_type] . the driver s number is [taxi_phone] . can i help you with something else ?\n user : that should be all, thanks.\n",
|
|
"extracted_values": [
|
|
"12:15",
|
|
"dojo noodle bar",
|
|
"rosas bed and breakfast"
|
|
],
|
|
"true_states": {
|
|
"destination": "rosas bed and breakfast",
|
|
"departure": "dojo noodle bar",
|
|
"arrive": "12:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:15",
|
|
"destination": "rosas bed and breakfast"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please help me make a taxi reservation\n system : sure ! where is your departure site ?\n user : i want to depart from the riverside brasserie.\n system : i can help you with that . when do you need to leave ?\n user : it doesn't matter, just so i arrive by 18:15.\n system : i can help you with that . where are you going ?\n user : i want to go to the shanghai family restaurant. and i need the car type and contact number please.\n system : okay , i have a [taxi_type] for you with the contact number [taxi_phone] . is there anything else you need today ?\n user : no that is all. thanks.\n",
|
|
"extracted_values": [
|
|
"18:15",
|
|
"riverside brasserie",
|
|
"shanghai family restaurant"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"destination": "shanghai family restaurant",
|
|
"departure": "riverside brasserie",
|
|
"arrive": "18:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "18:15",
|
|
"departure": "riverside brasserie",
|
|
"destination": "shanghai family restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train to take me from cambridge to broxbourne.\n system : sure . what time would you like to depart ?\n user : i don't know. i want to get there at 08:15 though.\n system : also , what day will you be travelling ?\n user : i will be travelling on monday.\n system : alright , the latest train that fits your criteria is [train_id] , which will arrive at [value_time] . is that alright by you ?\n user : yes that will be fine thank you. can you tell me how long the journey will be and how much it will cost and when the train leaves?\n system : yes travel time is [value_count] minutes and the cost of the ticket is [value_price] pounds .\n user : what is the exact departure time please?\n",
|
|
"extracted_values": [
|
|
"08:15",
|
|
"monday",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"leave": "07:01",
|
|
"destination": "broxbourne",
|
|
"day": "monday",
|
|
"arrive": "08:15",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "08:15",
|
|
"day": "monday",
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i am looking for a train. can you help me, please?\n system : where do you need to go ?\n user : i need to go to bringham new street by 17:30\n system : ok , what day are you traveling , and do you need to leave or arrive by [value_time] ?\n user : i am traveling on sunday and need to arrive by 17:30 coming from cambridge\n system : i have [value_count] routes that might work for you , leaving hourly from [value_time] to [value_time] . i would recommend [train_id] which arrives at [value_time] . would you like to book ?\n user : please give me their travel time and price of tr6908.\n system : sure , the travel time is [value_count] minutes , and the price is [value_price] pounds . may i help with anything else ?\n user : no, you have been great. goodbye.\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"sunday",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "birmingham new street",
|
|
"day": "sunday",
|
|
"arrive": "17:30",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:30",
|
|
"day": "sunday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a train please.\n system : there are several trains , where do you want to go ?\n user : i need to go to norwich from cambridge.\n system : what day will you be traveling , please ?\n user : i will be traveling on friday.\n system : what time do you plan to leave [value_place] ?\n user : any time on friday, arrive by 1515hrs. get me the train id please\n system : [train_id] arrives by [value_time] , would you like to book a seat ?\n user : yes please. help me get train id and travel time\n",
|
|
"extracted_values": [
|
|
"15:15",
|
|
"friday",
|
|
"norwich",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "norwich",
|
|
"day": "friday",
|
|
"arrive": "15:15",
|
|
"departure": "cambridge",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "15:15",
|
|
"day": "friday",
|
|
"destination": "norwich",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want to find a guesthouse with free parking included. can you help?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a place to stay that has free wifi and free parking.\n system : do you have a preference for area or price range ?\n user : i do not have a preference but i do want a hotel not a guest house.\n system : there are [value_count] such hotel -s . i recommend [hotel_name] . would you like me to book you a room ?\n user : sure. that would be great.\n system : how many people will be in your party and how long would you like to stay ?\n user : there are 3 of us and we'll be arriving on saturday.\n system : and for how many days ?\n user : it will be for two nights.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"3",
|
|
"2",
|
|
"saturday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "gonville hotel",
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"people": "2",
|
|
"day": "saturday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a train departing from stansted airport. i'd like it to arrive at the destination by 9:15.\n system : sure ! it looks like we have [value_count] morning trains daily the are early enough for you . what day are you planning to travel ?\n user : i need to leave on thursday.\n",
|
|
"extracted_values": [
|
|
"09:15",
|
|
"thursday",
|
|
"stansted airport"
|
|
],
|
|
"true_states": {
|
|
"day": "thursday",
|
|
"arrive": "09:15",
|
|
"departure": "stansted airport"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:15",
|
|
"day": "thursday",
|
|
"departure": "stansted airport"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi i am looking for a restaurant in the centre of town serving north indian food.\n system : we do not have any specific restaurant -s in that category . let s try something else ?\n user : that's too bad. how about chinese?\n system : okay sure what do you have ?\n user : okay when you find something i would like to make a reservation for 2 people on a sunday at 13:30.\n system : do you have a price range in mind ?\n user : i don't mind about the price range.\n system : okay , how about [restaurant_name] ? it is a [value_food] restsurant in the [value_area] area and is in the [value_pricerange] price range . will that work for you ?\n user : that's fine. can you try booking it?\n system : i am sorry , but i was not able to book the restaurant for that date and time . would you like to try a different time ?\n user : how about 12:30?\n system : you are booked for [value_time] on [value_day] for [value_count] people . your reference number is [restaurant_reference] . is there something else i can help you with ?\n user : thanks so much. have a nice day. bye.\n",
|
|
"extracted_values": [
|
|
"2",
|
|
"13:30",
|
|
"12:30",
|
|
"sunday",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "dont care",
|
|
"name": "lan hong house",
|
|
"area": "centre",
|
|
"day": "sunday",
|
|
"people": "2",
|
|
"time": "12:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "2",
|
|
"time": "12:30",
|
|
"day": "sunday",
|
|
"area": "centre",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to leave peterborough and arrive by 20:45. can you book a train for me?\n",
|
|
"extracted_values": [
|
|
"20:45",
|
|
"peterborough"
|
|
],
|
|
"true_states": {
|
|
"arrive": "20:45",
|
|
"departure": "peterborough"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:45",
|
|
"destination": "peterborough"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'm hoping you can help me. i am looking to try molecular gastronomy food. might there be a restaurant like this in the centre of town?\n system : sorry but there are not any molecular gastronomy restaurant -s in any part of town . would you like to try something else ?\n user : yes how about gastropubs or international in the moderate price range.\n system : we have [restaurant_name] located in the center of town in the [value_pricerange] price range . should book you in ?\n user : is that a gastropub?\n system : yes indeed . i can make a reservation if you would like .\n user : what is their address?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"molecular gastronomy",
|
|
"centre",
|
|
"international",
|
|
"gastropub"
|
|
],
|
|
"true_states": {
|
|
"food": "gastropub",
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "gastropub",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi arriving by 20:00.\n",
|
|
"extracted_values": [
|
|
"20:00"
|
|
],
|
|
"true_states": {
|
|
"arrive": "20:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:00"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for somewhere to stay with free parking and free wifi.\n system : there are [value_count] place -s that meet your needs . do you have additional preferences such as lodging type , price range or area ?\n user : something cheap would be more within my budget. what do you have available?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : we need to find a guesthouse of moderate price.\n system : i can help you with that . do you have any special area you would like to stay ? or possibly a star request for the guesthouse ?\n user : i would like it to have a 3 star rating.\n system : the [hotel_name] is a [value_count] star guesthouse . it is in the [value_area] area . would you like to book a room ?\n user : yes, please, for four people.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"3",
|
|
"4",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "bridge guest house",
|
|
"price": "moderate",
|
|
"stars": "3",
|
|
"type": "guesthouse",
|
|
"people": "4"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"stars": "4",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello there! can you tell me if there are any 4-star hotels or guesthouses in cambridge that are cheap?\n system : there are [value_count] location -s , do you have any other requirement -s ?\n user : i am hoping it is a guesthouse\n system : there are [value_count] guesthouses meeting your requirement -s . is there a particular area you wish to stay in ?\n user : no, as long as it's cheap and have 4 stars. can you recommend me one and book it for 8 people and 3 nights starting thursday?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"cheap",
|
|
"1",
|
|
"8",
|
|
"3",
|
|
"thursday",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"stars": "4",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "8",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "3",
|
|
"price": "cheap",
|
|
"people": "8",
|
|
"day": "thursday",
|
|
"area": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a place to stay that has free wifi and free parking.\n",
|
|
"extracted_values": [
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to get to michaelhouse cafe by 12:45. can you help me?\n",
|
|
"extracted_values": [
|
|
"12:45",
|
|
"michaelhouse cafe"
|
|
],
|
|
"true_states": {
|
|
"destination": "michaelhouse cafe",
|
|
"arrive": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:45",
|
|
"name": "michaelhouse cafe"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a hotel with a zero star rating and i dont need free parking\n system : [hotel_name] is a [value_count] star hotel with no parking , would you like me to check on available dates for you ?\n user : i hope its in the centre\n system : it is indeed in the [value_area] .\n user : i need to book it for one person for 5 nights starting friday.\n system : booking was not successful . perhaps another day or shorter stay ?\n user : advice me please of a better duration\n system : [value_count] nights starting [value_day] would do better\n user : i'm sorry, did i say friday? i meant i want a booking for 5 nights starting on thursday.\n system : sorry , it was not successful . can i check another hotel or shorten the stay ?\n user : then i can i get one on saturday for 5 nights?\n system : i was able to book that for you , your reference number is [hotel_reference] .\n user : great, thank you for the help.\n",
|
|
"extracted_values": [
|
|
"0",
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"saturday",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "cityroomz",
|
|
"area": "centre",
|
|
"parking": "no",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "saturday",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the expensive price range and should be in the type of guesthouse\n system : i do not have a guesthouse type of hotel , but i could suggest the [hotel_name]\n user : its ok if it has free parking\n system : it does have free parking . would you like me to book it for you ?\n user : are there any guesthouses in the cheap price range?\n system : there are [value_count] [value_pricerange] guesthouses , all in different area -s . any preference ?\n user : can you please tell me about the star of the hotel\n system : [hotel_name] has a star rating of [value_count] .\n user : what is the price of allenbell?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should include free parking\n system : there are many results with free wifi and parking , to help narrow it down , what area do you want to stay in ?\n user : north area in a guesthouse\n system : what star rating ?\n user : it doesn't matter as long as i can book it for 2 people and 2 nights starting thursday.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"2",
|
|
"thursday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"stay": "2",
|
|
"day": "thursday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me get to zizzi cambridge after 22:45?\n system : sure ! what is your departure site ?\n user : saint johns chop shop house.\n",
|
|
"extracted_values": [
|
|
"22:45",
|
|
"zizzi cambridge",
|
|
"saint johns chop shop house"
|
|
],
|
|
"true_states": {
|
|
"leave": "22:45",
|
|
"destination": "zizzi cambridge",
|
|
"departure": "saint johns chop shop house"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "22:45",
|
|
"departure": "zizzi cambridge",
|
|
"name": "saint johns chop shop house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to eat in the east that is expensive.\n system : sure , we have [value_food] , [value_food] , gastropubs , and [value_food] restaurant -s . would you like to book a table at [value_count] of them .\n user : how about an expensive british place? i'd like a reservation for wednesday.\n system : okay , i have the [restaurant_name] . what time would you like me to book your reservation ?\n user : i would like a table at 14:00 on wednesday for 5 people.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"14:00",
|
|
"5",
|
|
"wednesday",
|
|
"east",
|
|
"british"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"name": "grafton hotel restaurant",
|
|
"area": "east",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"time": "14:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"time": "14:00",
|
|
"people": "5",
|
|
"day": "wednesday",
|
|
"area": "east",
|
|
"food": "british"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi departing from golden wok.\n",
|
|
"extracted_values": [
|
|
"golden wok"
|
|
],
|
|
"true_states": {
|
|
"departure": "golden wok"
|
|
},
|
|
"gen_states": {
|
|
"destination": "golden wok"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a cheap hotel in the center of town?\n system : i have [value_count] options to offer you , the [value_count] star [hotel_name] and the unrated [hotel_name] . would you like me to book you a room at [value_count] ?\n user : great can you find one with free parking and a 0 star rating\n system : the [hotel_name] meets your needs . would you like to book a room ?\n user : at the moment, can i just get the postcode and it is a hotel?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"free",
|
|
"0",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "el shaddia guesthouse",
|
|
"area": "centre",
|
|
"price": "cheap",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"stars": "1",
|
|
"parking": "0",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to find an expensive restaurant in the centre of town please.\n system : there are quite a few choices for you . what kind of cuisine do you enjoy ?\n user : i don't care. choose a restaurant you recommend!\n system : how about [restaurant_name] , an [value_food] restaurant ?\n user : sounds great. could you book me a table for 8 on wednesday at 15:30?\n system : i sure can . i have a table for [value_count] booked for you at the [restaurant_name] , for [value_time] . they will hold that for fifteen minutes .\n user : may i have the booking reference number?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"8",
|
|
"15:30",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "african",
|
|
"price": "expensive",
|
|
"name": "bedouin",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "8",
|
|
"time": "15:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "8",
|
|
"time": "15:30",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i am looking for a train. can you help me, please?\n system : where do you need to go ?\n user : i need to go to bringham new street by 17:30\n",
|
|
"extracted_values": [
|
|
"17:30"
|
|
],
|
|
"true_states": {
|
|
"destination": "birmingham new street",
|
|
"arrive": "17:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:30"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to try saigon city.\n system : great choice . when can i make the reservation for ?\n user : 5 people on a wednesday at 19:45.\n system : you got it . here is your reference number [restaurant_reference] .\n user : thank you for help. that's everything i needed.\n",
|
|
"extracted_values": [
|
|
"5",
|
|
"19:45",
|
|
"wednesday",
|
|
"saigon city"
|
|
],
|
|
"true_states": {
|
|
"name": "saigon city",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"time": "19:45"
|
|
},
|
|
"gen_states": {
|
|
"people": "5",
|
|
"time": "19:45",
|
|
"day": "wednesday",
|
|
"destination": "saigon city"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a hotel called alpha-milton guest house?\n system : sure . it s at [hotel_address] . would you like the phone number ?\n user : can you book me a reservation for four people for four nights starting monday?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"monday",
|
|
"alpha-milton guest house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "alpha-milton guest house",
|
|
"day": "monday",
|
|
"people": "4",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"day": "monday",
|
|
"name": "alpha-milton guest house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i am looking for a train that will be leaving after 13:30 on tuesday.\n system : what is your destination ?\n user : the train should go to cambridge and should depart from london liverpool street.\n system : [train_id] leaves [value_place] for [value_place] on [value_day] at [value_time] and arrives by [value_time] .\n user : could you book that for 8 people, please?\n system : booking was successful , the total fee is [value_price] gbp payable at the station . reference number is [train_reference] .\n user : thanks, that's all i need. good bye.\n",
|
|
"extracted_values": [
|
|
"13:30",
|
|
"8",
|
|
"tuesday",
|
|
"cambridge",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"leave": "13:30",
|
|
"destination": "cambridge",
|
|
"day": "tuesday",
|
|
"departure": "london liverpool street",
|
|
"people": "8"
|
|
},
|
|
"gen_states": {
|
|
"leave": "13:30",
|
|
"people": "8",
|
|
"day": "tuesday",
|
|
"departure": "cambridge",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need help finding an expensive place to eat in the west please.\n system : there are many options for [value_pricerange] food in [value_area] [value_place] . is there a specific type of food you would like ?\n user : yes, i would like eat indian food, where i can eat search chicken tikka masala.\n system : i am sorry , there is nothing showing for chicken tikka masala . there are however [value_count] [value_pricerange] [value_food] restaurant -s in the [value_area] part of [value_place] . i would recommend the [restaurant_name] .\n user : i'd like to book the rice boat for 1 at 11:45 on monday.\n system : you are booked for the [restaurant_name] on [value_day] at [value_time] . your reference number is [restaurant_reference] . may i help you with anything else ?\n user : no, i think that covers it. thanks so much for your help!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"11:45",
|
|
"monday",
|
|
"rice boat",
|
|
"west",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive",
|
|
"name": "rice boat",
|
|
"area": "west",
|
|
"day": "monday",
|
|
"people": "1",
|
|
"time": "11:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "1",
|
|
"time": "11:45",
|
|
"day": "monday",
|
|
"food": "indian",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking to book a taxi that will leave from the missing sock\n",
|
|
"extracted_values": [
|
|
"the missing sock"
|
|
],
|
|
"true_states": {
|
|
"departure": "the missing sock"
|
|
},
|
|
"gen_states": {
|
|
"departure": "the missing sock"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : there are hotels with free wifi and parking, right?\n system : yes there are plenty . what area would you like to stay in ?\n user : the hotel should be in the centre and should be in the type of guesthouse.\n system : there are [value_count] hotel -s that fit that criteria . i would recommend [hotel_name] , it has [value_count] stars .\n user : book it for 1 people and 4 nights starting from tuesday.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"1",
|
|
"4",
|
|
"tuesday",
|
|
"guesthouse",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "1",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"people": "1",
|
|
"stars": "4",
|
|
"day": "tuesday",
|
|
"type": "guesthouse",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an expensive hotel with free wifi.\n system : i have about [value_count] different ones all spread out over town . do you have a certain preference on the area to stay in ?\n user : not really on the area. but i would like an expensive guesthouse.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "expensive",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"internet": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a taxi from yu garden arriving by 14:30\n system : i'll need a destination to give them before i can book that for you .\n user : i'd be going to holy trinity church. i'll need the car type and contact number as well.\n",
|
|
"extracted_values": [
|
|
"14:30",
|
|
"yu garden",
|
|
"holy trinity church"
|
|
],
|
|
"true_states": {
|
|
"destination": "holy trinity church",
|
|
"departure": "yu garden",
|
|
"arrive": "14:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:30",
|
|
"destination": "holy trinity church"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a boat to visit on the north side?\n system : i have [value_count] in that area . it s called the [attraction_name] . it s located at [attraction_address] . would you like their phone number for more information ?\n user : yes, i want the phone number and also the entrance fee, please.\n system : their phone number is [attraction_phone] and we do not have the entrance fee in our database at this time .\n user : okay, that is all i need today. thank you very much.\n",
|
|
"extracted_values": [
|
|
"boat",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"type": "boat",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"type": "boat",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can i get some help locating a room for the night?\n system : absolutely . what type of lodging did you have in mind ?\n user : i am looking for a guesthouse with free wifi and parking, please.\n system : you are in luck , there are a great number of guesthouses that might work . did you have an area in mind ?\n user : i don't care about the area. which one do you suggest?\n system : how about the [hotel_name] ?\n user : that sounds great! i need a reservation just for me for 5 nights starting on thursday.\n system : i have that booked , the reference number is [hotel_reference] .\n user : thank you that is all , bye bye.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"thursday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "acorn guest house",
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"stars": "1",
|
|
"stay": "5",
|
|
"day": "thursday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : is there a restaurant that serves italian food in the expensive price bracket?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "expensive"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a cheap restaurant in the centre.\n system : i have found many possibilities . [restaurant_name] is [value_food] and [restaurant_name] serves [value_food] . are either of those of interest for you ?\n user : yes, may i have the address, postcode, and phone number for golden house? i'll book it myself.\n system : they are located at [restaurant_address] , postcode [restaurant_postcode] , and phone number [restaurant_phone] .\n user : thanks, that's all i need. have a nice day.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"golden house",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"name": "golden house",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"name": "golden house",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to arrive by 17:30 at the cambridge punte.\n system : i would be happy to help with your request . did you mean [attraction_name] ? where will you be departing from ?\n user : yes, the cambridge punter and i will be departing from the city stop restaurant.\n system : ok , what is your departure site ?\n user : as i said, i am departing from the city stop restaurant.\n system : alright , i have a [taxi_type] and the contact number is [taxi_phone] .\n user : thank you so much for you help.\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"cambridge punter",
|
|
"cambridge punter",
|
|
"city stop restaurant"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge punter",
|
|
"departure": "city stop restaurant",
|
|
"arrive": "17:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:30",
|
|
"departure": "city stop restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an expensive hotel with free wifi.\n system : i have about [value_count] different ones all spread out over town . do you have a certain preference on the area to stay in ?\n user : not really on the area. but i would like an expensive guesthouse.\n system : i am afraid we do not have any guesthouses in that price range , can i offer you something else instead ?\n user : ok, well i guess a cheap one would work just as well. i need a place to stay. i would just still need free wifi.\n system : we have [value_count] guesthouse that are [value_pricerange] with free wifi . do you have any other specific needs ?\n user : no i don't think so. which one sounds the best?\n system : i think you would enjoy the [hotel_name] . would you like to make a reservation ?\n user : wait...is that a restaurant? i want a guesthouse. i'm so confused.\n system : the [hotel_name] is , indeed a [value_pricerange] -ly priced guesthouse with free wi fi , according to our database . perhaps they do both . may i make a reservation for you ?\n user : oh, ok. sure, go ahead and book 4 nights from tuesday. there will be three of us.\n system : sorry , it is booked up then . would you like to try a shorter stay ?\n user : no. i need it for 4 nights. i try another time. thanks.\n system : please let me know any other way i can help .\n user : could you look again for a place in the cheap range. area does not matter.\n system : i apologize , there are not any [value_pricerange] guesthouses available for your dates . would you like to try a hotel or a shorter stay ?\n user : you don't have a cheap guesthouse (any area) with free wifi, for tuesday, 4 nights, 3 people? could you please check again?\n system : i have booked you for [hotel_name] . reference number [hotel_reference] . is there anything else you need ?\n user : no, that's everything i needed today, thank you.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"confused",
|
|
"ahead",
|
|
"4",
|
|
"3",
|
|
"tuesday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "3",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"stars": "4",
|
|
"name": "confused",
|
|
"people": "ahead",
|
|
"stay": "3",
|
|
"day": "tuesday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should be in the moderate price range\n system : i have [value_count] hotel -s . [value_count] in the [value_area] and [value_count] in the [value_area] . do you have a preference ?\n user : no, but should come with free parking.\n system : how does the [hotel_name] sound ? it has internet and free parking and is [value_pricerange] -ly priced .\n user : sure. please book for 1 person for 4 nights starting on friday.\n system : i am sorry but the booking was unsuccessful . would you like to book starting another day ? or perhaps a shorter stay ?\n user : can we try for it for wednesday instead?\n system : yes , that booking was successful for [value_day] . the reference number is [hotel_reference] . anything else you need ?\n user : that's all, thanks.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"moderate",
|
|
"1",
|
|
"4",
|
|
"wednesday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "lovell lodge",
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "wednesday",
|
|
"people": "1",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "moderate",
|
|
"people": "1",
|
|
"stars": "4",
|
|
"day": "wednesday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi at ian hong house to leave by 14:45.\n system : okay , what is your destination ?\n user : i want to go to the leicester train station.\n",
|
|
"extracted_values": [
|
|
"14:45",
|
|
"lan hong house",
|
|
"leicester train station"
|
|
],
|
|
"true_states": {
|
|
"leave": "14:45",
|
|
"destination": "leicester train station",
|
|
"departure": "lan hong house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "14:45",
|
|
"departure": "lan hong house",
|
|
"destination": "leicester train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place serving indian food in the moderate price range\n system : i have head the [restaurant_name] is fantastic . what area are you looking for ?\n user : the area does not matter. the curry prince sounds good. please book a table for 7 people at 19:30 on tuesday.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"7",
|
|
"19:30",
|
|
"tuesday",
|
|
"curry prince",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "moderate",
|
|
"name": "curry prince",
|
|
"day": "tuesday",
|
|
"people": "7",
|
|
"time": "19:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "7",
|
|
"time": "19:30",
|
|
"day": "tuesday",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : do you know where i can find the holy trinity church?\n system : absolutely . [attraction_name] is on [attraction_address] in the [value_area] of town . their postcode is [attraction_postcode] and is free to enter . would you need their phone number ?\n user : great what type of attraction are they?\n",
|
|
"extracted_values": [
|
|
"holy trinity church"
|
|
],
|
|
"true_states": {
|
|
"name": "holy trinity church"
|
|
},
|
|
"gen_states": {
|
|
"name": "holy trinity church"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should serve indian food and should be in the expensive price range\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for some info on an attraction called kettle's yard.\n system : absolutely ! the entrance is free ! it is located in the [value_area] . the address is [attraction_address] !\n user : great thank you for all your help, that's all that i needed to know.\n",
|
|
"extracted_values": [
|
|
"kettles yard"
|
|
],
|
|
"true_states": {
|
|
"name": "kettles yard"
|
|
},
|
|
"gen_states": {
|
|
"name": "kettles yard"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want to book a taxi going to christ's college departing from city stop restaurant please.\n system : when would you like to arrive by ?\n user : doesn't matter, but i need to leave after 14:15\n system : i was able to book you a [taxi_type] for [value_time] , the contact number is [taxi_phone] .\n user : thank you very much.\n",
|
|
"extracted_values": [
|
|
"14:15",
|
|
"christ college",
|
|
"city stop restaurant"
|
|
],
|
|
"true_states": {
|
|
"leave": "14:15",
|
|
"destination": "christ college",
|
|
"departure": "city stop restaurant"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:15",
|
|
"destination": "christ college",
|
|
"departure": "city stop restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm hoping to find a nightclub in town.\n system : we have [value_count] nightclubs . any preference on entrance fee ?\n user : no, can you tell me what the entrance fee is?\n system : the [attraction_name] costs [value_count] pounds . the others are a bit more [value_pricerange] .\n user : can you please tell me what the phone number is for the soul tree?\n system : yes , it is [attraction_phone] .\n user : what is their postcode?\n",
|
|
"extracted_values": [
|
|
"night club"
|
|
],
|
|
"true_states": {
|
|
"type": "night club"
|
|
},
|
|
"gen_states": {
|
|
"type": "night club"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm hoping to find a nightclub in town.\n system : we have [value_count] nightclubs . any preference on entrance fee ?\n user : no, can you tell me what the entrance fee is?\n system : the [attraction_name] costs [value_count] pounds . the others are a bit more [value_pricerange] .\n user : can you please tell me what the phone number is for the soul tree?\n",
|
|
"extracted_values": [
|
|
"night club"
|
|
],
|
|
"true_states": {
|
|
"type": "night club"
|
|
},
|
|
"gen_states": {
|
|
"type": "night club"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to pick me up at ashley hotel to leave after 10:45.\n",
|
|
"extracted_values": [
|
|
"10:45",
|
|
"ashley hotel"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:45",
|
|
"departure": "ashley hotel"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:45",
|
|
"destination": "ashley hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train from cambridge to birmingham new street.\n system : the next train leaving from [value_place] for [value_place] departs [value_day] at [value_time] , and will arrive by [value_time] .\n user : i need a train that departs after 08:30 on friday.\n",
|
|
"extracted_values": [
|
|
"08:30",
|
|
"friday",
|
|
"cambridge",
|
|
"birmingham new street"
|
|
],
|
|
"true_states": {
|
|
"leave": "08:30",
|
|
"destination": "birmingham new street",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "08:30",
|
|
"day": "friday",
|
|
"departure": "cambridge",
|
|
"destination": "birmingham new street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train to take me from cambridge to broxbourne.\n system : sure . what time would you like to depart ?\n user : i don't know. i want to get there at 08:15 though.\n system : also , what day will you be travelling ?\n user : i will be travelling on monday.\n system : alright , the latest train that fits your criteria is [train_id] , which will arrive at [value_time] . is that alright by you ?\n user : yes that will be fine thank you. can you tell me how long the journey will be and how much it will cost and when the train leaves?\n system : yes travel time is [value_count] minutes and the cost of the ticket is [value_price] pounds .\n user : what is the exact departure time please?\n system : the train leaves [value_place] at [value_time] . is there anything else i can help you with today ?\n user : can you book me a seat on the train please?\n system : i would be happy to . just [value_count] ticket or how many would you like ?\n user : actually, i am not ready to book quite yet. thank you for all of your help. have a nice day. bye.\n",
|
|
"extracted_values": [
|
|
"08:15",
|
|
"ready",
|
|
"monday",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"leave": "07:01",
|
|
"destination": "broxbourne",
|
|
"day": "monday",
|
|
"arrive": "08:15",
|
|
"departure": "cambridge",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "08:15",
|
|
"to": "ready",
|
|
"day": "monday",
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i am looking to stay in a guesthouse that includes free parking\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi. i was wondering if there are any eastern european type restaurants in the south part of the city?\n system : unfortunately , there are no eastern [value_food] restuarants in the [value_area] part of the city . is there anything else you want ?\n user : i'm looking for an expensive eastern european place in the south.\n system : unfortunately , i do not happen to have any listing that meets what you were looking for . would you like me to try either a different area or type of restaurant ?\n user : how about a chinese restaurant?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"chinese",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "south"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "chinese",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking to find a place to eat in the centre of town that needs to have a moderate price range. can you give me some options?\n system : there are quite a few options in the [value_area] of town . there s [value_food] , [value_food] , [value_food] , [value_food] and [value_food] food just to name a few . what would you like ?\n user : is there a lebanese option? i'm really craving some lebanese right now.\n system : yes ! [restaurant_name] is a great [value_food] restaurant that would suit your needs . it s located at [restaurant_address] . what other information do you need ?\n user : can you please get me a reservation at ali baba for tonight at 7pm?\n system : certainly , how many people will be in your party total ?\n user : actually, can i just get the address there for now please?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"7",
|
|
"ali baba",
|
|
"centre",
|
|
"lebanese"
|
|
],
|
|
"true_states": {
|
|
"food": "lebanese",
|
|
"price": "moderate",
|
|
"name": "ali baba",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "7",
|
|
"name": "ali baba",
|
|
"area": "centre",
|
|
"food": "lebanese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a place to dine it should be in the centre and should be in the expensive price range\n system : were you looking for a specific type of food ?\n user : yes, i am looking for a restaurant that offers vegetarian options.\n system : i am sorry but i do not have any vegetarian restaurant -s in the [value_area] area . would you like me to search another area for you ?\n user : yes, how about expensive turkish food in the centre of town?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"centre",
|
|
"turkish"
|
|
],
|
|
"true_states": {
|
|
"food": "turkish",
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"food": "turkish"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to find a guesthouse with a 3 star rating\n system : we have [value_count] such guesthouses . do you have a preferred location ?\n user : no, i don't. i want one that includes free wifi.\n system : bridge gue house , [hotel_name] , and [hotel_name] are all available if you would like [value_count] of those ?\n user : please book the hamilton lodge, for 6 people.\n system : i would be happy to . how many nights would you like to stay ? and i'll need to know the day you would like to start your stay .\n user : i'll be staying 2 nights starting on wednesday. oh, and there are 6 of us.\n system : i am sorry , my reservation attempt was unsuccessful . will another day or length of stay work ?\n user : can you try the same parameters at another hotel?\n system : of course , could you tell me the area you would like to stay in so i can narrow it for you ?\n user : the are does not matter, just three stars and wifi at a guesthouse please.\n system : i have got you a reservation for [value_count] at hobson s house for [value_count] nights . your reference number is [hotel_reference] .\n user : thank you so much! that should be all i need.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"1",
|
|
"free",
|
|
"6",
|
|
"2",
|
|
"wednesday",
|
|
"hamilton lodge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"stars": "3",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "wednesday",
|
|
"people": "6",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"stars": "2",
|
|
"internet": "free",
|
|
"people": "6",
|
|
"day": "wednesday",
|
|
"name": "hamilton lodge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay. i want to make sure it is 4 stars and includes free parking. can you help with this?\n system : of course ! there are [value_count] place -s that fit that description . is there an area or price range that you prefer ?\n user : i would prefer something moderately priced in the centre of town\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"free",
|
|
"moderate",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"parking": "free",
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello there! can you tell me if there are any 4-star hotels or guesthouses in cambridge that are cheap?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"cheap",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"price": "cheap",
|
|
"area": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for city centre north b and b\n system : i have found the guesthouse you were wanting . would you like me to book this for you ?\n user : yes, please book it for 1 person and for 5 nights starting friday.\n system : your booking was successful . the reference number is [hotel_reference] .\n user : great, thank you so much.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"5",
|
|
"friday",
|
|
"centre north"
|
|
],
|
|
"true_states": {
|
|
"name": "city centre north b and b",
|
|
"day": "friday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "friday",
|
|
"area": "centre north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a high end indian restaurant, are there any in town?\n system : there are [value_count] [value_pricerange] [value_food] restaurant -s in [value_place] . is there an area of town that you prefer ?\n user : the restaurant should be in the west.\n system : the [restaurant_name] sounds like just what you are looking for . would you like a reservation ?\n user : yes please for 1 person saturday at 19:15 please.\n system : all right , i have made your reservation . the reference number is [restaurant_reference] . is there anything else i can help you with ?\n user : nope, that's all. thank you for your help!\n",
|
|
"extracted_values": [
|
|
"high",
|
|
"1",
|
|
"19:15",
|
|
"saturday",
|
|
"indian",
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive",
|
|
"name": "tandoori palace",
|
|
"area": "west",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"time": "19:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "high",
|
|
"people": "1",
|
|
"time": "19:15",
|
|
"day": "saturday",
|
|
"food": "indian",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to dine. the restaurant should be expensive and should serve chinese food.\n system : would you like the restaurant in a specific place ?\n user : not in any specific area please. i need to book a table for 3 at 14:00 on saturday.\n system : unfortunately , it looks like all the options are booked for that day and time . would you like me to change the time or possibly the day ?\n user : how about 13:00 then?\n system : yes , i can book you at the [restaurant_name] for [value_time] .\n user : what is the reference number for my booking?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"3",
|
|
"14:00",
|
|
"13:00",
|
|
"saturday",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "dont care",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"time": "13:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "3",
|
|
"time": "13:00",
|
|
"day": "saturday",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am wanting to book a train arriving in stevenage by 19:15. can you help me?\n",
|
|
"extracted_values": [
|
|
"19:15",
|
|
"stevenage"
|
|
],
|
|
"true_states": {
|
|
"destination": "stevenage",
|
|
"arrive": "19:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "19:15",
|
|
"destination": "stevenage"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi departing from golden wok.\n system : ok , what time do you want to leave by ?\n user : i'd like to leave after 17:30.\n system : where is your destination ?\n user : i'm going to holy trinity church.\n system : alright , i have a [taxi_type] for you and the contact number is [taxi_phone] .\n user : i will look for the yellow skoda after 17:30. thanks for all your help.\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"yellow",
|
|
"golden wok",
|
|
"holy trinity church"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:30",
|
|
"destination": "holy trinity church",
|
|
"departure": "golden wok"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:30",
|
|
"skin": "yellow",
|
|
"departure": "golden wok",
|
|
"destination": "holy trinity church"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi please. i'll be departing from grafton hotel restaurant\n",
|
|
"extracted_values": [
|
|
"grafton hotel restaurant"
|
|
],
|
|
"true_states": {
|
|
"departure": "grafton hotel restaurant"
|
|
},
|
|
"gen_states": {
|
|
"destination": "grafton hotel restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : konnichiwa, i am coming to town and will be staying a few days. i need a place in town centre that offers free parking. can you help me?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to find an expensive restaurant in the centre of town please.\n system : there are quite a few choices for you . what kind of cuisine do you enjoy ?\n user : i don't care. choose a restaurant you recommend!\n system : how about [restaurant_name] , an [value_food] restaurant ?\n user : sounds great. could you book me a table for 8 on wednesday at 15:30?\n system : i sure can . i have a table for [value_count] booked for you at the [restaurant_name] , for [value_time] . they will hold that for fifteen minutes .\n user : may i have the booking reference number?\n system : certainly , the reference number is [restaurant_reference] .\n user : thank you very much for your help.\n system : is there anything else i can help you with today ?\n user : no, that's all i need today. thank you!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"8",
|
|
"15:30",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "african",
|
|
"price": "expensive",
|
|
"name": "bedouin",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "8",
|
|
"time": "15:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "8",
|
|
"time": "15:30",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! can you tell me what trains are available on friday after 18:30?\n system : certainly , but first i need to know where you are departing from and what your destination is .\n user : i'm going from stevenage to cambridge.\n",
|
|
"extracted_values": [
|
|
"18:30",
|
|
"friday",
|
|
"stevenage",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "18:30",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"departure": "stevenage"
|
|
},
|
|
"gen_states": {
|
|
"leave": "18:30",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a cheap spanish restaurant. are there any around?\n system : yes , [restaurant_name] is a restaurant serving [value_food] food in the [value_pricerange] price range . it is located at [restaurant_address] . would you like a reservation ?\n user : i would like a restaurant in the centre.\n system : [restaurant_name] is a [value_pricerange] restaurant serving [value_food] food in the [value_area] part of town . it s address is [restaurant_address] and it s post code is cb[value_count] .\n user : great. can you book me a table for 7 on tuesday at 11:45 and provide me with a reference number?\n system : all right , i have made a reservation . your reference number is [restaurant_reference] . what else can i do for you ?\n user : hey, do you know any restaurants near me in the city?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"7",
|
|
"11:45",
|
|
"tuesday",
|
|
"spanish",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "spanish",
|
|
"price": "cheap",
|
|
"name": "la raza",
|
|
"area": "centre",
|
|
"day": "tuesday",
|
|
"people": "7",
|
|
"time": "11:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "7",
|
|
"time": "11:45",
|
|
"day": "tuesday",
|
|
"food": "spanish",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a hotel called the arbury lodge guesthouse.\n system : the [hotel_name] is a [value_count] star guesthouse in the [value_area] area . would like like to book a room there ?\n user : yes please! for 5 people and for 5 nights. starting wednesday.\n system : you are all set . the reference number is [hotel_reference] . can i help you with anything else today ?\n user : i am finished, thank you for your help.\n",
|
|
"extracted_values": [
|
|
"5",
|
|
"wednesday",
|
|
"arbury lodge guesthouse",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "arbury lodge guesthouse",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"stay": "5",
|
|
"day": "wednesday",
|
|
"name": "arbury lodge guesthouse",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for somewhere to stay with free parking and free wifi.\n system : there are [value_count] place -s that meet your needs . do you have additional preferences such as lodging type , price range or area ?\n user : something cheap would be more within my budget. what do you have available?\n system : there are [value_count] guesthouses and [value_count] hotel that fall in that price range . is there a particular part of town that you would like to stay in ?\n user : i don't care about the area. just pick one for monday.\n system : how long do you intend to stay ?\n user : we will be staying for five nights.\n system : is it just you staying ?\n user : no, it will be me and a friend. we will be staying for 5 nights and arriving on monday.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"5",
|
|
"monday"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"day": "monday",
|
|
"people": "2",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "monday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay on the north side.\n system : alright , there are [value_count] guesthouses and hotel -s on the [value_area] side . you have a price range in mind , or is there a particular amenity you need ?\n user : i'm looking for one with 0 stars, please.\n system : [hotel_name] is just what you are looking for . it s a guesthouse with free wifi and parking at [hotel_address] [hotel_postcode] . would you like to book ?\n user : one more thing, i'd also like the price range please.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"0",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"people": "1",
|
|
"stars": "0",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a particular restaurant. its name is called restaurant alimentum\n system : [restaurant_name] offers [value_food] found [value_area] has [value_pricerange] price range [restaurant_phone] [restaurant_postcode] [restaurant_address]\n user : thanks a lot. that's all the information i'm looking for. goodbye.\n",
|
|
"extracted_values": [
|
|
"restaurant alimentum"
|
|
],
|
|
"true_states": {
|
|
"name": "restaurant alimentum"
|
|
},
|
|
"gen_states": {
|
|
"food": "restaurant alimentum"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a train please.\n system : there are several trains , where do you want to go ?\n user : i need to go to norwich from cambridge.\n system : what day will you be traveling , please ?\n user : i will be traveling on friday.\n system : what time do you plan to leave [value_place] ?\n user : any time on friday, arrive by 1515hrs. get me the train id please\n",
|
|
"extracted_values": [
|
|
"15:15",
|
|
"friday",
|
|
"norwich",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "norwich",
|
|
"day": "friday",
|
|
"arrive": "15:15",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "15:15",
|
|
"day": "friday",
|
|
"destination": "norwich",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a hotel to stay at located in the centre.\n system : ok . there are [value_count] hotel -s located in the [value_area] of town . they are in the [value_pricerange] and [value_pricerange] price range -s . do you have a preference ?\n user : i would like expensive, please.\n system : the [hotel_name] has [value_count] stars , and the [hotel_name] has [value_count] . both meet your other criteria . would you like to book a room at [value_count] of these ?\n user : yes, you can. i'll try the gonville.\n system : i'll be happy to do that for you . how many people are in your party ?\n user : please book for 4 people.\n system : what is your arrival day and number of days you wish to stay ?\n user : i will be arriving on sunday and staying for 3 nights. and there will be 2 people, not 4.\n system : okay , your room is reserved . the reference number is [hotel_reference] . is there anything else i can help with ?\n user : no that's all. thanks.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"3",
|
|
"2",
|
|
"sunday",
|
|
"gonville",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "gonville hotel",
|
|
"area": "centre",
|
|
"price": "expensive",
|
|
"type": "hotel",
|
|
"day": "sunday",
|
|
"people": "2",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"stay": "3",
|
|
"people": "2",
|
|
"day": "sunday",
|
|
"area": "centre",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. can i get some help finding a hotel or guesthouse please?\n system : sure thing ! what side of town would you prefer ? what price range would you like ?\n user : i need one in the moderate price range. i would like one that doesn't have free parking.\n system : there are [value_count] guesthouses and a hotel . do you have a star rating that you enjoy staying at ?\n user : no not in particular.\n system : i have [value_count] hotel -s . do you know the area you would like to stay ?\n user : i'd prefer a guesthouse in the north, please.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"moderate",
|
|
"free",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"parking": "no",
|
|
"price": "moderate",
|
|
"stars": "dont care",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"people": "1",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi, please.\n system : i would be happy to assist you today . i'll need a little bit of information from you let s start with what time you would like to leave and arrive ?\n user : i need to get to restaurant two two by 5:15\n",
|
|
"extracted_values": [
|
|
"05:15",
|
|
"restaurant",
|
|
"two two"
|
|
],
|
|
"true_states": {
|
|
"destination": "restaurant two two",
|
|
"arrive": "05:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "05:15",
|
|
"destination": "restaurant",
|
|
"people": "two two"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to get to michaelhouse cafe by 12:45. can you help me?\n system : i can , would you like to take a taxi and from where ?\n user : yes, a taxi would be great. and i want to depart from williams art and antiques\n",
|
|
"extracted_values": [
|
|
"12:45",
|
|
"michaelhouse cafe",
|
|
"williams art and antiques"
|
|
],
|
|
"true_states": {
|
|
"destination": "michaelhouse cafe",
|
|
"departure": "williams art and antiques",
|
|
"arrive": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:45",
|
|
"destination": "williams art and antiques"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need to get in from king's lynn to cambridge\n system : there are [value_count] trains making that trip , do you have a day and time you want to travel ?\n user : i'm looking to leave friday after 21:15, if you could book me a reservation for that time period that would be great.\n system : [train_id] departs at [value_time] . can you tell me how many tickets you need ?\n user : i need 2 please.\n",
|
|
"extracted_values": [
|
|
"21:15",
|
|
"2",
|
|
"friday",
|
|
"kings lynn",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "21:15",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"departure": "kings lynn",
|
|
"people": "2"
|
|
},
|
|
"gen_states": {
|
|
"leave": "21:15",
|
|
"people": "2",
|
|
"day": "friday",
|
|
"destination": "kings lynn",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a place to stay that includes free wi-fi.\n system : i have quite a few place -s that offer wifi , is there is a certain price range you are looking for ?\n user : something cheap would be good.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "cheap"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : is there a restaurant that serves italian food in the expensive price bracket?\n system : yes , there are [value_count] such place -s . [value_count] are in the [value_area] and [value_count] is in the [value_area] . would you like to book at [value_count] ?\n user : absolutely! thank you!\n system : which area of town would you prefer ?\n user : how about the center?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"italian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "italian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to book a taxi to take me to cineworld cinema from gonville hotel\n system : what time frame would you like this to happen in ?\n user : i'd need to arrive by 15:45 please.\n system : booking completed ! booked car type [taxi_type] contact number [taxi_phone]\n user : ok thanks, that's all i need!\n",
|
|
"extracted_values": [
|
|
"15:45",
|
|
"cineworld cinema",
|
|
"gonville hotel"
|
|
],
|
|
"true_states": {
|
|
"destination": "cineworld cinema",
|
|
"departure": "gonville hotel",
|
|
"arrive": "15:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "15:45",
|
|
"destination": "gonville hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need to get in from king's lynn to cambridge\n system : there are [value_count] trains making that trip , do you have a day and time you want to travel ?\n user : i'm looking to leave friday after 21:15, if you could book me a reservation for that time period that would be great.\n system : [train_id] departs at [value_time] . can you tell me how many tickets you need ?\n user : i need 2 please.\n system : booking was successful , the total fee is [value_price] gbp payable at the station . reference number is [train_reference] . is there anything else i can help with ?\n user : no thank you. that is all i need.\n",
|
|
"extracted_values": [
|
|
"21:15",
|
|
"2",
|
|
"friday",
|
|
"kings lynn",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "21:15",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"departure": "kings lynn",
|
|
"people": "2"
|
|
},
|
|
"gen_states": {
|
|
"leave": "21:15",
|
|
"people": "2",
|
|
"day": "friday",
|
|
"destination": "kings lynn",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a cheap hotel in the center of town?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the cheap price range and should be in the north\n system : okay . there is a [value_count] star place , and a [value_count] star place . which do you prefer ?\n user : i don't care as long as it's cheap.\n system : i think the [hotel_name] is your best bet !\n user : alright. book that one for me\n system : are you booking for [value_count] person ? when is your arrival and how long is your stay , please .\n user : yes, only one person. i will be arriving on sunday, for one night.\n system : i am sorry i do not have anything for [value_day] night . would you like to try a different hotel ?\n user : i don't need a booking after all, sorry. are there any cheap guesthouses in the north with free wifi?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"free",
|
|
"sunday",
|
|
"hotel",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "sunday",
|
|
"people": "1",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"internet": "free",
|
|
"day": "sunday",
|
|
"type": "hotel",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : is there a restaurant that serves italian food in the expensive price bracket?\n system : yes , there are [value_count] such place -s . [value_count] are in the [value_area] and [value_count] is in the [value_area] . would you like to book at [value_count] ?\n user : absolutely! thank you!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "expensive"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the cheap price range and should be in the north\n system : okay . there is a [value_count] star place , and a [value_count] star place . which do you prefer ?\n user : i don't care as long as it's cheap.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"hotel",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"price": "cheap",
|
|
"stars": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"type": "hotel",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can i get some help locating a room for the night?\n system : absolutely . what type of lodging did you have in mind ?\n user : i am looking for a guesthouse with free wifi and parking, please.\n system : you are in luck , there are a great number of guesthouses that might work . did you have an area in mind ?\n user : i don't care about the area. which one do you suggest?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"1",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"stars": "1",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want to book a taxi going to christ's college departing from city stop restaurant please.\n system : when would you like to arrive by ?\n user : doesn't matter, but i need to leave after 14:15\n",
|
|
"extracted_values": [
|
|
"14:15",
|
|
"christ college",
|
|
"city stop restaurant"
|
|
],
|
|
"true_states": {
|
|
"leave": "14:15",
|
|
"destination": "christ college",
|
|
"departure": "city stop restaurant"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:15",
|
|
"destination": "christ college",
|
|
"departure": "city stop restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : do you know where i can find the holy trinity church?\n system : absolutely . [attraction_name] is on [attraction_address] in the [value_area] of town . their postcode is [attraction_postcode] and is free to enter . would you need their phone number ?\n user : great what type of attraction are they?\n system : it is an architecture attraction .\n user : that's all the information i need. thanks for your help!\n",
|
|
"extracted_values": [
|
|
"holy trinity church"
|
|
],
|
|
"true_states": {
|
|
"name": "holy trinity church"
|
|
},
|
|
"gen_states": {
|
|
"name": "holy trinity church"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should serve indian food and should be in the expensive price range\n system : [restaurant_name] is a great restaurant that fulfills your wishes . it is located at [value_count] [restaurant_address] .\n user : awesome. can i also get the area, post code, and phone number?\n system : yes , [restaurant_name] is located in the [value_area] and the postcode is [restaurant_postcode] .\n user : thanks, i just need the phone number so i can call them.\n system : the phone number is [restaurant_phone] . is there anything else i can help you with ?\n user : thanks, that's all. good bye.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"awesome",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive",
|
|
"name": "curry garden"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to arrive by 16:45 to take me to the parkside police station.\n system : where would you like the taxi to pick you up ?\n user : i actually need to be picked up from the parkside police station. sorry about taht.\n system : that s okay . where is your destination ?\n user : i am wanting to go to stansted airport train station.\n system : your taxi booking is a [taxi_type] with the contact number of [taxi_phone] .\n user : that's all i need thanks\n system : are you sure there s nothing else i can assist you with today ?\n user : no, i'm good for today. thank you.\n",
|
|
"extracted_values": [
|
|
"16:45",
|
|
"parkside police station",
|
|
"stansted airport train station"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:45",
|
|
"destination": "stansted airport train station",
|
|
"departure": "parkside police station"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "16:45",
|
|
"departure": "parkside police station",
|
|
"destination": "stansted airport train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking to book a taxi that will leave from the missing sock\n system : what is your destination ?\n user : i need to get to the lucky star please.\n",
|
|
"extracted_values": [
|
|
"the missing sock",
|
|
"the lucky star"
|
|
],
|
|
"true_states": {
|
|
"destination": "the lucky star",
|
|
"departure": "the missing sock"
|
|
},
|
|
"gen_states": {
|
|
"departure": "the missing sock",
|
|
"destination": "the lucky star"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the cheap price range and should be in the north\n system : okay . there is a [value_count] star place , and a [value_count] star place . which do you prefer ?\n user : i don't care as long as it's cheap.\n system : i think the [hotel_name] is your best bet !\n user : alright. book that one for me\n system : are you booking for [value_count] person ? when is your arrival and how long is your stay , please .\n user : yes, only one person. i will be arriving on sunday, for one night.\n system : i am sorry i do not have anything for [value_day] night . would you like to try a different hotel ?\n user : i don't need a booking after all, sorry. are there any cheap guesthouses in the north with free wifi?\n system : yes , there i the [hotel_name] and also [hotel_name] . would you like me to book you a room at either [value_count] ?\n user : please book a guesthouse. can i also get the star rating and the postcode?\n system : i have booked you at [hotel_name] . it is a [value_count] star accommodation , and the postcode is [hotel_postcode] . do you have any further questions ?\n user : no, that will be all. thank you for your assistance.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"free",
|
|
"sunday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "sunday",
|
|
"people": "1",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"internet": "free",
|
|
"day": "sunday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for city centre north b and b\n system : i have found the guesthouse you were wanting . would you like me to book this for you ?\n user : yes, please book it for 1 person and for 5 nights starting friday.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"5",
|
|
"friday",
|
|
"centre north"
|
|
],
|
|
"true_states": {
|
|
"name": "city centre north b and b",
|
|
"day": "friday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "friday",
|
|
"area": "centre north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should be in the moderate price range\n system : i have [value_count] hotel -s . [value_count] in the [value_area] and [value_count] in the [value_area] . do you have a preference ?\n user : no, but should come with free parking.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"moderate",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"internet": "yes",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "moderate",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a taxi to arrive by 09:00.\n system : okay , and where do you want to be picked up from and what is your destination ?\n user : i need to be picked up from wagamama and i'm headed to the mumford theatre.\n",
|
|
"extracted_values": [
|
|
"09:00",
|
|
"wagamama",
|
|
"mumford theatre"
|
|
],
|
|
"true_states": {
|
|
"destination": "mumford theatre",
|
|
"departure": "wagamama",
|
|
"arrive": "09:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:00",
|
|
"destination": "mumford theatre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a taxi to arrive by 09:00.\n",
|
|
"extracted_values": [
|
|
"09:00"
|
|
],
|
|
"true_states": {
|
|
"arrive": "09:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:00"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the north and should serve italian food\n system : [restaurant_name] at [restaurant_address] .\n user : is that restaurant cheap?\n system : yes the restaurant is [value_pricerange] .\n user : please get me the you get phone number and address\n system : the phone number is [restaurant_phone] and the address is [restaurant_address] . would you like to make a reservation ?\n user : no thank you. i don't a reservation. that is all the info i need today.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"north",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "cheap",
|
|
"name": "da vinci pizzeria",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "north",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a restaurant in the centre area?\n system : of course ! there are [value_count] restaurant -s in the [value_area] . what type of food would you like ?\n user : i'm in the mood for italian food. which is your favorite?\n",
|
|
"extracted_values": [
|
|
"favorite",
|
|
"centre",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "italian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a place to stay that includes free wi-fi.\n system : i have quite a few place -s that offer wifi , is there is a certain price range you are looking for ?\n user : something cheap would be good.\n system : i have about [value_count] different place -s . do you have a preference on the area of town ?\n user : no not really. but i would prefer a hotel and like both free wifi and parking if possible.\n system : [hotel_name] is a hotel in the [value_area] that is [value_pricerange] and has both free internet and wifi . would you like to book this ?\n user : that's fine. i'll need it for three nights starting on sunday.\n system : unfortunately , that day does not work . can we try booking another day or a shorter stay , perhaps ?\n user : is there another hotel that matches that criteria?\n system : unfortunately that s the only hotel that suits your criteria .\n user : i will try and restate so you can look again, i need free wifi and parking, cheap place, type of room does not matter.\n system : there are [value_count] place -s that match your criteria . what part of town would you like to stay in ?\n user : it doesn't matter. whatever is available nearby will be fine.\n system : i will give it a try again . how many people will there be ?\n user : there are 4 of us.\n system : you are booked at the [hotel_name] . it is [value_pricerange] , with wifi and parking included . your reference number is [hotel_reference] . is there anything else ?\n user : no. that is all!\n system : have a nice day and enjoy your stay . bye .\n user : thank you for your assistance.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"3",
|
|
"nearby",
|
|
"4",
|
|
"sunday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "sunday",
|
|
"people": "4",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "cheap",
|
|
"stars": "4",
|
|
"area": "nearby",
|
|
"day": "sunday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to make a train reservation for friday and i need it to arrive by 19:00\n system : sure , i can help with that . can you please let me know where you will be departing from .\n user : i will be departing from cambridge.\n system : and what is your destination ?\n user : i will be going to stansted airport.\n system : train [train_id] departing from [value_place] at [value_time] and arriving at [value_place] at [value_time] will be the best option for you .\n user : that's an early arrival. is there a later train that arrives before 19:00, please?\n system : there is another train that arrives at [value_time] . would that work better for you ?\n user : yes, that would work. could you book it for 5 people?\n",
|
|
"extracted_values": [
|
|
"19:00",
|
|
"5",
|
|
"friday",
|
|
"cambridge",
|
|
"stansted airport"
|
|
],
|
|
"true_states": {
|
|
"destination": "stansted airport",
|
|
"day": "friday",
|
|
"arrive": "19:00",
|
|
"departure": "cambridge",
|
|
"people": "5"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "19:00",
|
|
"people": "5",
|
|
"day": "friday",
|
|
"departure": "cambridge",
|
|
"destination": "stansted airport"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello! i'm looking for a train leaving on saturday going to cambridge.\n system : what time are you looking to leave ? morning , afternoon or evening ?\n user : i'd like to leave after 19:30.\n system : where are you leaving from ?\n user : i am leaving from broxbourne and it should leave after 19:30. i would also like a booking for 6 people.\n",
|
|
"extracted_values": [
|
|
"19:30",
|
|
"6",
|
|
"saturday",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"leave": "19:30",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"departure": "broxbourne",
|
|
"people": "6"
|
|
},
|
|
"gen_states": {
|
|
"leave": "19:30",
|
|
"people": "6",
|
|
"day": "saturday",
|
|
"departure": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i am looking for a cheap restaurant in the town centre please.\n system : there are quite a few [value_pricerange] restaurant -s in the town center . is there a particular cuisine you prefer ?\n user : i prefer creative food, please.\n system : so sorry , i am not seeing any creative restaurant -s . will a different cuisine do ?\n user : how about one that serves indian food?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"centre",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"area": "centre",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for somewhere to stay with free parking and free wifi.\n system : there are [value_count] place -s that meet your needs . do you have additional preferences such as lodging type , price range or area ?\n user : something cheap would be more within my budget. what do you have available?\n system : there are [value_count] guesthouses and [value_count] hotel that fall in that price range . is there a particular part of town that you would like to stay in ?\n user : i don't care about the area. just pick one for monday.\n system : how long do you intend to stay ?\n user : we will be staying for five nights.\n system : is it just you staying ?\n user : no, it will be me and a friend. we will be staying for 5 nights and arriving on monday.\n system : sorry i tried [hotel_name] but it seems that they have all booked out at for these days . do you want to change to another place ?\n user : well, can you maybe try it for 3 nights?\n system : okay it went through . so you will be staying at the [hotel_name] and your reference is [hotel_reference] . can i help you with anything else today ?\n user : no that's all i need. thank you so much and bye!\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"5",
|
|
"3",
|
|
"monday"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"day": "monday",
|
|
"people": "2",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"stars": "1",
|
|
"stay": "3",
|
|
"day": "monday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : get me a taxi to hughes hall please\n system : when will you be leaving ?\n user : i'd like to leave after 15:15.\n system : i would be happy to help ! where are you coming from ?\n user : i am coming from arbury lodge guesthouse.\n",
|
|
"extracted_values": [
|
|
"15:15",
|
|
"hughes hall",
|
|
"arbury lodge guesthouse"
|
|
],
|
|
"true_states": {
|
|
"leave": "15:15",
|
|
"destination": "hughes hall",
|
|
"departure": "arbury lodge guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"leave": "15:15",
|
|
"destination": "arbury lodge guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a taxi. i need to leave from golden house at 12:15.\n",
|
|
"extracted_values": [
|
|
"12:15",
|
|
"golden house"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:15",
|
|
"departure": "golden house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "12:15",
|
|
"departure": "golden house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could really use some grub.\n system : sure . is there any part of town that you would like to look for food in ?\n user : somewhere in the centre. i'm looking for some traditional food.\n system : i am sorry , but there are not any traditional restaurant -s in the [value_area] . would you like to try another cuisine ?\n user : ok, how about lebanese food?\n system : [restaurant_name] is a great restaurant that fits exactly what you are looking for . would you like me to book a table for you ?\n user : yes, please book me a table for 2 people at 12:00 on wednesday.\n system : i am sorry , that is not available . is there another day or time you could eat ?\n user : how about at 11:00 instead?\n system : your reservation for [value_time] was successful and your reference number is [restaurant_reference] . is there anything else i can help you with today ?\n user : wonderful. thanks for your help today. bye.\n",
|
|
"extracted_values": [
|
|
"traditional",
|
|
"2",
|
|
"12:00",
|
|
"11:00",
|
|
"wednesday",
|
|
"centre",
|
|
"lebanese"
|
|
],
|
|
"true_states": {
|
|
"food": "lebanese",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "2",
|
|
"time": "11:00"
|
|
},
|
|
"gen_states": {
|
|
"food": "lebanese",
|
|
"people": "2",
|
|
"time": "11:00",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for somewhere to stay with free parking and free wifi.\n system : there are [value_count] place -s that meet your needs . do you have additional preferences such as lodging type , price range or area ?\n user : something cheap would be more within my budget. what do you have available?\n system : there are [value_count] guesthouses and [value_count] hotel that fall in that price range . is there a particular part of town that you would like to stay in ?\n user : i don't care about the area. just pick one for monday.\n system : how long do you intend to stay ?\n user : we will be staying for five nights.\n system : is it just you staying ?\n user : no, it will be me and a friend. we will be staying for 5 nights and arriving on monday.\n system : sorry i tried [hotel_name] but it seems that they have all booked out at for these days . do you want to change to another place ?\n user : well, can you maybe try it for 3 nights?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"5",
|
|
"3",
|
|
"monday"
|
|
],
|
|
"true_states": {
|
|
"name": "alexander bed and breakfast",
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"day": "monday",
|
|
"people": "2",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"stars": "1",
|
|
"stay": "3",
|
|
"day": "monday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n system : there are a total of [value_count] hotel -s and guesthouses in the city that have [value_count] stars . is there a particular area or price range you would like ?\n user : how about a place in the east side of town that is a hotel not a guesthouse\n system : i am sorry but i do not have any hotel -s in the [value_area] . would you like to change location or type of accomodations ?\n user : yes, can you please change the location to centre?\n system : we have [value_count] star hotel that is in the [value_area] , [hotel_name] , it has internet and parking and is [value_pricerange] , would this [value_count] suit you ?\n user : that will be fine. can you book me a room for saturday, please?\n system : certainly . how long would you like to stay , and how many are in your party ?\n user : i'll be arriving saturday and staying 3 nights. there are 3 of us.\n system : unfortunately , we cannot book you for those days . could you change the number of days ?\n user : sure, try for two days?\n system : that was unsuccessful too . wanna try something else ?\n user : is there another one in the centre with that critera avaible?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"3",
|
|
"1",
|
|
"saturday",
|
|
"centre",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"stars": "4",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"stay": "3",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i am looking to stay in a guesthouse that includes free parking\n system : i have lots of them to choose from . is there any area of town that i can check into for you ?\n user : no. i would like it to have a star rating of 4 and free wifi.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "4",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the moderate price range and should be in the east\n system : try [restaurant_name] or [restaurant_name]\n user : the restaurant should serve italian food.\n system : [restaurant_name] serves [value_food] food in the [value_area] , would you like a reservation ?\n user : what other restaurants in that area serve italian food?\n system : [restaurant_name] is the only [value_food] restaurant , in the [value_area] , in the [value_pricerange] price range . do you want me to try other area -s ?\n user : no, that will do. can i book a table for monday?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"monday",
|
|
"east",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "moderate",
|
|
"name": "pizza hut fen ditton",
|
|
"area": "east",
|
|
"day": "monday"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"day": "monday",
|
|
"area": "east",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for information on a hotel called warkworth house.\n",
|
|
"extracted_values": [
|
|
"warkworth house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "warkworth house"
|
|
},
|
|
"gen_states": {
|
|
"name": "warkworth house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an attraction called williams art and antiques.\n system : [attraction_name] is at [attraction_address] . would you like me to book tickets ?\n user : no thank you. just the area and postcode please.\n",
|
|
"extracted_values": [
|
|
"williams art and antiques"
|
|
],
|
|
"true_states": {
|
|
"name": "williams art and antiques"
|
|
},
|
|
"gen_states": {
|
|
"name": "williams art and antiques"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : find me an expensive hotel with free parking.\n system : there are [value_count] different hotel -s that are [value_pricerange] and all include free parking . is there a particular area you would like to stay in ?\n user : no. as long as its in the type of hotel.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "expensive",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can i get some help locating a room for the night?\n system : absolutely . what type of lodging did you have in mind ?\n user : i am looking for a guesthouse with free wifi and parking, please.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a train from london liverpool street arriving at 9:30\n system : which day will you be traveling ?\n user : i want to leave on thursday.\n system : ok , i should be able to do that for you .\n user : i want to go to cambridge, how much will that cost?\n system : there are [value_count] trains that will fit your needs , and the tickets are [value_price] pounds each . would you like me to purchase tickets for you ?\n user : yes, that sounds good. thank you.\n system : would you like me to book that for you ?\n user : can you tell me how much the ticket is?\n",
|
|
"extracted_values": [
|
|
"09:30",
|
|
"thursday",
|
|
"london liverpool street",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "thursday",
|
|
"arrive": "09:30",
|
|
"departure": "london liverpool street",
|
|
"people": "2"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:30",
|
|
"day": "thursday",
|
|
"destination": "london liverpool street",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any restaurants that serve proper british food in town?\n system : oh yes quite a few . which part of town will you be dining in ?\n user : west, if possible.\n system : we have [value_count] [restaurant_name] , saint john s chop house , and traveller s rest .\n user : will you give me the phone number, address, and postcode for graffiti, please?\n",
|
|
"extracted_values": [
|
|
"graffiti",
|
|
"british",
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"name": "graffiti",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"food": "british",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a taxi from saint john's college to pizza hut fen ditton.\n system : what time do you want to leave and what time do you want to arrive by ?\n user : i want to leave after 17:15.\n system : booking completed ! your taxi will be [taxi_type] contact number is [taxi_phone]\n user : thank you for all the help! i appreciate it.\n system : you are welcome . is there anything else i can help you with today ?\n user : no, i am all set. have a nice day. bye.\n",
|
|
"extracted_values": [
|
|
"17:15",
|
|
"saint johns college",
|
|
"pizza hut fen ditton"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:15",
|
|
"destination": "pizza hut fen ditton",
|
|
"departure": "saint johns college"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:15",
|
|
"departure": "saint johns college",
|
|
"destination": "pizza hut fen ditton"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i am looking for a cheap restaurant in the town centre please.\n system : there are quite a few [value_pricerange] restaurant -s in the town center . is there a particular cuisine you prefer ?\n user : i prefer creative food, please.\n system : so sorry , i am not seeing any creative restaurant -s . will a different cuisine do ?\n user : how about one that serves indian food?\n system : we have [value_count] located in the [value_area] . [restaurant_name] , [restaurant_name] , and [restaurant_name] . do any of these fancy you ?\n user : the kohinoor sounds good. can you reserve a table for 4 on wednesday? let's say... 18:30 for the time if it's available.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"4",
|
|
"18:30",
|
|
"wednesday",
|
|
"kohinoor",
|
|
"centre",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "cheap",
|
|
"name": "kohinoor",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "4",
|
|
"time": "18:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "4",
|
|
"time": "18:30",
|
|
"day": "wednesday",
|
|
"name": "kohinoor",
|
|
"area": "centre",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an attraction called williams art and antiques.\n",
|
|
"extracted_values": [
|
|
"williams art and antiques"
|
|
],
|
|
"true_states": {
|
|
"name": "williams art and antiques"
|
|
},
|
|
"gen_states": {
|
|
"name": "williams art and antiques"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should include free parking\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to book a taxi to royal standard, leaving after 03:30\n",
|
|
"extracted_values": [
|
|
"03:30",
|
|
"royal standard"
|
|
],
|
|
"true_states": {
|
|
"leave": "03:30",
|
|
"destination": "royal standard"
|
|
},
|
|
"gen_states": {
|
|
"leave": "03:30",
|
|
"destination": "royal standard"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need to find a train to cambridge, please.\n system : certainly . from where are you planning to depart , and when ?\n user : i want to leave from stevenage on saturday.\n system : i have [value_count] trains available . is there a certain time you would like to travel ?\n user : yes, i would like to arrive by 12:30.\n system : [train_id] will get you to [value_place] by [value_time] . would you like to book this train ?\n user : that is all. thank you.\n system : it was a pleasure to help . have a good night .\n user : actually, can you give me the reference number?\n system : all set up , your reference number is [train_reference] . do you need any more help ?\n user : that's all thanks !\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"saturday",
|
|
"cambridge",
|
|
"stevenage"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "12:30",
|
|
"departure": "stevenage",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:30",
|
|
"day": "saturday",
|
|
"departure": "stevenage"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! can you tell me what trains are available on friday after 18:30?\n",
|
|
"extracted_values": [
|
|
"18:30",
|
|
"friday"
|
|
],
|
|
"true_states": {
|
|
"leave": "18:30",
|
|
"day": "friday"
|
|
},
|
|
"gen_states": {
|
|
"leave": "18:30",
|
|
"day": "friday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi departing from golden wok.\n system : ok , what time do you want to leave by ?\n user : i'd like to leave after 17:30.\n system : where is your destination ?\n user : i'm going to holy trinity church.\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"golden wok",
|
|
"holy trinity church"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:30",
|
|
"destination": "holy trinity church",
|
|
"departure": "golden wok"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:30",
|
|
"departure": "golden wok",
|
|
"destination": "holy trinity church"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to leave peterborough and arrive by 20:45. can you book a train for me?\n system : what time would you like to depart ?\n user : i will depart any time so long as the train arrives by 20:45.\n",
|
|
"extracted_values": [
|
|
"20:45",
|
|
"peterborough"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"arrive": "20:45",
|
|
"departure": "peterborough"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:45",
|
|
"destination": "peterborough"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to make a train reservation for friday and i need it to arrive by 19:00\n system : sure , i can help with that . can you please let me know where you will be departing from .\n user : i will be departing from cambridge.\n",
|
|
"extracted_values": [
|
|
"19:00",
|
|
"friday",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"day": "friday",
|
|
"arrive": "19:00",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "19:00",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an expensive hotel with free wifi.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"price": "expensive",
|
|
"internet": "yes",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"internet": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : good evening, i am looking for a place to stay that includes free parking\n system : okay , i have [value_count] options for you . is there an area of town that you would prefer to stay in ?\n user : i'm not sure. i would prefer something moderately priced.\n system : that narrows it down a bit . the [hotel_name] is a nice place , with [value_count] stars . it s in the [value_area] area of town .\n user : sounds good, i changed my mind about the internet, can you let me know if it has free wifi?\n system : the [hotel_name] also has free internet . shall i book you a room ?\n user : may i just get the phone number please?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"moderate",
|
|
"internet"
|
|
],
|
|
"true_states": {
|
|
"name": "acorn guest house",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "moderate",
|
|
"internet": "internet"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay. i want to make sure it is 4 stars and includes free parking. can you help with this?\n system : of course ! there are [value_count] place -s that fit that description . is there an area or price range that you prefer ?\n user : i would prefer something moderately priced in the centre of town\n system : unfortunately , i do not see anything that fits your needs . would you like me to try another area ?\n user : hmm, yes i suppose i could try one on the north side of town. are there any?\n system : yes , there is a total of [value_count] place -s to stay in the [value_area] side of town . would you like me to book you into [value_count] ?\n user : yes please, whichever you prefer.\n system : ok . i can do that for you . i need number of people , length of stay , and day of arrival .\n user : actually, i don't think i'm ready to make a reservation just yet. does the location on the north side of town have 4 stars, free parking, and moderate prices?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"free",
|
|
"moderate",
|
|
"1",
|
|
"ready",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"parking": "free",
|
|
"price": "moderate",
|
|
"to": "ready",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : we need to find a guesthouse of moderate price.\n system : i can help you with that . do you have any special area you would like to stay ? or possibly a star request for the guesthouse ?\n user : i would like it to have a 3 star rating.\n system : the [hotel_name] is a [value_count] star guesthouse . it is in the [value_area] area . would you like to book a room ?\n user : yes, please, for four people.\n system : how many people is the reservation for ?\n user : four. two nights. beginning saturday.\n system : i am afraid that booking is unsuccessful . would you like a different day or amount of days ?\n user : how about 1 night? would that work?\n system : this booking is successful for [value_count] night . your reference number is [hotel_reference] . is there anything else i can assist you with ?\n user : that's all. thank you!\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"3",
|
|
"4",
|
|
"2",
|
|
"1",
|
|
"saturday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "bridge guest house",
|
|
"price": "moderate",
|
|
"stars": "3",
|
|
"type": "guesthouse",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"stars": "2",
|
|
"people": "1",
|
|
"day": "saturday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train going from ely to cambridge please.\n",
|
|
"extracted_values": [
|
|
"ely",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"departure": "ely"
|
|
},
|
|
"gen_states": {
|
|
"destination": "ely",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a cheap restaurant in the centre.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant serving chinese food in the centre part of town.\n system : there are several [value_food] restaurant -s in the [value_area] area . what price range are you considering ?\n user : i am looking for something expensive.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"chinese",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "chinese",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi departing from golden wok.\n system : ok , what time do you want to leave by ?\n user : i'd like to leave after 17:30.\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"golden wok"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:30",
|
|
"departure": "golden wok"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:30",
|
|
"destination": "golden wok"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay on the north side.\n system : alright , there are [value_count] guesthouses and hotel -s on the [value_area] side . you have a price range in mind , or is there a particular amenity you need ?\n user : i'm looking for one with 0 stars, please.\n system : [hotel_name] is just what you are looking for . it s a guesthouse with free wifi and parking at [hotel_address] [hotel_postcode] . would you like to book ?\n user : one more thing, i'd also like the price range please.\n system : sure , it s a [value_pricerange] hotel .\n user : thank you. i think that's all i need today.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"0",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"stars": "0",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train that leaves on wednesday with an arrival of 12:30.\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"wednesday"
|
|
],
|
|
"true_states": {
|
|
"day": "wednesday",
|
|
"arrive": "12:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:30",
|
|
"day": "wednesday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a tax departing from gandhi.\n system : what is your destination and when would you like to depart ?\n user : i'm going to broxbourne train station and i need to arrive by 02:00\n",
|
|
"extracted_values": [
|
|
"02:00",
|
|
"the gandhi",
|
|
"broxbourne train station"
|
|
],
|
|
"true_states": {
|
|
"destination": "broxbourne train station",
|
|
"departure": "the gandhi",
|
|
"arrive": "02:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "02:00",
|
|
"destination": "broxbourne train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay. i want to make sure it is 4 stars and includes free parking. can you help with this?\n system : of course ! there are [value_count] place -s that fit that description . is there an area or price range that you prefer ?\n user : i would prefer something moderately priced in the centre of town\n system : unfortunately , i do not see anything that fits your needs . would you like me to try another area ?\n user : hmm, yes i suppose i could try one on the north side of town. are there any?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"free",
|
|
"moderate",
|
|
"1",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"parking": "free",
|
|
"price": "moderate",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to arrive by 17:30 at the cambridge punte.\n system : i would be happy to help with your request . did you mean [attraction_name] ? where will you be departing from ?\n user : yes, the cambridge punter and i will be departing from the city stop restaurant.\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"cambridge punter",
|
|
"cambridge punter",
|
|
"city stop restaurant"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge punter",
|
|
"arrive": "17:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:30",
|
|
"departure": "city stop restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm trying to find a concert hall in the east part of town.\n",
|
|
"extracted_values": [
|
|
"concert hall",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"type": "concert hall",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"type": "concert hall",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi. i am going to avalon and i need to leave after 16:15\n system : i will need to know where you need to be picked up ?\n user : i will be at parkside pools.\n system : alright i have a [taxi_type] picking you up at [attraction_name] at [value_time] . the contact number for the taxi is [taxi_phone] .\n user : great that will be everything thanks.\n",
|
|
"extracted_values": [
|
|
"16:15",
|
|
"avalon",
|
|
"parkside pools"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:15",
|
|
"destination": "avalon",
|
|
"departure": "parkside pools"
|
|
},
|
|
"gen_states": {
|
|
"leave": "16:15",
|
|
"destination": "avalon",
|
|
"departure": "parkside pools"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i hope so. are there any chinese restaurants toward the east end of town?\n",
|
|
"extracted_values": [
|
|
"chinese",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"food": "chinese",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train that will depart on sunday and arrive by 18:00.\n",
|
|
"extracted_values": [
|
|
"18:00",
|
|
"sunday"
|
|
],
|
|
"true_states": {
|
|
"day": "sunday",
|
|
"arrive": "18:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "18:00",
|
|
"day": "sunday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the cheap price range and should be in the north\n system : okay . there is a [value_count] star place , and a [value_count] star place . which do you prefer ?\n user : i don't care as long as it's cheap.\n system : i think the [hotel_name] is your best bet !\n user : alright. book that one for me\n system : are you booking for [value_count] person ? when is your arrival and how long is your stay , please .\n user : yes, only one person. i will be arriving on sunday, for one night.\n system : i am sorry i do not have anything for [value_day] night . would you like to try a different hotel ?\n user : i don't need a booking after all, sorry. are there any cheap guesthouses in the north with free wifi?\n system : yes , there i the [hotel_name] and also [hotel_name] . would you like me to book you a room at either [value_count] ?\n user : please book a guesthouse. can i also get the star rating and the postcode?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"free",
|
|
"sunday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "sunday",
|
|
"people": "1",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"internet": "free",
|
|
"day": "sunday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you book me a taxi from avalon to de luca cucina and bar?\n system : easy enough . what time would you like to leave by as well as arrive to ?\n user : i would like to arrive at de luca by 07:30. it doesn't matter when i leave.\n system : i booked that for you . the car will be a [taxi_type] and the contact number is [taxi_phone] .\n user : thank you very much for you help today.\n",
|
|
"extracted_values": [
|
|
"07:30",
|
|
"avalon",
|
|
"de luca cucina and bar"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"destination": "de luca cucina and bar",
|
|
"departure": "avalon",
|
|
"arrive": "07:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "07:30",
|
|
"departure": "avalon",
|
|
"destination": "de luca cucina and bar"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a particular restaurant. its name is called restaurant alimentum\n",
|
|
"extracted_values": [
|
|
"restaurant alimentum"
|
|
],
|
|
"true_states": {
|
|
"name": "restaurant alimentum"
|
|
},
|
|
"gen_states": {
|
|
"food": "restaurant alimentum"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train from london kings cross to cambridge.\n system : i have [value_count] trains travelling that route . to narrow it down , what day would you like to leave and what time would you like to depart and arrive ?\n user : sure, i would like to go on saturday, and arrive by 20:20. as close to that time as i can arrive.\n system : i have a [value_time] from london that arrives at [value_time] . would that work for you ?\n user : yes, let me have 7 tickets, please.\n system : booking was successful , the total fee is [value_price] gbp payable at the station . reference number is [train_reference] . is there anything else i can help you with ?\n user : no, that's all i need. thanks.\n",
|
|
"extracted_values": [
|
|
"20:20",
|
|
"close",
|
|
"7",
|
|
"saturday",
|
|
"london kings cross",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "19:17",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"departure": "london kings cross",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:20",
|
|
"area": "close",
|
|
"people": "7",
|
|
"day": "saturday",
|
|
"destination": "london kings cross",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to find a guesthouse with a 3 star rating\n system : we have [value_count] such guesthouses . do you have a preferred location ?\n user : no, i don't. i want one that includes free wifi.\n system : bridge gue house , [hotel_name] , and [hotel_name] are all available if you would like [value_count] of those ?\n user : please book the hamilton lodge, for 6 people.\n system : i would be happy to . how many nights would you like to stay ? and i'll need to know the day you would like to start your stay .\n user : i'll be staying 2 nights starting on wednesday. oh, and there are 6 of us.\n system : i am sorry , my reservation attempt was unsuccessful . will another day or length of stay work ?\n user : can you try the same parameters at another hotel?\n system : of course , could you tell me the area you would like to stay in so i can narrow it for you ?\n user : the are does not matter, just three stars and wifi at a guesthouse please.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"1",
|
|
"free",
|
|
"6",
|
|
"2",
|
|
"wednesday",
|
|
"hamilton lodge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"stars": "3",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "wednesday",
|
|
"people": "6",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"stars": "2",
|
|
"internet": "free",
|
|
"people": "6",
|
|
"day": "wednesday",
|
|
"name": "hamilton lodge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, hello. i'd like to book a taxi to what i believe is a restaurant.\n system : sure , i can do that . do you know the name of the restaurant ? also , when would you like to be picked up and arrive by ?\n user : yes, oak bistro and will depart from sheep's green and lammas land park fen causeway.\n system : ok great , i will also need to know what your preferences are for your pick up and arrival times to book your taxi .\n user : i would like to arrive by 16:45. i will need a contact number and car type as well.\n",
|
|
"extracted_values": [
|
|
"16:45",
|
|
"the oak bistro",
|
|
"sheeps green and lammas land park fen causeway"
|
|
],
|
|
"true_states": {
|
|
"destination": "the oak bistro",
|
|
"departure": "sheeps green and lammas land park fen causeway",
|
|
"arrive": "16:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "16:45",
|
|
"name": "the oak bistro",
|
|
"destination": "sheeps green and lammas land park fen causeway"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant that serves canapes in the east.\n system : unfortunately there are no restaurant -s serving canapes in the [value_area] .\n user : ah, well, too bad. in that case i think that'll be everything that i needed. thanks and have a good day!\n",
|
|
"extracted_values": [
|
|
"canapes",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"food": "canapes",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"food": "canapes",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am trying to find a hotel called warkworth house\n system : call them at [hotel_phone]\n user : book it for 3 people and 5 nights starting from thursday.\n system : your booking was unsuccessful . could you book another day or a shorter stay ?\n user : let's try for friday instead. and i need the reference number please.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"5",
|
|
"friday",
|
|
"warkworth house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "warkworth house",
|
|
"day": "friday",
|
|
"people": "3",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"stay": "5",
|
|
"day": "friday",
|
|
"name": "warkworth house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me book a train? i would like to leave after 10:15 on saturday.\n system : i can help with that ! what are your departure and arrival stations ?\n user : i'm coming into stansted airport and i want to go to cambridge. is there a train for that?\n system : [train_id] leaves [value_place] at [value_time] qm on [value_day] . it costs [value_price] pounds . would you like me to book that for you ?\n user : no, thank you.\n system : is there anything else that i can assist with ?\n user : how long is the ride?\n system : the ride is [value_count] minutes . would you like me to book a ticket ?\n user : no but can you tell me how much the ticket costs?\n",
|
|
"extracted_values": [
|
|
"10:15",
|
|
"saturday",
|
|
"stansted airport",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:15",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"departure": "stansted airport"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:15",
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to get to michaelhouse cafe by 12:45. can you help me?\n system : i can , would you like to take a taxi and from where ?\n user : yes, a taxi would be great. and i want to depart from williams art and antiques\n system : i have you booked in a [taxi_type] , [taxi_phone] is their number .\n user : that will be just fine, thank you.\n",
|
|
"extracted_values": [
|
|
"12:45",
|
|
"michaelhouse cafe",
|
|
"williams art and antiques"
|
|
],
|
|
"true_states": {
|
|
"destination": "michaelhouse cafe",
|
|
"departure": "williams art and antiques",
|
|
"arrive": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:45",
|
|
"destination": "michaelhouse cafe",
|
|
"name": "williams art and antiques"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to dine. the restaurant should be in the expensive price range and should serve italian food\n system : i have the cafe uno in the [value_area] of town . would that work ?\n user : no, i just realized i'll be in the south area. are there any that meet my criteria in the south?\n system : yes , [restaurant_name] is in the [value_area] and meets your criteria . would you like me to make a reservation ?\n user : yes could you book me a table for two sunday at 11:15?\n system : booking was successful . the table will be reserved for [value_count] minutes . reference number is [restaurant_reference] .\n user : thank you so much for all of your help. have a great day.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"2",
|
|
"11:15",
|
|
"sunday",
|
|
"italian",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "expensive",
|
|
"name": "frankie and bennys",
|
|
"area": "south",
|
|
"day": "sunday",
|
|
"people": "2",
|
|
"time": "11:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "2",
|
|
"time": "11:15",
|
|
"day": "sunday",
|
|
"food": "italian",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking to book a taxi that will leave from the missing sock\n system : what is your destination ?\n user : i need to get to the lucky star please.\n system : ok , what time do you want to leave ?\n user : i would like to leave after 17:15. i also need the car type and contact number\n system : i have you in a [taxi_type] , contact is [taxi_phone] .\n user : thank you that is all i need.\n",
|
|
"extracted_values": [
|
|
"17:15",
|
|
"the missing sock",
|
|
"the lucky star"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:15",
|
|
"destination": "the lucky star",
|
|
"departure": "the missing sock"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:15",
|
|
"departure": "the missing sock",
|
|
"destination": "the lucky star"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a place to dine it should be in the centre and should be in the expensive price range\n system : were you looking for a specific type of food ?\n user : yes, i am looking for a restaurant that offers vegetarian options.\n system : i am sorry but i do not have any vegetarian restaurant -s in the [value_area] area . would you like me to search another area for you ?\n user : yes, how about expensive turkish food in the centre of town?\n system : you would probably enjoy [restaurant_name] restaurant . would you like me to make a reservation ?\n user : yes, please reserve a table for 4 on monday at 15:15.\n system : i am sorry booking was unsuccessful . could you try another time perhaps ?\n user : okay, how about the same time for saturday?\n system : still not open then , shall i try another date or another place to eat ?\n user : could you try another expensive turkish restaurant in the centre? i'd really like to dine on monday.\n system : the [restaurant_name] restaurant is [value_pricerange] and serves [value_food] food . what time on [value_day] , and how many in your party ?\n user : for 4 people at 15:15 on either monday or saturday please.\n system : sorry , your booking was unsuccessful . would you like a different day or time slot ?\n user : is the meze bar restaurant available for saturday same time?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"15:15",
|
|
"saturday",
|
|
"the meze bar",
|
|
"centre",
|
|
"turkish"
|
|
],
|
|
"true_states": {
|
|
"food": "turkish",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"time": "15:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "4",
|
|
"time": "15:15",
|
|
"day": "saturday",
|
|
"name": "the meze bar",
|
|
"area": "centre",
|
|
"food": "turkish"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for an expensive hotel with free parking.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "expensive",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i am looking for a place to stay in the south that has free parking.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"area": "south",
|
|
"parking": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking to catch a train to norwich. are there any that depart at or around 17:00?\n system : there are departures most days from [value_place] at [value_time] . would you like any more information of train times or help booking a train ?\n user : does that train leave on friday?\n system : yes ! we have [value_count] trains leaving on [value_day] to [value_place] . what time would you like to arrive by ?\n user : no preference.\n",
|
|
"extracted_values": [
|
|
"17:00",
|
|
"friday",
|
|
"norwich"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:00",
|
|
"destination": "norwich",
|
|
"day": "friday"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:00",
|
|
"day": "friday",
|
|
"destination": "norwich"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a place to dine it should be in the centre and should be in the expensive price range\n system : were you looking for a specific type of food ?\n user : yes, i am looking for a restaurant that offers vegetarian options.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"centre",
|
|
"vegetarian"
|
|
],
|
|
"true_states": {
|
|
"food": "vegetarian",
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"food": "vegetarian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. can i get some help finding a hotel or guesthouse please?\n system : sure thing ! what side of town would you prefer ? what price range would you like ?\n user : i need one in the moderate price range. i would like one that doesn't have free parking.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"moderate",
|
|
"free",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "no",
|
|
"price": "moderate",
|
|
"type": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : konnichiwa, i am coming to town and will be staying a few days. i need a place in town centre that offers free parking. can you help me?\n system : i certainly can . i have [value_count] different options for you . i have [value_count] [value_pricerange] gueshouses and [value_count] [value_pricerange] hotel -s . do you have a preference ?\n user : i will take one of the cheap guesthouses please?\n system : how about the [hotel_name] , i can book it for you now if you like ?\n user : that sounds great. i'd like to book it for 2 people. we'll be arriving tuesday and we'd like to stay for 5 nights please.\n system : your booking was and your reference number is [hotel_reference] . is there anything else you need help with today ?\n user : no, that's all. thank you.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"1",
|
|
"cheap",
|
|
"2",
|
|
"5",
|
|
"wed",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "2",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "1",
|
|
"price": "cheap",
|
|
"people": "5",
|
|
"name": "wed",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to eat in the east that is expensive.\n system : sure , we have [value_food] , [value_food] , gastropubs , and [value_food] restaurant -s . would you like to book a table at [value_count] of them .\n user : how about an expensive british place? i'd like a reservation for wednesday.\n system : okay , i have the [restaurant_name] . what time would you like me to book your reservation ?\n user : i would like a table at 14:00 on wednesday for 5 people.\n system : unfortunately they did not have that day and time available . would you like to try for another date or time slot ?\n user : do they have an opening at 13:00 on wednesday for 5 people?\n system : yes , i have made your reservation . the reference number is [restaurant_reference] . what else can i help you with ?\n user : that's all, thanks. goodbye.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"14:00",
|
|
"5",
|
|
"13:00",
|
|
"wednesday",
|
|
"east",
|
|
"british"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"name": "grafton hotel restaurant",
|
|
"area": "east",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"time": "13:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"time": "13:00",
|
|
"people": "5",
|
|
"day": "wednesday",
|
|
"area": "east",
|
|
"food": "british"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the cheap price range and should be in the north\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"hotel",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"type": "hotel",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : do you have information about the hotel el shaddai?\n",
|
|
"extracted_values": [
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "el shaddia guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'll be coming into the centre of town to visit relatives. can you help me find a place to stay?\n system : i can definitely help with that . i have about [value_count] different hotel -s and guesthouses that are in the [value_area] of town . do you prefer a hotel or guesthouse ?\n user : i'd like it to be expensive. 4 star rated.\n system : the [hotel_name] is in the [value_area] of town , falls in the [value_pricerange] price range , and has [value_count] stars . would you like to book a room ?\n user : can you see if it's available for 4 nights from wednesday for 5 people\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"5",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "university arms hotel",
|
|
"area": "centre",
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"people": "5",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a british food restaurant in the centre.\n system : sure , there are [value_count] restaurant -s that meet your needs . [value_count] are [value_pricerange] and [value_count] are [value_pricerange] . do you have a preference ?\n user : only the best for my family .. we'll take the expensive one. book us a table for 5 at 14:00 on thursday.\n system : i am sorry i am having difficulty making a reservation for you . shall we try another time or restaurant type ?\n user : let's try italian instead.\n system : [restaurant_name] is a very nice , [value_pricerange] [value_food] restaurant in the center of town . would you like a table there ?\n user : actually, i change my mind. i think i want to stick with british food after all. can you suggest any one thats in the centre of town?\n system : [restaurant_name] , [restaurant_name] , and [restaurant_name] are all centrally located , [value_food] , and very [value_pricerange] , but none have a table for [value_count] available on [value_day] at [value_time] .\n user : can you try the cambridge chop house for thursday for 5 people at 13:00 instead?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"5",
|
|
"14:00",
|
|
"13:00",
|
|
"thursday",
|
|
"cambridge chop house",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "thursday",
|
|
"people": "5",
|
|
"time": "13:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"stars": "1",
|
|
"people": "5",
|
|
"time": "13:00",
|
|
"day": "thursday",
|
|
"name": "cambridge chop house",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a restaurant with modern european food. it should be in the moderate price range.\n system : what area are you wanting to be in ?\n user : doesn't really matter. is there one in the centre?\n system : yes , there are [value_count] [restaurant_name] & [restaurant_name] . would you like further information ?\n user : can i book de luca cucina and bar for 6 people at 19:15 on saturday please?\n system : your tabled has been reserved for [value_count] people on [value_day] at [value_time] . the reference number is [restaurant_reference] .\n user : thank you so much. that is all i need for now. have a great day.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"matter",
|
|
"1",
|
|
"6",
|
|
"19:15",
|
|
"saturday",
|
|
"de luca cucina and bar",
|
|
"modern european",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "modern european",
|
|
"price": "moderate",
|
|
"name": "de luca cucina and bar",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "6",
|
|
"time": "19:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "modern european",
|
|
"people": "6",
|
|
"time": "19:15",
|
|
"day": "saturday",
|
|
"name": "de luca cucina and bar",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to go!\n system : i can certainly help you find something . do you have a type of attraction in mind ?\n user : i like looking at the architecture of old buildings. i think it says a lot about how we used to live.\n system : we have a lot of interesting architecture here in [value_place] . is there a particular area of town you are interested in ?\n user : what would you suggest?\n system : here are a few suggestions from the [value_area] all saint s church and [attraction_name] , both are free to visit .\n user : the holy trinity church sounds lovely. can you give me their postcode, please?\n system : yes , their postcode is [attraction_postcode] . can i get any other information for you ?\n user : no that will be all. thanks.\n",
|
|
"extracted_values": [
|
|
"love",
|
|
"holy trinity church",
|
|
"architecture"
|
|
],
|
|
"true_states": {
|
|
"type": "architecture",
|
|
"name": "holy trinity church"
|
|
},
|
|
"gen_states": {
|
|
"food": "love",
|
|
"name": "holy trinity church",
|
|
"type": "architecture"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train that will depart on sunday and arrive by 18:00.\n system : i have found the listings for the [value_day] departures . what is your destination ? would you like me to book a trip ?\n user : i am going to cambridge from leicester. and, yes, please book it for me.\n",
|
|
"extracted_values": [
|
|
"18:00",
|
|
"sunday",
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "sunday",
|
|
"arrive": "18:00",
|
|
"departure": "leicester"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "18:00",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a taxi from saint john's college to pizza hut fen ditton.\n",
|
|
"extracted_values": [
|
|
"saint johns college",
|
|
"pizza hut fen ditton"
|
|
],
|
|
"true_states": {
|
|
"destination": "pizza hut fen ditton",
|
|
"departure": "saint johns college"
|
|
},
|
|
"gen_states": {
|
|
"name": "saint johns college",
|
|
"destination": "pizza hut fen ditton"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i need to find a hotel with free wifi and free parking. can you help me?\n system : there are [value_count] place -s with free internet and parking . do you have an area , price , star , or hotel type preference ?\n user : can you find me a guesthouse that is expensive?\n system : unfortunately , i do not happen to have any guesthouses that are in the [value_pricerange] range . can i look in another price range perhaps ?\n user : how about in the moderate price range?\n system : i have [value_count] guesthouses that match your needs . do you have additional requirement -s to narrow down the search ?\n user : could you recommend one with free wifi and free parking in the moderate price range, and give me the star rating and phone number?\n system : [hotel_name] is a [value_count] star place that meets your requirement -s . the phone number is [hotel_phone] .\n user : thank you, that will be all. goodbye.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"expensive",
|
|
"moderate",
|
|
"1",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "moderate",
|
|
"stars": "1",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i need to find a hotel with free wifi and free parking. can you help me?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a place to stay that includes free wi-fi.\n system : i have quite a few place -s that offer wifi , is there is a certain price range you are looking for ?\n user : something cheap would be good.\n system : i have about [value_count] different place -s . do you have a preference on the area of town ?\n user : no not really. but i would prefer a hotel and like both free wifi and parking if possible.\n system : [hotel_name] is a hotel in the [value_area] that is [value_pricerange] and has both free internet and wifi . would you like to book this ?\n user : that's fine. i'll need it for three nights starting on sunday.\n system : unfortunately , that day does not work . can we try booking another day or a shorter stay , perhaps ?\n user : is there another hotel that matches that criteria?\n system : unfortunately that s the only hotel that suits your criteria .\n user : i will try and restate so you can look again, i need free wifi and parking, cheap place, type of room does not matter.\n system : there are [value_count] place -s that match your criteria . what part of town would you like to stay in ?\n user : it doesn't matter. whatever is available nearby will be fine.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"3",
|
|
"nearby",
|
|
"sunday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "sunday",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "cheap",
|
|
"stay": "3",
|
|
"area": "nearby",
|
|
"day": "sunday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! can you tell me what trains are available on friday after 18:30?\n system : certainly , but first i need to know where you are departing from and what your destination is .\n user : i'm going from stevenage to cambridge.\n system : the first train after [value_time] is [train_id] , which leaves at [value_time] . would you like a ticket , or more information ?\n user : yes i would like to book it for 8 people and i will need the reference number.\n",
|
|
"extracted_values": [
|
|
"18:30",
|
|
"8",
|
|
"friday",
|
|
"stevenage",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "18:30",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"departure": "stevenage",
|
|
"people": "8"
|
|
},
|
|
"gen_states": {
|
|
"leave": "18:30",
|
|
"people": "8",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay. i want to make sure it is 4 stars and includes free parking. can you help with this?\n system : of course ! there are [value_count] place -s that fit that description . is there an area or price range that you prefer ?\n user : i would prefer something moderately priced in the centre of town\n system : unfortunately , i do not see anything that fits your needs . would you like me to try another area ?\n user : hmm, yes i suppose i could try one on the north side of town. are there any?\n system : yes , there is a total of [value_count] place -s to stay in the [value_area] side of town . would you like me to book you into [value_count] ?\n user : yes please, whichever you prefer.\n system : ok . i can do that for you . i need number of people , length of stay , and day of arrival .\n user : actually, i don't think i'm ready to make a reservation just yet. does the location on the north side of town have 4 stars, free parking, and moderate prices?\n system : yes , there are [value_count] place -s that will meet your needs . i suggest the [hotel_name] . would you like any more information about it ?\n user : just the postcode please.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"free",
|
|
"moderate",
|
|
"1",
|
|
"ready",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "kirkwood house",
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"parking": "free",
|
|
"price": "moderate",
|
|
"to": "ready",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a british food restaurant in the centre.\n system : sure , there are [value_count] restaurant -s that meet your needs . [value_count] are [value_pricerange] and [value_count] are [value_pricerange] . do you have a preference ?\n user : only the best for my family .. we'll take the expensive one. book us a table for 5 at 14:00 on thursday.\n system : i am sorry i am having difficulty making a reservation for you . shall we try another time or restaurant type ?\n user : let's try italian instead.\n system : [restaurant_name] is a very nice , [value_pricerange] [value_food] restaurant in the center of town . would you like a table there ?\n user : actually, i change my mind. i think i want to stick with british food after all. can you suggest any one thats in the centre of town?\n system : [restaurant_name] , [restaurant_name] , and [restaurant_name] are all centrally located , [value_food] , and very [value_pricerange] , but none have a table for [value_count] available on [value_day] at [value_time] .\n user : can you try the cambridge chop house for thursday for 5 people at 13:00 instead?\n system : your reservation at [restaurant_name] for [value_count] people at [value_time] on [value_day] was successful . your reference number is [restaurant_reference] . is there anything else i can help you with today ?\n user : no, that's all i need. thanks for your help!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"5",
|
|
"14:00",
|
|
"13:00",
|
|
"thursday",
|
|
"cambridge chop house",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "thursday",
|
|
"people": "5",
|
|
"time": "13:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"stars": "1",
|
|
"people": "5",
|
|
"time": "13:00",
|
|
"day": "thursday",
|
|
"name": "cambridge chop house",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a place to dine it should be in the centre and should be in the expensive price range\n system : were you looking for a specific type of food ?\n user : yes, i am looking for a restaurant that offers vegetarian options.\n system : i am sorry but i do not have any vegetarian restaurant -s in the [value_area] area . would you like me to search another area for you ?\n user : yes, how about expensive turkish food in the centre of town?\n system : you would probably enjoy [restaurant_name] restaurant . would you like me to make a reservation ?\n user : yes, please reserve a table for 4 on monday at 15:15.\n system : i am sorry booking was unsuccessful . could you try another time perhaps ?\n user : okay, how about the same time for saturday?\n system : still not open then , shall i try another date or another place to eat ?\n user : could you try another expensive turkish restaurant in the centre? i'd really like to dine on monday.\n system : the [restaurant_name] restaurant is [value_pricerange] and serves [value_food] food . what time on [value_day] , and how many in your party ?\n user : for 4 people at 15:15 on either monday or saturday please.\n system : sorry , your booking was unsuccessful . would you like a different day or time slot ?\n user : is the meze bar restaurant available for saturday same time?\n system : good news , i was able to book [value_day] at [value_time] . your reference number is [restaurant_reference] .\n user : thanks, that's all i need. good bye.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"15:15",
|
|
"saturday",
|
|
"the meze bar",
|
|
"centre",
|
|
"turkish"
|
|
],
|
|
"true_states": {
|
|
"food": "turkish",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"time": "15:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "4",
|
|
"time": "15:15",
|
|
"day": "saturday",
|
|
"name": "the meze bar",
|
|
"area": "centre",
|
|
"food": "turkish"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can i get a train from cambridge to bishops stortford?\n system : certainly . when would you like to depart ?\n user : on thursday after 20:15.\n system : there is a train leaving [value_place] and heading to [value_place] at [value_time] on [value_day] . would you like more information or to book a ticket ?\n user : no. i need to depart from bishops stortford and go to cambridge on thursday after 20:15.\n system : i have [value_count] train that leaves at [value_time] and arrives by [value_time] on [value_day] . do you want me to book tickets ?\n user : yes, that train would work better for me. can you book tickets for 7 people please?\n system : booked ! reference number is [train_reference] . you will pay [value_price] gbp at the station .\n user : great! thank you!\n",
|
|
"extracted_values": [
|
|
"20:15",
|
|
"7",
|
|
"thursday",
|
|
"cambridge",
|
|
"bishops stortford"
|
|
],
|
|
"true_states": {
|
|
"leave": "20:15",
|
|
"destination": "bishops stortford",
|
|
"day": "thursday",
|
|
"departure": "cambridge",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"leave": "20:15",
|
|
"people": "7",
|
|
"day": "thursday",
|
|
"departure": "cambridge",
|
|
"destination": "bishops stortford"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'll be coming into the centre of town to visit relatives. can you help me find a place to stay?\n system : i can definitely help with that . i have about [value_count] different hotel -s and guesthouses that are in the [value_area] of town . do you prefer a hotel or guesthouse ?\n user : i'd like it to be expensive. 4 star rated.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"price": "expensive",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there! i'm looking for an expensive place to stay that has free wifi. i bet cambridge has a ton of those.\n system : we have [value_count] hotel -s that fit that description . what area of town do you prefer ?\n user : the area doesn't matter much, but i would like it to be a guesthouse if possible.\n system : i am sorry , but all of [hotel_name] -s that have free wifi and who have an [value_pricerange] price range are hotel -s rather than guesthouses . would you be interested in a hotel instead ?\n user : i'd really rather stay at a guesthouse. do you have anything in the cheap price range?\n system : there are [value_count] location -s that meet your requirement -s . is there a particular star rating you would prefer ?\n user : no not in particular.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the moderate price range and should be in the east\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to dine. the restaurant should be in the expensive price range and should serve italian food\n system : i have the cafe uno in the [value_area] of town . would that work ?\n user : no, i just realized i'll be in the south area. are there any that meet my criteria in the south?\n system : yes , [restaurant_name] is in the [value_area] and meets your criteria . would you like me to make a reservation ?\n user : yes could you book me a table for two sunday at 11:15?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"2",
|
|
"11:15",
|
|
"sunday",
|
|
"italian",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "expensive",
|
|
"name": "frankie and bennys",
|
|
"area": "south",
|
|
"day": "sunday",
|
|
"people": "2",
|
|
"time": "11:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "2",
|
|
"time": "11:15",
|
|
"day": "sunday",
|
|
"food": "italian",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to leave peterborough and arrive by 20:45. can you book a train for me?\n system : what time would you like to depart ?\n user : i will depart any time so long as the train arrives by 20:45.\n system : ok , and what day do you need to travel ?\n user : oh, i need to leave this saturday. just to clarify i want to leave peterborough going to cambridge.\n system : [train_id] will arrive in [value_place] [value_day] by [value_time] , it will depart [value_place] at [value_time] . does this suit your needs ?\n user : yes that is perfect. can you book that and give me a reference number?\n system : yes i booked it and your reference number is [train_reference] . will there be anything else ?\n user : no, i think that's going to be all i needed. thanks. have a good day.\n",
|
|
"extracted_values": [
|
|
"20:45",
|
|
"saturday",
|
|
"peterborough",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "19:48",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "20:38",
|
|
"departure": "peterborough",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:45",
|
|
"day": "saturday",
|
|
"destination": "peterborough",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am trying to find a hotel called warkworth house\n",
|
|
"extracted_values": [
|
|
"warkworth house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "warkworth house"
|
|
},
|
|
"gen_states": {
|
|
"name": "warkworth house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a place to dine it should be in the centre and should be in the expensive price range\n system : were you looking for a specific type of food ?\n user : yes, i am looking for a restaurant that offers vegetarian options.\n system : i am sorry but i do not have any vegetarian restaurant -s in the [value_area] area . would you like me to search another area for you ?\n user : yes, how about expensive turkish food in the centre of town?\n system : you would probably enjoy [restaurant_name] restaurant . would you like me to make a reservation ?\n user : yes, please reserve a table for 4 on monday at 15:15.\n system : i am sorry booking was unsuccessful . could you try another time perhaps ?\n user : okay, how about the same time for saturday?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"15:15",
|
|
"saturday",
|
|
"centre",
|
|
"turkish"
|
|
],
|
|
"true_states": {
|
|
"food": "turkish",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"time": "15:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "4",
|
|
"time": "15:15",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"food": "turkish"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the expensive price range and should be in the type of guesthouse\n system : i do not have a guesthouse type of hotel , but i could suggest the [hotel_name]\n user : its ok if it has free parking\n system : it does have free parking . would you like me to book it for you ?\n user : are there any guesthouses in the cheap price range?\n system : there are [value_count] [value_pricerange] guesthouses , all in different area -s . any preference ?\n user : can you please tell me about the star of the hotel\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n system : there are a total of [value_count] hotel -s and guesthouses in the city that have [value_count] stars . is there a particular area or price range you would like ?\n user : how about a place in the east side of town that is a hotel not a guesthouse\n system : i am sorry but i do not have any hotel -s in the [value_area] . would you like to change location or type of accomodations ?\n user : yes, can you please change the location to centre?\n system : we have [value_count] star hotel that is in the [value_area] , [hotel_name] , it has internet and parking and is [value_pricerange] , would this [value_count] suit you ?\n user : that will be fine. can you book me a room for saturday, please?\n system : certainly . how long would you like to stay , and how many are in your party ?\n user : i'll be arriving saturday and staying 3 nights. there are 3 of us.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"3",
|
|
"saturday",
|
|
"centre",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"stars": "4",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"stay": "3",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me get to zizzi cambridge after 22:45?\n",
|
|
"extracted_values": [
|
|
"22:45",
|
|
"zizzi cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "22:45",
|
|
"destination": "zizzi cambridge",
|
|
"departure": "new england"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "22:45",
|
|
"destination": "zizzi cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to take me to yippee noodle bar by 9:45\n system : absolutely , where will the taxi be picking you up from today ?\n user : the rajmahal please\n system : all right , a [taxi_type] will come for you . should you need to contact them , the number is [taxi_phone] .\n user : thank you! goodbye!\n",
|
|
"extracted_values": [
|
|
"09:45",
|
|
"yippee noodle bar",
|
|
"rajmahal"
|
|
],
|
|
"true_states": {
|
|
"destination": "yippee noodle bar",
|
|
"departure": "rajmahal",
|
|
"arrive": "09:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:45",
|
|
"destination": "rajmahal"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : is there an expensive african restaurant in town.\n system : yes , the [restaurant_name] in the city [value_area] is a good , [value_pricerange] restaurant .\n user : excellent! i don't need a table right now, but if you could give me the address and phone number, that would be great.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"excellent",
|
|
"african"
|
|
],
|
|
"true_states": {
|
|
"food": "african",
|
|
"price": "expensive",
|
|
"name": "bedouin",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "african"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to pick me up at ashley hotel to leave after 10:45.\n system : where would you like to go to ?\n user : i need to get to restaurant two two\n",
|
|
"extracted_values": [
|
|
"10:45",
|
|
"ashley hotel",
|
|
"restaurant",
|
|
"two two"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:45",
|
|
"destination": "restaurant two two",
|
|
"departure": "ashley hotel"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:45",
|
|
"destination": "ashley hotel",
|
|
"food": "restaurant",
|
|
"people": "two two"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : good morning, are there any expensive restaurants in the city centre?\n system : i have quite a few restaurant -s , is there is particular type of food you are looking for ?\n user : no, can you choose one for me and provide me with the postcode.\n system : how about the [restaurant_name] that serves [value_food] ? the postcode is [restaurant_postcode] .\n user : that sounds great. thanks so much!\n system : you are welcome , would you like me to make a reservation for you ?\n user : no, but thank you for your help.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "dont care",
|
|
"price": "expensive",
|
|
"name": "kymmoy",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "1",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train that will be in cambridge by 3:00\n system : what day will you be travelling ?\n user : i will be travelling on wednesday.\n system : alright , where will you be departing ?\n user : i'm leaving out of london king's cross.\n system : what time do you need to be there by ? is it [value_time] ?\n user : no, i need to arrive by 14:00.\n",
|
|
"extracted_values": [
|
|
"03:00",
|
|
"14:00",
|
|
"wednesday",
|
|
"cambridge",
|
|
"london kings cross"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "wednesday",
|
|
"arrive": "14:00",
|
|
"departure": "london kings cross"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:00",
|
|
"day": "wednesday",
|
|
"departure": "cambridge",
|
|
"destination": "london kings cross"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any british restaurants in the centre?\n system : oh yes i have quite a few . did you have a preferred price range in mind ?\n user : i'd like an expensive restaurant please.\n system : i found [value_count] restaurant -s [restaurant_name] , [restaurant_name] , or [restaurant_name] . would you like a table booked ?\n user : i want to make a booking at fitzbillies restaurant. it will be for 8 people on friday at 12:00.\n system : i am sorry but they do not have any seating for [value_count] people at that time . would you like to try another day or time ?\n user : can we make it for 11:00?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"8",
|
|
"12:00",
|
|
"11:00",
|
|
"friday",
|
|
"fitzbillies restaurant",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"name": "fitzbillies restaurant",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "8",
|
|
"time": "11:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "8",
|
|
"time": "11:00",
|
|
"day": "friday",
|
|
"name": "fitzbillies restaurant",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the moderate price range and should be in the east\n system : try [restaurant_name] or [restaurant_name]\n user : the restaurant should serve italian food.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"east",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "moderate",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"area": "east",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a taxi to take me to ruskin gallery\n",
|
|
"extracted_values": [
|
|
"ruskin gallery"
|
|
],
|
|
"true_states": {
|
|
"destination": "ruskin gallery"
|
|
},
|
|
"gen_states": {
|
|
"destination": "ruskin gallery"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should be in the moderate price range\n system : i have [value_count] hotel -s . [value_count] in the [value_area] and [value_count] in the [value_area] . do you have a preference ?\n user : no, but should come with free parking.\n system : how does the [hotel_name] sound ? it has internet and free parking and is [value_pricerange] -ly priced .\n user : sure. please book for 1 person for 4 nights starting on friday.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"moderate",
|
|
"1",
|
|
"4",
|
|
"friday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "lovell lodge",
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "friday",
|
|
"people": "1",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "moderate",
|
|
"people": "1",
|
|
"stars": "4",
|
|
"day": "friday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a restaurant in the centre of town with a modest price range. can you recommend one?\n",
|
|
"extracted_values": [
|
|
"modest",
|
|
"1",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "modest",
|
|
"food": "1",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a restaurant called la margherita.\n system : yes , that s a great [value_pricerange] [value_food] place on the [value_area] side . what other information can i get for you ?\n user : that's all i needed, thank you.\n",
|
|
"extracted_values": [
|
|
"la margherita"
|
|
],
|
|
"true_states": {
|
|
"name": "la margherita"
|
|
},
|
|
"gen_states": {
|
|
"food": "la margherita"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to go to an indian restaurant in the north.\n system : i found [value_count] that matches your criteria . would you prefer a [value_pricerange] or [value_pricerange] pricing ?\n user : how about the moderate one? may i have their address, please?\n system : yes [restaurant_name] s address is [restaurant_address] and their postcode is [restaurant_postcode] . is there anything else i can help you with today ?\n user : no, that is all, thank you. have a nice day.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"1",
|
|
"indian",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"name": "the nirala",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"stars": "1",
|
|
"food": "indian",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the type of guesthouse and should include free parking\n system : there are a number of guesthouses in the area with free parking . do you have a preference for price range or area that you want to stay ?\n user : the hotel should have a star of 3 and should be in the south.\n system : how about [hotel_name] ?\n user : sure, please book it for 8 people for 3 nights starting on monday\n system : booking was not successful . perhaps another day or shorter stay ?\n user : advice me on another booking duration\n system : could you choose a different check in day perhaps , or a shorter stay ?\n user : are you sure that didn't work? 8 people and 3 nights starting from monday?\n system : sorry , there must have been a glitch in the system . you are booked at [hotel_name] starting [value_day] for [value_count] days , [value_count] guests . reference # is [hotel_reference]\n user : thanks, that's all. good bye.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"3",
|
|
"8",
|
|
"monday",
|
|
"hotel",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"area": "south",
|
|
"parking": "yes",
|
|
"stars": "3",
|
|
"type": "guesthouse",
|
|
"day": "monday",
|
|
"people": "8",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stay": "3",
|
|
"people": "8",
|
|
"day": "monday",
|
|
"type": "hotel",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train that will be in cambridge by 3:00\n system : what day will you be travelling ?\n user : i will be travelling on wednesday.\n system : alright , where will you be departing ?\n user : i'm leaving out of london king's cross.\n system : what time do you need to be there by ? is it [value_time] ?\n user : no, i need to arrive by 14:00.\n system : i have only [value_count] train that would be close to those traveling times . it leaves [value_place] at [value_time] and arrives in [value_place] at [value_time] .\n user : can i get a ticket for 1 person and the reference number please.\n system : i was able to book you [value_count] ticket on train [train_id] . your total cost is [value_price] gbp payable at the station . your reference number is [train_reference] .\n user : thank you. i think that's all i need.\n",
|
|
"extracted_values": [
|
|
"03:00",
|
|
"14:00",
|
|
"1",
|
|
"wednesday",
|
|
"cambridge",
|
|
"london kings cross"
|
|
],
|
|
"true_states": {
|
|
"leave": "11:17",
|
|
"destination": "cambridge",
|
|
"day": "wednesday",
|
|
"arrive": "14:00",
|
|
"departure": "london kings cross",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"leave": "03:00",
|
|
"arrive": "14:00",
|
|
"people": "1",
|
|
"day": "wednesday",
|
|
"departure": "cambridge",
|
|
"destination": "london kings cross"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any 4-star hotels which are moderately priced?\n system : we have [value_count] guest houses which are [value_pricerange] -ly priced , but no hotel -s .\n user : a guesthouse is fine. i'm looking for a place in the north with free parking.\n system : [hotel_name] is available if that works for you .\n user : that's good. can you book it for 3 people?\n system : for how many days and starting what day ?\n user : starting friday for 4 nights. there will be 3 guests.\n system : i am not able to book for those nights . would you want to try a shorter stay ?\n user : yes, that would be fine. is there a room available for one night?\n system : i was able to get you [value_count] night at the acorn ref# [hotel_reference] . can i help you with anything else today ?\n user : that shall be all! thank you!\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"moderate",
|
|
"free",
|
|
"3",
|
|
"1",
|
|
"friday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "acorn guest house",
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4",
|
|
"day": "friday",
|
|
"people": "3",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"people": "1",
|
|
"day": "friday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi from the missing sock and i need to get to my destination by 08:30. can you help?\n system : i can help you with that . where are you going ?\n user : i'm going to el shaddai\n system : okay your booking is complete . be on the lookout for a [taxi_type]\n user : i will also need the contact number please.\n",
|
|
"extracted_values": [
|
|
"08:30",
|
|
"the missing sock"
|
|
],
|
|
"true_states": {
|
|
"destination": "el shaddia guesthouse",
|
|
"departure": "the missing sock",
|
|
"arrive": "08:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "08:30",
|
|
"name": "the missing sock"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a train departing from stansted airport. i'd like it to arrive at the destination by 9:15.\n system : sure ! it looks like we have [value_count] morning trains daily the are early enough for you . what day are you planning to travel ?\n user : i need to leave on thursday.\n system : we only have trains going to [value_place] then , is that your destination ?\n user : yes, i want to go to cambridge. can you make a booking for 7 people and give me the reference number?\n system : i have train [train_id] that leaves the airport at [value_time] and gets to [value_place] at [value_time] . would that train work for you ?\n user : yes, that's great can i get 7 tickets please?\n",
|
|
"extracted_values": [
|
|
"09:15",
|
|
"7",
|
|
"thursday",
|
|
"stansted airport",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "thursday",
|
|
"arrive": "09:15",
|
|
"departure": "stansted airport",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:15",
|
|
"people": "7",
|
|
"day": "thursday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to book a taxi to leave after 11:00 going to arbury lodge guesthouse.\n system : where are you departing from ?\n user : from the gardenia\n system : all right , a [taxi_type] will pick you up . the contact number is [taxi_phone] .\n user : great! thank you for your help!\n system : you are welcome ! what else can i do for you ?\n user : no that will be all for today. thank you!\n",
|
|
"extracted_values": [
|
|
"11:00",
|
|
"arbury lodge guesthouse",
|
|
"the gardenia"
|
|
],
|
|
"true_states": {
|
|
"leave": "11:00",
|
|
"destination": "arbury lodge guesthouse",
|
|
"departure": "the gardenia"
|
|
},
|
|
"gen_states": {
|
|
"leave": "11:00",
|
|
"destination": "arbury lodge guesthouse",
|
|
"departure": "the gardenia"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a restaurant with modern european food. it should be in the moderate price range.\n system : what area are you wanting to be in ?\n user : doesn't really matter. is there one in the centre?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"matter",
|
|
"1",
|
|
"modern european",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "modern european",
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "modern european",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : there are hotels with free wifi and parking, right?\n system : yes there are plenty . what area would you like to stay in ?\n user : the hotel should be in the centre and should be in the type of guesthouse.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"guesthouse",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"type": "guesthouse",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking to find a place to eat in the centre of town that needs to have a moderate price range. can you give me some options?\n system : there are quite a few options in the [value_area] of town . there s [value_food] , [value_food] , [value_food] , [value_food] and [value_food] food just to name a few . what would you like ?\n user : is there a lebanese option? i'm really craving some lebanese right now.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"centre",
|
|
"lebanese"
|
|
],
|
|
"true_states": {
|
|
"food": "lebanese",
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"area": "centre",
|
|
"food": "lebanese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : good morning, are there any expensive restaurants in the city centre?\n system : i have quite a few restaurant -s , is there is particular type of food you are looking for ?\n user : no, can you choose one for me and provide me with the postcode.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "dont care",
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "1",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for some info on an attraction called kettle's yard.\n",
|
|
"extracted_values": [
|
|
"kettles yard"
|
|
],
|
|
"true_states": {
|
|
"name": "kettles yard"
|
|
},
|
|
"gen_states": {
|
|
"name": "kettles yard"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a mexican restaurant in the centre.\n",
|
|
"extracted_values": [
|
|
"mexican",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "mexican",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "mexican",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i kind of need some help finding a nice hotel in the north part of town.\n system : there are [value_count] hotel -s in the [value_area] part of town in the [value_pricerange] price range , does that price range work for you ?\n user : do either of those have 4 stars?\n system : i am sorry , they are both [value_count] star hotel -s . would you like to try a different area or star number ?\n user : a 4 star guesthouse in the north would be fine too.\n system : there are several in the [value_pricerange] price range and [value_count] that is [value_pricerange] . does price matter ?\n user : no, it doesn't. what place would you recommend?\n system : i recommend [hotel_name] because it is in the [value_pricerange] price range and has a high rating . do you want me to book [hotel_name] for you ?\n user : yes. i'll need a reservation for 3 nights starting sunday. there are 3 people in my party.\n system : i have made reservations for [value_count] starting on [value_day] for [value_count] nights .\n user : great to hear that, can you provide me also with reference number?\n",
|
|
"extracted_values": [
|
|
"kind",
|
|
"4",
|
|
"3",
|
|
"sunday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "worth house",
|
|
"area": "north",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"type": "guesthouse",
|
|
"day": "sunday",
|
|
"people": "3",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"hotel": "kind",
|
|
"stars": "4",
|
|
"people": "3",
|
|
"day": "sunday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should include free parking\n system : there are many results with free wifi and parking , to help narrow it down , what area do you want to stay in ?\n user : north area in a guesthouse\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n system : there are a total of [value_count] hotel -s and guesthouses in the city that have [value_count] stars . is there a particular area or price range you would like ?\n user : how about a place in the east side of town that is a hotel not a guesthouse\n system : i am sorry but i do not have any hotel -s in the [value_area] . would you like to change location or type of accomodations ?\n user : yes, can you please change the location to centre?\n system : we have [value_count] star hotel that is in the [value_area] , [hotel_name] , it has internet and parking and is [value_pricerange] , would this [value_count] suit you ?\n user : that will be fine. can you book me a room for saturday, please?\n system : certainly . how long would you like to stay , and how many are in your party ?\n user : i'll be arriving saturday and staying 3 nights. there are 3 of us.\n system : unfortunately , we cannot book you for those days . could you change the number of days ?\n user : sure, try for two days?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"3",
|
|
"saturday",
|
|
"centre",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"stars": "4",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"stay": "3",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an attraction to visit. is there anything located in the west part of town?\n",
|
|
"extracted_values": [
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train to take me from cambridge to broxbourne.\n system : sure . what time would you like to depart ?\n user : i don't know. i want to get there at 08:15 though.\n system : also , what day will you be travelling ?\n user : i will be travelling on monday.\n system : alright , the latest train that fits your criteria is [train_id] , which will arrive at [value_time] . is that alright by you ?\n user : yes that will be fine thank you. can you tell me how long the journey will be and how much it will cost and when the train leaves?\n system : yes travel time is [value_count] minutes and the cost of the ticket is [value_price] pounds .\n user : what is the exact departure time please?\n system : the train leaves [value_place] at [value_time] . is there anything else i can help you with today ?\n user : can you book me a seat on the train please?\n",
|
|
"extracted_values": [
|
|
"08:15",
|
|
"monday",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"leave": "07:01",
|
|
"destination": "broxbourne",
|
|
"day": "monday",
|
|
"arrive": "08:15",
|
|
"departure": "cambridge",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "08:15",
|
|
"day": "monday",
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a restaurant in the centre area?\n system : of course ! there are [value_count] restaurant -s in the [value_area] . what type of food would you like ?\n user : i'm in the mood for italian food. which is your favorite?\n system : sure , how about [restaurant_name] . can i make a reservation for you ?\n user : great. can you book a table for 1 on saturday at 12:45?\n system : your table is reserved . reference number [restaurant_reference] .\n user : terrific! you are great, please send me all this information to my e-mail, thanks.\n",
|
|
"extracted_values": [
|
|
"favorite",
|
|
"1",
|
|
"12:45",
|
|
"terrific",
|
|
"saturday",
|
|
"centre",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"name": "stazione restaurant and coffee bar",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"time": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"food": "italian",
|
|
"people": "1",
|
|
"time": "12:45",
|
|
"day": "saturday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a high end indian restaurant, are there any in town?\n",
|
|
"extracted_values": [
|
|
"high",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive"
|
|
},
|
|
"gen_states": {
|
|
"price": "high",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the east and should include free wifi\n system : do you have a price range in mind ?\n user : the rating should be 4 stars and i want free parking to be included.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"hotel",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"stars": "4",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"stars": "4",
|
|
"type": "hotel",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to try saigon city.\n system : great choice . when can i make the reservation for ?\n user : 5 people on a wednesday at 19:45.\n",
|
|
"extracted_values": [
|
|
"5",
|
|
"19:45",
|
|
"wednesday",
|
|
"saigon city"
|
|
],
|
|
"true_states": {
|
|
"name": "saigon city",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"time": "19:45"
|
|
},
|
|
"gen_states": {
|
|
"people": "5",
|
|
"time": "19:45",
|
|
"day": "wednesday",
|
|
"destination": "saigon city"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a taxi from yu garden arriving by 14:30\n system : i'll need a destination to give them before i can book that for you .\n user : i'd be going to holy trinity church. i'll need the car type and contact number as well.\n system : the car that is reserved for you is a [taxi_type] , and the contact number is [taxi_phone] . can i do anything else for you ?\n user : nope thats all thank you\n",
|
|
"extracted_values": [
|
|
"14:30",
|
|
"yu garden",
|
|
"holy trinity church"
|
|
],
|
|
"true_states": {
|
|
"destination": "holy trinity church",
|
|
"departure": "yu garden",
|
|
"arrive": "14:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:30",
|
|
"departure": "yu garden",
|
|
"destination": "holy trinity church"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : oh, yes i'm hoping you can help me with finding a train departing out of cambridge.\n system : certainly ! where would you like to go ?\n user : i need to go to birmingham new street.\n system : there are plenty of trains going there . what day and time would you like to travel ?\n user : i would like to leave on sunday afternoon after 15:00.\n",
|
|
"extracted_values": [
|
|
"15:00",
|
|
"sunday",
|
|
"cambridge",
|
|
"birmingham new street"
|
|
],
|
|
"true_states": {
|
|
"leave": "15:00",
|
|
"destination": "birmingham new street",
|
|
"day": "sunday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "15:00",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "birmingham new street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me book a train? i would like to leave after 10:15 on saturday.\n",
|
|
"extracted_values": [
|
|
"10:15",
|
|
"saturday"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:15",
|
|
"day": "saturday"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:15",
|
|
"day": "saturday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a british food restaurant in the centre.\n system : sure , there are [value_count] restaurant -s that meet your needs . [value_count] are [value_pricerange] and [value_count] are [value_pricerange] . do you have a preference ?\n user : only the best for my family .. we'll take the expensive one. book us a table for 5 at 14:00 on thursday.\n system : i am sorry i am having difficulty making a reservation for you . shall we try another time or restaurant type ?\n user : let's try italian instead.\n system : [restaurant_name] is a very nice , [value_pricerange] [value_food] restaurant in the center of town . would you like a table there ?\n user : actually, i change my mind. i think i want to stick with british food after all. can you suggest any one thats in the centre of town?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"5",
|
|
"14:00",
|
|
"thursday",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "thursday",
|
|
"people": "5",
|
|
"time": "14:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"stars": "1",
|
|
"people": "5",
|
|
"time": "14:00",
|
|
"day": "thursday",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'll be coming in to cambridge and i'd like a place to stay. i'd like a guesthouse with free parking.\n system : i have got [value_count] guesthouses that offer free parking , do you have any more preferences ?\n user : i'd like it to be in the east, if possible.\n system : there are [value_count] guesthouses that offer free parking . [value_count] are [value_pricerange] and [value_count] are [value_pricerange] . which price range do you prefer ?\n user : i'll take a cheap one please.\n system : i found [hotel_name] to meet your needs . would you like me to book that for you ?\n user : no that would be all.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"cambridge",
|
|
"guesthouse",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"stars": "1",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a place to stay that includes free wi-fi.\n system : i have quite a few place -s that offer wifi , is there is a certain price range you are looking for ?\n user : something cheap would be good.\n system : i have about [value_count] different place -s . do you have a preference on the area of town ?\n user : no not really. but i would prefer a hotel and like both free wifi and parking if possible.\n system : [hotel_name] is a hotel in the [value_area] that is [value_pricerange] and has both free internet and wifi . would you like to book this ?\n user : that's fine. i'll need it for three nights starting on sunday.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"3",
|
|
"sunday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "cambridge belfry",
|
|
"area": "west",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "sunday",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "cheap",
|
|
"stay": "3",
|
|
"day": "sunday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, hello. i'd like to book a taxi to what i believe is a restaurant.\n system : sure , i can do that . do you know the name of the restaurant ? also , when would you like to be picked up and arrive by ?\n user : yes, oak bistro and will depart from sheep's green and lammas land park fen causeway.\n system : ok great , i will also need to know what your preferences are for your pick up and arrival times to book your taxi .\n user : i would like to arrive by 16:45. i will need a contact number and car type as well.\n system : i have that booked , a [taxi_type] and the contact info is [taxi_phone]\n user : great! that's all for today. goodbye!\n",
|
|
"extracted_values": [
|
|
"16:45",
|
|
"the oak bistro",
|
|
"sheeps green and lammas land park fen causeway"
|
|
],
|
|
"true_states": {
|
|
"destination": "the oak bistro",
|
|
"departure": "sheeps green and lammas land park fen causeway",
|
|
"arrive": "16:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "16:45",
|
|
"name": "the oak bistro",
|
|
"destination": "sheeps green and lammas land park fen causeway"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a taxi to the cafe jello gallery please.\n system : i would be happy to help you with that . i will need to know where you are departing from and what time you would like picked up .\n user : i'd like to picked up from cafe jello gallery after 12:30.\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"cafe jello gallery"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:30",
|
|
"departure": "cafe jello gallery"
|
|
},
|
|
"gen_states": {
|
|
"time": "12:30",
|
|
"destination": "cafe jello gallery"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi at ian hong house to leave by 14:45.\n",
|
|
"extracted_values": [
|
|
"14:45",
|
|
"lan hong house"
|
|
],
|
|
"true_states": {
|
|
"leave": "14:45",
|
|
"departure": "lan hong house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "14:45",
|
|
"departure": "lan hong house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to arrive by 17:30 at the cambridge punte.\n system : i would be happy to help with your request . did you mean [attraction_name] ? where will you be departing from ?\n user : yes, the cambridge punter and i will be departing from the city stop restaurant.\n system : ok , what is your departure site ?\n user : as i said, i am departing from the city stop restaurant.\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"cambridge punter",
|
|
"cambridge punter",
|
|
"city stop restaurant"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge punter",
|
|
"departure": "city stop restaurant",
|
|
"arrive": "17:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:30",
|
|
"departure": "city stop restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should include free parking\n system : there are many results with free wifi and parking , to help narrow it down , what area do you want to stay in ?\n user : north area in a guesthouse\n system : what star rating ?\n user : it doesn't matter as long as i can book it for 2 people and 2 nights starting thursday.\n system : did you have a price range in mind ?\n user : no, i am not picky.\n system : booking was not successful for that night at the [hotel_name] , would you like me to try a different place ?\n user : how about wednesday instead?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"2",
|
|
"picky",
|
|
"wednesday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "acorn guest house",
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "wednesday",
|
|
"people": "2",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stay": "picky",
|
|
"day": "wednesday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i need to find a hotel with free wifi and free parking. can you help me?\n system : there are [value_count] place -s with free internet and parking . do you have an area , price , star , or hotel type preference ?\n user : can you find me a guesthouse that is expensive?\n system : unfortunately , i do not happen to have any guesthouses that are in the [value_pricerange] range . can i look in another price range perhaps ?\n user : how about in the moderate price range?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"expensive",
|
|
"moderate",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "moderate",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to make a train reservation for friday and i need it to arrive by 19:00\n system : sure , i can help with that . can you please let me know where you will be departing from .\n user : i will be departing from cambridge.\n system : and what is your destination ?\n user : i will be going to stansted airport.\n system : train [train_id] departing from [value_place] at [value_time] and arriving at [value_place] at [value_time] will be the best option for you .\n user : that's an early arrival. is there a later train that arrives before 19:00, please?\n",
|
|
"extracted_values": [
|
|
"19:00",
|
|
"friday",
|
|
"cambridge",
|
|
"stansted airport"
|
|
],
|
|
"true_states": {
|
|
"destination": "stansted airport",
|
|
"day": "friday",
|
|
"arrive": "19:00",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "19:00",
|
|
"day": "friday",
|
|
"departure": "cambridge",
|
|
"destination": "stansted airport"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : good evening, i am looking for a place to stay that includes free parking\n",
|
|
"extracted_values": [
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a restaurant called la margherita.\n",
|
|
"extracted_values": [
|
|
"la margherita"
|
|
],
|
|
"true_states": {
|
|
"name": "la margherita"
|
|
},
|
|
"gen_states": {
|
|
"food": "la margherita"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i am trying to find an attraction in the west part of town. can you help me?\n system : sure , there are many colleges and museums in the [value_area] , there is also some entertainment . do you have a preference on any of these ?\n user : not really. could you give me the postcode for one of the museums?\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"west",
|
|
"museum"
|
|
],
|
|
"true_states": {
|
|
"type": "museum",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"area": "west",
|
|
"type": "museum"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi arriving by 20:00.\n system : okay , what is your departure site ?\n user : i am leaving from clare college.\n system : and where will you be headed to ?\n user : i need to get to the parkside police station. my boyfriend got himself arrested, again!\n",
|
|
"extracted_values": [
|
|
"20:00",
|
|
"clare college",
|
|
"parkside police station"
|
|
],
|
|
"true_states": {
|
|
"destination": "parkside police station",
|
|
"departure": "clare college",
|
|
"arrive": "20:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:00",
|
|
"departure": "parkside police station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! are there any asian oriental restaurants in the center of town?\n",
|
|
"extracted_values": [
|
|
"asian oriental",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "asian oriental",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place serving indian food in the moderate price range\n system : i have head the [restaurant_name] is fantastic . what area are you looking for ?\n user : the area does not matter. the curry prince sounds good. please book a table for 7 people at 19:30 on tuesday.\n system : ok i have a table booked for [value_count] at [value_time] on [value_day] . your reference number is [restaurant_reference] .\n user : okay thank you. that will be all.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"7",
|
|
"19:30",
|
|
"tuesday",
|
|
"curry prince",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "moderate",
|
|
"name": "curry prince",
|
|
"day": "tuesday",
|
|
"people": "7",
|
|
"time": "19:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "7",
|
|
"time": "19:30",
|
|
"day": "tuesday",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you see if there are any entertainment attractions in the centre of town?\n system : unfortunately there are no entertainment attractions in the [value_area] of town . is there a different area of town that would work for you ?\n user : what about a museum?\n system : yes , there are [value_count] museums . i would recommend [attraction_name] . it s at [attraction_address] [restaurant_postcode] and has free entrance . would that work for you ?\n user : yes, that will work great. can i get their phone number please?\n",
|
|
"extracted_values": [
|
|
"museum",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"type": "museum",
|
|
"name": "broughton house gallery",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"type": "museum",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the expensive price range and should be in the type of guesthouse\n system : i do not have a guesthouse type of hotel , but i could suggest the [hotel_name]\n user : its ok if it has free parking\n system : it does have free parking . would you like me to book it for you ?\n user : are there any guesthouses in the cheap price range?\n system : there are [value_count] [value_pricerange] guesthouses , all in different area -s . any preference ?\n user : can you please tell me about the star of the hotel\n system : [hotel_name] has a star rating of [value_count] .\n user : what is the price of allenbell?\n system : the [hotel_name] is in the [value_pricerange] price range . do you want me to book it ?\n user : no, that's all i need for today. good bye.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train from cambridge to birmingham new street.\n system : the next train leaving from [value_place] for [value_place] departs [value_day] at [value_time] , and will arrive by [value_time] .\n user : i need a train that departs after 08:30 on friday.\n system : i have a train leaving [value_place] arriving at [value_place] on [value_day] at [value_time] . would you like me to book this for you ?\n user : yes please, that sounds perfect.\n",
|
|
"extracted_values": [
|
|
"08:30",
|
|
"friday",
|
|
"cambridge",
|
|
"birmingham new street"
|
|
],
|
|
"true_states": {
|
|
"leave": "08:30",
|
|
"destination": "birmingham new street",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "08:30",
|
|
"day": "friday",
|
|
"departure": "cambridge",
|
|
"destination": "birmingham new street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train to cambridge on saturday.\n",
|
|
"extracted_values": [
|
|
"saturday",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "20:54"
|
|
},
|
|
"gen_states": {
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello. i'm looking for a cheap place to eat in the centre. can you help me?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train out of kings lynn please.\n system : where will you be going ?\n user : i want to go to cambridge.\n",
|
|
"extracted_values": [
|
|
"kings lynn",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"departure": "kings lynn"
|
|
},
|
|
"gen_states": {
|
|
"destination": "kings lynn",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train from london kings cross to cambridge.\n system : i have [value_count] trains travelling that route . to narrow it down , what day would you like to leave and what time would you like to depart and arrive ?\n user : sure, i would like to go on saturday, and arrive by 20:20. as close to that time as i can arrive.\n",
|
|
"extracted_values": [
|
|
"20:20",
|
|
"close",
|
|
"saturday",
|
|
"london kings cross",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "20:20",
|
|
"departure": "london kings cross"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:20",
|
|
"area": "close",
|
|
"day": "saturday",
|
|
"destination": "london kings cross",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need help finding an expensive place to eat in the west please.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"price": "expensive",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for somewhere to stay with free parking and free wifi.\n system : there are [value_count] place -s that meet your needs . do you have additional preferences such as lodging type , price range or area ?\n user : something cheap would be more within my budget. what do you have available?\n system : there are [value_count] guesthouses and [value_count] hotel that fall in that price range . is there a particular part of town that you would like to stay in ?\n user : i don't care about the area. just pick one for monday.\n system : how long do you intend to stay ?\n user : we will be staying for five nights.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"5",
|
|
"monday"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"day": "monday"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "monday"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a hotel to stay at located in the centre.\n system : ok . there are [value_count] hotel -s located in the [value_area] of town . they are in the [value_pricerange] and [value_pricerange] price range -s . do you have a preference ?\n user : i would like expensive, please.\n system : the [hotel_name] has [value_count] stars , and the [hotel_name] has [value_count] . both meet your other criteria . would you like to book a room at [value_count] of these ?\n user : yes, you can. i'll try the gonville.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"gonville",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "gonville hotel",
|
|
"area": "centre",
|
|
"price": "expensive",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"name": "gonville",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a specific restaurant. it's called india house. can you help with this?\n system : sure can . [restaurant_name] is an [value_pricerange] [value_food] restaurant in the [value_area] part of town . would you like a reservation ?\n user : yes for 4 people at 16:30 on a saturday. i will need a reference number as well.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"16:30",
|
|
"saturday",
|
|
"india house"
|
|
],
|
|
"true_states": {
|
|
"name": "india house",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"time": "16:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "4",
|
|
"time": "16:30",
|
|
"day": "saturday",
|
|
"food": "india house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n",
|
|
"extracted_values": [
|
|
"4"
|
|
],
|
|
"true_states": {
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need a guesthouse with free wifi please.\n system : i have [value_count] guesthouses with internet , which area would you prefer ?\n user : i also need free parking, and i'd prefer a 4 star place.\n system : you do have a few options , including the [hotel_name] which offers free wifi as well as free parking . it is also inexpensive , and rated [value_count] stars .\n user : great. can you book that one for 4 nights checking in on tuesday? there will be 6 people.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"1",
|
|
"6",
|
|
"tuesday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "alexander bed and breakfast",
|
|
"parking": "yes",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "6",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "1",
|
|
"people": "6",
|
|
"day": "tuesday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a reservation that has cheap price and should be in the east\n system : we have [value_count] with your specification\n user : oh, i also need it to have free parking and i want a guest house.\n system : how about [hotel_name] ? it looks great .\n user : sure, please book it for 1 person for 5 nights starting on thursday.\n system : booking was unsuccessful . perhaps another day or shorter stay ?\n user : how about starting on friday?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"friday",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"name": "allenbell",
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse",
|
|
"day": "friday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "friday",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me book a train? i would like to leave after 10:15 on saturday.\n system : i can help with that ! what are your departure and arrival stations ?\n user : i'm coming into stansted airport and i want to go to cambridge. is there a train for that?\n system : [train_id] leaves [value_place] at [value_time] qm on [value_day] . it costs [value_price] pounds . would you like me to book that for you ?\n user : no, thank you.\n system : is there anything else that i can assist with ?\n user : how long is the ride?\n system : the ride is [value_count] minutes . would you like me to book a ticket ?\n user : no but can you tell me how much the ticket costs?\n system : the travel time of the journey is going to be [value_count] minutes .\n user : great and what will be the cost of each ticket?\n",
|
|
"extracted_values": [
|
|
"10:15",
|
|
"saturday",
|
|
"stansted airport",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:15",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"departure": "stansted airport"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:15",
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to go!\n system : i can certainly help you find something . do you have a type of attraction in mind ?\n user : i like looking at the architecture of old buildings. i think it says a lot about how we used to live.\n system : we have a lot of interesting architecture here in [value_place] . is there a particular area of town you are interested in ?\n user : what would you suggest?\n",
|
|
"extracted_values": [
|
|
"architecture"
|
|
],
|
|
"true_states": {
|
|
"type": "architecture"
|
|
},
|
|
"gen_states": {
|
|
"type": "architecture"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to arrive by 16:45 to take me to the parkside police station.\n system : where would you like the taxi to pick you up ?\n user : i actually need to be picked up from the parkside police station. sorry about taht.\n",
|
|
"extracted_values": [
|
|
"16:45",
|
|
"parkside police station"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:45",
|
|
"departure": "parkside police station"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "16:45",
|
|
"departure": "parkside police station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train from cambridge to birmingham new street.\n",
|
|
"extracted_values": [
|
|
"cambridge",
|
|
"birmingham new street"
|
|
],
|
|
"true_states": {
|
|
"destination": "birmingham new street",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge",
|
|
"destination": "birmingham new street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a british food restaurant in the centre.\n system : sure , there are [value_count] restaurant -s that meet your needs . [value_count] are [value_pricerange] and [value_count] are [value_pricerange] . do you have a preference ?\n user : only the best for my family .. we'll take the expensive one. book us a table for 5 at 14:00 on thursday.\n system : i am sorry i am having difficulty making a reservation for you . shall we try another time or restaurant type ?\n user : let's try italian instead.\n system : [restaurant_name] is a very nice , [value_pricerange] [value_food] restaurant in the center of town . would you like a table there ?\n user : actually, i change my mind. i think i want to stick with british food after all. can you suggest any one thats in the centre of town?\n system : [restaurant_name] , [restaurant_name] , and [restaurant_name] are all centrally located , [value_food] , and very [value_pricerange] , but none have a table for [value_count] available on [value_day] at [value_time] .\n user : can you try the cambridge chop house for thursday for 5 people at 13:00 instead?\n system : your reservation at [restaurant_name] for [value_count] people at [value_time] on [value_day] was successful . your reference number is [restaurant_reference] . is there anything else i can help you with today ?\n user : no, that's all i need. thanks for your help!\n system : you are welcome , thank you for using our system .\n user : you're welcome! it was great!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"5",
|
|
"14:00",
|
|
"13:00",
|
|
"thursday",
|
|
"cambridge chop house",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "thursday",
|
|
"people": "5",
|
|
"time": "13:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"stars": "1",
|
|
"people": "5",
|
|
"time": "13:00",
|
|
"day": "thursday",
|
|
"name": "cambridge chop house",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : good evening, i am looking for a place to stay that includes free parking\n system : okay , i have [value_count] options for you . is there an area of town that you would prefer to stay in ?\n user : i'm not sure. i would prefer something moderately priced.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"moderate"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "moderate"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "moderate"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a taxi plese\n system : what time will you be arriving to your destination please .\n user : i want to arrive by 12:45.\n system : what is your departure site ?\n user : i'm leaving from cambridge and county folk museum.\n system : what is your destination ?\n user : i'm going to trinity college.\n",
|
|
"extracted_values": [
|
|
"12:45",
|
|
"cambridge and county folk museum",
|
|
"trinity college"
|
|
],
|
|
"true_states": {
|
|
"destination": "trinity college",
|
|
"departure": "cambridge and county folk museum",
|
|
"arrive": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:45",
|
|
"departure": "cambridge and county folk museum",
|
|
"destination": "trinity college"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could really use some grub.\n system : sure . is there any part of town that you would like to look for food in ?\n user : somewhere in the centre. i'm looking for some traditional food.\n system : i am sorry , but there are not any traditional restaurant -s in the [value_area] . would you like to try another cuisine ?\n user : ok, how about lebanese food?\n system : [restaurant_name] is a great restaurant that fits exactly what you are looking for . would you like me to book a table for you ?\n user : yes, please book me a table for 2 people at 12:00 on wednesday.\n system : i am sorry , that is not available . is there another day or time you could eat ?\n user : how about at 11:00 instead?\n",
|
|
"extracted_values": [
|
|
"traditional",
|
|
"2",
|
|
"12:00",
|
|
"11:00",
|
|
"wednesday",
|
|
"centre",
|
|
"lebanese"
|
|
],
|
|
"true_states": {
|
|
"food": "lebanese",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "2",
|
|
"time": "11:00"
|
|
},
|
|
"gen_states": {
|
|
"food": "lebanese",
|
|
"people": "2",
|
|
"time": "11:00",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : oh, yes i'm hoping you can help me with finding a train departing out of cambridge.\n",
|
|
"extracted_values": [
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking to catch a train to norwich. are there any that depart at or around 17:00?\n system : there are departures most days from [value_place] at [value_time] . would you like any more information of train times or help booking a train ?\n user : does that train leave on friday?\n system : yes ! we have [value_count] trains leaving on [value_day] to [value_place] . what time would you like to arrive by ?\n user : no preference.\n system : the train closest to your preferred departure time is [train_id] , going from [value_place] to [value_place] at [value_time] . would you like me to book that for you ?\n user : sure thing, i'd like 7 tickets please.\n system : booking was successful , the total fee is [value_price] gbp payable at the station . your reference number is [train_reference] .\n user : thank you!\n",
|
|
"extracted_values": [
|
|
"17:00",
|
|
"7",
|
|
"friday",
|
|
"norwich"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:00",
|
|
"destination": "norwich",
|
|
"day": "friday",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:00",
|
|
"people": "7",
|
|
"day": "friday",
|
|
"destination": "norwich"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'll be coming into the centre of town to visit relatives. can you help me find a place to stay?\n",
|
|
"extracted_values": [
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am wanting to book a train arriving in stevenage by 19:15. can you help me?\n system : certainly , where will you be departing from and what time would you like to leave ?\n user : i will be leaving cambridge on thursday.\n",
|
|
"extracted_values": [
|
|
"19:15",
|
|
"thursday",
|
|
"stevenage",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "stevenage",
|
|
"day": "thursday",
|
|
"arrive": "19:15",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "19:15",
|
|
"day": "thursday",
|
|
"destination": "stevenage",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a high end indian restaurant, are there any in town?\n system : there are [value_count] [value_pricerange] [value_food] restaurant -s in [value_place] . is there an area of town that you prefer ?\n user : the restaurant should be in the west.\n",
|
|
"extracted_values": [
|
|
"high",
|
|
"indian",
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"price": "high",
|
|
"food": "indian",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am at ballare. i need a taxi to take me to hobsons house.\n system : sure ! when do you want to leave ?\n user : i need to get there by 17:45.\n",
|
|
"extracted_values": [
|
|
"17:45",
|
|
"ballare",
|
|
"hobsons house"
|
|
],
|
|
"true_states": {
|
|
"destination": "hobsons house",
|
|
"departure": "ballare",
|
|
"arrive": "17:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:45",
|
|
"destination": "hobsons house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train that leaves on wednesday with an arrival of 12:30.\n system : where will you be travelling to and from ?\n user : i'm traveling from cambridge to the london liverpool street.\n system : the [train_id] leaves at [value_time] and arrives by [value_time] . is that alright ?\n user : yes, that sounds fine. i need 7 tickets please.\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"7",
|
|
"wednesday",
|
|
"cambridge",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"destination": "london liverpool street",
|
|
"day": "wednesday",
|
|
"arrive": "12:30",
|
|
"departure": "cambridge",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:30",
|
|
"people": "7",
|
|
"day": "wednesday",
|
|
"departure": "cambridge",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train to take me from cambridge to broxbourne.\n system : sure . what time would you like to depart ?\n user : i don't know. i want to get there at 08:15 though.\n system : also , what day will you be travelling ?\n user : i will be travelling on monday.\n system : alright , the latest train that fits your criteria is [train_id] , which will arrive at [value_time] . is that alright by you ?\n user : yes that will be fine thank you. can you tell me how long the journey will be and how much it will cost and when the train leaves?\n",
|
|
"extracted_values": [
|
|
"08:15",
|
|
"monday",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"destination": "broxbourne",
|
|
"day": "monday",
|
|
"arrive": "08:15",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "08:15",
|
|
"day": "monday",
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a hotel with a zero star rating and i dont need free parking\n system : [hotel_name] is a [value_count] star hotel with no parking , would you like me to check on available dates for you ?\n user : i hope its in the centre\n system : it is indeed in the [value_area] .\n user : i need to book it for one person for 5 nights starting friday.\n system : booking was not successful . perhaps another day or shorter stay ?\n user : advice me please of a better duration\n system : [value_count] nights starting [value_day] would do better\n user : i'm sorry, did i say friday? i meant i want a booking for 5 nights starting on thursday.\n system : sorry , it was not successful . can i check another hotel or shorten the stay ?\n user : then i can i get one on saturday for 5 nights?\n system : i was able to book that for you , your reference number is [hotel_reference] .\n user : great, thank you for the help.\n system : thank you for using our services . can i assist you with anything else ?\n user : that is all. thank you. goodbye\n",
|
|
"extracted_values": [
|
|
"0",
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"saturday",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "cityroomz",
|
|
"area": "centre",
|
|
"parking": "no",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"stars": "0",
|
|
"parking": "free",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "saturday",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any 4-star hotels which are moderately priced?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"moderate"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"price": "moderate"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a taxi to the cafe jello gallery please.\n system : i would be happy to help you with that . i will need to know where you are departing from and what time you would like picked up .\n user : i'd like to picked up from cafe jello gallery after 12:30.\n system : i am sorry . it seems like your destination and departure site are the same . could you clarify where you would like to go and where you would like to be picked up from ?\n user : so sorry, i want to leave cafe jello gallery after 12:30 going to the junction.\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"cafe jello gallery",
|
|
"the junction"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:30",
|
|
"destination": "the junction",
|
|
"departure": "cafe jello gallery"
|
|
},
|
|
"gen_states": {
|
|
"leave": "12:30",
|
|
"destination": "the junction"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a cheap spanish restaurant. are there any around?\n system : yes , [restaurant_name] is a restaurant serving [value_food] food in the [value_pricerange] price range . it is located at [restaurant_address] . would you like a reservation ?\n user : i would like a restaurant in the centre.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"spanish",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "spanish",
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"food": "spanish",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a tax departing from gandhi.\n system : what is your destination and when would you like to depart ?\n user : i'm going to broxbourne train station and i need to arrive by 02:00\n system : i have you in a [taxi_type] , [taxi_phone] is the number to call if you need to speak to them .\n user : wonderful, thanks for your help.\n",
|
|
"extracted_values": [
|
|
"02:00",
|
|
"the gandhi",
|
|
"broxbourne train station"
|
|
],
|
|
"true_states": {
|
|
"destination": "broxbourne train station",
|
|
"departure": "the gandhi",
|
|
"arrive": "02:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "02:00",
|
|
"departure": "the gandhi",
|
|
"destination": "broxbourne train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to go to an indian restaurant in the north.\n system : i found [value_count] that matches your criteria . would you prefer a [value_pricerange] or [value_pricerange] pricing ?\n user : how about the moderate one? may i have their address, please?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"1",
|
|
"indian",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "moderate",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"stars": "1",
|
|
"food": "indian",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm hoping to find a nightclub in town.\n system : we have [value_count] nightclubs . any preference on entrance fee ?\n user : no, can you tell me what the entrance fee is?\n system : the [attraction_name] costs [value_count] pounds . the others are a bit more [value_pricerange] .\n user : can you please tell me what the phone number is for the soul tree?\n system : yes , it is [attraction_phone] .\n user : what is their postcode?\n system : the soul tree is in postcode [restaurant_postcode] . can i help with anything else today ?\n user : no thank you. that is all the information i need.\n",
|
|
"extracted_values": [
|
|
"night club"
|
|
],
|
|
"true_states": {
|
|
"type": "night club"
|
|
},
|
|
"gen_states": {
|
|
"type": "night club"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to go to mahal of cambridge\n system : i can help with that . did you have a specific time in mind ?\n user : yes, i'd like to leave after 2:30 please.\n",
|
|
"extracted_values": [
|
|
"02:30",
|
|
"mahal of cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "02:30",
|
|
"destination": "mahal of cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "02:30",
|
|
"destination": "mahal of cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. can i get some help finding a hotel or guesthouse please?\n system : sure thing ! what side of town would you prefer ? what price range would you like ?\n user : i need one in the moderate price range. i would like one that doesn't have free parking.\n system : there are [value_count] guesthouses and a hotel . do you have a star rating that you enjoy staying at ?\n user : no not in particular.\n system : i have [value_count] hotel -s . do you know the area you would like to stay ?\n user : i'd prefer a guesthouse in the north, please.\n system : i have got [value_count] options . the alpha milton and the [hotel_name] . would you like me to book a room at either [value_count] ?\n user : yes. the apha-milton sounds nice. try that one, please.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"moderate",
|
|
"free",
|
|
"alpha-milton guest house",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "alpha-milton guest house",
|
|
"area": "north",
|
|
"parking": "no",
|
|
"price": "moderate",
|
|
"stars": "dont care",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"people": "1",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"name": "alpha-milton guest house",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a restaurant in the centre area?\n system : of course ! there are [value_count] restaurant -s in the [value_area] . what type of food would you like ?\n user : i'm in the mood for italian food. which is your favorite?\n system : sure , how about [restaurant_name] . can i make a reservation for you ?\n user : great. can you book a table for 1 on saturday at 12:45?\n system : your table is reserved . reference number [restaurant_reference] .\n user : terrific! you are great, please send me all this information to my e-mail, thanks.\n system : you are welcome , was there anything else you need ?\n user : no i have everything i wanted to know. thanks very much.\n system : you are welcome , enjoy your meal .\n user : thanks. i will.\n",
|
|
"extracted_values": [
|
|
"favorite",
|
|
"1",
|
|
"12:45",
|
|
"terrific",
|
|
"saturday",
|
|
"centre",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"name": "stazione restaurant and coffee bar",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"time": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"food": "italian",
|
|
"people": "1",
|
|
"time": "12:45",
|
|
"day": "saturday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any restaurants that serve proper british food in town?\n system : oh yes quite a few . which part of town will you be dining in ?\n user : west, if possible.\n system : we have [value_count] [restaurant_name] , saint john s chop house , and traveller s rest .\n user : will you give me the phone number, address, and postcode for graffiti, please?\n system : yes , the phone number is [restaurant_phone] . the address is [restaurant_address] , and the post code is [restaurant_postcode] . want to book ?\n user : no thank you. i think that will be everything today.\n",
|
|
"extracted_values": [
|
|
"graffiti",
|
|
"british",
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"name": "graffiti",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"food": "british",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a cab. i'm at arbury lodge guesthouse and want to go to whale of a time.\n system : what time do you need to leave or arrive ?\n user : i would like to leave after 13:00\n system : ok , i just completed booking your taxi . it will be a [taxi_type] and the number is [taxi_phone] . is there anything else i can help you with ?\n user : no, that's all i need. thank you!\n system : ok , enjoy your stay in [value_place] .\n user : thank you! i am sure i will have a fantastic time. you have a great day as well.\n",
|
|
"extracted_values": [
|
|
"13:00",
|
|
"fantastic",
|
|
"arbury lodge guesthouse",
|
|
"whale of a time"
|
|
],
|
|
"true_states": {
|
|
"leave": "13:00",
|
|
"destination": "whale of a time",
|
|
"departure": "arbury lodge guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"leave": "13:00",
|
|
"stay": "fantastic",
|
|
"destination": "whale of a time"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to pick me up at regency gallery and take me to don pasquale pizzeria.\n system : what time would you like to arrive there by ?\n user : i would like to arrive by 20:00.\n",
|
|
"extracted_values": [
|
|
"20:00",
|
|
"regency gallery",
|
|
"don pasquale pizzeria"
|
|
],
|
|
"true_states": {
|
|
"destination": "don pasquale pizzeria",
|
|
"departure": "regency gallery",
|
|
"arrive": "20:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:00",
|
|
"destination": "don pasquale pizzeria"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to eat in the centre that serves chinese food.\n system : [value_food] sounds great . i have a variety of restaurant -s . which price range do you prefer ?\n user : i am not particular. how about moderate? i will need their phone number, address and postcode please.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"area": "centre",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a restaurant with modern european food. it should be in the moderate price range.\n system : what area are you wanting to be in ?\n user : doesn't really matter. is there one in the centre?\n system : yes , there are [value_count] [restaurant_name] & [restaurant_name] . would you like further information ?\n user : can i book de luca cucina and bar for 6 people at 19:15 on saturday please?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"matter",
|
|
"1",
|
|
"6",
|
|
"19:15",
|
|
"saturday",
|
|
"de luca cucina and bar",
|
|
"modern european",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "modern european",
|
|
"price": "moderate",
|
|
"name": "de luca cucina and bar",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "6",
|
|
"time": "19:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "modern european",
|
|
"people": "6",
|
|
"time": "19:15",
|
|
"day": "saturday",
|
|
"name": "de luca cucina and bar",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am trying to find a hotel called warkworth house\n system : call them at [hotel_phone]\n user : book it for 3 people and 5 nights starting from thursday.\n system : your booking was unsuccessful . could you book another day or a shorter stay ?\n user : let's try for friday instead. and i need the reference number please.\n system : your booking was successful and your reference number is [hotel_reference]\n user : great, that's settled. thank you for the assistance. goodbye.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"5",
|
|
"friday",
|
|
"warkworth house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "warkworth house",
|
|
"day": "friday",
|
|
"people": "3",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"stay": "5",
|
|
"day": "friday",
|
|
"name": "warkworth house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi. i'll be departing from la raza.\n system : i can help you with that . when do you need to leave ?\n user : i'd like to leave after 11:45 please.\n system : where will you be going ?\n user : i'll be going to restaurant one seven.\n system : i have booked for you a [taxi_type] , the contact number is [taxi_phone] . is there anything else i can help you with ?\n user : no, thats it. thank you!\n",
|
|
"extracted_values": [
|
|
"11:45",
|
|
"la raza",
|
|
"restaurant",
|
|
"one",
|
|
"seven"
|
|
],
|
|
"true_states": {
|
|
"leave": "11:45",
|
|
"destination": "restaurant one seven",
|
|
"departure": "la raza"
|
|
},
|
|
"gen_states": {
|
|
"leave": "11:45",
|
|
"departure": "la raza",
|
|
"food": "restaurant",
|
|
"people": "seven"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a place to stay that has free wifi and free parking.\n system : do you have a preference for area or price range ?\n user : i do not have a preference but i do want a hotel not a guest house.\n system : there are [value_count] such hotel -s . i recommend [hotel_name] . would you like me to book you a room ?\n user : sure. that would be great.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "gonville hotel",
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"internet": "yes",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to find a guesthouse with a 3 star rating\n system : we have [value_count] such guesthouses . do you have a preferred location ?\n user : no, i don't. i want one that includes free wifi.\n system : bridge gue house , [hotel_name] , and [hotel_name] are all available if you would like [value_count] of those ?\n user : please book the hamilton lodge, for 6 people.\n system : i would be happy to . how many nights would you like to stay ? and i'll need to know the day you would like to start your stay .\n user : i'll be staying 2 nights starting on wednesday. oh, and there are 6 of us.\n system : i am sorry , my reservation attempt was unsuccessful . will another day or length of stay work ?\n user : can you try the same parameters at another hotel?\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"1",
|
|
"free",
|
|
"6",
|
|
"2",
|
|
"wednesday",
|
|
"hamilton lodge",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "not(hamilton lodge)",
|
|
"area": "dont care",
|
|
"stars": "3",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "wednesday",
|
|
"people": "6",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"internet": "free",
|
|
"people": "6",
|
|
"stay": "2",
|
|
"day": "wednesday",
|
|
"name": "hamilton lodge",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could really use some grub.\n system : sure . is there any part of town that you would like to look for food in ?\n user : somewhere in the centre. i'm looking for some traditional food.\n",
|
|
"extracted_values": [
|
|
"traditional",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "traditional",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "traditional",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there! i'm looking for an expensive place to stay that has free wifi. i bet cambridge has a ton of those.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"price": "expensive",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"internet": "free",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a hotel called a and b guest house?\n system : it is in the [value_area] , and [value_pricerange] -ly priced . would you like to book a room ?\n user : can i get the address and phone number, please?\n",
|
|
"extracted_values": [
|
|
"a and b guest house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "a and b guest house"
|
|
},
|
|
"gen_states": {
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i am looking for a cheap restaurant in the town centre please.\n system : there are quite a few [value_pricerange] restaurant -s in the town center . is there a particular cuisine you prefer ?\n user : i prefer creative food, please.\n system : so sorry , i am not seeing any creative restaurant -s . will a different cuisine do ?\n user : how about one that serves indian food?\n system : we have [value_count] located in the [value_area] . [restaurant_name] , [restaurant_name] , and [restaurant_name] . do any of these fancy you ?\n user : the kohinoor sounds good. can you reserve a table for 4 on wednesday? let's say... 18:30 for the time if it's available.\n system : i am sorry , that is not available . can i try a different day or time perhaps ?\n user : try 17:30, okay?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"4",
|
|
"18:30",
|
|
"17:30",
|
|
"wednesday",
|
|
"kohinoor",
|
|
"centre",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "cheap",
|
|
"name": "kohinoor",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "4",
|
|
"time": "17:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "4",
|
|
"time": "17:30",
|
|
"day": "wednesday",
|
|
"name": "kohinoor",
|
|
"area": "centre",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'm hoping you can help me. i am looking to try molecular gastronomy food. might there be a restaurant like this in the centre of town?\n system : sorry but there are not any molecular gastronomy restaurant -s in any part of town . would you like to try something else ?\n user : yes how about gastropubs or international in the moderate price range.\n system : we have [restaurant_name] located in the center of town in the [value_pricerange] price range . should book you in ?\n user : is that a gastropub?\n system : yes indeed . i can make a reservation if you would like .\n user : what is their address?\n system : they are located on [restaurant_address] , [restaurant_postcode] . can i help with anything else today ?\n user : that's all i needed today. thank you!\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"molecular gastronomy",
|
|
"centre",
|
|
"international",
|
|
"gastropub"
|
|
],
|
|
"true_states": {
|
|
"food": "gastropub",
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "gastropub",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine in the centre.\n system : there are many restaurant -s in the [value_area] of town , do you have a preference of food ?\n user : is there anywhere that serves middle eastern food?\n system : unfortunately there is not . what else may i check for you ?\n user : is there anywhere in the centre that serves mediterranean food?\n system : i have found [value_count] options , sir . may i [restaurant_name] what type of price range were you looking for ?\n user : i'd like something in the expensive price range.\n system : there are [value_count] [value_pricerange] [value_food] restaurant -s in the [value_area] of town [restaurant_name] and [restaurant_name] .\n user : book either for me\n system : i recommend [restaurant_name] , great word of mouth . what day and time do you want to dine ? how many will be going , please ?\n user : can we do saturday at 15:00?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"15:00",
|
|
"saturday",
|
|
"centre",
|
|
"mediterranean"
|
|
],
|
|
"true_states": {
|
|
"food": "mediterranean",
|
|
"price": "expensive",
|
|
"name": "la mimosa",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"time": "15:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"time": "15:00",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"food": "mediterranean"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a cheap hotel in the center of town?\n system : i have [value_count] options to offer you , the [value_count] star [hotel_name] and the unrated [hotel_name] . would you like me to book you a room at [value_count] ?\n user : great can you find one with free parking and a 0 star rating\n system : the [hotel_name] meets your needs . would you like to book a room ?\n user : at the moment, can i just get the postcode and it is a hotel?\n system : sure , the postcode is [hotel_postcode] . is there anything else i can help you with ?\n user : i just want to confirm that it is actually a hotel, as opposed to a guesthouse?\n system : [hotel_name] is a guesthouse , not a hotel .\n user : are there any hotels that are cheap in the centre of town that include free parking with 0 stars?\n system : nope , just [hotel_name] , a guesthouse . sorry !\n user : actually that is fine. thank you for your help.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"free",
|
|
"0",
|
|
"guesthouse",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"stars": "1",
|
|
"parking": "0",
|
|
"type": "guesthouse",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there! i'm looking for an expensive place to stay that has free wifi. i bet cambridge has a ton of those.\n system : we have [value_count] hotel -s that fit that description . what area of town do you prefer ?\n user : the area doesn't matter much, but i would like it to be a guesthouse if possible.\n system : i am sorry , but all of [hotel_name] -s that have free wifi and who have an [value_pricerange] price range are hotel -s rather than guesthouses . would you be interested in a hotel instead ?\n user : i'd really rather stay at a guesthouse. do you have anything in the cheap price range?\n system : there are [value_count] location -s that meet your requirement -s . is there a particular star rating you would prefer ?\n user : no not in particular.\n system : i could recommend the [hotel_name] . it has free internet and parking and is in the [value_area] . would you like me to book that for you ?\n user : what is the phone number of the el shaddai?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "el shaddia guesthouse",
|
|
"area": "dont care",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a restaurant located in the centre for a moderate price.\n system : sure , i can help you with that . i have [value_count] restaurant -s available . would you like a certain type of food ?\n user : i am looking just for any restaurant available for 5 people at 13:45 on saturday.\n system : i was able to book [restaurant_name] and your reference is [restaurant_reference] .\n user : great! thank you very much!\n system : is there anything else i can help you with ?\n user : no, that's all i need. thank you.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"5",
|
|
"13:45",
|
|
"saturday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "5",
|
|
"time": "13:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "5",
|
|
"time": "13:45",
|
|
"day": "saturday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : oh, yes i'm hoping you can help me with finding a train departing out of cambridge.\n system : certainly ! where would you like to go ?\n user : i need to go to birmingham new street.\n",
|
|
"extracted_values": [
|
|
"cambridge",
|
|
"birmingham new street"
|
|
],
|
|
"true_states": {
|
|
"destination": "birmingham new street",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge",
|
|
"destination": "birmingham new street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to dine. the restaurant should be expensive and should serve chinese food.\n system : would you like the restaurant in a specific place ?\n user : not in any specific area please. i need to book a table for 3 at 14:00 on saturday.\n system : unfortunately , it looks like all the options are booked for that day and time . would you like me to change the time or possibly the day ?\n user : how about 13:00 then?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"3",
|
|
"14:00",
|
|
"13:00",
|
|
"saturday",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "dont care",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"time": "13:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "3",
|
|
"time": "13:00",
|
|
"day": "saturday",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you book a taxi for 13:45 from the royal spice.\n system : okay , what is your destination ?\n user : i'm going to kirkwood house.\n system : your car is a [taxi_type] , contact number is [taxi_phone] .\n user : thank you very much!\n",
|
|
"extracted_values": [
|
|
"13:45",
|
|
"royal spice",
|
|
"kirkwood house"
|
|
],
|
|
"true_states": {
|
|
"leave": "13:45",
|
|
"destination": "kirkwood house",
|
|
"departure": "royal spice"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:45",
|
|
"destination": "kirkwood house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : oh, yes i'm hoping you can help me with finding a train departing out of cambridge.\n system : certainly ! where would you like to go ?\n user : i need to go to birmingham new street.\n system : there are plenty of trains going there . what day and time would you like to travel ?\n user : i would like to leave on sunday afternoon after 15:00.\n system : i have a train leaving [value_place] at [value_time] , and arriving on [value_place] at [value_time] .\n user : what is the price on that train?\n",
|
|
"extracted_values": [
|
|
"15:00",
|
|
"sunday",
|
|
"cambridge",
|
|
"birmingham new street"
|
|
],
|
|
"true_states": {
|
|
"leave": "15:00",
|
|
"destination": "birmingham new street",
|
|
"day": "sunday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "15:00",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "birmingham new street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : do you have information about the hotel el shaddai?\n system : [hotel_name] is a [value_pricerange] guesthouse in the [value_area] area . it has a [value_count] star rating and include -s parking and wifi . it s located at [hotel_address] . phone number [hotel_phone] .\n user : sounds good. can you book it for 3 nights checking in on monday? there will be 7 of us.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"7",
|
|
"monday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "el shaddia guesthouse",
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"stars": "0",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "monday",
|
|
"people": "7",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stay": "3",
|
|
"people": "7",
|
|
"day": "monday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! what can you tell me about 4-star guesthouses in town?\n system : there are [value_count] matching your request . do you have any preferences such as area , price , parking , or internet ?\n user : yes, i would like a guesthouse in the south part of town and it should include wifi.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"guesthouse",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"area": "south",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"type": "guesthouse",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a train departing from stansted airport. i'd like it to arrive at the destination by 9:15.\n system : sure ! it looks like we have [value_count] morning trains daily the are early enough for you . what day are you planning to travel ?\n user : i need to leave on thursday.\n system : we only have trains going to [value_place] then , is that your destination ?\n user : yes, i want to go to cambridge. can you make a booking for 7 people and give me the reference number?\n",
|
|
"extracted_values": [
|
|
"09:15",
|
|
"7",
|
|
"thursday",
|
|
"stansted airport",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "thursday",
|
|
"arrive": "09:15",
|
|
"departure": "stansted airport",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:15",
|
|
"people": "7",
|
|
"day": "thursday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : do you have information about the hotel el shaddai?\n system : [hotel_name] is a [value_pricerange] guesthouse in the [value_area] area . it has a [value_count] star rating and include -s parking and wifi . it s located at [hotel_address] . phone number [hotel_phone] .\n user : sounds good. can you book it for 3 nights checking in on monday? there will be 7 of us.\n system : booking was unfortunately unsuccessful . can we try another day or a shorter stay ?\n user : can we try one night?\n system : that did the trick , your booking was successful and your reference number is [hotel_reference] . is there anything else you need help with today ?\n user : that shall be all. thanks!\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"7",
|
|
"1",
|
|
"monday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "el shaddia guesthouse",
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"stars": "0",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "monday",
|
|
"people": "7",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"stay": "3",
|
|
"people": "1",
|
|
"day": "monday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a taxi. i need to leave from golden house at 12:15.\n system : sure , can i have the destination for your taxi please ?\n user : i'm headed to the soul tree nightclub.\n system : i have booked a taxi for you . it is a [taxi_type] and the contact number is [taxi_phone] . is there anything else i can help you with today ?\n user : no, you have been very helpful. thank you.\n",
|
|
"extracted_values": [
|
|
"12:15",
|
|
"golden house",
|
|
"soul tree nightclub"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:15",
|
|
"destination": "soul tree nightclub",
|
|
"departure": "golden house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "12:15",
|
|
"departure": "golden house",
|
|
"destination": "soul tree nightclub"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi please. i'll be departing from grafton hotel restaurant\n system : sure ! when would you like to arrive ?\n user : i need to leave after 16:45.\n system : may i [restaurant_name] your destination ?\n user : i would like to get to the jinling noodle bar.\n",
|
|
"extracted_values": [
|
|
"16:45",
|
|
"grafton hotel restaurant",
|
|
"jinling noodle bar"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:45",
|
|
"destination": "jinling noodle bar",
|
|
"departure": "grafton hotel restaurant"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "16:45",
|
|
"departure": "grafton hotel restaurant",
|
|
"destination": "jinling noodle bar"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to eat in the centre that serves chinese food.\n",
|
|
"extracted_values": [
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"area": "centre",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a specific restaurant. it's called india house. can you help with this?\n system : sure can . [restaurant_name] is an [value_pricerange] [value_food] restaurant in the [value_area] part of town . would you like a reservation ?\n user : yes for 4 people at 16:30 on a saturday. i will need a reference number as well.\n system : i have made the reservation and the reference number is [restaurant_reference] . what else can i help you with ?\n user : i think that takes care of everything, thanks!\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"16:30",
|
|
"saturday",
|
|
"india house"
|
|
],
|
|
"true_states": {
|
|
"name": "india house",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"time": "16:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "4",
|
|
"time": "16:30",
|
|
"day": "saturday",
|
|
"name": "india house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : get me a taxi to hughes hall please\n system : when will you be leaving ?\n user : i'd like to leave after 15:15.\n system : i would be happy to help ! where are you coming from ?\n user : i am coming from arbury lodge guesthouse.\n system : i have a [taxi_type] with contact number [taxi_phone] booked for you .\n user : great, thanks so much! bye!\n",
|
|
"extracted_values": [
|
|
"15:15",
|
|
"hughes hall",
|
|
"arbury lodge guesthouse"
|
|
],
|
|
"true_states": {
|
|
"leave": "15:15",
|
|
"destination": "hughes hall",
|
|
"departure": "arbury lodge guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"leave": "15:15",
|
|
"destination": "arbury lodge guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : oh, yes i'm hoping you can help me with finding a train departing out of cambridge.\n system : certainly ! where would you like to go ?\n user : i need to go to birmingham new street.\n system : there are plenty of trains going there . what day and time would you like to travel ?\n user : i would like to leave on sunday afternoon after 15:00.\n system : i have a train leaving [value_place] at [value_time] , and arriving on [value_place] at [value_time] .\n user : what is the price on that train?\n system : the price is [value_price] pounds , payable at the station . may i help with anything else ?\n user : no, that was all i needed. thank you so much for your help!\n",
|
|
"extracted_values": [
|
|
"15:00",
|
|
"sunday",
|
|
"cambridge",
|
|
"birmingham new street"
|
|
],
|
|
"true_states": {
|
|
"leave": "15:00",
|
|
"destination": "birmingham new street",
|
|
"day": "sunday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "15:00",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "birmingham new street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a train please.\n system : there are several trains , where do you want to go ?\n user : i need to go to norwich from cambridge.\n system : what day will you be traveling , please ?\n user : i will be traveling on friday.\n",
|
|
"extracted_values": [
|
|
"friday",
|
|
"norwich",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "norwich",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"day": "friday",
|
|
"destination": "norwich",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : konnichiwa, i am coming to town and will be staying a few days. i need a place in town centre that offers free parking. can you help me?\n system : i certainly can . i have [value_count] different options for you . i have [value_count] [value_pricerange] gueshouses and [value_count] [value_pricerange] hotel -s . do you have a preference ?\n user : i will take one of the cheap guesthouses please?\n system : how about the [hotel_name] , i can book it for you now if you like ?\n user : that sounds great. i'd like to book it for 2 people. we'll be arriving tuesday and we'd like to stay for 5 nights please.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"1",
|
|
"cheap",
|
|
"2",
|
|
"5",
|
|
"wed",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "2",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "1",
|
|
"price": "cheap",
|
|
"people": "5",
|
|
"name": "wed",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me book a train? i would like to leave after 10:15 on saturday.\n system : i can help with that ! what are your departure and arrival stations ?\n user : i'm coming into stansted airport and i want to go to cambridge. is there a train for that?\n system : [train_id] leaves [value_place] at [value_time] qm on [value_day] . it costs [value_price] pounds . would you like me to book that for you ?\n user : no, thank you.\n system : is there anything else that i can assist with ?\n user : how long is the ride?\n",
|
|
"extracted_values": [
|
|
"10:15",
|
|
"saturday",
|
|
"stansted airport",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:15",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"departure": "stansted airport"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:15",
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello! i'm looking for a train leaving on saturday going to cambridge.\n system : what time are you looking to leave ? morning , afternoon or evening ?\n user : i'd like to leave after 19:30.\n",
|
|
"extracted_values": [
|
|
"19:30",
|
|
"saturday",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "19:30",
|
|
"destination": "cambridge",
|
|
"day": "saturday"
|
|
},
|
|
"gen_states": {
|
|
"leave": "19:30",
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi. i'll be departing from la raza.\n system : i can help you with that . when do you need to leave ?\n user : i'd like to leave after 11:45 please.\n system : where will you be going ?\n user : i'll be going to restaurant one seven.\n",
|
|
"extracted_values": [
|
|
"11:45",
|
|
"la raza",
|
|
"restaurant",
|
|
"one",
|
|
"seven"
|
|
],
|
|
"true_states": {
|
|
"leave": "11:45",
|
|
"destination": "restaurant one seven",
|
|
"departure": "la raza"
|
|
},
|
|
"gen_states": {
|
|
"leave": "11:45",
|
|
"departure": "la raza",
|
|
"food": "restaurant",
|
|
"people": "seven"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need a guesthouse with free wifi please.\n system : i have [value_count] guesthouses with internet , which area would you prefer ?\n user : i also need free parking, and i'd prefer a 4 star place.\n system : you do have a few options , including the [hotel_name] which offers free wifi as well as free parking . it is also inexpensive , and rated [value_count] stars .\n user : great. can you book that one for 4 nights checking in on tuesday? there will be 6 people.\n system : ok , the booking was successful . your reference number is [hotel_reference] . is there anythng else i can help you with today ?\n user : no that will be all. thanks.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"1",
|
|
"6",
|
|
"tuesday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "alexander bed and breakfast",
|
|
"parking": "yes",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "6",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "1",
|
|
"people": "6",
|
|
"day": "tuesday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need to get in from king's lynn to cambridge\n",
|
|
"extracted_values": [
|
|
"kings lynn",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"departure": "kings lynn"
|
|
},
|
|
"gen_states": {
|
|
"destination": "kings lynn",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there! i'm looking for an expensive place to stay that has free wifi. i bet cambridge has a ton of those.\n system : we have [value_count] hotel -s that fit that description . what area of town do you prefer ?\n user : the area doesn't matter much, but i would like it to be a guesthouse if possible.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"price": "expensive",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"internet": "free",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any 4-star hotels which are moderately priced?\n system : we have [value_count] guest houses which are [value_pricerange] -ly priced , but no hotel -s .\n user : a guesthouse is fine. i'm looking for a place in the north with free parking.\n system : [hotel_name] is available if that works for you .\n user : that's good. can you book it for 3 people?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"moderate",
|
|
"free",
|
|
"3",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"people": "3",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to book a taxi to take me to cineworld cinema from gonville hotel\n system : what time frame would you like this to happen in ?\n user : i'd need to arrive by 15:45 please.\n",
|
|
"extracted_values": [
|
|
"15:45",
|
|
"cineworld cinema",
|
|
"gonville hotel"
|
|
],
|
|
"true_states": {
|
|
"destination": "cineworld cinema",
|
|
"departure": "gonville hotel",
|
|
"arrive": "15:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "15:45",
|
|
"destination": "gonville hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should include free wifi and should be in the moderate price range\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"moderate",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"internet": "yes",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "moderate",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an expensive hotel with free wifi.\n system : i have about [value_count] different ones all spread out over town . do you have a certain preference on the area to stay in ?\n user : not really on the area. but i would like an expensive guesthouse.\n system : i am afraid we do not have any guesthouses in that price range , can i offer you something else instead ?\n user : ok, well i guess a cheap one would work just as well. i need a place to stay. i would just still need free wifi.\n system : we have [value_count] guesthouse that are [value_pricerange] with free wifi . do you have any other specific needs ?\n user : no i don't think so. which one sounds the best?\n system : i think you would enjoy the [hotel_name] . would you like to make a reservation ?\n user : wait...is that a restaurant? i want a guesthouse. i'm so confused.\n system : the [hotel_name] is , indeed a [value_pricerange] -ly priced guesthouse with free wi fi , according to our database . perhaps they do both . may i make a reservation for you ?\n user : oh, ok. sure, go ahead and book 4 nights from tuesday. there will be three of us.\n system : sorry , it is booked up then . would you like to try a shorter stay ?\n user : no. i need it for 4 nights. i try another time. thanks.\n system : please let me know any other way i can help .\n user : could you look again for a place in the cheap range. area does not matter.\n system : i apologize , there are not any [value_pricerange] guesthouses available for your dates . would you like to try a hotel or a shorter stay ?\n user : you don't have a cheap guesthouse (any area) with free wifi, for tuesday, 4 nights, 3 people? could you please check again?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"confused",
|
|
"ahead",
|
|
"4",
|
|
"3",
|
|
"tuesday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "3",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"stars": "4",
|
|
"name": "confused",
|
|
"time": "ahead",
|
|
"stay": "3",
|
|
"day": "tuesday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could really use some grub.\n system : sure . is there any part of town that you would like to look for food in ?\n user : somewhere in the centre. i'm looking for some traditional food.\n system : i am sorry , but there are not any traditional restaurant -s in the [value_area] . would you like to try another cuisine ?\n user : ok, how about lebanese food?\n system : [restaurant_name] is a great restaurant that fits exactly what you are looking for . would you like me to book a table for you ?\n user : yes, please book me a table for 2 people at 12:00 on wednesday.\n",
|
|
"extracted_values": [
|
|
"traditional",
|
|
"2",
|
|
"12:00",
|
|
"wednesday",
|
|
"centre",
|
|
"lebanese"
|
|
],
|
|
"true_states": {
|
|
"food": "lebanese",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "2",
|
|
"time": "12:00"
|
|
},
|
|
"gen_states": {
|
|
"food": "lebanese",
|
|
"people": "2",
|
|
"time": "12:00",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'll be coming into the centre of town to visit relatives. can you help me find a place to stay?\n system : i can definitely help with that . i have about [value_count] different hotel -s and guesthouses that are in the [value_area] of town . do you prefer a hotel or guesthouse ?\n user : i'd like it to be expensive. 4 star rated.\n system : the [hotel_name] is in the [value_area] of town , falls in the [value_pricerange] price range , and has [value_count] stars . would you like to book a room ?\n user : can you see if it's available for 4 nights from wednesday for 5 people\n system : it is available for [value_count] nights for [value_count] people ! i have taken the liberty of booking these rooms for you . is that agreeable to you ?\n user : that's wonderful. what is the reference number for that booking?\n system : can you also give me the address for the hotel\n user : i haven't the faintest. but do you have a reference number for the booking you made?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"5",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "university arms hotel",
|
|
"area": "centre",
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"stars": "4",
|
|
"people": "5",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to take me to pipasha restaurant to leave after 01:45.\n",
|
|
"extracted_values": [
|
|
"01:45",
|
|
"pipasha restaurant"
|
|
],
|
|
"true_states": {
|
|
"leave": "01:45",
|
|
"destination": "pipasha restaurant"
|
|
},
|
|
"gen_states": {
|
|
"leave": "01:45",
|
|
"destination": "pipasha restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me book a train? i would like to leave after 10:15 on saturday.\n system : i can help with that ! what are your departure and arrival stations ?\n user : i'm coming into stansted airport and i want to go to cambridge. is there a train for that?\n system : [train_id] leaves [value_place] at [value_time] qm on [value_day] . it costs [value_price] pounds . would you like me to book that for you ?\n user : no, thank you.\n",
|
|
"extracted_values": [
|
|
"10:15",
|
|
"saturday",
|
|
"stansted airport",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:15",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"departure": "stansted airport"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:15",
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need to find a train to cambridge, please.\n system : certainly . from where are you planning to depart , and when ?\n user : i want to leave from stevenage on saturday.\n system : i have [value_count] trains available . is there a certain time you would like to travel ?\n user : yes, i would like to arrive by 12:30.\n system : [train_id] will get you to [value_place] by [value_time] . would you like to book this train ?\n user : that is all. thank you.\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"saturday",
|
|
"cambridge",
|
|
"stevenage"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "12:30",
|
|
"departure": "stevenage"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:30",
|
|
"day": "saturday",
|
|
"departure": "stevenage"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine in the centre.\n",
|
|
"extracted_values": [
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : help me get a taxi to the cambridge museum of technology please\n system : sure . what is your departure site ?\n user : i'll be departing from rice boat\n",
|
|
"extracted_values": [
|
|
"cambridge museum of technology",
|
|
"rice boat"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge museum of technology",
|
|
"departure": "rice boat"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge museum of technology",
|
|
"destination": "rice boat"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for restaurants in the area that serve british cuisine. could you give me some suggestions?\n system : there are many [value_food] restaurant -s in the city . could you tell me in what area you would like to eat ?\n user : is there something available in the west?\n",
|
|
"extracted_values": [
|
|
"british",
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"food": "british",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can i get a train from cambridge to bishops stortford?\n system : certainly . when would you like to depart ?\n user : on thursday after 20:15.\n system : there is a train leaving [value_place] and heading to [value_place] at [value_time] on [value_day] . would you like more information or to book a ticket ?\n user : no. i need to depart from bishops stortford and go to cambridge on thursday after 20:15.\n system : i have [value_count] train that leaves at [value_time] and arrives by [value_time] on [value_day] . do you want me to book tickets ?\n user : yes, that train would work better for me. can you book tickets for 7 people please?\n",
|
|
"extracted_values": [
|
|
"20:15",
|
|
"7",
|
|
"thursday",
|
|
"cambridge",
|
|
"bishops stortford"
|
|
],
|
|
"true_states": {
|
|
"leave": "20:15",
|
|
"destination": "bishops stortford",
|
|
"day": "thursday",
|
|
"departure": "cambridge",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"leave": "20:15",
|
|
"people": "7",
|
|
"day": "thursday",
|
|
"departure": "cambridge",
|
|
"destination": "bishops stortford"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : we need to find a guesthouse of moderate price.\n system : i can help you with that . do you have any special area you would like to stay ? or possibly a star request for the guesthouse ?\n user : i would like it to have a 3 star rating.\n system : the [hotel_name] is a [value_count] star guesthouse . it is in the [value_area] area . would you like to book a room ?\n user : yes, please, for four people.\n system : how many people is the reservation for ?\n user : four. two nights. beginning saturday.\n system : i am afraid that booking is unsuccessful . would you like a different day or amount of days ?\n user : how about 1 night? would that work?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"3",
|
|
"4",
|
|
"2",
|
|
"1",
|
|
"saturday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "bridge guest house",
|
|
"price": "moderate",
|
|
"stars": "3",
|
|
"type": "guesthouse",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"stars": "2",
|
|
"people": "1",
|
|
"day": "saturday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant that serves canapes in the east.\n system : unfortunately there are no restaurant -s serving canapes in the [value_area] .\n user : ah, well, too bad. in that case i think that'll be everything that i needed. thanks and have a good day!\n system : are you sure ? i can find other options in other parts of town ?\n user : how about italian food?\n system : there is the [restaurant_name] in the [value_area] serving [value_food] food .\n user : great! please book a table for 6 at 16:15 on saturday\n system : sorry , but no tables are available for that time slot . would you like to change the time ?\n user : how about 15:15 then?\n",
|
|
"extracted_values": [
|
|
"6",
|
|
"16:15",
|
|
"15:15",
|
|
"saturday",
|
|
"italian",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"name": "pizza hut fen ditton",
|
|
"area": "east",
|
|
"day": "saturday",
|
|
"people": "6",
|
|
"time": "15:15"
|
|
},
|
|
"gen_states": {
|
|
"people": "6",
|
|
"time": "15:15",
|
|
"day": "saturday",
|
|
"food": "italian",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a restaurant located in the centre for a moderate price.\n system : sure , i can help you with that . i have [value_count] restaurant -s available . would you like a certain type of food ?\n user : i am looking just for any restaurant available for 5 people at 13:45 on saturday.\n system : i was able to book [restaurant_name] and your reference is [restaurant_reference] .\n user : great! thank you very much!\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"5",
|
|
"13:45",
|
|
"saturday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "5",
|
|
"time": "13:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "5",
|
|
"time": "13:45",
|
|
"day": "saturday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, could you find me a train for friday? i need to leave from leicester.\n system : i can assist you with that . what time [value_day] would you like to leave at ?\n user : i would like to leave after 12:15.\n system : okay there are several trains that may work . what is your destination ?\n user : i'd like to go to cambridge, please.\n",
|
|
"extracted_values": [
|
|
"12:15",
|
|
"friday",
|
|
"leicester",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:15",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"departure": "leicester"
|
|
},
|
|
"gen_states": {
|
|
"leave": "12:15",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a taxi plese\n system : what time will you be arriving to your destination please .\n user : i want to arrive by 12:45.\n",
|
|
"extracted_values": [
|
|
"12:45"
|
|
],
|
|
"true_states": {
|
|
"arrive": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:45"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the east and should include free wifi\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"hotel",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"type": "hotel",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. can i get some help finding a hotel or guesthouse please?\n system : sure thing ! what side of town would you prefer ? what price range would you like ?\n user : i need one in the moderate price range. i would like one that doesn't have free parking.\n system : there are [value_count] guesthouses and a hotel . do you have a star rating that you enjoy staying at ?\n user : no not in particular.\n system : i have [value_count] hotel -s . do you know the area you would like to stay ?\n user : i'd prefer a guesthouse in the north, please.\n system : i have got [value_count] options . the alpha milton and the [hotel_name] . would you like me to book a room at either [value_count] ?\n user : yes. the apha-milton sounds nice. try that one, please.\n system : i would be happy to make your reservation for you . when would you like to arrive and how many are in your party ?\n user : there are 3 of us and we're arriving on thursday. we'd like to stay for 4 nights if possible.\n system : your reservation is all set . your reference number is [hotel_reference] .\n user : thank you. that's all i need today.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"moderate",
|
|
"free",
|
|
"3",
|
|
"4",
|
|
"wed",
|
|
"alpha-milton guest house",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "alpha-milton guest house",
|
|
"area": "north",
|
|
"parking": "no",
|
|
"price": "moderate",
|
|
"stars": "dont care",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "3",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"people": "3",
|
|
"name": "alpha-milton guest house",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello there! can you tell me if there are any 4-star hotels or guesthouses in cambridge that are cheap?\n system : there are [value_count] location -s , do you have any other requirement -s ?\n user : i am hoping it is a guesthouse\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"cheap",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"stars": "4",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"price": "cheap",
|
|
"area": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train to take me from cambridge to broxbourne.\n system : sure . what time would you like to depart ?\n user : i don't know. i want to get there at 08:15 though.\n",
|
|
"extracted_values": [
|
|
"08:15",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"destination": "broxbourne",
|
|
"arrive": "08:15",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "08:15",
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a hotel with a zero star rating and i dont need free parking\n system : [hotel_name] is a [value_count] star hotel with no parking , would you like me to check on available dates for you ?\n user : i hope its in the centre\n system : it is indeed in the [value_area] .\n user : i need to book it for one person for 5 nights starting friday.\n system : booking was not successful . perhaps another day or shorter stay ?\n user : advice me please of a better duration\n",
|
|
"extracted_values": [
|
|
"0",
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"friday",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "cityroomz",
|
|
"area": "centre",
|
|
"parking": "no",
|
|
"stars": "0",
|
|
"day": "friday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "friday",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi from the missing sock and i need to get to my destination by 08:30. can you help?\n system : i can help you with that . where are you going ?\n user : i'm going to el shaddai\n system : okay your booking is complete . be on the lookout for a [taxi_type]\n user : i will also need the contact number please.\n system : their contact number is [taxi_phone] . do you need any further assistance ?\n user : no, thank you!\n",
|
|
"extracted_values": [
|
|
"08:30",
|
|
"the missing sock"
|
|
],
|
|
"true_states": {
|
|
"destination": "el shaddia guesthouse",
|
|
"departure": "the missing sock",
|
|
"arrive": "08:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "08:30",
|
|
"name": "the missing sock"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a train,it should leave on sunday and should go to stansted airport\n system : what time would you like the train to arrive at [value_place] ? keep in mind the train ride duration is approximately [value_count] minutes .\n user : arrival time doesn't matter so much, but i want to leave after noon. not a morning person :)\n system : how about [train_id] ? it leaves at [value_time] .\n user : thank you goodbye\n",
|
|
"extracted_values": [
|
|
"sunday",
|
|
"stansted airport"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:00",
|
|
"destination": "stansted airport",
|
|
"day": "sunday"
|
|
},
|
|
"gen_states": {
|
|
"day": "sunday",
|
|
"destination": "stansted airport"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi i am looking for a restaurant in the centre of town serving north indian food.\n system : we do not have any specific restaurant -s in that category . let s try something else ?\n user : that's too bad. how about chinese?\n system : okay sure what do you have ?\n user : okay when you find something i would like to make a reservation for 2 people on a sunday at 13:30.\n system : do you have a price range in mind ?\n user : i don't mind about the price range.\n system : okay , how about [restaurant_name] ? it is a [value_food] restsurant in the [value_area] area and is in the [value_pricerange] price range . will that work for you ?\n user : that's fine. can you try booking it?\n",
|
|
"extracted_values": [
|
|
"2",
|
|
"13:30",
|
|
"sunday",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "dont care",
|
|
"name": "lan hong house",
|
|
"area": "centre",
|
|
"day": "sunday",
|
|
"people": "2",
|
|
"time": "13:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "2",
|
|
"time": "13:30",
|
|
"day": "sunday",
|
|
"area": "centre",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an expensive hotel with free wifi.\n system : i have about [value_count] different ones all spread out over town . do you have a certain preference on the area to stay in ?\n user : not really on the area. but i would like an expensive guesthouse.\n system : i am afraid we do not have any guesthouses in that price range , can i offer you something else instead ?\n user : ok, well i guess a cheap one would work just as well. i need a place to stay. i would just still need free wifi.\n system : we have [value_count] guesthouse that are [value_pricerange] with free wifi . do you have any other specific needs ?\n user : no i don't think so. which one sounds the best?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"stars": "1",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me book a train? i would like to leave after 10:15 on saturday.\n system : i can help with that ! what are your departure and arrival stations ?\n user : i'm coming into stansted airport and i want to go to cambridge. is there a train for that?\n",
|
|
"extracted_values": [
|
|
"10:15",
|
|
"saturday",
|
|
"stansted airport",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:15",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"departure": "stansted airport"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:15",
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you book me a taxi from avalon to de luca cucina and bar?\n system : easy enough . what time would you like to leave by as well as arrive to ?\n user : i would like to arrive at de luca by 07:30. it doesn't matter when i leave.\n",
|
|
"extracted_values": [
|
|
"07:30",
|
|
"avalon",
|
|
"de luca cucina and bar"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"destination": "de luca cucina and bar",
|
|
"departure": "avalon",
|
|
"arrive": "07:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "07:30",
|
|
"departure": "avalon",
|
|
"destination": "de luca cucina and bar"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi, please.\n system : i would be happy to assist you today . i'll need a little bit of information from you let s start with what time you would like to leave and arrive ?\n user : i need to get to restaurant two two by 5:15\n system : ok , i need a little bit more information , where will your taxi be departing from ?\n user : i want to be picked up at williams art and antiques.\n system : your taxi is booked a [taxi_type] with the contact number of [taxi_phone] .\n user : i look forward to the ride. thank you.\n",
|
|
"extracted_values": [
|
|
"05:15",
|
|
"restaurant",
|
|
"two two",
|
|
"williams art and antiques"
|
|
],
|
|
"true_states": {
|
|
"destination": "restaurant two two",
|
|
"departure": "williams art and antiques",
|
|
"arrive": "05:15"
|
|
},
|
|
"gen_states": {
|
|
"leave": "05:15",
|
|
"destination": "williams art and antiques",
|
|
"people": "two two"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am wanting to book a train arriving in stevenage by 19:15. can you help me?\n system : certainly , where will you be departing from and what time would you like to leave ?\n user : i will be leaving cambridge on thursday.\n system : [train_id] arrives at [value_time] and departs at [value_time] .\n user : that sounds good. what is the travel time for that train?\n system : [train_id] seems to be a better match for what you are looking for , it arrives by [value_time] and total travel time is [value_count] minutes . would you like to book a ticket ?\n user : no need to book a ticket. i can take care of that later. but thank you. have a nice night!\n",
|
|
"extracted_values": [
|
|
"19:15",
|
|
"thursday",
|
|
"stevenage",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:21",
|
|
"destination": "stevenage",
|
|
"day": "thursday",
|
|
"arrive": "18:10",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "19:15",
|
|
"day": "thursday",
|
|
"destination": "stevenage",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : is there a restaurant that serves italian food in the expensive price bracket?\n system : yes , there are [value_count] such place -s . [value_count] are in the [value_area] and [value_count] is in the [value_area] . would you like to book at [value_count] ?\n user : absolutely! thank you!\n system : which area of town would you prefer ?\n user : how about the center?\n system : great , how about [restaurant_name] ? may i book this for you ?\n user : that sounds good. no i don't need a reservation, but could you tell me the postcode?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"italian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "expensive",
|
|
"name": "don pasquale pizzeria",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "italian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me get to zizzi cambridge after 22:45?\n system : sure ! what is your departure site ?\n user : saint johns chop shop house.\n system : okay you are all set with a [taxi_type]\n user : that is great. is there a contact number available?\n system : the contact number is [taxi_phone] .\n user : great, thanks so much for your help!\n",
|
|
"extracted_values": [
|
|
"22:45",
|
|
"zizzi cambridge",
|
|
"saint johns chop shop house"
|
|
],
|
|
"true_states": {
|
|
"leave": "22:45",
|
|
"destination": "zizzi cambridge",
|
|
"departure": "saint johns chop shop house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "22:45",
|
|
"departure": "zizzi cambridge",
|
|
"name": "saint johns chop shop house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me get to zizzi cambridge after 22:45?\n system : sure ! what is your departure site ?\n user : saint johns chop shop house.\n system : okay you are all set with a [taxi_type]\n user : that is great. is there a contact number available?\n",
|
|
"extracted_values": [
|
|
"22:45",
|
|
"zizzi cambridge",
|
|
"saint johns chop shop house"
|
|
],
|
|
"true_states": {
|
|
"leave": "22:45",
|
|
"destination": "zizzi cambridge",
|
|
"departure": "saint johns chop shop house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "22:45",
|
|
"departure": "zizzi cambridge",
|
|
"name": "saint johns chop shop house"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to be picked up from pizza hut city centre after 04:30\n system : where will you be heading to ?\n user : i am headed to gonville hotel.\n",
|
|
"extracted_values": [
|
|
"04:30",
|
|
"pizza hut city centre",
|
|
"gonville hotel"
|
|
],
|
|
"true_states": {
|
|
"leave": "04:30",
|
|
"destination": "gonville hotel",
|
|
"departure": "pizza hut city centre"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "04:30",
|
|
"destination": "gonville hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should serve indian food and should be in the expensive price range\n system : [restaurant_name] is a great restaurant that fulfills your wishes . it is located at [value_count] [restaurant_address] .\n user : awesome. can i also get the area, post code, and phone number?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"awesome",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive",
|
|
"name": "curry garden"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. can i get some help finding a hotel or guesthouse please?\n",
|
|
"extracted_values": [
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"type": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the type of guesthouse and should include free parking\n system : there are a number of guesthouses in the area with free parking . do you have a preference for price range or area that you want to stay ?\n user : the hotel should have a star of 3 and should be in the south.\n system : how about [hotel_name] ?\n user : sure, please book it for 8 people for 3 nights starting on monday\n system : booking was not successful . perhaps another day or shorter stay ?\n user : advice me on another booking duration\n system : could you choose a different check in day perhaps , or a shorter stay ?\n user : are you sure that didn't work? 8 people and 3 nights starting from monday?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"3",
|
|
"8",
|
|
"monday",
|
|
"hotel",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"area": "south",
|
|
"parking": "yes",
|
|
"stars": "3",
|
|
"type": "guesthouse",
|
|
"day": "monday",
|
|
"people": "8",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stay": "3",
|
|
"people": "8",
|
|
"day": "monday",
|
|
"type": "hotel",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a restaurant that serves african food with a moderate price range please\n system : i am sorry , there are not any options available . may i [restaurant_name] if there is another type of restaurant you would be interested in ?\n user : yes how about asian food in the same price range?\n system : yes i have the [restaurant_name] in the center of town on king street in the [value_pricerange] price range . they serve asian cuisine . is there anything else i can do for you ?\n user : will you please book a table for 6 at 13:45 on friday?\n system : booking was successful . the table will be reserved for [value_count] minutes . reference number is [restaurant_reference] .\n user : that's all i needed. thanks a lot for the help!\n system : great ! enjoy\n user : will do.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"6",
|
|
"13:45",
|
|
"friday",
|
|
"asian"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "moderate",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "6",
|
|
"time": "13:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "6",
|
|
"time": "13:45",
|
|
"day": "friday",
|
|
"food": "asian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : good evening, i am looking for a place to stay that includes free parking\n system : okay , i have [value_count] options for you . is there an area of town that you would prefer to stay in ?\n user : i'm not sure. i would prefer something moderately priced.\n system : that narrows it down a bit . the [hotel_name] is a nice place , with [value_count] stars . it s in the [value_area] area of town .\n user : sounds good, i changed my mind about the internet, can you let me know if it has free wifi?\n system : the [hotel_name] also has free internet . shall i book you a room ?\n user : may i just get the phone number please?\n system : absolutely ! the phone number is [hotel_phone] . is there anything else i can help you with today ?\n user : you have met all my needs for today. thank you!\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"moderate",
|
|
"internet"
|
|
],
|
|
"true_states": {
|
|
"name": "acorn guest house",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "moderate",
|
|
"internet": "internet"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking to catch a train to norwich. are there any that depart at or around 17:00?\n",
|
|
"extracted_values": [
|
|
"17:00",
|
|
"norwich"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:00",
|
|
"destination": "norwich"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:00",
|
|
"destination": "norwich"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a british food restaurant in the centre.\n system : sure , there are [value_count] restaurant -s that meet your needs . [value_count] are [value_pricerange] and [value_count] are [value_pricerange] . do you have a preference ?\n user : only the best for my family .. we'll take the expensive one. book us a table for 5 at 14:00 on thursday.\n system : i am sorry i am having difficulty making a reservation for you . shall we try another time or restaurant type ?\n user : let's try italian instead.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"5",
|
|
"14:00",
|
|
"thursday",
|
|
"italian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "thursday",
|
|
"people": "5",
|
|
"time": "14:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "italian",
|
|
"people": "5",
|
|
"time": "14:00",
|
|
"day": "thursday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : do you have information about the hotel el shaddai?\n system : [hotel_name] is a [value_pricerange] guesthouse in the [value_area] area . it has a [value_count] star rating and include -s parking and wifi . it s located at [hotel_address] . phone number [hotel_phone] .\n user : sounds good. can you book it for 3 nights checking in on monday? there will be 7 of us.\n system : booking was unfortunately unsuccessful . can we try another day or a shorter stay ?\n user : can we try one night?\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"7",
|
|
"1",
|
|
"monday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "el shaddia guesthouse",
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"stars": "0",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "monday",
|
|
"people": "7",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"stay": "3",
|
|
"people": "1",
|
|
"day": "monday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a train,it should leave on sunday and should go to stansted airport\n",
|
|
"extracted_values": [
|
|
"sunday",
|
|
"stansted airport"
|
|
],
|
|
"true_states": {
|
|
"destination": "stansted airport",
|
|
"day": "sunday"
|
|
},
|
|
"gen_states": {
|
|
"day": "sunday",
|
|
"destination": "stansted airport"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi arriving by 20:00.\n system : okay , what is your departure site ?\n user : i am leaving from clare college.\n system : and where will you be headed to ?\n user : i need to get to the parkside police station. my boyfriend got himself arrested, again!\n system : oh dear ! i am sorry to hear that . i have booked a [taxi_type] for you . the number is [taxi_phone]\n user : great, thanks for the help.\n",
|
|
"extracted_values": [
|
|
"20:00",
|
|
"clare college",
|
|
"parkside police station"
|
|
],
|
|
"true_states": {
|
|
"destination": "parkside police station",
|
|
"departure": "clare college",
|
|
"arrive": "20:00"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:00",
|
|
"departure": "parkside police station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a train from london liverpool street arriving at 9:30\n system : which day will you be traveling ?\n user : i want to leave on thursday.\n",
|
|
"extracted_values": [
|
|
"09:30",
|
|
"thursday",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"day": "thursday",
|
|
"arrive": "09:30",
|
|
"departure": "london liverpool street",
|
|
"people": "2"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:30",
|
|
"day": "thursday",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yo, i'm looking for a place to stay that's as awesome as me. four stars! it's gotta have free wifi, so i can do my social media, know what i mean?\n",
|
|
"extracted_values": [
|
|
"awesome",
|
|
"4",
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"stars": "4",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"type": "awesome",
|
|
"stars": "4",
|
|
"internet": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a train,it should leave on sunday and should go to stansted airport\n system : what time would you like the train to arrive at [value_place] ? keep in mind the train ride duration is approximately [value_count] minutes .\n user : arrival time doesn't matter so much, but i want to leave after noon. not a morning person :)\n",
|
|
"extracted_values": [
|
|
"sunday",
|
|
"stansted airport"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:00",
|
|
"destination": "stansted airport",
|
|
"day": "sunday"
|
|
},
|
|
"gen_states": {
|
|
"day": "sunday",
|
|
"destination": "stansted airport"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to find a guesthouse with a 3 star rating\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"stars": "3",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"stars": "3",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi i am looking for a restaurant in the centre of town serving north indian food.\n",
|
|
"extracted_values": [
|
|
"centre",
|
|
"north indian"
|
|
],
|
|
"true_states": {
|
|
"food": "north indian",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"area": "centre",
|
|
"food": "north indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need to find a train to cambridge, please.\n",
|
|
"extracted_values": [
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a british food restaurant in the centre.\n system : sure , there are [value_count] restaurant -s that meet your needs . [value_count] are [value_pricerange] and [value_count] are [value_pricerange] . do you have a preference ?\n user : only the best for my family .. we'll take the expensive one. book us a table for 5 at 14:00 on thursday.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"5",
|
|
"14:00",
|
|
"thursday",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "thursday",
|
|
"people": "5",
|
|
"time": "14:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "5",
|
|
"time": "14:00",
|
|
"day": "thursday",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, hello. i'd like to book a taxi to what i believe is a restaurant.\n system : sure , i can do that . do you know the name of the restaurant ? also , when would you like to be picked up and arrive by ?\n user : yes, oak bistro and will depart from sheep's green and lammas land park fen causeway.\n",
|
|
"extracted_values": [
|
|
"the oak bistro",
|
|
"sheeps green and lammas land park fen causeway"
|
|
],
|
|
"true_states": {
|
|
"destination": "the oak bistro",
|
|
"departure": "sheeps green and lammas land park fen causeway"
|
|
},
|
|
"gen_states": {
|
|
"name": "the oak bistro",
|
|
"destination": "sheeps green and lammas land park fen causeway"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yo, i'm looking for a place to stay that's as awesome as me. four stars! it's gotta have free wifi, so i can do my social media, know what i mean?\n system : i have many options for you what s your price range or the area you are looking in ?\n user : i don't really have a price range. anything is fine. i would like it to have free parking and wifi, though. and of course, 4 stars like i mentioned.\n system : do you have a preference for a hotel versus a guesthouse ?\n user : no, either will work just fine.\n system : how about [hotel_name] ? it s located at [hotel_address] .\n user : that's great. can you give me the area and price range, please?\n system : certainly ! the [hotel_name] is in the [value_area] area and has a [value_pricerange] price range .\n user : what's its address?\n system : it s located at [hotel_address] .\n user : thank you very much!\n",
|
|
"extracted_values": [
|
|
"awesome",
|
|
"4",
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"name": "archway house",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"type": "awesome",
|
|
"stars": "4",
|
|
"internet": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an indian restaurant, preferably in the centre of town.\n",
|
|
"extracted_values": [
|
|
"indian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "indian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a hotel to stay at located in the centre.\n system : ok . there are [value_count] hotel -s located in the [value_area] of town . they are in the [value_pricerange] and [value_pricerange] price range -s . do you have a preference ?\n user : i would like expensive, please.\n system : the [hotel_name] has [value_count] stars , and the [hotel_name] has [value_count] . both meet your other criteria . would you like to book a room at [value_count] of these ?\n user : yes, you can. i'll try the gonville.\n system : i'll be happy to do that for you . how many people are in your party ?\n user : please book for 4 people.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"gonville",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "gonville hotel",
|
|
"area": "centre",
|
|
"price": "expensive",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "4",
|
|
"area": "centre",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an expensive hotel with free wifi.\n system : i have about [value_count] different ones all spread out over town . do you have a certain preference on the area to stay in ?\n user : not really on the area. but i would like an expensive guesthouse.\n system : i am afraid we do not have any guesthouses in that price range , can i offer you something else instead ?\n user : ok, well i guess a cheap one would work just as well. i need a place to stay. i would just still need free wifi.\n system : we have [value_count] guesthouse that are [value_pricerange] with free wifi . do you have any other specific needs ?\n user : no i don't think so. which one sounds the best?\n system : i think you would enjoy the [hotel_name] . would you like to make a reservation ?\n user : wait...is that a restaurant? i want a guesthouse. i'm so confused.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"confused",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"stars": "1",
|
|
"name": "confused",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you book me a taxi from avalon to de luca cucina and bar?\n",
|
|
"extracted_values": [
|
|
"avalon",
|
|
"de luca cucina and bar"
|
|
],
|
|
"true_states": {
|
|
"destination": "de luca cucina and bar",
|
|
"departure": "avalon"
|
|
},
|
|
"gen_states": {
|
|
"departure": "avalon",
|
|
"destination": "de luca cucina and bar"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you arrange for a taxi to pick me up at dojo noodle bar?\n system : sure . when do you want to leave ?\n user : i actually need to arrive by 12:15.\n",
|
|
"extracted_values": [
|
|
"12:15",
|
|
"dojo noodle bar"
|
|
],
|
|
"true_states": {
|
|
"departure": "dojo noodle bar",
|
|
"arrive": "12:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:15",
|
|
"destination": "dojo noodle bar"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a hotel with a zero star rating and i dont need free parking\n",
|
|
"extracted_values": [
|
|
"0",
|
|
"free",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"parking": "no",
|
|
"stars": "0"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need to find a train to cambridge, please.\n system : certainly . from where are you planning to depart , and when ?\n user : i want to leave from stevenage on saturday.\n system : i have [value_count] trains available . is there a certain time you would like to travel ?\n user : yes, i would like to arrive by 12:30.\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"saturday",
|
|
"cambridge",
|
|
"stevenage"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "12:30",
|
|
"departure": "stevenage"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:30",
|
|
"day": "saturday",
|
|
"departure": "stevenage"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'll be coming in to cambridge and i'd like a place to stay. i'd like a guesthouse with free parking.\n system : i have got [value_count] guesthouses that offer free parking , do you have any more preferences ?\n user : i'd like it to be in the east, if possible.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cambridge",
|
|
"guesthouse",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for restaurants in the area that serve british cuisine. could you give me some suggestions?\n",
|
|
"extracted_values": [
|
|
"british"
|
|
],
|
|
"true_states": {
|
|
"food": "british"
|
|
},
|
|
"gen_states": {
|
|
"food": "british"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to pick me up at ashley hotel to leave after 10:45.\n system : where would you like to go to ?\n user : i need to get to restaurant two two\n system : booking completed ! is there anything else i can help you with today ? booked car type [taxi_type] contact number [taxi_phone]\n user : thanks! that would be all.\n",
|
|
"extracted_values": [
|
|
"10:45",
|
|
"ashley hotel",
|
|
"restaurant",
|
|
"two two"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:45",
|
|
"destination": "restaurant two two",
|
|
"departure": "ashley hotel"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:45",
|
|
"destination": "restaurant",
|
|
"people": "two two"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train departing cambridge.\n system : i would love to help ! where is your destination ?\n user : i need to g to london liverpool street on saturday.\n system : is there a particular time you would like to leave by ?\n user : no, i just need to arrive by 15:00\n system : train [train_id] arrives at [value_time] would that work ?\n user : yes, that will be perfect. what's the travel time?\n",
|
|
"extracted_values": [
|
|
"15:00",
|
|
"saturday",
|
|
"cambridge",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"destination": "london liverpool street",
|
|
"day": "saturday",
|
|
"arrive": "15:00",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "15:00",
|
|
"day": "saturday",
|
|
"departure": "cambridge",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a hotel with a zero star rating and i dont need free parking\n system : [hotel_name] is a [value_count] star hotel with no parking , would you like me to check on available dates for you ?\n user : i hope its in the centre\n system : it is indeed in the [value_area] .\n user : i need to book it for one person for 5 nights starting friday.\n system : booking was not successful . perhaps another day or shorter stay ?\n user : advice me please of a better duration\n system : [value_count] nights starting [value_day] would do better\n user : i'm sorry, did i say friday? i meant i want a booking for 5 nights starting on thursday.\n",
|
|
"extracted_values": [
|
|
"0",
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"thursday",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "cityroomz",
|
|
"area": "centre",
|
|
"parking": "no",
|
|
"day": "thursday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "thursday",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi. i am going to avalon and i need to leave after 16:15\n",
|
|
"extracted_values": [
|
|
"16:15",
|
|
"avalon"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:15",
|
|
"destination": "avalon"
|
|
},
|
|
"gen_states": {
|
|
"leave": "16:15",
|
|
"destination": "avalon"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need a guesthouse with free wifi please.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : do you know where i can find the holy trinity church?\n",
|
|
"extracted_values": [
|
|
"holy trinity church"
|
|
],
|
|
"true_states": {
|
|
"name": "holy trinity church"
|
|
},
|
|
"gen_states": {
|
|
"name": "holy trinity church"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : konnichiwa, i am coming to town and will be staying a few days. i need a place in town centre that offers free parking. can you help me?\n system : i certainly can . i have [value_count] different options for you . i have [value_count] [value_pricerange] gueshouses and [value_count] [value_pricerange] hotel -s . do you have a preference ?\n user : i will take one of the cheap guesthouses please?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"1",
|
|
"cheap",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "1",
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a restaurant with modern european food. it should be in the moderate price range.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"modern european"
|
|
],
|
|
"true_states": {
|
|
"food": "modern european",
|
|
"price": "moderate"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "modern european"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a mexican restaurant in the centre.\n system : i am sorry , there are not any [value_food] restaurant -s in the [value_area] of town . would you like to try a different cuisine ?\n user : how about an indian restaurant then?\n system : there is the [restaurant_name] which serves [value_food] food in the [value_area] . would you like to make a booking ?\n user : oh, no, but i do need the postcode address and number.\n system : [restaurant_name] s phone number is [restaurant_phone] . they are located at [value_count] [restaurant_address] . the postcode is [restaurant_postcode] . would you like me to book you a table ?\n user : no really, i don't need a booking.\n",
|
|
"extracted_values": [
|
|
"indian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"name": "curry garden",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "indian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for information on a hotel called warkworth house.\n system : i got it . may i get the day youd like to move in so i can book\n user : yes, that would be on tuesday please.\n system : how many days will you be staying ?\n user : i'll be staying for 3 nights starting on tuesday.\n system : for how many guests please , sir ?\n user : one guest for three nights\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"1",
|
|
"tuesday",
|
|
"warkworth house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "warkworth house",
|
|
"day": "tuesday",
|
|
"people": "1",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stay": "3",
|
|
"people": "1",
|
|
"day": "tuesday",
|
|
"name": "warkworth house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to eat in the centre that serves chinese food.\n system : [value_food] sounds great . i have a variety of restaurant -s . which price range do you prefer ?\n user : i am not particular. how about moderate? i will need their phone number, address and postcode please.\n system : the [restaurant_name] is a [value_pricerange] -ly priced [value_food] restaurant in the [value_area] area at [restaurant_address] . the phone number is [restaurant_phone] and the postcode is [restaurant_postcode] .\n user : wonderful, that's all i need to know. thanks!\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"area": "centre",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a cab. i'm at arbury lodge guesthouse and want to go to whale of a time.\n system : what time do you need to leave or arrive ?\n user : i would like to leave after 13:00\n",
|
|
"extracted_values": [
|
|
"13:00",
|
|
"arbury lodge guesthouse",
|
|
"whale of a time"
|
|
],
|
|
"true_states": {
|
|
"leave": "13:00",
|
|
"destination": "whale of a time",
|
|
"departure": "arbury lodge guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"leave": "13:00",
|
|
"destination": "whale of a time"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any british restaurants in the centre?\n system : oh yes i have quite a few . did you have a preferred price range in mind ?\n user : i'd like an expensive restaurant please.\n system : i found [value_count] restaurant -s [restaurant_name] , [restaurant_name] , or [restaurant_name] . would you like a table booked ?\n user : i want to make a booking at fitzbillies restaurant. it will be for 8 people on friday at 12:00.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"8",
|
|
"12:00",
|
|
"friday",
|
|
"fitzbillies restaurant",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"name": "fitzbillies restaurant",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "8",
|
|
"time": "12:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "8",
|
|
"time": "12:00",
|
|
"day": "friday",
|
|
"name": "fitzbillies restaurant",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello. i'm looking for a cheap place to eat in the centre. can you help me?\n system : there are [value_count] place -s do you have a food preference ?\n user : yes, i'd love chinese.\n system : there are [value_count] [value_food] restaurant -s meeting your requirement -s . may i recommend [value_count] for you ?\n user : sure, pick your favorite and let me have the address, postcode, and phone number please?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"favorite",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"food": "chinese",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an indian restaurant, preferably in the centre of town.\n system : there are a number of options for [value_food] restaurant -s in the [value_area] of town . what price range would you like ?\n user : i would prefer cheap restaurants.\n system : i was able to find [value_count] options in your price range , may i recommend [restaurant_name] ?\n user : sure please book a table there fore 7 people at 12:15 on saturday\n system : i was able to book that for you . they will be reserve your table for [value_count] minutes . your reference number is [restaurant_reference] . is there anything more i can help with ?\n user : no that's all i needed. thank you!\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"7",
|
|
"12:15",
|
|
"saturday",
|
|
"indian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "cheap",
|
|
"name": "the gandhi",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "7",
|
|
"time": "12:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "7",
|
|
"time": "12:15",
|
|
"day": "saturday",
|
|
"food": "indian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to leave peterborough and arrive by 20:45. can you book a train for me?\n system : what time would you like to depart ?\n user : i will depart any time so long as the train arrives by 20:45.\n system : ok , and what day do you need to travel ?\n user : oh, i need to leave this saturday. just to clarify i want to leave peterborough going to cambridge.\n system : [train_id] will arrive in [value_place] [value_day] by [value_time] , it will depart [value_place] at [value_time] . does this suit your needs ?\n user : yes that is perfect. can you book that and give me a reference number?\n",
|
|
"extracted_values": [
|
|
"20:45",
|
|
"saturday",
|
|
"peterborough",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "19:48",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "20:38",
|
|
"departure": "peterborough",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:45",
|
|
"day": "saturday",
|
|
"destination": "peterborough",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need to get in from king's lynn to cambridge\n system : there are [value_count] trains making that trip , do you have a day and time you want to travel ?\n user : i'm looking to leave friday after 21:15, if you could book me a reservation for that time period that would be great.\n",
|
|
"extracted_values": [
|
|
"21:15",
|
|
"friday",
|
|
"kings lynn",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "21:15",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"departure": "kings lynn"
|
|
},
|
|
"gen_states": {
|
|
"leave": "21:15",
|
|
"day": "friday",
|
|
"destination": "kings lynn",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to eat in the east that is expensive.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"price": "expensive",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a place to stay that includes free wi-fi.\n system : i have quite a few place -s that offer wifi , is there is a certain price range you are looking for ?\n user : something cheap would be good.\n system : i have about [value_count] different place -s . do you have a preference on the area of town ?\n user : no not really. but i would prefer a hotel and like both free wifi and parking if possible.\n system : [hotel_name] is a hotel in the [value_area] that is [value_pricerange] and has both free internet and wifi . would you like to book this ?\n user : that's fine. i'll need it for three nights starting on sunday.\n system : unfortunately , that day does not work . can we try booking another day or a shorter stay , perhaps ?\n user : is there another hotel that matches that criteria?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"3",
|
|
"sunday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "cambridge belfry",
|
|
"area": "west",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "sunday",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "cheap",
|
|
"stay": "3",
|
|
"day": "sunday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n system : there are a total of [value_count] hotel -s and guesthouses in the city that have [value_count] stars . is there a particular area or price range you would like ?\n user : how about a place in the east side of town that is a hotel not a guesthouse\n system : i am sorry but i do not have any hotel -s in the [value_area] . would you like to change location or type of accomodations ?\n user : yes, can you please change the location to centre?\n system : we have [value_count] star hotel that is in the [value_area] , [hotel_name] , it has internet and parking and is [value_pricerange] , would this [value_count] suit you ?\n user : that will be fine. can you book me a room for saturday, please?\n system : certainly . how long would you like to stay , and how many are in your party ?\n user : i'll be arriving saturday and staying 3 nights. there are 3 of us.\n system : unfortunately , we cannot book you for those days . could you change the number of days ?\n user : sure, try for two days?\n system : that was unsuccessful too . wanna try something else ?\n user : is there another one in the centre with that critera avaible?\n system : no , i am sorry . i am searching for a [value_count] star hotel in the [value_area] for [value_count] nights on [value_day] . is that correct ?\n user : i need the hotel for 3 nights starting on saturday please.\n system : would you like to change the number of days you are staying . i was unable to find anything .\n user : no, please continue the search.\n system : i am sorry , but the [hotel_name] does not have anything available on [value_day] for [value_count] people , for a [value_count] night stay . would you like to try a different day ?\n user : i am so sorry. could you just change the number of people in my party to 5 and try again?\n system : that worked , i guess you just needed a larger room . your reference number is [hotel_reference] . can i be of further assistance ?\n user : no that is all i need, thank you.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"3",
|
|
"1",
|
|
"5",
|
|
"saturday",
|
|
"centre",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"stars": "4",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "5",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"stay": "5",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need a guesthouse with free wifi please.\n system : i have [value_count] guesthouses with internet , which area would you prefer ?\n user : i also need free parking, and i'd prefer a 4 star place.\n system : you do have a few options , including the [hotel_name] which offers free wifi as well as free parking . it is also inexpensive , and rated [value_count] stars .\n user : great. can you book that one for 4 nights checking in on tuesday? there will be 6 people.\n system : ok , the booking was successful . your reference number is [hotel_reference] . is there anythng else i can help you with today ?\n user : no that will be all. thanks.\n system : you are welcome . goodbye .\n user : thank you for your help.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"4",
|
|
"1",
|
|
"6",
|
|
"tuesday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "alexander bed and breakfast",
|
|
"parking": "yes",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "6",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "1",
|
|
"people": "6",
|
|
"day": "tuesday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to dine. the restaurant should be expensive and should serve chinese food.\n system : would you like the restaurant in a specific place ?\n user : not in any specific area please. i need to book a table for 3 at 14:00 on saturday.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"3",
|
|
"14:00",
|
|
"saturday",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "dont care",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"time": "14:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "3",
|
|
"time": "14:00",
|
|
"day": "saturday",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to book a tax departing from gandhi.\n",
|
|
"extracted_values": [
|
|
"the gandhi"
|
|
],
|
|
"true_states": {
|
|
"departure": "the gandhi"
|
|
},
|
|
"gen_states": {
|
|
"destination": "the gandhi"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to eat in the east that is expensive.\n system : sure , we have [value_food] , [value_food] , gastropubs , and [value_food] restaurant -s . would you like to book a table at [value_count] of them .\n user : how about an expensive british place? i'd like a reservation for wednesday.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"wednesday",
|
|
"east",
|
|
"british"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"area": "east",
|
|
"day": "wednesday"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"day": "wednesday",
|
|
"area": "east",
|
|
"food": "british"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'll be coming in to cambridge and i'd like a place to stay. i'd like a guesthouse with free parking.\n system : i have got [value_count] guesthouses that offer free parking , do you have any more preferences ?\n user : i'd like it to be in the east, if possible.\n system : there are [value_count] guesthouses that offer free parking . [value_count] are [value_pricerange] and [value_count] are [value_pricerange] . which price range do you prefer ?\n user : i'll take a cheap one please.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"cambridge",
|
|
"guesthouse",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a mexican restaurant in the centre.\n system : i am sorry , there are not any [value_food] restaurant -s in the [value_area] of town . would you like to try a different cuisine ?\n user : how about an indian restaurant then?\n system : there is the [restaurant_name] which serves [value_food] food in the [value_area] . would you like to make a booking ?\n user : oh, no, but i do need the postcode address and number.\n system : [restaurant_name] s phone number is [restaurant_phone] . they are located at [value_count] [restaurant_address] . the postcode is [restaurant_postcode] . would you like me to book you a table ?\n user : no really, i don't need a booking.\n system : no problem . is there anything else i can help you with today ?\n user : that's everything i wanted to find out thanks.\n",
|
|
"extracted_values": [
|
|
"indian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"name": "curry garden",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "indian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the expensive price range and should be in the type of guesthouse\n system : i do not have a guesthouse type of hotel , but i could suggest the [hotel_name]\n user : its ok if it has free parking\n system : it does have free parking . would you like me to book it for you ?\n user : are there any guesthouses in the cheap price range?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to dine. the restaurant should be in the expensive price range and should serve italian food\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "expensive"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train out of kings lynn please.\n system : where will you be going ?\n user : i want to go to cambridge.\n system : when will you be leaving ?\n user : i would like to leave after 14:15 on tuesday please\n system : [train_id] departs at [value_time] would that work for you ?\n user : yes, please give me travel time.\n system : that will be [value_count] minutes .\n user : great, that's all i need, thanks!\n",
|
|
"extracted_values": [
|
|
"14:15",
|
|
"tuesday",
|
|
"kings lynn",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "14:15",
|
|
"destination": "cambridge",
|
|
"day": "tuesday",
|
|
"departure": "kings lynn"
|
|
},
|
|
"gen_states": {
|
|
"leave": "14:15",
|
|
"day": "tuesday",
|
|
"destination": "kings lynn",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello. i'm looking for a cheap place to eat in the centre. can you help me?\n system : there are [value_count] place -s do you have a food preference ?\n user : yes, i'd love chinese.\n system : there are [value_count] [value_food] restaurant -s meeting your requirement -s . may i recommend [value_count] for you ?\n user : sure, pick your favorite and let me have the address, postcode, and phone number please?\n system : the [restaurant_name] is located at [restaurant_address] , postcode [restaurant_postcode] , and the phone number is [restaurant_phone] . would you like me to make a reservation for you ?\n user : yes please make me a reservation.\n system : certainly . how many people are dining , and what day and time would you like ?\n user : actually, i don't need a reservation right now. the restaurant information was all i needed. thanks for your help.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"favorite",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "cheap",
|
|
"name": "the golden house",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"food": "chinese",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant serving chinese food in the centre part of town.\n system : there are several [value_food] restaurant -s in the [value_area] area . what price range are you considering ?\n user : i am looking for something expensive.\n system : how about [restaurant_name] located at [restaurant_address] ? would you like me to book ?\n user : that sounds great! yes, please! book a table for 3 people at 15:45 on friday.\n system : booking was successful . the table will be reserved for [value_count] minutes . reference number is [restaurant_reference] . is there anything else i can help you with ?\n user : that will be all. thank you very much!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"3",
|
|
"15:45",
|
|
"friday",
|
|
"chinese",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"name": "hk fusion",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "3",
|
|
"time": "15:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "3",
|
|
"time": "15:45",
|
|
"day": "friday",
|
|
"food": "chinese",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an attraction called williams art and antiques.\n system : [attraction_name] is at [attraction_address] . would you like me to book tickets ?\n user : no thank you. just the area and postcode please.\n system : it is in the [value_area] and the postcode is [attraction_postcode] . is there anything else you need help with today ?\n user : no that's all i needed. thank you!\n",
|
|
"extracted_values": [
|
|
"williams art and antiques"
|
|
],
|
|
"true_states": {
|
|
"name": "williams art and antiques",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"name": "williams art and antiques"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to take me to yippee noodle bar by 9:45\n",
|
|
"extracted_values": [
|
|
"09:45",
|
|
"yippee noodle bar"
|
|
],
|
|
"true_states": {
|
|
"destination": "yippee noodle bar",
|
|
"arrive": "09:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:45",
|
|
"destination": "yippee noodle bar"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train to take me from cambridge to broxbourne.\n system : sure . what time would you like to depart ?\n user : i don't know. i want to get there at 08:15 though.\n system : also , what day will you be travelling ?\n user : i will be travelling on monday.\n",
|
|
"extracted_values": [
|
|
"08:15",
|
|
"monday",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"destination": "broxbourne",
|
|
"day": "monday",
|
|
"arrive": "08:15",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "08:15",
|
|
"day": "monday",
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to find a guesthouse with a 3 star rating\n system : we have [value_count] such guesthouses . do you have a preferred location ?\n user : no, i don't. i want one that includes free wifi.\n system : bridge gue house , [hotel_name] , and [hotel_name] are all available if you would like [value_count] of those ?\n user : please book the hamilton lodge, for 6 people.\n system : i would be happy to . how many nights would you like to stay ? and i'll need to know the day you would like to start your stay .\n user : i'll be staying 2 nights starting on wednesday. oh, and there are 6 of us.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"1",
|
|
"free",
|
|
"6",
|
|
"2",
|
|
"wednesday",
|
|
"hamilton lodge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "hamilton lodge",
|
|
"area": "dont care",
|
|
"stars": "3",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "wednesday",
|
|
"people": "6",
|
|
"stay": "2"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"internet": "free",
|
|
"people": "6",
|
|
"stay": "2",
|
|
"day": "wednesday",
|
|
"name": "hamilton lodge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to dine. the restaurant should be expensive and should serve chinese food.\n system : would you like the restaurant in a specific place ?\n user : not in any specific area please. i need to book a table for 3 at 14:00 on saturday.\n system : unfortunately , it looks like all the options are booked for that day and time . would you like me to change the time or possibly the day ?\n user : how about 13:00 then?\n system : yes , i can book you at the [restaurant_name] for [value_time] .\n user : what is the reference number for my booking?\n system : your table is reserved for [value_count] minutes and your reference is [restaurant_reference] . can i help you with anything else ?\n user : no thank you, that is all i needed!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"3",
|
|
"14:00",
|
|
"13:00",
|
|
"saturday",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "dont care",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"time": "13:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "3",
|
|
"time": "13:00",
|
|
"day": "saturday",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for information on a hotel called warkworth house.\n system : i got it . may i get the day youd like to move in so i can book\n user : yes, that would be on tuesday please.\n",
|
|
"extracted_values": [
|
|
"tuesday",
|
|
"warkworth house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "warkworth house",
|
|
"day": "tuesday"
|
|
},
|
|
"gen_states": {
|
|
"day": "tuesday",
|
|
"name": "warkworth house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi departing from golden wok.\n system : ok , what time do you want to leave by ?\n user : i'd like to leave after 17:30.\n system : where is your destination ?\n user : i'm going to holy trinity church.\n system : alright , i have a [taxi_type] for you and the contact number is [taxi_phone] .\n user : i will look for the yellow skoda after 17:30. thanks for all your help.\n system : you are welcome . is there anything else i can help you with today ?\n user : not really. am good to go\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"yellow",
|
|
"golden wok",
|
|
"holy trinity church"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:30",
|
|
"destination": "holy trinity church",
|
|
"departure": "golden wok"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:30",
|
|
"skin": "yellow",
|
|
"departure": "golden wok",
|
|
"destination": "holy trinity church"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine in the centre.\n system : there are many restaurant -s in the [value_area] of town , do you have a preference of food ?\n user : is there anywhere that serves middle eastern food?\n system : unfortunately there is not . what else may i check for you ?\n user : is there anywhere in the centre that serves mediterranean food?\n system : i have found [value_count] options , sir . may i [restaurant_name] what type of price range were you looking for ?\n user : i'd like something in the expensive price range.\n system : there are [value_count] [value_pricerange] [value_food] restaurant -s in the [value_area] of town [restaurant_name] and [restaurant_name] .\n user : book either for me\n system : i recommend [restaurant_name] , great word of mouth . what day and time do you want to dine ? how many will be going , please ?\n user : can we do saturday at 15:00?\n system : sure for how many people ?\n user : never mind. i'll book the table myself. may i have the address and postcode? and the phone number, while you're at it.\n system : of course . [restaurant_name] is located at [restaurant_address] . the post code is [restaurant_postcode] . the phone number is [restaurant_phone] . do you need any further assistance ?\n user : no thank you that is all i need for now.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"15:00",
|
|
"saturday",
|
|
"centre",
|
|
"mediterranean"
|
|
],
|
|
"true_states": {
|
|
"food": "mediterranean",
|
|
"price": "expensive",
|
|
"name": "la mimosa",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"time": "15:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"time": "15:00",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"food": "mediterranean"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find a resturant that serves cheap chinese food!\n system : [restaurant_name] is located in the [value_area] and it is [value_pricerange] ! would you like me to book it for you ?\n user : yes, go ahead and book it and please send me the address.\n system : the address is [restaurant_address] . what day and time would you like to book ? how many people ?\n user : i do not need to book it. what is the postcode and the area please?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"ahead",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"time": "ahead",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! are there any asian oriental restaurants in the center of town?\n system : i have [value_count] different options for you . did you prefer a certain price range ?\n user : something moderately priced would be great.\n system : the [restaurant_name] is an [value_food] restraunt in the town [value_area] with a [value_pricerange] price . would you like to make a booking ?\n user : yes i need a table for 4 on saturday.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"4",
|
|
"saturday",
|
|
"asian oriental",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "moderate",
|
|
"name": "yippee noodle bar",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "4",
|
|
"day": "saturday",
|
|
"food": "asian oriental",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the type of guesthouse and should include free parking\n system : there are a number of guesthouses in the area with free parking . do you have a preference for price range or area that you want to stay ?\n user : the hotel should have a star of 3 and should be in the south.\n system : how about [hotel_name] ?\n user : sure, please book it for 8 people for 3 nights starting on monday\n system : booking was not successful . perhaps another day or shorter stay ?\n user : advice me on another booking duration\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"3",
|
|
"8",
|
|
"monday",
|
|
"hotel",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"area": "south",
|
|
"parking": "yes",
|
|
"stars": "3",
|
|
"type": "guesthouse",
|
|
"day": "monday",
|
|
"people": "8",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stay": "3",
|
|
"people": "8",
|
|
"day": "monday",
|
|
"type": "hotel",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to try saigon city.\n",
|
|
"extracted_values": [
|
|
"saigon city"
|
|
],
|
|
"true_states": {
|
|
"name": "saigon city"
|
|
},
|
|
"gen_states": {
|
|
"destination": "saigon city"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a hotel with a zero star rating and i dont need free parking\n system : [hotel_name] is a [value_count] star hotel with no parking , would you like me to check on available dates for you ?\n user : i hope its in the centre\n system : it is indeed in the [value_area] .\n user : i need to book it for one person for 5 nights starting friday.\n",
|
|
"extracted_values": [
|
|
"0",
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"friday",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "cityroomz",
|
|
"area": "centre",
|
|
"parking": "no",
|
|
"stars": "0",
|
|
"day": "friday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "friday",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i need to find a hotel with free wifi and free parking. can you help me?\n system : there are [value_count] place -s with free internet and parking . do you have an area , price , star , or hotel type preference ?\n user : can you find me a guesthouse that is expensive?\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"expensive",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "expensive",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "expensive",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to dine in the centre.\n system : there are many restaurant -s in the [value_area] of town , do you have a preference of food ?\n user : is there anywhere that serves middle eastern food?\n system : unfortunately there is not . what else may i check for you ?\n user : is there anywhere in the centre that serves mediterranean food?\n",
|
|
"extracted_values": [
|
|
"centre",
|
|
"mediterranean"
|
|
],
|
|
"true_states": {
|
|
"food": "mediterranean",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"area": "centre",
|
|
"food": "mediterranean"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm hoping to find a nightclub in town.\n",
|
|
"extracted_values": [
|
|
"night club"
|
|
],
|
|
"true_states": {
|
|
"type": "night club"
|
|
},
|
|
"gen_states": {
|
|
"type": "night club"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the moderate price range and should be in the east\n system : try [restaurant_name] or [restaurant_name]\n user : the restaurant should serve italian food.\n system : [restaurant_name] serves [value_food] food in the [value_area] , would you like a reservation ?\n user : what other restaurants in that area serve italian food?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"east",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "moderate",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"area": "east",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a reservation that has cheap price and should be in the east\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : help me reserve a taxi please\n system : okay , what is your departure site ?\n user : i will be leaving from pizza express fen ditton\n",
|
|
"extracted_values": [
|
|
"pizza hut fen ditton"
|
|
],
|
|
"true_states": {
|
|
"departure": "pizza hut fen ditton"
|
|
},
|
|
"gen_states": {
|
|
"destination": "pizza hut fen ditton"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi, please.\n system : i would be happy to assist you today . i'll need a little bit of information from you let s start with what time you would like to leave and arrive ?\n user : i need to get to restaurant two two by 5:15\n system : ok , i need a little bit more information , where will your taxi be departing from ?\n user : i want to be picked up at williams art and antiques.\n system : your taxi is booked a [taxi_type] with the contact number of [taxi_phone] .\n user : i look forward to the ride. thank you.\n system : you are welcome . is there anything else i can do for you today ?\n user : no, that will be all. thanks very much.\n",
|
|
"extracted_values": [
|
|
"05:15",
|
|
"restaurant",
|
|
"two two",
|
|
"williams art and antiques"
|
|
],
|
|
"true_states": {
|
|
"destination": "restaurant two two",
|
|
"departure": "williams art and antiques",
|
|
"arrive": "05:15"
|
|
},
|
|
"gen_states": {
|
|
"leave": "05:15",
|
|
"destination": "restaurant",
|
|
"people": "two two",
|
|
"name": "williams art and antiques"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you see if there are any entertainment attractions in the centre of town?\n system : unfortunately there are no entertainment attractions in the [value_area] of town . is there a different area of town that would work for you ?\n user : what about a museum?\n",
|
|
"extracted_values": [
|
|
"museum",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"type": "museum",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"type": "museum",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a train from london liverpool street arriving at 9:30\n",
|
|
"extracted_values": [
|
|
"09:30",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"arrive": "09:30",
|
|
"departure": "london liverpool street"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:30",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : get me a taxi to hughes hall please\n system : when will you be leaving ?\n user : i'd like to leave after 15:15.\n",
|
|
"extracted_values": [
|
|
"15:15",
|
|
"hughes hall"
|
|
],
|
|
"true_states": {
|
|
"leave": "15:15",
|
|
"destination": "hughes hall"
|
|
},
|
|
"gen_states": {
|
|
"leave": "15:15",
|
|
"destination": "hughes hall"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi. i was wondering if there are any eastern european type restaurants in the south part of the city?\n system : unfortunately , there are no eastern [value_food] restuarants in the [value_area] part of the city . is there anything else you want ?\n user : i'm looking for an expensive eastern european place in the south.\n system : unfortunately , i do not happen to have any listing that meets what you were looking for . would you like me to try either a different area or type of restaurant ?\n user : how about a chinese restaurant?\n system : certainly , we have [value_count] [value_pricerange] [value_food] restaurant -s [restaurant_name] , and [restaurant_name] . would you like a reservation at [value_count] , if so for how many ?\n user : i would like a reservation for 2 to the peking restaurant.\n system : ok , and what day and time would you like that reservation ?\n user : i'd like to make a reservation for saturday at 11:45. and there has been a change in plans, i will be dining alone.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"2",
|
|
"11:45",
|
|
"saturday",
|
|
"the peking restaurant",
|
|
"chinese",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "south",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"time": "11:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "2",
|
|
"time": "11:45",
|
|
"day": "saturday",
|
|
"name": "the peking restaurant",
|
|
"food": "chinese",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train that will depart on sunday and arrive by 18:00.\n system : i have found the listings for the [value_day] departures . what is your destination ? would you like me to book a trip ?\n user : i am going to cambridge from leicester. and, yes, please book it for me.\n system : for how many tickets ?\n user : 7 please\n system : your booking was successful . train id is [train_id] . total fee is [value_price] gbp . reference number is [train_reference] . anything else i can help with today ?\n user : thank you!\n system : i am glad i could help . is there anything else ?\n user : that's all, thank you !\n system : excellent . have a great day !\n user : okay, you too. thanks again.\n",
|
|
"extracted_values": [
|
|
"18:00",
|
|
"7",
|
|
"sunday",
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "sunday",
|
|
"arrive": "18:00",
|
|
"departure": "leicester",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "18:00",
|
|
"people": "7",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'll be coming in to cambridge and i'd like a place to stay. i'd like a guesthouse with free parking.\n system : i have got [value_count] guesthouses that offer free parking , do you have any more preferences ?\n user : i'd like it to be in the east, if possible.\n system : there are [value_count] guesthouses that offer free parking . [value_count] are [value_pricerange] and [value_count] are [value_pricerange] . which price range do you prefer ?\n user : i'll take a cheap one please.\n system : i found [hotel_name] to meet your needs . would you like me to book that for you ?\n user : no that would be all.\n system : let me give you their phone number which is [hotel_phone] . [hotel_name] s address is [hotel_address] , [hotel_postcode] . is there anything else i can help you with ?\n user : no. i'm all set. thanks again.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"cambridge",
|
|
"guesthouse",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"stars": "1",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to go to mahal of cambridge\n system : i can help with that . did you have a specific time in mind ?\n user : yes, i'd like to leave after 2:30 please.\n system : where would you like to depart from ?\n user : i am departing from jesus green outdoor pool.\n system : your taxi is booked . it is a [taxi_type] .\n user : what is the contact number for the taxi?\n",
|
|
"extracted_values": [
|
|
"02:30",
|
|
"mahal of cambridge",
|
|
"jesus green outdoor pool"
|
|
],
|
|
"true_states": {
|
|
"leave": "02:30",
|
|
"destination": "mahal of cambridge",
|
|
"departure": "jesus green outdoor pool"
|
|
},
|
|
"gen_states": {
|
|
"leave": "02:30",
|
|
"departure": "jesus green outdoor pool"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a place to stay. i want to make sure it is 4 stars and includes free parking. can you help with this?\n system : of course ! there are [value_count] place -s that fit that description . is there an area or price range that you prefer ?\n user : i would prefer something moderately priced in the centre of town\n system : unfortunately , i do not see anything that fits your needs . would you like me to try another area ?\n user : hmm, yes i suppose i could try one on the north side of town. are there any?\n system : yes , there is a total of [value_count] place -s to stay in the [value_area] side of town . would you like me to book you into [value_count] ?\n user : yes please, whichever you prefer.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"free",
|
|
"moderate",
|
|
"1",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"parking": "free",
|
|
"price": "moderate",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a restaurant located in the centre for a moderate price.\n system : sure , i can help you with that . i have [value_count] restaurant -s available . would you like a certain type of food ?\n user : i am looking just for any restaurant available for 5 people at 13:45 on saturday.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"5",
|
|
"13:45",
|
|
"saturday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "5",
|
|
"time": "13:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "5",
|
|
"time": "13:45",
|
|
"day": "saturday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a hotel called the arbury lodge guesthouse.\n system : the [hotel_name] is a [value_count] star guesthouse in the [value_area] area . would like like to book a room there ?\n user : yes please! for 5 people and for 5 nights. starting wednesday.\n",
|
|
"extracted_values": [
|
|
"5",
|
|
"wednesday",
|
|
"arbury lodge guesthouse",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "arbury lodge guesthouse",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"stay": "5",
|
|
"day": "wednesday",
|
|
"name": "arbury lodge guesthouse",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a restaurant in the centre area?\n system : of course ! there are [value_count] restaurant -s in the [value_area] . what type of food would you like ?\n user : i'm in the mood for italian food. which is your favorite?\n system : sure , how about [restaurant_name] . can i make a reservation for you ?\n user : great. can you book a table for 1 on saturday at 12:45?\n system : your table is reserved . reference number [restaurant_reference] .\n user : terrific! you are great, please send me all this information to my e-mail, thanks.\n system : you are welcome , was there anything else you need ?\n user : no i have everything i wanted to know. thanks very much.\n",
|
|
"extracted_values": [
|
|
"favorite",
|
|
"1",
|
|
"12:45",
|
|
"terrific",
|
|
"saturday",
|
|
"centre",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"name": "stazione restaurant and coffee bar",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"time": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"food": "italian",
|
|
"people": "1",
|
|
"time": "12:45",
|
|
"day": "saturday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : good morning, are there any expensive restaurants in the city centre?\n system : i have quite a few restaurant -s , is there is particular type of food you are looking for ?\n user : no, can you choose one for me and provide me with the postcode.\n system : how about the [restaurant_name] that serves [value_food] ? the postcode is [restaurant_postcode] .\n user : that sounds great. thanks so much!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "dont care",
|
|
"price": "expensive",
|
|
"name": "kymmoy",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "1",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want a reservation that has cheap price and should be in the east\n system : we have [value_count] with your specification\n user : oh, i also need it to have free parking and i want a guest house.\n system : how about [hotel_name] ? it looks great .\n user : sure, please book it for 1 person for 5 nights starting on thursday.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"thursday",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"name": "allenbell",
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "thursday",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for restaurants in the area that serve british cuisine. could you give me some suggestions?\n system : there are many [value_food] restaurant -s in the city . could you tell me in what area you would like to eat ?\n user : is there something available in the west?\n system : yes , there are [value_count] . would you like something in the [value_pricerange] or [value_pricerange] price range ?\n user : i don't care about the price range. however, i need to confirm that the restaurant serves british food and is in the centre of town.\n system : the [restaurant_name] meets your specification -s of [value_food] food in the [value_area] of town . would you like me to book that for you ?\n user : yes. for 6 people at 19:30 on friday, please. i'll need the reference number.\n system : booking was successful . the table will be reserved for [value_count] minutes . reference number is [restaurant_reference] .\n user : great thanks so much!\n",
|
|
"extracted_values": [
|
|
"6",
|
|
"19:30",
|
|
"friday",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "dont care",
|
|
"name": "restaurant one seven",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "6",
|
|
"time": "19:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "6",
|
|
"time": "19:30",
|
|
"day": "friday",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! what can you tell me about 4-star guesthouses in town?\n system : there are [value_count] matching your request . do you have any preferences such as area , price , parking , or internet ?\n user : yes, i would like a guesthouse in the south part of town and it should include wifi.\n system : there are [value_count] [hotel_name] is [value_pricerange] , located at [hotel_address] [hotel_postcode] and [hotel_name] is [value_pricerange] , located at [hotel_address] [hotel_postcode] . shall we book ?\n user : yes, let's try rosa's for 3 nights starting friday. there will be 8 of us.\n system : you are all set for checking in on [value_day] . your reference number is [hotel_reference] . can i help with anything else ?\n user : that will be all, thank you so much.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"3",
|
|
"8",
|
|
"friday",
|
|
"guesthouse",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"name": "rosas bed and breakfast",
|
|
"area": "south",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "friday",
|
|
"people": "8",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"stay": "3",
|
|
"people": "8",
|
|
"day": "friday",
|
|
"type": "guesthouse",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i kind of need some help finding a nice hotel in the north part of town.\n",
|
|
"extracted_values": [
|
|
"kind",
|
|
"hotel",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"price": "expensive",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"type": "hotel",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a train from cambridge to broxbourne, please.\n",
|
|
"extracted_values": [
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"destination": "broxbourne",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train that will depart on sunday and arrive by 18:00.\n system : i have found the listings for the [value_day] departures . what is your destination ? would you like me to book a trip ?\n user : i am going to cambridge from leicester. and, yes, please book it for me.\n system : for how many tickets ?\n user : 7 please\n system : your booking was successful . train id is [train_id] . total fee is [value_price] gbp . reference number is [train_reference] . anything else i can help with today ?\n user : thank you!\n",
|
|
"extracted_values": [
|
|
"18:00",
|
|
"7",
|
|
"sunday",
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "sunday",
|
|
"arrive": "18:00",
|
|
"departure": "leicester",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "18:00",
|
|
"people": "7",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello there! can you tell me if there are any 4-star hotels or guesthouses in cambridge that are cheap?\n system : there are [value_count] location -s , do you have any other requirement -s ?\n user : i am hoping it is a guesthouse\n system : there are [value_count] guesthouses meeting your requirement -s . is there a particular area you wish to stay in ?\n user : no, as long as it's cheap and have 4 stars. can you recommend me one and book it for 8 people and 3 nights starting thursday?\n system : sure the [hotel_name] is a personal favorite . your booking was successful .\n user : great. what was the reference number for the booking?\n system : yes , it s [hotel_reference] .\n user : ok. thanks for your help. i look forward to the stay.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"cheap",
|
|
"1",
|
|
"8",
|
|
"3",
|
|
"thursday",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "autumn house",
|
|
"price": "cheap",
|
|
"stars": "4",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "8",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "3",
|
|
"price": "cheap",
|
|
"people": "8",
|
|
"day": "thursday",
|
|
"area": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i am looking for a cheap restaurant in the town centre please.\n system : there are quite a few [value_pricerange] restaurant -s in the town center . is there a particular cuisine you prefer ?\n user : i prefer creative food, please.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"centre",
|
|
"creative"
|
|
],
|
|
"true_states": {
|
|
"food": "creative",
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "centre",
|
|
"food": "creative"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a restaurant that serves african food with a moderate price range please\n system : i am sorry , there are not any options available . may i [restaurant_name] if there is another type of restaurant you would be interested in ?\n user : yes how about asian food in the same price range?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"asian"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "moderate"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "asian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train from london kings cross to cambridge.\n system : i have [value_count] trains travelling that route . to narrow it down , what day would you like to leave and what time would you like to depart and arrive ?\n user : sure, i would like to go on saturday, and arrive by 20:20. as close to that time as i can arrive.\n system : i have a [value_time] from london that arrives at [value_time] . would that work for you ?\n user : yes, let me have 7 tickets, please.\n",
|
|
"extracted_values": [
|
|
"20:20",
|
|
"close",
|
|
"7",
|
|
"saturday",
|
|
"london kings cross",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "19:17",
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "20:08",
|
|
"departure": "london kings cross",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "20:20",
|
|
"area": "close",
|
|
"people": "7",
|
|
"day": "saturday",
|
|
"destination": "london kings cross",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please help me make a taxi reservation\n system : sure ! where is your departure site ?\n user : i want to depart from the riverside brasserie.\n",
|
|
"extracted_values": [
|
|
"riverside brasserie"
|
|
],
|
|
"true_states": {
|
|
"departure": "riverside brasserie"
|
|
},
|
|
"gen_states": {
|
|
"departure": "riverside brasserie"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : help me get a taxi to the cambridge museum of technology please\n",
|
|
"extracted_values": [
|
|
"cambridge museum of technology"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge museum of technology"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge museum of technology"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should have a star of 2 and should be in the moderate price range\n system : there are [value_count] such hotel -s in the [value_area] area . the first is the [hotel_name] and the second is the [hotel_name] . do you have a preference ?\n user : i don't have a preference, actually. which one do you recommend?\n system : they both have internet and parking , so it is really up to you .\n user : i choose the ashley hotel. what is their address, please?\n system : the number for the [hotel_name] is [hotel_phone] . can i book that for you ?\n user : no, i just need the address.\n system : that hotel is located at [hotel_address] .\n user : ok thank you that is all i needed today.\n",
|
|
"extracted_values": [
|
|
"2",
|
|
"moderate",
|
|
"1",
|
|
"ashley hotel",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "ashley hotel",
|
|
"price": "moderate",
|
|
"stars": "2",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"price": "moderate",
|
|
"name": "ashley hotel",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place serving indian food in the moderate price range\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "moderate"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for restaurants in the area that serve british cuisine. could you give me some suggestions?\n system : there are many [value_food] restaurant -s in the city . could you tell me in what area you would like to eat ?\n user : is there something available in the west?\n system : yes , there are [value_count] . would you like something in the [value_pricerange] or [value_pricerange] price range ?\n user : i don't care about the price range. however, i need to confirm that the restaurant serves british food and is in the centre of town.\n system : the [restaurant_name] meets your specification -s of [value_food] food in the [value_area] of town . would you like me to book that for you ?\n user : yes. for 6 people at 19:30 on friday, please. i'll need the reference number.\n system : booking was successful . the table will be reserved for [value_count] minutes . reference number is [restaurant_reference] .\n user : great thanks so much!\n system : is there anything else i can help you with ?\n user : that's all i needed thank you\n",
|
|
"extracted_values": [
|
|
"6",
|
|
"19:30",
|
|
"friday",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "dont care",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "6",
|
|
"time": "19:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "6",
|
|
"time": "19:30",
|
|
"day": "friday",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train departing cambridge.\n system : i would love to help ! where is your destination ?\n user : i need to g to london liverpool street on saturday.\n",
|
|
"extracted_values": [
|
|
"saturday",
|
|
"cambridge",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"destination": "london liverpool street",
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"day": "saturday",
|
|
"departure": "cambridge",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : we need to find a guesthouse of moderate price.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a hotel with a zero star rating and i dont need free parking\n system : [hotel_name] is a [value_count] star hotel with no parking , would you like me to check on available dates for you ?\n user : i hope its in the centre\n system : it is indeed in the [value_area] .\n user : i need to book it for one person for 5 nights starting friday.\n system : booking was not successful . perhaps another day or shorter stay ?\n user : advice me please of a better duration\n system : [value_count] nights starting [value_day] would do better\n user : i'm sorry, did i say friday? i meant i want a booking for 5 nights starting on thursday.\n system : sorry , it was not successful . can i check another hotel or shorten the stay ?\n user : then i can i get one on saturday for 5 nights?\n",
|
|
"extracted_values": [
|
|
"0",
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"saturday",
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"name": "cityroomz",
|
|
"area": "centre",
|
|
"parking": "no",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "1",
|
|
"stay": "5",
|
|
"day": "saturday",
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello. i'm looking for a cheap place to eat in the centre. can you help me?\n system : there are [value_count] place -s do you have a food preference ?\n user : yes, i'd love chinese.\n system : there are [value_count] [value_food] restaurant -s meeting your requirement -s . may i recommend [value_count] for you ?\n user : sure, pick your favorite and let me have the address, postcode, and phone number please?\n system : the [restaurant_name] is located at [restaurant_address] , postcode [restaurant_postcode] , and the phone number is [restaurant_phone] . would you like me to make a reservation for you ?\n user : yes please make me a reservation.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"favorite",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "cheap",
|
|
"name": "the golden house",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"food": "chinese",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any 4-star hotels which are moderately priced?\n system : we have [value_count] guest houses which are [value_pricerange] -ly priced , but no hotel -s .\n user : a guesthouse is fine. i'm looking for a place in the north with free parking.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"moderate",
|
|
"free",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm trying to find a concert hall in the east part of town.\n system : unfortunately , i do not have any listings for concert halls on the [value_area] side . can i check another area of town for you ?\n user : how about an entertainment attraction instead?\n",
|
|
"extracted_values": [
|
|
"entertainment",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking to book a taxi that will leave from the missing sock\n system : what is your destination ?\n user : i need to get to the lucky star please.\n system : ok , what time do you want to leave ?\n user : i would like to leave after 17:15. i also need the car type and contact number\n system : i have you in a [taxi_type] , contact is [taxi_phone] .\n user : thank you that is all i need.\n system : thank you for contacting us have a nice day .\n user : thank you i don't need anything else.\n",
|
|
"extracted_values": [
|
|
"17:15",
|
|
"the missing sock",
|
|
"the lucky star"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:15",
|
|
"destination": "the lucky star",
|
|
"departure": "the missing sock"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:15",
|
|
"departure": "the missing sock",
|
|
"destination": "the lucky star"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a train from cambridge to leicester.\n system : certainly , there are many trains going that route . can you specify which day you would like to travel ?\n user : i would like to travel on saturday.\n",
|
|
"extracted_values": [
|
|
"saturday",
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "leicester",
|
|
"day": "saturday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"day": "saturday",
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can i get a train from cambridge to bishops stortford?\n system : certainly . when would you like to depart ?\n user : on thursday after 20:15.\n system : there is a train leaving [value_place] and heading to [value_place] at [value_time] on [value_day] . would you like more information or to book a ticket ?\n user : no. i need to depart from bishops stortford and go to cambridge on thursday after 20:15.\n",
|
|
"extracted_values": [
|
|
"20:15",
|
|
"thursday",
|
|
"cambridge",
|
|
"bishops stortford"
|
|
],
|
|
"true_states": {
|
|
"leave": "20:15",
|
|
"destination": "bishops stortford",
|
|
"day": "thursday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "20:15",
|
|
"day": "thursday",
|
|
"departure": "cambridge",
|
|
"destination": "bishops stortford"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i kind of need some help finding a nice hotel in the north part of town.\n system : there are [value_count] hotel -s in the [value_area] part of town in the [value_pricerange] price range , does that price range work for you ?\n user : do either of those have 4 stars?\n system : i am sorry , they are both [value_count] star hotel -s . would you like to try a different area or star number ?\n user : a 4 star guesthouse in the north would be fine too.\n system : there are several in the [value_pricerange] price range and [value_count] that is [value_pricerange] . does price matter ?\n user : no, it doesn't. what place would you recommend?\n",
|
|
"extracted_values": [
|
|
"kind",
|
|
"4",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"area": "north",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"hotel": "kind",
|
|
"stars": "4",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a train from cambridge to leicester.\n system : certainly , there are many trains going that route . can you specify which day you would like to travel ?\n user : i would like to travel on saturday.\n system : i have got a full schedule of trains going that route on [value_day] . do you have a preferred time to leave or get there ?\n user : i'd like to arrive by 13:45.\n system : i have a train that arrives at [value_time] . will this do for you ?\n user : yes that would be perfect. could i have the price and departure time?\n",
|
|
"extracted_values": [
|
|
"13:45",
|
|
"saturday",
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "leicester",
|
|
"day": "saturday",
|
|
"arrive": "13:06",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:45",
|
|
"day": "saturday",
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello there! can you tell me if there are any 4-star hotels or guesthouses in cambridge that are cheap?\n system : there are [value_count] location -s , do you have any other requirement -s ?\n user : i am hoping it is a guesthouse\n system : there are [value_count] guesthouses meeting your requirement -s . is there a particular area you wish to stay in ?\n user : no, as long as it's cheap and have 4 stars. can you recommend me one and book it for 8 people and 3 nights starting thursday?\n system : sure the [hotel_name] is a personal favorite . your booking was successful .\n user : great. what was the reference number for the booking?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"cheap",
|
|
"1",
|
|
"8",
|
|
"3",
|
|
"thursday",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "autumn house",
|
|
"price": "cheap",
|
|
"stars": "4",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "8",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "3",
|
|
"price": "cheap",
|
|
"people": "8",
|
|
"day": "thursday",
|
|
"area": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train out of kings lynn please.\n",
|
|
"extracted_values": [
|
|
"kings lynn"
|
|
],
|
|
"true_states": {
|
|
"departure": "kings lynn"
|
|
},
|
|
"gen_states": {
|
|
"destination": "kings lynn"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi please. i'll be departing from grafton hotel restaurant\n system : sure ! when would you like to arrive ?\n user : i need to leave after 16:45.\n",
|
|
"extracted_values": [
|
|
"16:45",
|
|
"grafton hotel restaurant"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:45",
|
|
"departure": "grafton hotel restaurant"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "16:45",
|
|
"departure": "grafton hotel restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to pick me up at regency gallery and take me to don pasquale pizzeria.\n",
|
|
"extracted_values": [
|
|
"regency gallery",
|
|
"don pasquale pizzeria"
|
|
],
|
|
"true_states": {
|
|
"destination": "don pasquale pizzeria",
|
|
"departure": "regency gallery"
|
|
},
|
|
"gen_states": {
|
|
"destination": "don pasquale pizzeria"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i want to find a guesthouse with free parking included. can you help?\n system : there are [value_count] guesthouses that have parking available . is there a certain price range or part of the city you are interested in ?\n user : i would really like something expensive.\n system : unfortunately , i cannot find any that are [value_pricerange] . let s try a different price range .\n user : alright, let's try for a cheap hotel.\n system : do you want a [value_pricerange] hotel or a [value_pricerange] guesthouse ?\n user : i meant a cheap guesthouse with free wifi.\n system : how about [hotel_name] ?\n user : sounds good, let's book it! 8 people for 4 nights, starting friday.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"expensive",
|
|
"cheap",
|
|
"8",
|
|
"4",
|
|
"friday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "alexander bed and breakfast",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "friday",
|
|
"people": "8",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"people": "8",
|
|
"stars": "4",
|
|
"day": "friday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yo, i'm looking for a place to stay that's as awesome as me. four stars! it's gotta have free wifi, so i can do my social media, know what i mean?\n system : i have many options for you what s your price range or the area you are looking in ?\n user : i don't really have a price range. anything is fine. i would like it to have free parking and wifi, though. and of course, 4 stars like i mentioned.\n system : do you have a preference for a hotel versus a guesthouse ?\n user : no, either will work just fine.\n system : how about [hotel_name] ? it s located at [hotel_address] .\n user : that's great. can you give me the area and price range, please?\n",
|
|
"extracted_values": [
|
|
"awesome",
|
|
"4",
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"name": "archway house",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"type": "awesome",
|
|
"stars": "4",
|
|
"internet": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i am looking for a train. can you help me, please?\n system : where do you need to go ?\n user : i need to go to bringham new street by 17:30\n system : ok , what day are you traveling , and do you need to leave or arrive by [value_time] ?\n user : i am traveling on sunday and need to arrive by 17:30 coming from cambridge\n system : i have [value_count] routes that might work for you , leaving hourly from [value_time] to [value_time] . i would recommend [train_id] which arrives at [value_time] . would you like to book ?\n user : please give me their travel time and price of tr6908.\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"sunday",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "birmingham new street",
|
|
"day": "sunday",
|
|
"arrive": "17:30",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:30",
|
|
"day": "sunday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a hotel called a and b guest house?\n system : it is in the [value_area] , and [value_pricerange] -ly priced . would you like to book a room ?\n user : can i get the address and phone number, please?\n system : the address is [hotel_address] , postcode [hotel_postcode] . the phone number is [hotel_phone] . anything else ?\n user : that is all. thank you.\n",
|
|
"extracted_values": [
|
|
"a and b guest house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "a and b guest house"
|
|
},
|
|
"gen_states": {
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should serve indian food and should be in the expensive price range\n system : [restaurant_name] is a great restaurant that fulfills your wishes . it is located at [value_count] [restaurant_address] .\n user : awesome. can i also get the area, post code, and phone number?\n system : yes , [restaurant_name] is located in the [value_area] and the postcode is [restaurant_postcode] .\n user : thanks, i just need the phone number so i can call them.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"awesome",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive",
|
|
"name": "curry garden"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "indian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there! i'm looking for an expensive place to stay that has free wifi. i bet cambridge has a ton of those.\n system : we have [value_count] hotel -s that fit that description . what area of town do you prefer ?\n user : the area doesn't matter much, but i would like it to be a guesthouse if possible.\n system : i am sorry , but all of [hotel_name] -s that have free wifi and who have an [value_pricerange] price range are hotel -s rather than guesthouses . would you be interested in a hotel instead ?\n user : i'd really rather stay at a guesthouse. do you have anything in the cheap price range?\n system : there are [value_count] location -s that meet your requirement -s . is there a particular star rating you would prefer ?\n user : no not in particular.\n system : i could recommend the [hotel_name] . it has free internet and parking and is in the [value_area] . would you like me to book that for you ?\n user : what is the phone number of the el shaddai?\n system : their phone number is [hotel_phone] , would you like help booking a room ?\n user : that's not needed. thank you!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"cambridge",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "el shaddia guesthouse",
|
|
"area": "dont care",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : is there a restaurant that serves italian food in the expensive price bracket?\n system : yes , there are [value_count] such place -s . [value_count] are in the [value_area] and [value_count] is in the [value_area] . would you like to book at [value_count] ?\n user : absolutely! thank you!\n system : which area of town would you prefer ?\n user : how about the center?\n system : great , how about [restaurant_name] ? may i book this for you ?\n user : that sounds good. no i don't need a reservation, but could you tell me the postcode?\n system : certainly , the postcode for [restaurant_name] is [restaurant_postcode] . would you like any other information ?\n user : no thanks. that will do it for me. have a good day.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"italian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "expensive",
|
|
"name": "don pasquale pizzeria",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "italian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to find an expensive restaurant in the centre of town please.\n system : there are quite a few choices for you . what kind of cuisine do you enjoy ?\n user : i don't care. choose a restaurant you recommend!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "dont care",
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to go!\n system : i can certainly help you find something . do you have a type of attraction in mind ?\n user : i like looking at the architecture of old buildings. i think it says a lot about how we used to live.\n system : we have a lot of interesting architecture here in [value_place] . is there a particular area of town you are interested in ?\n user : what would you suggest?\n system : here are a few suggestions from the [value_area] all saint s church and [attraction_name] , both are free to visit .\n user : the holy trinity church sounds lovely. can you give me their postcode, please?\n",
|
|
"extracted_values": [
|
|
"love",
|
|
"holy trinity church",
|
|
"architecture"
|
|
],
|
|
"true_states": {
|
|
"type": "architecture",
|
|
"name": "holy trinity church"
|
|
},
|
|
"gen_states": {
|
|
"food": "love",
|
|
"name": "holy trinity church",
|
|
"type": "architecture"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an expensive hotel with free wifi.\n system : i have about [value_count] different ones all spread out over town . do you have a certain preference on the area to stay in ?\n user : not really on the area. but i would like an expensive guesthouse.\n system : i am afraid we do not have any guesthouses in that price range , can i offer you something else instead ?\n user : ok, well i guess a cheap one would work just as well. i need a place to stay. i would just still need free wifi.\n system : we have [value_count] guesthouse that are [value_pricerange] with free wifi . do you have any other specific needs ?\n user : no i don't think so. which one sounds the best?\n system : i think you would enjoy the [hotel_name] . would you like to make a reservation ?\n user : wait...is that a restaurant? i want a guesthouse. i'm so confused.\n system : the [hotel_name] is , indeed a [value_pricerange] -ly priced guesthouse with free wi fi , according to our database . perhaps they do both . may i make a reservation for you ?\n user : oh, ok. sure, go ahead and book 4 nights from tuesday. there will be three of us.\n system : sorry , it is booked up then . would you like to try a shorter stay ?\n user : no. i need it for 4 nights. i try another time. thanks.\n system : please let me know any other way i can help .\n user : could you look again for a place in the cheap range. area does not matter.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"confused",
|
|
"ahead",
|
|
"4",
|
|
"3",
|
|
"tuesday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "tuesday",
|
|
"people": "4",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"stars": "4",
|
|
"name": "confused",
|
|
"time": "ahead",
|
|
"stay": "3",
|
|
"day": "tuesday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a mexican restaurant in the centre.\n system : i am sorry , there are not any [value_food] restaurant -s in the [value_area] of town . would you like to try a different cuisine ?\n user : how about an indian restaurant then?\n system : there is the [restaurant_name] which serves [value_food] food in the [value_area] . would you like to make a booking ?\n user : oh, no, but i do need the postcode address and number.\n",
|
|
"extracted_values": [
|
|
"indian",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"name": "curry garden",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "indian",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should have a star of 2 and should be in the moderate price range\n system : there are [value_count] such hotel -s in the [value_area] area . the first is the [hotel_name] and the second is the [hotel_name] . do you have a preference ?\n user : i don't have a preference, actually. which one do you recommend?\n system : they both have internet and parking , so it is really up to you .\n user : i choose the ashley hotel. what is their address, please?\n system : the number for the [hotel_name] is [hotel_phone] . can i book that for you ?\n user : no, i just need the address.\n",
|
|
"extracted_values": [
|
|
"2",
|
|
"moderate",
|
|
"1",
|
|
"ashley hotel",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "ashley hotel",
|
|
"price": "moderate",
|
|
"stars": "2",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"price": "moderate",
|
|
"name": "ashley hotel",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a taxi to the cafe jello gallery please.\n system : i would be happy to help you with that . i will need to know where you are departing from and what time you would like picked up .\n user : i'd like to picked up from cafe jello gallery after 12:30.\n system : i am sorry . it seems like your destination and departure site are the same . could you clarify where you would like to go and where you would like to be picked up from ?\n user : so sorry, i want to leave cafe jello gallery after 12:30 going to the junction.\n system : that s no problem . i book a [taxi_type] for you , picking you up at [value_time] . the contact # is [taxi_phone] . can i assist you further ?\n user : great, thank you. that's everything that i needed!\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"cafe jello gallery",
|
|
"the junction"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:30",
|
|
"destination": "the junction",
|
|
"departure": "cafe jello gallery"
|
|
},
|
|
"gen_states": {
|
|
"leave": "12:30",
|
|
"destination": "the junction"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to book a taxi to the stevenage train station leaving gourmet burger kitchen.\n",
|
|
"extracted_values": [
|
|
"stevenage train station",
|
|
"gourmet burger kitchen"
|
|
],
|
|
"true_states": {
|
|
"destination": "stevenage train station",
|
|
"departure": "gourmet burger kitchen"
|
|
},
|
|
"gen_states": {
|
|
"departure": "stevenage train station",
|
|
"food": "gourmet burger kitchen"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please help me book a taxi to nandos\n system : sure . what is your departure site ?\n user : i'm leaving from riverboat georgina.\n system : okay , and what time would you like to leave or arrive by ?\n user : i would like to leave after 09:45.\n",
|
|
"extracted_values": [
|
|
"09:45",
|
|
"nandos",
|
|
"riverboat georgina"
|
|
],
|
|
"true_states": {
|
|
"leave": "09:45",
|
|
"destination": "nandos",
|
|
"departure": "riverboat georgina"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:45",
|
|
"destination": "nandos",
|
|
"departure": "riverboat georgina"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking to find a place to eat in the centre of town that needs to have a moderate price range. can you give me some options?\n system : there are quite a few options in the [value_area] of town . there s [value_food] , [value_food] , [value_food] , [value_food] and [value_food] food just to name a few . what would you like ?\n user : is there a lebanese option? i'm really craving some lebanese right now.\n system : yes ! [restaurant_name] is a great [value_food] restaurant that would suit your needs . it s located at [restaurant_address] . what other information do you need ?\n user : can you please get me a reservation at ali baba for tonight at 7pm?\n system : certainly , how many people will be in your party total ?\n user : actually, can i just get the address there for now please?\n system : the [restaurant_name] is located at [restaurant_address] . would you like any other information ?\n user : that's all i need. thanks for your help!\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"7",
|
|
"ali baba",
|
|
"centre",
|
|
"lebanese"
|
|
],
|
|
"true_states": {
|
|
"food": "lebanese",
|
|
"price": "moderate",
|
|
"name": "ali baba",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "7",
|
|
"name": "ali baba",
|
|
"area": "centre",
|
|
"food": "lebanese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! are there any asian oriental restaurants in the center of town?\n system : i have [value_count] different options for you . did you prefer a certain price range ?\n user : something moderately priced would be great.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"asian oriental",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "asian oriental",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : help me reserve a taxi please\n system : okay , what is your departure site ?\n user : i will be leaving from pizza express fen ditton\n system : okay . can i get a time that you would like to leave after or arrive by ?\n user : i'd like to arrive at the sidney sussex college by 12:45, please.\n system : great , you will be picked up in a [taxi_type] , the contact number is [taxi_phone] . is there anything else i can do for you ?\n user : that's all i need for today. i appreciate your help. goodbye.\n",
|
|
"extracted_values": [
|
|
"12:45",
|
|
"pizza hut fen ditton",
|
|
"sidney sussex college"
|
|
],
|
|
"true_states": {
|
|
"destination": "sidney sussex college",
|
|
"departure": "pizza hut fen ditton",
|
|
"arrive": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:45",
|
|
"departure": "pizza hut fen ditton",
|
|
"destination": "sidney sussex college"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you arrange for a taxi to pick me up at dojo noodle bar?\n",
|
|
"extracted_values": [
|
|
"dojo noodle bar"
|
|
],
|
|
"true_states": {
|
|
"departure": "dojo noodle bar"
|
|
},
|
|
"gen_states": {
|
|
"destination": "dojo noodle bar"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find a cheap place to stay.\n system : i can certainly help you with that . we have [value_count] listings for [value_pricerange] lodgings . do you have any other requirement -s ?\n user : i would like for it to be located in the center of town.\n system : sure . i found [value_count] guesthouses . [value_count] with [value_count] stars and [value_count] with [value_count] stars . do you have a preference ?\n user : no, i don't have a preference. do those places have wi-fi?\n system : yes , they both do . the [hotel_name] is our inexpensive [value_count] star guesthouse . would you like me to see if i could book you room ?\n user : i am not ready to book yet. thanks for the information.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"ready",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"price": "cheap",
|
|
"stars": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"to": "ready",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a cheap spanish restaurant. are there any around?\n system : yes , [restaurant_name] is a restaurant serving [value_food] food in the [value_pricerange] price range . it is located at [restaurant_address] . would you like a reservation ?\n user : i would like a restaurant in the centre.\n system : [restaurant_name] is a [value_pricerange] restaurant serving [value_food] food in the [value_area] part of town . it s address is [restaurant_address] and it s post code is cb[value_count] .\n user : great. can you book me a table for 7 on tuesday at 11:45 and provide me with a reference number?\n system : all right , i have made a reservation . your reference number is [restaurant_reference] . what else can i do for you ?\n user : hey, do you know any restaurants near me in the city?\n system : there a lot of restaurant -s in the city , what kind are you looking for ?\n user : never mind, i'm all set. i even have the reference number for my reservation. thanks for your help - goodbye!\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"7",
|
|
"11:45",
|
|
"tuesday",
|
|
"spanish",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "spanish",
|
|
"price": "cheap",
|
|
"name": "la raza",
|
|
"area": "centre",
|
|
"day": "tuesday",
|
|
"people": "7",
|
|
"time": "11:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "7",
|
|
"time": "11:45",
|
|
"day": "tuesday",
|
|
"food": "spanish",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a train arriving at 13:30, departing from cambridge.\n system : on what day will you be travelling ?\n user : i need to leave sunday to go to ely.\n",
|
|
"extracted_values": [
|
|
"13:30",
|
|
"sunday",
|
|
"cambridge",
|
|
"ely"
|
|
],
|
|
"true_states": {
|
|
"destination": "ely",
|
|
"day": "sunday",
|
|
"arrive": "13:30",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:30",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "ely"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any restaurants that serve proper british food in town?\n system : oh yes quite a few . which part of town will you be dining in ?\n user : west, if possible.\n",
|
|
"extracted_values": [
|
|
"british",
|
|
"west"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"food": "british",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to go to mahal of cambridge\n",
|
|
"extracted_values": [
|
|
"mahal of cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "mahal of cambridge"
|
|
},
|
|
"gen_states": {
|
|
"destination": "mahal of cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need help finding an expensive place to eat in the west please.\n system : there are many options for [value_pricerange] food in [value_area] [value_place] . is there a specific type of food you would like ?\n user : yes, i would like eat indian food, where i can eat search chicken tikka masala.\n system : i am sorry , there is nothing showing for chicken tikka masala . there are however [value_count] [value_pricerange] [value_food] restaurant -s in the [value_area] part of [value_place] . i would recommend the [restaurant_name] .\n user : i'd like to book the rice boat for 1 at 11:45 on monday.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"1",
|
|
"11:45",
|
|
"monday",
|
|
"rice boat",
|
|
"west",
|
|
"indian"
|
|
],
|
|
"true_states": {
|
|
"food": "indian",
|
|
"price": "expensive",
|
|
"name": "rice boat",
|
|
"area": "west",
|
|
"day": "monday",
|
|
"people": "1",
|
|
"time": "11:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "1",
|
|
"time": "11:45",
|
|
"day": "monday",
|
|
"food": "indian",
|
|
"area": "west"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please reserve for me a taxi that will pick me up at cambridge arts theatre after 09:30\n system : and where will you be going ?\n user : i'm going to restaurant one seven.\n system : your booking is complete , a [taxi_type] will be picking you up .\n user : thank you. i need the contact number, as well.\n",
|
|
"extracted_values": [
|
|
"09:30",
|
|
"cambridge arts theatre",
|
|
"restaurant",
|
|
"one",
|
|
"seven"
|
|
],
|
|
"true_states": {
|
|
"leave": "09:30",
|
|
"destination": "restaurant one seven",
|
|
"departure": "cambridge arts theatre"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:30",
|
|
"departure": "cambridge arts theatre",
|
|
"food": "restaurant",
|
|
"people": "seven"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to find an expensive restaurant in the centre of town please.\n system : there are quite a few choices for you . what kind of cuisine do you enjoy ?\n user : i don't care. choose a restaurant you recommend!\n system : how about [restaurant_name] , an [value_food] restaurant ?\n user : sounds great. could you book me a table for 8 on wednesday at 15:30?\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"8",
|
|
"15:30",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "african",
|
|
"price": "expensive",
|
|
"name": "bedouin",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "8",
|
|
"time": "15:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "8",
|
|
"time": "15:30",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking to catch a train to norwich. are there any that depart at or around 17:00?\n system : there are departures most days from [value_place] at [value_time] . would you like any more information of train times or help booking a train ?\n user : does that train leave on friday?\n",
|
|
"extracted_values": [
|
|
"17:00",
|
|
"friday",
|
|
"norwich"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:00",
|
|
"destination": "norwich",
|
|
"day": "friday"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:00",
|
|
"day": "friday",
|
|
"destination": "norwich"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train that leaves on wednesday with an arrival of 12:30.\n system : where will you be travelling to and from ?\n user : i'm traveling from cambridge to the london liverpool street.\n system : the [train_id] leaves at [value_time] and arrives by [value_time] . is that alright ?\n user : yes, that sounds fine. i need 7 tickets please.\n system : great . the reference number is [train_reference] and the total fee is [value_price] gbp . can i help with anything else ?\n user : thanks, that's all i need. have a nice day.\n",
|
|
"extracted_values": [
|
|
"12:30",
|
|
"7",
|
|
"wednesday",
|
|
"cambridge",
|
|
"london liverpool street"
|
|
],
|
|
"true_states": {
|
|
"destination": "london liverpool street",
|
|
"day": "wednesday",
|
|
"arrive": "12:30",
|
|
"departure": "cambridge",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"leave": "12:30",
|
|
"people": "7",
|
|
"day": "wednesday",
|
|
"departure": "cambridge",
|
|
"destination": "london liverpool street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train departing cambridge.\n",
|
|
"extracted_values": [
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi at ian hong house to leave by 14:45.\n system : okay , what is your destination ?\n user : i want to go to the leicester train station.\n system : have you in a [taxi_type] , [taxi_phone] is the phone number .\n user : thanks for the quick response.\n",
|
|
"extracted_values": [
|
|
"14:45",
|
|
"lan hong house",
|
|
"leicester train station"
|
|
],
|
|
"true_states": {
|
|
"leave": "14:45",
|
|
"destination": "leicester train station",
|
|
"departure": "lan hong house"
|
|
},
|
|
"gen_states": {
|
|
"leave": "14:45",
|
|
"departure": "lan hong house",
|
|
"destination": "leicester train station"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can i get some help locating a room for the night?\n system : absolutely . what type of lodging did you have in mind ?\n user : i am looking for a guesthouse with free wifi and parking, please.\n system : you are in luck , there are a great number of guesthouses that might work . did you have an area in mind ?\n user : i don't care about the area. which one do you suggest?\n system : how about the [hotel_name] ?\n user : that sounds great! i need a reservation just for me for 5 nights starting on thursday.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"1",
|
|
"5",
|
|
"thursday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "acorn guest house",
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "1",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"stars": "1",
|
|
"stay": "5",
|
|
"day": "thursday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for restaurants in the area that serve british cuisine. could you give me some suggestions?\n system : there are many [value_food] restaurant -s in the city . could you tell me in what area you would like to eat ?\n user : is there something available in the west?\n system : yes , there are [value_count] . would you like something in the [value_pricerange] or [value_pricerange] price range ?\n user : i don't care about the price range. however, i need to confirm that the restaurant serves british food and is in the centre of town.\n system : the [restaurant_name] meets your specification -s of [value_food] food in the [value_area] of town . would you like me to book that for you ?\n user : yes. for 6 people at 19:30 on friday, please. i'll need the reference number.\n",
|
|
"extracted_values": [
|
|
"6",
|
|
"19:30",
|
|
"friday",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "dont care",
|
|
"name": "restaurant one seven",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "6",
|
|
"time": "19:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "6",
|
|
"time": "19:30",
|
|
"day": "friday",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train to cambridge on saturday.\n system : certainly , do you know from where you will be departing , and at what time ?\n user : i will depart at birmingham new street and should arrive by 11:30. can you help me with this?\n",
|
|
"extracted_values": [
|
|
"11:30",
|
|
"saturday",
|
|
"cambridge",
|
|
"birmingham new street"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"arrive": "11:30",
|
|
"departure": "birmingham new street"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "11:30",
|
|
"day": "saturday",
|
|
"departure": "cambridge",
|
|
"destination": "birmingham new street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a train from cambridge to leicester.\n",
|
|
"extracted_values": [
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "leicester",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi i am looking for a restaurant in the centre of town serving north indian food.\n system : we do not have any specific restaurant -s in that category . let s try something else ?\n user : that's too bad. how about chinese?\n system : okay sure what do you have ?\n user : okay when you find something i would like to make a reservation for 2 people on a sunday at 13:30.\n",
|
|
"extracted_values": [
|
|
"2",
|
|
"13:30",
|
|
"sunday",
|
|
"centre",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"area": "centre",
|
|
"day": "sunday",
|
|
"people": "2",
|
|
"time": "13:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "2",
|
|
"time": "13:30",
|
|
"day": "sunday",
|
|
"area": "centre",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to go to meghna.\n system : and when would you like to leave or arrive ?\n user : i want the taxi at 7:15 p.m. leaving the yippee noodle bar.\n",
|
|
"extracted_values": [
|
|
"07:15",
|
|
"meghna",
|
|
"yippee noodle bar"
|
|
],
|
|
"true_states": {
|
|
"leave": "07:15",
|
|
"destination": "meghna",
|
|
"departure": "yippee noodle bar"
|
|
},
|
|
"gen_states": {
|
|
"leave": "07:15",
|
|
"destination": "yippee noodle bar"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train going from ely to cambridge please.\n system : what day and time would you like to leave ?\n user : i'd like to leave on friday and arrive by 14:45.\n system : i have [value_count] trains that arrive by [value_time] . is there a particular time you would like to leave ?\n user : no time in particular, please reserve any one of them for 3 people.\n",
|
|
"extracted_values": [
|
|
"14:45",
|
|
"1",
|
|
"3",
|
|
"friday",
|
|
"ely",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"arrive": "14:45",
|
|
"departure": "ely",
|
|
"people": "3"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:45",
|
|
"people": "3",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a train from cambridge to leicester.\n system : certainly , there are many trains going that route . can you specify which day you would like to travel ?\n user : i would like to travel on saturday.\n system : i have got a full schedule of trains going that route on [value_day] . do you have a preferred time to leave or get there ?\n user : i'd like to arrive by 13:45.\n",
|
|
"extracted_values": [
|
|
"13:45",
|
|
"saturday",
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "leicester",
|
|
"day": "saturday",
|
|
"arrive": "13:45",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:45",
|
|
"day": "saturday",
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a restaurant that serves african food with a moderate price range please\n system : i am sorry , there are not any options available . may i [restaurant_name] if there is another type of restaurant you would be interested in ?\n user : yes how about asian food in the same price range?\n system : yes i have the [restaurant_name] in the center of town on king street in the [value_pricerange] price range . they serve asian cuisine . is there anything else i can do for you ?\n user : will you please book a table for 6 at 13:45 on friday?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"6",
|
|
"13:45",
|
|
"friday",
|
|
"asian"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "moderate",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "6",
|
|
"time": "13:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "6",
|
|
"time": "13:45",
|
|
"day": "friday",
|
|
"food": "asian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to schedule a taxi to da vinci pizzeria from tandoori palace.\n",
|
|
"extracted_values": [
|
|
"da vinci pizzeria",
|
|
"tandoori palace"
|
|
],
|
|
"true_states": {
|
|
"destination": "da vinci pizzeria",
|
|
"departure": "tandoori palace"
|
|
},
|
|
"gen_states": {
|
|
"destination": "da vinci pizzeria",
|
|
"departure": "tandoori palace"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to book a taxi to leave after 11:00 going to arbury lodge guesthouse.\n",
|
|
"extracted_values": [
|
|
"11:00",
|
|
"arbury lodge guesthouse"
|
|
],
|
|
"true_states": {
|
|
"leave": "11:00",
|
|
"destination": "arbury lodge guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"leave": "11:00",
|
|
"destination": "arbury lodge guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any british restaurants in the centre?\n system : oh yes i have quite a few . did you have a preferred price range in mind ?\n user : i'd like an expensive restaurant please.\n system : i found [value_count] restaurant -s [restaurant_name] , [restaurant_name] , or [restaurant_name] . would you like a table booked ?\n user : i want to make a booking at fitzbillies restaurant. it will be for 8 people on friday at 12:00.\n system : i am sorry but they do not have any seating for [value_count] people at that time . would you like to try another day or time ?\n user : can we make it for 11:00?\n system : sure , you are booked at [value_time] with reference number [restaurant_reference] . the table will be reserved for [value_count] minutes . may i help with anything else ?\n user : thanks, that's all i need. goodbye.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"8",
|
|
"12:00",
|
|
"11:00",
|
|
"friday",
|
|
"fitzbillies restaurant",
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "expensive",
|
|
"name": "fitzbillies restaurant",
|
|
"area": "centre",
|
|
"day": "friday",
|
|
"people": "8",
|
|
"time": "11:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "8",
|
|
"time": "11:00",
|
|
"day": "friday",
|
|
"name": "fitzbillies restaurant",
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yo, i'm looking for a place to stay that's as awesome as me. four stars! it's gotta have free wifi, so i can do my social media, know what i mean?\n system : i have many options for you what s your price range or the area you are looking in ?\n user : i don't really have a price range. anything is fine. i would like it to have free parking and wifi, though. and of course, 4 stars like i mentioned.\n system : do you have a preference for a hotel versus a guesthouse ?\n user : no, either will work just fine.\n system : how about [hotel_name] ? it s located at [hotel_address] .\n user : that's great. can you give me the area and price range, please?\n system : certainly ! the [hotel_name] is in the [value_area] area and has a [value_pricerange] price range .\n user : what's its address?\n",
|
|
"extracted_values": [
|
|
"awesome",
|
|
"4",
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"name": "archway house",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"type": "awesome",
|
|
"stars": "4",
|
|
"internet": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a train please.\n system : there are several trains , where do you want to go ?\n user : i need to go to norwich from cambridge.\n",
|
|
"extracted_values": [
|
|
"norwich",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "norwich",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"destination": "norwich",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you see if there are any entertainment attractions in the centre of town?\n",
|
|
"extracted_values": [
|
|
"entertainment",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"type": "entertainment",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"type": "entertainment",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a train from cambridge to leicester.\n system : certainly , there are many trains going that route . can you specify which day you would like to travel ?\n user : i would like to travel on saturday.\n system : i have got a full schedule of trains going that route on [value_day] . do you have a preferred time to leave or get there ?\n user : i'd like to arrive by 13:45.\n system : i have a train that arrives at [value_time] . will this do for you ?\n user : yes that would be perfect. could i have the price and departure time?\n system : yes the departure time is [value_time] and the cost of the journey will be [value_price] pounds .\n user : great, thanks for your help!\n system : not a problem ! do you need anything else ?\n user : no thanks. i appreciate the help. have a good day.\n",
|
|
"extracted_values": [
|
|
"13:45",
|
|
"saturday",
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "leicester",
|
|
"day": "saturday",
|
|
"arrive": "13:06",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "13:45",
|
|
"day": "saturday",
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i need to find a train to cambridge, please.\n system : certainly . from where are you planning to depart , and when ?\n user : i want to leave from stevenage on saturday.\n",
|
|
"extracted_values": [
|
|
"saturday",
|
|
"cambridge",
|
|
"stevenage"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "saturday",
|
|
"departure": "stevenage"
|
|
},
|
|
"gen_states": {
|
|
"day": "saturday",
|
|
"departure": "stevenage"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to go to meghna.\n system : and when would you like to leave or arrive ?\n user : i want the taxi at 7:15 p.m. leaving the yippee noodle bar.\n system : okay , you are booked . the car is a [taxi_type] and the contact number is [taxi_phone]\n user : that is all i need, thank you have a good one.\n",
|
|
"extracted_values": [
|
|
"07:15",
|
|
"1",
|
|
"meghna",
|
|
"yippee noodle bar"
|
|
],
|
|
"true_states": {
|
|
"leave": "07:15",
|
|
"destination": "meghna",
|
|
"departure": "yippee noodle bar"
|
|
},
|
|
"gen_states": {
|
|
"leave": "07:15",
|
|
"people": "1",
|
|
"destination": "yippee noodle bar"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find an expensive place to eat in the south.\n system : we have several available . would you prefer [value_food] , [value_food] , [value_food] or [value_food] ?\n user : i really don't have a preference. how about chinese? i will need their phone number and postcode please.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"south",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "south"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "south",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a place to stay that includes free wi-fi.\n system : i have quite a few place -s that offer wifi , is there is a certain price range you are looking for ?\n user : something cheap would be good.\n system : i have about [value_count] different place -s . do you have a preference on the area of town ?\n user : no not really. but i would prefer a hotel and like both free wifi and parking if possible.\n system : [hotel_name] is a hotel in the [value_area] that is [value_pricerange] and has both free internet and wifi . would you like to book this ?\n user : that's fine. i'll need it for three nights starting on sunday.\n system : unfortunately , that day does not work . can we try booking another day or a shorter stay , perhaps ?\n user : is there another hotel that matches that criteria?\n system : unfortunately that s the only hotel that suits your criteria .\n user : i will try and restate so you can look again, i need free wifi and parking, cheap place, type of room does not matter.\n system : there are [value_count] place -s that match your criteria . what part of town would you like to stay in ?\n user : it doesn't matter. whatever is available nearby will be fine.\n system : i will give it a try again . how many people will there be ?\n user : there are 4 of us.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"3",
|
|
"nearby",
|
|
"4",
|
|
"sunday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "sunday",
|
|
"people": "4",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "cheap",
|
|
"stay": "3",
|
|
"area": "nearby",
|
|
"stars": "4",
|
|
"day": "sunday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to book a taxi to take me to cineworld cinema from gonville hotel\n system : what time frame would you like this to happen in ?\n user : i'd need to arrive by 15:45 please.\n system : booking completed ! booked car type [taxi_type] contact number [taxi_phone]\n user : ok thanks, that's all i need!\n system : can i do anything else for you today ?\n user : that's it, thank you\n",
|
|
"extracted_values": [
|
|
"15:45",
|
|
"cineworld cinema",
|
|
"gonville hotel"
|
|
],
|
|
"true_states": {
|
|
"destination": "cineworld cinema",
|
|
"departure": "gonville hotel",
|
|
"arrive": "15:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "15:45",
|
|
"destination": "gonville hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a train from cambridge to broxbourne, please.\n system : there are [value_count] trains making that trip , do you have a day and time you would like to go ?\n user : yes. i would like to leave on sunday after 20:30.\n system : [train_id] leaves at [value_time] . would you like me to book it ?\n user : yes and could i have the reference number after?\n",
|
|
"extracted_values": [
|
|
"20:30",
|
|
"sunday",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"leave": "20:30",
|
|
"destination": "broxbourne",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"leave": "20:30",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should have a star of 2 and should be in the moderate price range\n system : there are [value_count] such hotel -s in the [value_area] area . the first is the [hotel_name] and the second is the [hotel_name] . do you have a preference ?\n user : i don't have a preference, actually. which one do you recommend?\n",
|
|
"extracted_values": [
|
|
"2",
|
|
"moderate",
|
|
"1",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "dont care",
|
|
"price": "moderate",
|
|
"stars": "2",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"price": "moderate",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a taxi from saint john's college to pizza hut fen ditton.\n system : what time do you want to leave and what time do you want to arrive by ?\n user : i want to leave after 17:15.\n",
|
|
"extracted_values": [
|
|
"17:15",
|
|
"saint johns college",
|
|
"pizza hut fen ditton"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:15",
|
|
"destination": "pizza hut fen ditton",
|
|
"departure": "saint johns college"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:15",
|
|
"name": "saint johns college",
|
|
"destination": "pizza hut fen ditton"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm trying to find a cheap asian restaurant to have dinner at tonight. what kind of options are available for me?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"asian"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "cheap"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"food": "asian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i am looking for a place to stay in the south that has free parking.\n system : do you have a price range ?\n user : no, but i need free wifi, too.\n system : we have [value_count] guesthouses and [value_count] hotel that fit your needs . would you like to stay in a hotel or a guesthouse ?\n user : a hotel please. i would like to book it for 6 people for 5 nights starting friday. i will need a reference number too.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"6",
|
|
"5",
|
|
"friday",
|
|
"south",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "south",
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "friday",
|
|
"people": "6",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "6",
|
|
"stay": "5",
|
|
"day": "friday",
|
|
"area": "south",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : could you help me find a place for entertainment? something on the east side of town.\n system : [attraction_name] is on the [value_area] side of town , would you like their phone number ?\n user : actually, can i get the address and postcode?\n system : yes , it s [attraction_address] , [attraction_postcode] .\n user : can you tell me what the entrance fee is?\n system : i am sorry , the entrance fee is not listed in my system .\n user : ok, then that's all i need today. thank you for your help!\n",
|
|
"extracted_values": [
|
|
"entertainment",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
},
|
|
"gen_states": {
|
|
"type": "entertainment",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i hope so. are there any chinese restaurants toward the east end of town?\n system : yes , there s just [value_count] [restaurant_name] !\n user : great can you book a table for 1 at 19:30 on monday?\n system : booking was successful . the table will be reserved for [value_count] minutes . reference number is [restaurant_reference] . is there anything else i can help with ?\n user : i think that takes care of everything. thanks!\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"19:30",
|
|
"monday",
|
|
"chinese",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"name": "yu garden",
|
|
"area": "east",
|
|
"day": "monday",
|
|
"people": "1",
|
|
"time": "19:30"
|
|
},
|
|
"gen_states": {
|
|
"people": "1",
|
|
"time": "19:30",
|
|
"day": "monday",
|
|
"food": "chinese",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a restaurant located in the centre for a moderate price.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please help me make a taxi reservation\n system : sure ! where is your departure site ?\n user : i want to depart from the riverside brasserie.\n system : i can help you with that . when do you need to leave ?\n user : it doesn't matter, just so i arrive by 18:15.\n",
|
|
"extracted_values": [
|
|
"18:15",
|
|
"riverside brasserie"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"departure": "riverside brasserie",
|
|
"arrive": "18:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "18:15",
|
|
"departure": "riverside brasserie"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a cab. i'm at arbury lodge guesthouse and want to go to whale of a time.\n",
|
|
"extracted_values": [
|
|
"arbury lodge guesthouse",
|
|
"whale of a time"
|
|
],
|
|
"true_states": {
|
|
"destination": "whale of a time",
|
|
"departure": "arbury lodge guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"destination": "whale of a time"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : find me an expensive hotel with free parking.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"price": "expensive",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"parking": "free",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, could you find me a train for friday? i need to leave from leicester.\n system : i can assist you with that . what time [value_day] would you like to leave at ?\n user : i would like to leave after 12:15.\n system : okay there are several trains that may work . what is your destination ?\n user : i'd like to go to cambridge, please.\n system : [train_id] leaves at [value_time] [value_day] . would that train work for you ?\n user : yes. could you book that for 7 people and give me the reference number please?\n system : sure . i booked [train_id] leaving [value_place] [value_day] at [value_time] , [value_count] tickets . reference number is [train_reference] and [value_price] gbp will be due , payable at the station .\n user : great, that's all for today. goodbye!\n",
|
|
"extracted_values": [
|
|
"12:15",
|
|
"7",
|
|
"friday",
|
|
"leicester",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "12:15",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"departure": "leicester",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"leave": "12:15",
|
|
"people": "7",
|
|
"day": "friday",
|
|
"destination": "leicester",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train that will be in cambridge by 3:00\n",
|
|
"extracted_values": [
|
|
"03:00",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"arrive": "03:00"
|
|
},
|
|
"gen_states": {
|
|
"leave": "03:00",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the cheap price range and should be in the north\n system : okay . there is a [value_count] star place , and a [value_count] star place . which do you prefer ?\n user : i don't care as long as it's cheap.\n system : i think the [hotel_name] is your best bet !\n user : alright. book that one for me\n system : are you booking for [value_count] person ? when is your arrival and how long is your stay , please .\n user : yes, only one person. i will be arriving on sunday, for one night.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"1",
|
|
"sunday",
|
|
"hotel",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "worth house",
|
|
"area": "north",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"day": "sunday",
|
|
"people": "1",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"people": "1",
|
|
"day": "sunday",
|
|
"type": "hotel",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to arrive by 17:30 at the cambridge punte.\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"cambridge punter"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge punter",
|
|
"arrive": "17:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:30",
|
|
"departure": "cambridge punter"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a train from cambridge to broxbourne, please.\n system : there are [value_count] trains making that trip , do you have a day and time you would like to go ?\n user : yes. i would like to leave on sunday after 20:30.\n",
|
|
"extracted_values": [
|
|
"20:30",
|
|
"sunday",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"leave": "20:30",
|
|
"destination": "broxbourne",
|
|
"day": "sunday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "20:30",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the type of guesthouse and should include free parking\n system : there are a number of guesthouses in the area with free parking . do you have a preference for price range or area that you want to stay ?\n user : the hotel should have a star of 3 and should be in the south.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"3",
|
|
"hotel",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"area": "south",
|
|
"parking": "yes",
|
|
"stars": "3",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"stars": "3",
|
|
"type": "hotel",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please help me make a taxi reservation\n system : sure ! where is your departure site ?\n user : i want to depart from the riverside brasserie.\n system : i can help you with that . when do you need to leave ?\n user : it doesn't matter, just so i arrive by 18:15.\n system : i can help you with that . where are you going ?\n user : i want to go to the shanghai family restaurant. and i need the car type and contact number please.\n",
|
|
"extracted_values": [
|
|
"18:15",
|
|
"riverside brasserie",
|
|
"shanghai family restaurant"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"destination": "shanghai family restaurant",
|
|
"departure": "riverside brasserie",
|
|
"arrive": "18:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "18:15",
|
|
"departure": "riverside brasserie",
|
|
"destination": "shanghai family restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train that will depart on sunday and arrive by 18:00.\n system : i have found the listings for the [value_day] departures . what is your destination ? would you like me to book a trip ?\n user : i am going to cambridge from leicester. and, yes, please book it for me.\n system : for how many tickets ?\n user : 7 please\n system : your booking was successful . train id is [train_id] . total fee is [value_price] gbp . reference number is [train_reference] . anything else i can help with today ?\n user : thank you!\n system : i am glad i could help . is there anything else ?\n user : that's all, thank you !\n",
|
|
"extracted_values": [
|
|
"18:00",
|
|
"7",
|
|
"sunday",
|
|
"cambridge",
|
|
"leicester"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge",
|
|
"day": "sunday",
|
|
"arrive": "18:00",
|
|
"departure": "leicester",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "18:00",
|
|
"people": "7",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "leicester"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any restaurants that serve proper british food in town?\n",
|
|
"extracted_values": [
|
|
"british"
|
|
],
|
|
"true_states": {
|
|
"food": "british"
|
|
},
|
|
"gen_states": {
|
|
"food": "british"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to stay. the hotel should be in the expensive price range and should be in the type of guesthouse\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "expensive",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a 4 star place to stay?\n system : there are a total of [value_count] hotel -s and guesthouses in the city that have [value_count] stars . is there a particular area or price range you would like ?\n user : how about a place in the east side of town that is a hotel not a guesthouse\n system : i am sorry but i do not have any hotel -s in the [value_area] . would you like to change location or type of accomodations ?\n user : yes, can you please change the location to centre?\n system : we have [value_count] star hotel that is in the [value_area] , [hotel_name] , it has internet and parking and is [value_pricerange] , would this [value_count] suit you ?\n user : that will be fine. can you book me a room for saturday, please?\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"saturday",
|
|
"centre",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"stars": "4",
|
|
"type": "hotel",
|
|
"day": "saturday"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for information on a hotel called warkworth house.\n system : i got it . may i get the day youd like to move in so i can book\n user : yes, that would be on tuesday please.\n system : how many days will you be staying ?\n user : i'll be staying for 3 nights starting on tuesday.\n system : for how many guests please , sir ?\n user : one guest for three nights\n system : booking was successful . reference number is [hotel_reference] .\n user : thank you, that's all i need.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"1",
|
|
"tuesday",
|
|
"warkworth house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "warkworth house",
|
|
"day": "tuesday",
|
|
"people": "1",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stay": "3",
|
|
"people": "1",
|
|
"day": "tuesday",
|
|
"name": "warkworth house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a place to dine it should be in the centre and should be in the expensive price range\n system : were you looking for a specific type of food ?\n user : yes, i am looking for a restaurant that offers vegetarian options.\n system : i am sorry but i do not have any vegetarian restaurant -s in the [value_area] area . would you like me to search another area for you ?\n user : yes, how about expensive turkish food in the centre of town?\n system : you would probably enjoy [restaurant_name] restaurant . would you like me to make a reservation ?\n user : yes, please reserve a table for 4 on monday at 15:15.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"15:15",
|
|
"monday",
|
|
"centre",
|
|
"turkish"
|
|
],
|
|
"true_states": {
|
|
"food": "turkish",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "monday",
|
|
"people": "4",
|
|
"time": "15:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "4",
|
|
"time": "15:15",
|
|
"day": "monday",
|
|
"area": "centre",
|
|
"food": "turkish"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, can you help me find a restaurant in the centre area?\n",
|
|
"extracted_values": [
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to book a taxi to the scott polar museum\n system : i would be happy to help . what time do you want to leave and and or arrive by ?\n user : 3 00 will be best pick up time thank you\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"00",
|
|
"scott polar museum"
|
|
],
|
|
"true_states": {
|
|
"leave": "03:00",
|
|
"destination": "scott polar museum"
|
|
},
|
|
"gen_states": {
|
|
"people": "3",
|
|
"leave": "00",
|
|
"destination": "scott polar museum"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : help me reserve a taxi please\n system : okay , what is your departure site ?\n user : i will be leaving from pizza express fen ditton\n system : okay . can i get a time that you would like to leave after or arrive by ?\n user : i'd like to arrive at the sidney sussex college by 12:45, please.\n",
|
|
"extracted_values": [
|
|
"12:45",
|
|
"pizza hut fen ditton",
|
|
"sidney sussex college"
|
|
],
|
|
"true_states": {
|
|
"destination": "sidney sussex college",
|
|
"departure": "pizza hut fen ditton",
|
|
"arrive": "12:45"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:45",
|
|
"departure": "pizza hut fen ditton",
|
|
"destination": "sidney sussex college"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hello, i am trying to find an attraction in the west part of town. can you help me?\n system : sure , there are many colleges and museums in the [value_area] , there is also some entertainment . do you have a preference on any of these ?\n user : not really. could you give me the postcode for one of the museums?\n system : the [value_count] i recommend is the [attraction_name] . it s free to get in . their postcode is [attraction_postcode] . is there any other information i can provide ?\n user : thank you. that's all i need today. goodbye.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"west",
|
|
"museum"
|
|
],
|
|
"true_states": {
|
|
"type": "museum",
|
|
"area": "west"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"area": "west",
|
|
"type": "museum"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for a place to stay that has free wifi and free parking.\n system : do you have a preference for area or price range ?\n user : i do not have a preference but i do want a hotel not a guest house.\n system : there are [value_count] such hotel -s . i recommend [hotel_name] . would you like me to book you a room ?\n user : sure. that would be great.\n system : how many people will be in your party and how long would you like to stay ?\n user : there are 3 of us and we'll be arriving on saturday.\n system : and for how many days ?\n user : it will be for two nights.\n system : i am sorry but there is no availability for [value_count] nights starting on [value_day] . is there another day that works for you ? perhaps a different hotel ?\n user : can you try for just 1 night then?\n system : sure , you are booked for [value_count] night . the reference number is [hotel_reference] . may i help with anything else ?\n user : no. that'll be all, thanks. bye!\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"3",
|
|
"2",
|
|
"1",
|
|
"saturday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "gonville hotel",
|
|
"area": "dont care",
|
|
"parking": "yes",
|
|
"price": "dont care",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "saturday",
|
|
"people": "3",
|
|
"stay": "1"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "1",
|
|
"day": "saturday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to be picked up from pizza hut city centre after 04:30\n system : where will you be heading to ?\n user : i am headed to gonville hotel.\n system : great . your booking is complete . a [taxi_type] will pick you up and can be reached by dialing [taxi_phone]\n user : thanks. that takes care of everything for me. bye!\n",
|
|
"extracted_values": [
|
|
"04:30",
|
|
"pizza hut city centre",
|
|
"gonville hotel"
|
|
],
|
|
"true_states": {
|
|
"leave": "04:30",
|
|
"destination": "gonville hotel",
|
|
"departure": "pizza hut city centre"
|
|
},
|
|
"gen_states": {
|
|
"leave": "04:30",
|
|
"destination": "gonville hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi please. i'll be departing from grafton hotel restaurant\n system : sure ! when would you like to arrive ?\n user : i need to leave after 16:45.\n system : may i [restaurant_name] your destination ?\n user : i would like to get to the jinling noodle bar.\n system : perfect ! your booking has been completed . you will be picked up by a [taxi_type] . the contact number is [taxi_phone] . is there anything else i can help you with ?\n user : nope, that'll do for now. thank you!\n",
|
|
"extracted_values": [
|
|
"16:45",
|
|
"grafton hotel restaurant",
|
|
"jinling noodle bar"
|
|
],
|
|
"true_states": {
|
|
"leave": "16:45",
|
|
"destination": "jinling noodle bar",
|
|
"departure": "grafton hotel restaurant"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "16:45",
|
|
"departure": "grafton hotel restaurant",
|
|
"destination": "jinling noodle bar"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! what can you tell me about 4-star guesthouses in town?\n system : there are [value_count] matching your request . do you have any preferences such as area , price , parking , or internet ?\n user : yes, i would like a guesthouse in the south part of town and it should include wifi.\n system : there are [value_count] [hotel_name] is [value_pricerange] , located at [hotel_address] [hotel_postcode] and [hotel_name] is [value_pricerange] , located at [hotel_address] [hotel_postcode] . shall we book ?\n user : yes, let's try rosa's for 3 nights starting friday. there will be 8 of us.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"3",
|
|
"8",
|
|
"friday",
|
|
"guesthouse",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"name": "rosas bed and breakfast",
|
|
"area": "south",
|
|
"stars": "4",
|
|
"internet": "yes",
|
|
"type": "guesthouse",
|
|
"day": "friday",
|
|
"people": "8",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"stay": "3",
|
|
"people": "8",
|
|
"day": "friday",
|
|
"type": "guesthouse",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a hotel to stay at located in the centre.\n",
|
|
"extracted_values": [
|
|
"hotel",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"type": "hotel",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a train from cambridge to broxbourne, please.\n system : there are [value_count] trains making that trip , do you have a day and time you would like to go ?\n user : yes. i would like to leave on sunday after 20:30.\n system : [train_id] leaves at [value_time] . would you like me to book it ?\n user : yes and could i have the reference number after?\n system : great , i have booked your ticket , your reference number is [train_reference] . may i help you with anything else today ?\n user : no thank you. have a great day!\n",
|
|
"extracted_values": [
|
|
"20:30",
|
|
"sunday",
|
|
"cambridge",
|
|
"broxbourne"
|
|
],
|
|
"true_states": {
|
|
"leave": "20:30",
|
|
"destination": "broxbourne",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"people": "1"
|
|
},
|
|
"gen_states": {
|
|
"leave": "20:30",
|
|
"day": "sunday",
|
|
"departure": "cambridge",
|
|
"destination": "broxbourne"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i am looking for a place to stay in the south that has free parking.\n system : do you have a price range ?\n user : no, but i need free wifi, too.\n system : we have [value_count] guesthouses and [value_count] hotel that fit your needs . would you like to stay in a hotel or a guesthouse ?\n user : a hotel please. i would like to book it for 6 people for 5 nights starting friday. i will need a reference number too.\n system : all right , i have booked you a room at [hotel_name] . the reference number is [hotel_reference] . what else can i do for you ?\n user : that's all i need, thanks. bye.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"6",
|
|
"5",
|
|
"friday",
|
|
"south",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "south",
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "friday",
|
|
"people": "6",
|
|
"stay": "5"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"people": "6",
|
|
"stay": "5",
|
|
"day": "friday",
|
|
"area": "south",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a nightclub to go to. are there any in the centre of town?\n",
|
|
"extracted_values": [
|
|
"night club",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"type": "night club",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"type": "night club",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking to catch a train to norwich. are there any that depart at or around 17:00?\n system : there are departures most days from [value_place] at [value_time] . would you like any more information of train times or help booking a train ?\n user : does that train leave on friday?\n system : yes ! we have [value_count] trains leaving on [value_day] to [value_place] . what time would you like to arrive by ?\n user : no preference.\n system : the train closest to your preferred departure time is [train_id] , going from [value_place] to [value_place] at [value_time] . would you like me to book that for you ?\n user : sure thing, i'd like 7 tickets please.\n",
|
|
"extracted_values": [
|
|
"17:00",
|
|
"7",
|
|
"friday",
|
|
"norwich"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:00",
|
|
"destination": "norwich",
|
|
"day": "friday",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:00",
|
|
"people": "7",
|
|
"day": "friday",
|
|
"destination": "norwich"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi, please.\n system : i would be happy to assist you today . i'll need a little bit of information from you let s start with what time you would like to leave and arrive ?\n user : i need to get to restaurant two two by 5:15\n system : ok , i need a little bit more information , where will your taxi be departing from ?\n user : i want to be picked up at williams art and antiques.\n",
|
|
"extracted_values": [
|
|
"05:15",
|
|
"restaurant",
|
|
"two two",
|
|
"williams art and antiques"
|
|
],
|
|
"true_states": {
|
|
"destination": "restaurant two two",
|
|
"departure": "williams art and antiques",
|
|
"arrive": "05:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "05:15",
|
|
"destination": "williams art and antiques",
|
|
"people": "two two"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'll be coming in to cambridge and i'd like a place to stay. i'd like a guesthouse with free parking.\n system : i have got [value_count] guesthouses that offer free parking , do you have any more preferences ?\n user : i'd like it to be in the east, if possible.\n system : there are [value_count] guesthouses that offer free parking . [value_count] are [value_pricerange] and [value_count] are [value_pricerange] . which price range do you prefer ?\n user : i'll take a cheap one please.\n system : i found [hotel_name] to meet your needs . would you like me to book that for you ?\n user : no that would be all.\n system : let me give you their phone number which is [hotel_phone] . [hotel_name] s address is [hotel_address] , [hotel_postcode] . is there anything else i can help you with ?\n user : no. i'm all set. thanks again.\n system : i remind you that you can check in in this guesthouse after [value_time] pm . you can leave your suitcases anytime .\n user : sure, have a fantastic day.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"fantastic",
|
|
"cambridge",
|
|
"guesthouse",
|
|
"east"
|
|
],
|
|
"true_states": {
|
|
"area": "east",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"price": "cheap",
|
|
"stars": "1",
|
|
"day": "fantastic",
|
|
"departure": "cambridge",
|
|
"type": "guesthouse",
|
|
"area": "east"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find an expensive place to eat in the south.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"price": "expensive",
|
|
"area": "south"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can i get a train from cambridge to bishops stortford?\n",
|
|
"extracted_values": [
|
|
"cambridge",
|
|
"bishops stortford"
|
|
],
|
|
"true_states": {
|
|
"destination": "bishops stortford",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"departure": "cambridge",
|
|
"destination": "bishops stortford"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a cab. i'm at arbury lodge guesthouse and want to go to whale of a time.\n system : what time do you need to leave or arrive ?\n user : i would like to leave after 13:00\n system : ok , i just completed booking your taxi . it will be a [taxi_type] and the number is [taxi_phone] . is there anything else i can help you with ?\n user : no, that's all i need. thank you!\n",
|
|
"extracted_values": [
|
|
"13:00",
|
|
"arbury lodge guesthouse",
|
|
"whale of a time"
|
|
],
|
|
"true_states": {
|
|
"leave": "13:00",
|
|
"destination": "whale of a time",
|
|
"departure": "arbury lodge guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"leave": "13:00",
|
|
"destination": "whale of a time"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking to find a place to eat in the centre of town that needs to have a moderate price range. can you give me some options?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi! are there any asian oriental restaurants in the center of town?\n system : i have [value_count] different options for you . did you prefer a certain price range ?\n user : something moderately priced would be great.\n system : the [restaurant_name] is an [value_food] restraunt in the town [value_area] with a [value_pricerange] price . would you like to make a booking ?\n user : yes i need a table for 4 on saturday.\n system : what time shall we make that booking for ?\n user : 16:30 please.\n system : okay , i successfully booked that table for you at [value_count] for your party . please arrive on time , as the table is only reserved for [value_count] minutes . your reference number is [restaurant_reference] .\n user : thank you. i think that's everything i need.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"4",
|
|
"16:30",
|
|
"saturday",
|
|
"asian oriental",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "asian oriental",
|
|
"price": "moderate",
|
|
"name": "yippee noodle bar",
|
|
"area": "centre",
|
|
"day": "saturday",
|
|
"people": "4",
|
|
"time": "16:30"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "4",
|
|
"arrive": "16:30",
|
|
"day": "saturday",
|
|
"food": "asian oriental",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : yes, i am looking for a place to stay in the south that has free parking.\n system : do you have a price range ?\n user : no, but i need free wifi, too.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"area": "south",
|
|
"parking": "yes",
|
|
"internet": "yes"
|
|
},
|
|
"gen_states": {
|
|
"parking": "free",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking for restaurants in the area that serve british cuisine. could you give me some suggestions?\n system : there are many [value_food] restaurant -s in the city . could you tell me in what area you would like to eat ?\n user : is there something available in the west?\n system : yes , there are [value_count] . would you like something in the [value_pricerange] or [value_pricerange] price range ?\n user : i don't care about the price range. however, i need to confirm that the restaurant serves british food and is in the centre of town.\n",
|
|
"extracted_values": [
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"price": "dont care",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a train going from ely to cambridge please.\n system : what day and time would you like to leave ?\n user : i'd like to leave on friday and arrive by 14:45.\n system : i have [value_count] trains that arrive by [value_time] . is there a particular time you would like to leave ?\n user : no time in particular, please reserve any one of them for 3 people.\n system : i have [value_count] seats booked on [train_id] , departing at [value_time] and arriving at [value_time] . your confirmation number is [train_reference] .\n user : that is all for now. thank you.\n",
|
|
"extracted_values": [
|
|
"14:45",
|
|
"1",
|
|
"3",
|
|
"friday",
|
|
"ely",
|
|
"cambridge"
|
|
],
|
|
"true_states": {
|
|
"leave": "dont care",
|
|
"destination": "cambridge",
|
|
"day": "friday",
|
|
"arrive": "14:45",
|
|
"departure": "ely",
|
|
"people": "3"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "14:45",
|
|
"people": "3",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train from cambridge to birmingham new street.\n system : the next train leaving from [value_place] for [value_place] departs [value_day] at [value_time] , and will arrive by [value_time] .\n user : i need a train that departs after 08:30 on friday.\n system : i have a train leaving [value_place] arriving at [value_place] on [value_day] at [value_time] . would you like me to book this for you ?\n user : yes please, that sounds perfect.\n system : and how many tickets will you need for your trip ?\n user : actually, i don't need booking. please just give me the train's travel time and price.\n system : the travel time is [value_count] minutes , and the price is [value_price] pounds . how else can i help ?\n user : no thank you. not at this time.\n",
|
|
"extracted_values": [
|
|
"08:30",
|
|
"friday",
|
|
"cambridge",
|
|
"birmingham new street"
|
|
],
|
|
"true_states": {
|
|
"leave": "08:30",
|
|
"destination": "birmingham new street",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "08:30",
|
|
"day": "friday",
|
|
"departure": "cambridge",
|
|
"destination": "birmingham new street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for a restaurant in the centre of town with a modest price range. can you recommend one?\n system : [restaurant_name] has good rating -s and is in the [value_pricerange] price range in the [value_area] of town .\n user : that sounds great. can i reserve a table for 4 at 20:00 on wednesday?\n system : booking was unsuccessful . let s try another day or time .\n user : okay let's try 19:00 instead.\n system : that was succesful . your booking was successful . the table will be reserved for [value_count] minutes . your reference number is [restaurant_reference] .\n user : that is wonderful. thank you for your help. have a great day.\n",
|
|
"extracted_values": [
|
|
"modest",
|
|
"1",
|
|
"4",
|
|
"20:00",
|
|
"19:00",
|
|
"wednesday",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "moderate",
|
|
"name": "yipee noodle bar",
|
|
"area": "centre",
|
|
"day": "wednesday",
|
|
"people": "4",
|
|
"time": "19:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "modest",
|
|
"people": "4",
|
|
"time": "19:00",
|
|
"day": "wednesday",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you help me find a restaurant that serves african food with a moderate price range please\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"african"
|
|
],
|
|
"true_states": {
|
|
"food": "african",
|
|
"price": "moderate"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "african"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to go to mahal of cambridge\n system : i can help with that . did you have a specific time in mind ?\n user : yes, i'd like to leave after 2:30 please.\n system : where would you like to depart from ?\n user : i am departing from jesus green outdoor pool.\n system : your taxi is booked . it is a [taxi_type] .\n user : what is the contact number for the taxi?\n system : the contact number is [taxi_phone] . can i help you with anything else today ?\n user : thanks that's all for today .\n",
|
|
"extracted_values": [
|
|
"02:30",
|
|
"mahal of cambridge",
|
|
"jesus green outdoor pool"
|
|
],
|
|
"true_states": {
|
|
"leave": "02:30",
|
|
"destination": "mahal of cambridge",
|
|
"departure": "jesus green outdoor pool"
|
|
},
|
|
"gen_states": {
|
|
"leave": "02:30",
|
|
"departure": "jesus green outdoor pool"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a place to dine it should be in the centre and should be in the expensive price range\n system : were you looking for a specific type of food ?\n user : yes, i am looking for a restaurant that offers vegetarian options.\n system : i am sorry but i do not have any vegetarian restaurant -s in the [value_area] area . would you like me to search another area for you ?\n user : yes, how about expensive turkish food in the centre of town?\n system : you would probably enjoy [restaurant_name] restaurant . would you like me to make a reservation ?\n user : yes, please reserve a table for 4 on monday at 15:15.\n system : i am sorry booking was unsuccessful . could you try another time perhaps ?\n user : okay, how about the same time for saturday?\n system : still not open then , shall i try another date or another place to eat ?\n user : could you try another expensive turkish restaurant in the centre? i'd really like to dine on monday.\n system : the [restaurant_name] restaurant is [value_pricerange] and serves [value_food] food . what time on [value_day] , and how many in your party ?\n user : for 4 people at 15:15 on either monday or saturday please.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"4",
|
|
"15:15",
|
|
"saturday",
|
|
"centre",
|
|
"turkish"
|
|
],
|
|
"true_states": {
|
|
"food": "turkish",
|
|
"price": "expensive",
|
|
"area": "centre",
|
|
"day": "monday",
|
|
"people": "4",
|
|
"time": "15:15"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "4",
|
|
"time": "15:15",
|
|
"day": "saturday",
|
|
"area": "centre",
|
|
"food": "turkish"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'm looking to catch a train to norwich. are there any that depart at or around 17:00?\n system : there are departures most days from [value_place] at [value_time] . would you like any more information of train times or help booking a train ?\n user : does that train leave on friday?\n system : yes ! we have [value_count] trains leaving on [value_day] to [value_place] . what time would you like to arrive by ?\n user : no preference.\n system : the train closest to your preferred departure time is [train_id] , going from [value_place] to [value_place] at [value_time] . would you like me to book that for you ?\n user : sure thing, i'd like 7 tickets please.\n system : booking was successful , the total fee is [value_price] gbp payable at the station . your reference number is [train_reference] .\n user : thank you!\n system : you are welcome . can i help with anything else ?\n user : thanks so much for all your help.\n",
|
|
"extracted_values": [
|
|
"17:00",
|
|
"7",
|
|
"friday",
|
|
"norwich"
|
|
],
|
|
"true_states": {
|
|
"leave": "17:00",
|
|
"destination": "norwich",
|
|
"day": "friday",
|
|
"people": "7"
|
|
},
|
|
"gen_states": {
|
|
"leave": "17:00",
|
|
"people": "7",
|
|
"day": "friday",
|
|
"destination": "norwich"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for information on a hotel called warkworth house.\n system : i got it . may i get the day youd like to move in so i can book\n user : yes, that would be on tuesday please.\n system : how many days will you be staying ?\n user : i'll be staying for 3 nights starting on tuesday.\n",
|
|
"extracted_values": [
|
|
"3",
|
|
"tuesday",
|
|
"warkworth house",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"name": "warkworth house",
|
|
"day": "tuesday",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"stay": "3",
|
|
"day": "tuesday",
|
|
"name": "warkworth house",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to pick me up at ashley hotel to leave after 10:45.\n system : where would you like to go to ?\n user : i need to get to restaurant two two\n system : booking completed ! is there anything else i can help you with today ? booked car type [taxi_type] contact number [taxi_phone]\n user : thanks! that would be all.\n system : i can also help you with attractions and trains , if you are interested .\n user : no, that will be all. good bye.\n",
|
|
"extracted_values": [
|
|
"10:45",
|
|
"ashley hotel",
|
|
"restaurant",
|
|
"two two"
|
|
],
|
|
"true_states": {
|
|
"leave": "10:45",
|
|
"destination": "restaurant two two",
|
|
"departure": "ashley hotel"
|
|
},
|
|
"gen_states": {
|
|
"leave": "10:45",
|
|
"destination": "restaurant",
|
|
"people": "two two"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'm looking for an expensive hotel with free wifi.\n system : i have about [value_count] different ones all spread out over town . do you have a certain preference on the area to stay in ?\n user : not really on the area. but i would like an expensive guesthouse.\n system : i am afraid we do not have any guesthouses in that price range , can i offer you something else instead ?\n user : ok, well i guess a cheap one would work just as well. i need a place to stay. i would just still need free wifi.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"cheap",
|
|
"1",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "guesthouse"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"internet": "free",
|
|
"stars": "1",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : please reserve for me a taxi that will pick me up at cambridge arts theatre after 09:30\n system : and where will you be going ?\n user : i'm going to restaurant one seven.\n",
|
|
"extracted_values": [
|
|
"09:30",
|
|
"cambridge arts theatre",
|
|
"restaurant",
|
|
"one",
|
|
"seven"
|
|
],
|
|
"true_states": {
|
|
"leave": "09:30",
|
|
"destination": "restaurant one seven",
|
|
"departure": "cambridge arts theatre"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "09:30",
|
|
"departure": "cambridge arts theatre",
|
|
"food": "restaurant",
|
|
"people": "seven"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to arrive by 17:30 at the cambridge punte.\n system : i would be happy to help with your request . did you mean [attraction_name] ? where will you be departing from ?\n user : yes, the cambridge punter and i will be departing from the city stop restaurant.\n system : ok , what is your departure site ?\n user : as i said, i am departing from the city stop restaurant.\n system : alright , i have a [taxi_type] and the contact number is [taxi_phone] .\n user : thank you so much for you help.\n system : you are welcome . may i help with any other bookings ?\n user : no, there is nothing else. bye bye.\n",
|
|
"extracted_values": [
|
|
"17:30",
|
|
"cambridge punter",
|
|
"cambridge punter",
|
|
"city stop restaurant"
|
|
],
|
|
"true_states": {
|
|
"destination": "cambridge punter",
|
|
"departure": "city stop restaurant",
|
|
"arrive": "17:30"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "17:30",
|
|
"departure": "city stop restaurant"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi, i'd like to find a place to stay that includes free wi-fi.\n system : i have quite a few place -s that offer wifi , is there is a certain price range you are looking for ?\n user : something cheap would be good.\n system : i have about [value_count] different place -s . do you have a preference on the area of town ?\n user : no not really. but i would prefer a hotel and like both free wifi and parking if possible.\n system : [hotel_name] is a hotel in the [value_area] that is [value_pricerange] and has both free internet and wifi . would you like to book this ?\n user : that's fine. i'll need it for three nights starting on sunday.\n system : unfortunately , that day does not work . can we try booking another day or a shorter stay , perhaps ?\n user : is there another hotel that matches that criteria?\n system : unfortunately that s the only hotel that suits your criteria .\n user : i will try and restate so you can look again, i need free wifi and parking, cheap place, type of room does not matter.\n",
|
|
"extracted_values": [
|
|
"free",
|
|
"cheap",
|
|
"3",
|
|
"sunday",
|
|
"hotel"
|
|
],
|
|
"true_states": {
|
|
"area": "west",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"internet": "yes",
|
|
"type": "hotel",
|
|
"day": "sunday",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free",
|
|
"price": "cheap",
|
|
"stay": "3",
|
|
"day": "sunday",
|
|
"type": "hotel"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like a taxi to take me to ruskin gallery\n system : sure ! what is your departure site ?\n user : i will depart from saffron brasserie at 7:15. what is the car type and contact number so i know who and where you will pick me up?\n",
|
|
"extracted_values": [
|
|
"07:15",
|
|
"ruskin gallery",
|
|
"saffron brasserie"
|
|
],
|
|
"true_states": {
|
|
"leave": "07:15",
|
|
"destination": "ruskin gallery",
|
|
"departure": "saffron brasserie"
|
|
},
|
|
"gen_states": {
|
|
"leave": "07:15",
|
|
"destination": "ruskin gallery",
|
|
"food": "saffron brasserie"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. can i get some help finding a hotel or guesthouse please?\n system : sure thing ! what side of town would you prefer ? what price range would you like ?\n user : i need one in the moderate price range. i would like one that doesn't have free parking.\n system : there are [value_count] guesthouses and a hotel . do you have a star rating that you enjoy staying at ?\n user : no not in particular.\n system : i have [value_count] hotel -s . do you know the area you would like to stay ?\n user : i'd prefer a guesthouse in the north, please.\n system : i have got [value_count] options . the alpha milton and the [hotel_name] . would you like me to book a room at either [value_count] ?\n user : yes. the apha-milton sounds nice. try that one, please.\n system : i would be happy to make your reservation for you . when would you like to arrive and how many are in your party ?\n user : there are 3 of us and we're arriving on thursday. we'd like to stay for 4 nights if possible.\n",
|
|
"extracted_values": [
|
|
"1",
|
|
"moderate",
|
|
"free",
|
|
"3",
|
|
"4",
|
|
"wed",
|
|
"alpha-milton guest house",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "alpha-milton guest house",
|
|
"area": "north",
|
|
"parking": "no",
|
|
"price": "moderate",
|
|
"stars": "dont care",
|
|
"type": "guesthouse",
|
|
"day": "thursday",
|
|
"people": "3",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "1",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"people": "3",
|
|
"stay": "4",
|
|
"name": "alpha-milton guest house",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : can you arrange for a taxi to pick me up at dojo noodle bar?\n system : sure . when do you want to leave ?\n user : i actually need to arrive by 12:15.\n system : you got it . can you tell me your destination please ?\n user : i am going to rosa's bed and breakfast.\n",
|
|
"extracted_values": [
|
|
"12:15",
|
|
"dojo noodle bar",
|
|
"rosas bed and breakfast"
|
|
],
|
|
"true_states": {
|
|
"destination": "rosas bed and breakfast",
|
|
"departure": "dojo noodle bar",
|
|
"arrive": "12:15"
|
|
},
|
|
"gen_states": {
|
|
"arrive": "12:15",
|
|
"destination": "rosas bed and breakfast"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi. i'll be departing from la raza.\n",
|
|
"extracted_values": [
|
|
"la raza"
|
|
],
|
|
"true_states": {
|
|
"departure": "la raza"
|
|
},
|
|
"gen_states": {
|
|
"departure": "la raza"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i kind of need some help finding a nice hotel in the north part of town.\n system : there are [value_count] hotel -s in the [value_area] part of town in the [value_pricerange] price range , does that price range work for you ?\n user : do either of those have 4 stars?\n system : i am sorry , they are both [value_count] star hotel -s . would you like to try a different area or star number ?\n user : a 4 star guesthouse in the north would be fine too.\n system : there are several in the [value_pricerange] price range and [value_count] that is [value_pricerange] . does price matter ?\n user : no, it doesn't. what place would you recommend?\n system : i recommend [hotel_name] because it is in the [value_pricerange] price range and has a high rating . do you want me to book [hotel_name] for you ?\n user : yes. i'll need a reservation for 3 nights starting sunday. there are 3 people in my party.\n",
|
|
"extracted_values": [
|
|
"kind",
|
|
"4",
|
|
"3",
|
|
"sunday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "worth house",
|
|
"area": "north",
|
|
"price": "dont care",
|
|
"stars": "4",
|
|
"type": "guesthouse",
|
|
"day": "sunday",
|
|
"people": "3",
|
|
"stay": "3"
|
|
},
|
|
"gen_states": {
|
|
"hotel": "kind",
|
|
"stars": "4",
|
|
"people": "3",
|
|
"day": "sunday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a place to dine. the restaurant should be expensive and should serve chinese food.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"chinese"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"food": "chinese"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi. i was wondering if there are any eastern european type restaurants in the south part of the city?\n system : unfortunately , there are no eastern [value_food] restuarants in the [value_area] part of the city . is there anything else you want ?\n user : i'm looking for an expensive eastern european place in the south.\n system : unfortunately , i do not happen to have any listing that meets what you were looking for . would you like me to try either a different area or type of restaurant ?\n user : how about a chinese restaurant?\n system : certainly , we have [value_count] [value_pricerange] [value_food] restaurant -s [restaurant_name] , and [restaurant_name] . would you like a reservation at [value_count] , if so for how many ?\n user : i would like a reservation for 2 to the peking restaurant.\n system : ok , and what day and time would you like that reservation ?\n user : i'd like to make a reservation for saturday at 11:45. and there has been a change in plans, i will be dining alone.\n system : your reservation is complete . would you like anything else ?\n user : can i get the reference number for that reservation?\n system : yes , the reference number is [restaurant_reference] .\n user : excellent. that is everything!\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"2",
|
|
"11:45",
|
|
"excellent",
|
|
"saturday",
|
|
"the peking restaurant",
|
|
"chinese",
|
|
"south"
|
|
],
|
|
"true_states": {
|
|
"food": "chinese",
|
|
"price": "expensive",
|
|
"area": "south",
|
|
"day": "saturday",
|
|
"people": "1",
|
|
"time": "11:45"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"people": "2",
|
|
"time": "11:45",
|
|
"food": "chinese",
|
|
"day": "saturday",
|
|
"name": "the peking restaurant",
|
|
"area": "south"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need to schedule a taxi to da vinci pizzeria from tandoori palace.\n system : ok , what time do you want to leave by ?\n user : i would like to leave after 22:15.\n system : booking completed ! a [taxi_type] will be picking you up , the contact number is [taxi_phone] .\n user : ok thank you!\n system : you are welcome , do you need any further assistance ?\n user : i do not thank you.\n",
|
|
"extracted_values": [
|
|
"22:15",
|
|
"da vinci pizzeria",
|
|
"tandoori palace"
|
|
],
|
|
"true_states": {
|
|
"leave": "22:15",
|
|
"destination": "da vinci pizzeria",
|
|
"departure": "tandoori palace"
|
|
},
|
|
"gen_states": {
|
|
"leave": "22:15",
|
|
"destination": "da vinci pizzeria",
|
|
"departure": "tandoori palace"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a restaurant. the restaurant should be in the north and should serve italian food\n system : [restaurant_name] at [restaurant_address] .\n user : is that restaurant cheap?\n system : yes the restaurant is [value_pricerange] .\n user : please get me the you get phone number and address\n system : the phone number is [restaurant_phone] and the address is [restaurant_address] . would you like to make a reservation ?\n user : no thank you. i don't a reservation. that is all the info i need today.\n system : you are welcome . please call us again and have a nice day .\n user : you, too. thank you, goodbye now.\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"north",
|
|
"italian"
|
|
],
|
|
"true_states": {
|
|
"food": "italian",
|
|
"price": "cheap",
|
|
"name": "da vinci pizzeria",
|
|
"area": "north"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "north",
|
|
"food": "italian"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : what restaurants in the centre serve international cuisine?\n system : [restaurant_name] and the [restaurant_name] serve [value_food] food and are in the [value_area] of town .\n user : how about a place in the moderate price range?\n system : both of the named restaurant -s are in the [value_pricerange] price range .\n user : ok, can you book a table for 6 at 12:00 on tuesday at the varsity restaurant? i will need a reference number too, please.\n system : certainly . i will have that reference number for you in just [value_count] second .\n user : thanks. looking forward to it.\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"6",
|
|
"12:00",
|
|
"tuesday",
|
|
"the varsity restaurant",
|
|
"centre",
|
|
"international"
|
|
],
|
|
"true_states": {
|
|
"food": "international",
|
|
"price": "moderate",
|
|
"name": "the varsity restaurant",
|
|
"area": "centre",
|
|
"day": "tuesday",
|
|
"people": "6",
|
|
"time": "12:00"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"people": "6",
|
|
"time": "12:00",
|
|
"day": "tuesday",
|
|
"name": "the varsity restaurant",
|
|
"area": "centre",
|
|
"food": "international"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like to book a taxi to royal standard, leaving after 03:30\n system : okay and what will your destination be ?\n user : i will be going to the royal standard, leaving from the tenpin.\n system : great ! look for a [taxi_type] . the contact number is [taxi_phone] . may i help with anything else ?\n user : no, that'll be it. thank you.\n",
|
|
"extracted_values": [
|
|
"03:30",
|
|
"tenpin",
|
|
"royal standard"
|
|
],
|
|
"true_states": {
|
|
"leave": "03:30",
|
|
"destination": "royal standard",
|
|
"departure": "tenpin"
|
|
},
|
|
"gen_states": {
|
|
"leave": "03:30",
|
|
"departure": "tenpin",
|
|
"destination": "royal standard"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i would like a british food restaurant in the centre.\n",
|
|
"extracted_values": [
|
|
"british",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"food": "british",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"food": "british",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : are there any 4-star hotels which are moderately priced?\n system : we have [value_count] guest houses which are [value_pricerange] -ly priced , but no hotel -s .\n user : a guesthouse is fine. i'm looking for a place in the north with free parking.\n system : [hotel_name] is available if that works for you .\n user : that's good. can you book it for 3 people?\n system : for how many days and starting what day ?\n user : starting friday for 4 nights. there will be 3 guests.\n",
|
|
"extracted_values": [
|
|
"4",
|
|
"moderate",
|
|
"free",
|
|
"3",
|
|
"friday",
|
|
"guesthouse",
|
|
"north"
|
|
],
|
|
"true_states": {
|
|
"name": "acorn guest house",
|
|
"area": "north",
|
|
"parking": "yes",
|
|
"price": "moderate",
|
|
"stars": "4",
|
|
"day": "friday",
|
|
"people": "3",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"stars": "4",
|
|
"price": "moderate",
|
|
"parking": "free",
|
|
"people": "3",
|
|
"day": "friday",
|
|
"type": "guesthouse",
|
|
"area": "north"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for a train from cambridge to birmingham new street.\n system : the next train leaving from [value_place] for [value_place] departs [value_day] at [value_time] , and will arrive by [value_time] .\n user : i need a train that departs after 08:30 on friday.\n system : i have a train leaving [value_place] arriving at [value_place] on [value_day] at [value_time] . would you like me to book this for you ?\n user : yes please, that sounds perfect.\n system : and how many tickets will you need for your trip ?\n user : actually, i don't need booking. please just give me the train's travel time and price.\n",
|
|
"extracted_values": [
|
|
"08:30",
|
|
"friday",
|
|
"cambridge",
|
|
"birmingham new street"
|
|
],
|
|
"true_states": {
|
|
"leave": "08:30",
|
|
"destination": "birmingham new street",
|
|
"day": "friday",
|
|
"departure": "cambridge"
|
|
},
|
|
"gen_states": {
|
|
"leave": "08:30",
|
|
"day": "friday",
|
|
"departure": "cambridge",
|
|
"destination": "birmingham new street"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i need a taxi to go to meghna.\n",
|
|
"extracted_values": [
|
|
"meghna"
|
|
],
|
|
"true_states": {
|
|
"destination": "meghna"
|
|
},
|
|
"gen_states": {
|
|
"destination": "meghna"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i am looking for an expensive hotel with free parking.\n system : we have [value_count] place -s that offer all of that . any preference on star rating or area ?\n user : no, that's not important to me. but, i would prefer to stay in a guesthouse with free parking.\n system : sorry , there are no guesthouse type [value_pricerange] place -s with free parking . perhaps you would prefer a different type or price range ?\n user : cheap would be fine as well.\n system : sure , the [hotel_name] is a [value_count] star guesthouse . does that sound good ?\n user : yes. can you make a reservation for 4 nights starting wednesday? there are 5 people in my party.\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"free",
|
|
"dont care",
|
|
"cheap",
|
|
"4",
|
|
"5",
|
|
"wednesday",
|
|
"guesthouse"
|
|
],
|
|
"true_states": {
|
|
"name": "allenbell",
|
|
"parking": "yes",
|
|
"price": "cheap",
|
|
"stars": "dont care",
|
|
"type": "guesthouse",
|
|
"day": "wednesday",
|
|
"people": "5",
|
|
"stay": "4"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"parking": "free",
|
|
"stars": "4",
|
|
"people": "5",
|
|
"day": "wednesday",
|
|
"type": "guesthouse"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : there are hotels with free wifi and parking, right?\n",
|
|
"extracted_values": [
|
|
"free"
|
|
],
|
|
"true_states": {
|
|
"parking": "yes",
|
|
"internet": "yes",
|
|
"type": "hotel"
|
|
},
|
|
"gen_states": {
|
|
"internet": "free"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : am looking for a place to dine it should be in the centre and should be in the expensive price range\n",
|
|
"extracted_values": [
|
|
"expensive",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "expensive",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to find a cheap place to stay.\n system : i can certainly help you with that . we have [value_count] listings for [value_pricerange] lodgings . do you have any other requirement -s ?\n user : i would like for it to be located in the center of town.\n system : sure . i found [value_count] guesthouses . [value_count] with [value_count] stars and [value_count] with [value_count] stars . do you have a preference ?\n user : no, i don't have a preference. do those places have wi-fi?\n",
|
|
"extracted_values": [
|
|
"cheap",
|
|
"centre"
|
|
],
|
|
"true_states": {
|
|
"area": "centre",
|
|
"price": "cheap",
|
|
"stars": "dont care"
|
|
},
|
|
"gen_states": {
|
|
"price": "cheap",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : hi there. i'm hoping you can help me. i am looking to try molecular gastronomy food. might there be a restaurant like this in the centre of town?\n system : sorry but there are not any molecular gastronomy restaurant -s in any part of town . would you like to try something else ?\n user : yes how about gastropubs or international in the moderate price range.\n system : we have [restaurant_name] located in the center of town in the [value_pricerange] price range . should book you in ?\n user : is that a gastropub?\n",
|
|
"extracted_values": [
|
|
"moderate",
|
|
"molecular gastronomy",
|
|
"centre",
|
|
"international",
|
|
"gastropub"
|
|
],
|
|
"true_states": {
|
|
"food": "gastropub",
|
|
"price": "moderate",
|
|
"area": "centre"
|
|
},
|
|
"gen_states": {
|
|
"price": "moderate",
|
|
"food": "gastropub",
|
|
"area": "centre"
|
|
}
|
|
},
|
|
{
|
|
"history": "user : i'd like to book a taxi to take me to cineworld cinema from gonville hotel\n",
|
|
"extracted_values": [
|
|
"cineworld cinema",
|
|
"gonville hotel"
|
|
],
|
|
"true_states": {
|
|
"destination": "cineworld cinema",
|
|
"departure": "gonville hotel"
|
|
},
|
|
"gen_states": {
|
|
"destination": "gonville hotel"
|
|
}
|
|
}
|
|
] |