turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'cantonese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a cantonese restaurant in the north part of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What price range are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't care ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "inform((_:result,area,'north');(_:result,food,'Cantonese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately , there are no Cantonese restaurants in the north part of town ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Okay then , how about a restaurant that serves asian oriental type of food in the north part of town then ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'asian oriental');(_:result,name,'Saigon city');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Saigon city serves asian oriental food and is located in the north part of town . Would you like their location ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address and phone number ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'169 High Street Chesterton Chesterton');(_:result,name,'Saigon City');(_:result,phone,'01223 356555');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address for Saigon City is 169 High Street Chesterton Chesterton and the phone number is 01223 356555 ." }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you for the information . Bye now" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you ." } ]
WOZ20190.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "cantonese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "cantonese" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "dontcare" ], [ "_:system", "canthelp", "_:search/869eee56" ], [ "_:search/869eee56", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Cantonese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "dontcare" ], [ "_:system", "canthelp", "_:search/869eee56" ], [ "_:search/869eee56", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "Saigon city" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "dontcare" ], [ "_:system", "canthelp", "_:search/869eee56" ], [ "_:search/869eee56", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "address", "169 High Street Chesterton Chesterton" ], [ "_:result", "name", "Saigon City" ], [ "_:result", "phone", "01223 356555" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "I need to find the police station closest to me please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))" ], "speaker": "system", "text": "The police station is at Parkside , Cambridge ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "What is the address and phone number for that station ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "The number is : 01223358966 . The address is : Parkside , Cambridge . Can I help with anything else ?" }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "Can I get the postcode ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "The postcode is CB11JG" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much for your help" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Do you need any further assistance ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all I need . Thank you ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You are welcome , have a good day ." } ]
SNG01341.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "type", "Police" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'hotel');(_:search,has_internet,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi . I 'm looking for a hotel in the east . The internet is not needed ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'7');(_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are no hotels that do not have internet , but 7 which do have it . Do you have a specific price range you 'd prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "no , but it should have free parking , please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The Express by Holiday Inn Cambridge is in the area and has free parking , would you like more information ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is that a guesthouse or a hotel ? I 'd really prefer a guesthouse ." }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,category,'hotel');(_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It 's a hotel . There are 5 guesthouses in the area . Do you prefer cheap or moderate for the price range ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The price does n't really matter . I just need free parking . It does n't really need to have internet though ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouses');(_:result,count,'5');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 5 guesthouses that have free parking . Should I book one of them for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Okay , none of them DON'T offer free wifi ? If not , I 'll need the address for one that does have wifi , please . Tell me about your favorite ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'517a coldham lane');(_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'allenbell');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The allenbell is a guesthouse on the east . The addres sis 517a coldham lane post code cb13js ." }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great . Can you help me with a train as well ? I 'm looking to come in from Ely ." }, { "id": 11, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your destination ? And do you have any preference for day , departure or arrival time ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'dontcare');(_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,leave_at,'dontcare');(_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to go from cambridge to ely , no preference for time but I need to book for 8 people ." }, { "id": 13, "rdf-acts": [ "inform((_:result,leave_at,'starting at 5:50');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are trains that run every two hours every day starting at 5:50 . Do you know what day you 'd like to travel ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'11:30');(_:search,day,'wednesday');(_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for Wednesday , arrive by 11:30 for 8 people Please ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'7ZCVR4Q3');(_:booking,ticket,'35.2 GBP');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Booking was successful , the total fee is 35.2 GBP payable at the station . You reference number is 7ZCVR4Q3 . Can I help you with anything else ?" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , I do n't need anything else right now . Thank you for your assistance . Good Bye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your visit . Have a great day ." } ]
MUL2105.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:result", "count", "7" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "has_internet", "no" ], [ "_:result", "count", "7" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "has_internet", "no" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "517a coldham lane" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "allenbell" ], [ "_:result", "postcode", "cb13js" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "517a coldham lane" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "allenbell" ], [ "_:result", "postcode", "cb13js" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "?" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "517a coldham lane" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "allenbell" ], [ "_:result", "postcode", "cb13js" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "leave_at", "starting at 5:50" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "517a coldham lane" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "allenbell" ], [ "_:result", "postcode", "cb13js" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "leave_at", "starting at 5:50" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "7ZCVR4Q3" ], [ "_:booking", "ticket", "35.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you help me with a taxi booking ?" }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure ! when would you like to arrive ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'23:15');(_:search,destination,'nandos');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I must arrive to nandos by 23:15" }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "No problem - where should the car pick you up ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "At the London Museum thank you" }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "can you confirm the pick up location please ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'the place');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "It will depart from the place ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'23:15');(_:result,car,'white Toyota');(_:result,departure,'The Place');(_:result,destination,'Nandos');(_:result,phone,'07727323900');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I 've booked you a white Toyota that will get you from The Place to Nandos by 23:15 . Contact number is 07727323900 . Do you need help with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that is all , thanks" }, { "id": 9, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "You are welcome . If that is all , then have a good trip ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , I appreciate it ." }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "It is my pleasure . Have a good day ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Goodbye . I hope you have a wonderful day ." } ]
SNG01684.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:15" ], [ "_:search", "destination", "nandos" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:15" ], [ "_:search", "destination", "nandos" ], [ "_:search", "departure", "?" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:15" ], [ "_:search", "destination", "nandos" ], [ "_:search", "departure", "the place" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:15" ], [ "_:search", "destination", "nandos" ], [ "_:search", "departure", "the place" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "23:15" ], [ "_:result", "car", "white Toyota" ], [ "_:result", "departure", "The Place" ], [ "_:result", "destination", "Nandos" ], [ "_:result", "phone", "07727323900" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:15" ], [ "_:search", "destination", "nandos" ], [ "_:search", "departure", "the place" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "23:15" ], [ "_:result", "car", "white Toyota" ], [ "_:result", "departure", "The Place" ], [ "_:result", "destination", "Nandos" ], [ "_:result", "phone", "07727323900" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:15" ], [ "_:search", "destination", "nandos" ], [ "_:search", "departure", "the place" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "23:15" ], [ "_:result", "car", "white Toyota" ], [ "_:result", "departure", "The Place" ], [ "_:result", "destination", "Nandos" ], [ "_:result", "phone", "07727323900" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for an expensive restaurant in the centre of town ." }, { "id": 1, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "I can help you with that . Are there any other requirements you are looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to try some Turkish cuisine if there 's a restaurant that serves it ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'196 Mill Road City Centre');(_:result,name,'meze bar restaurant');(_:result,postcode,'cb13nf');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "meze bar restaurant \t is great . it is located in196 Mill Road City Centre , cb13nf . can i give you their phone numbers ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Please do , thank you ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , they do not have a phone number listed . Would you like to book a table ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No . thank you . I am also looking for a place to stay . I would like a 3 star hotel in the expensive price range ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'Centre');(_:result,name,'Gonville Hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Gonville Hotel is in the Centre , has 3 stars in the expensive price range . Would you like a reservation ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do they offer free parking ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They do have free parking yes ." }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "And what 's their phone number ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,phone,'01223366611');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is 01223366611" }, { "id": 12, "rdf-acts": [ "inform((_:search,name,'Gonville Hotel');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "That 's all the information I need on the hotel . I would like to book a taxi to commute between the restaurant and the Gonville Hotel ." }, { "id": 13, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time would you like to travel ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'the restaurant');(_:search,leave_at,'11:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to leave the restaurant by 11:15 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'black bmw');(_:result,phone,'07798470642');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Booked car type \t : \t black bmw \n Contact number \t : \t 07798470642" }, { "id": 16, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I also would like a restaurant ." }, { "id": 17, "rdf-acts": [ "inform((_:result,name,'Meze Bar restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I located the Meze Bar restaurant for you but have not made a reservation per your request . Would you like me to locate a different restaurant ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,name,'meze bar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , thank you . Please go ahead and make a reservation at Meze Bar ." }, { "id": 19, "rdf-acts": [ "inform((_:booking,name,'Meze Bar');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok sure , When and with how many people will you be dining at Meze Bar ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I 'll do that later once I find out how many people can make it . Thank you for all your help ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Have a nice day ." } ]
PMUL0046.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "196 Mill Road City Centre" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "postcode", "cb13nf" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "address", "196 Mill Road City Centre" ], [ "_:result", "name", "meze bar restaurant" ], [ "_:result", "postcode", "cb13nf" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "address", "196 Mill Road City Centre" ], [ "_:result", "postcode", "cb13nf" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "Centre" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "address", "196 Mill Road City Centre" ], [ "_:result", "postcode", "cb13nf" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "Centre" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "address", "196 Mill Road City Centre" ], [ "_:result", "postcode", "cb13nf" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "Centre" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223366611" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "Gonville Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "address", "196 Mill Road City Centre" ], [ "_:result", "postcode", "cb13nf" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "Centre" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223366611" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "Gonville Hotel" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "address", "196 Mill Road City Centre" ], [ "_:result", "postcode", "cb13nf" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "Centre" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "name", "Gonville Hotel" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "car", "black bmw" ], [ "_:result", "phone", "07798470642" ], [ "_:result", "type", "Taxi" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "address", "196 Mill Road City Centre" ], [ "_:result", "postcode", "cb13nf" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "Centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "car", "black bmw" ], [ "_:result", "phone", "07798470642" ], [ "_:result", "name", "Meze Bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "meze bar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "address", "196 Mill Road City Centre" ], [ "_:result", "postcode", "cb13nf" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "Centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "car", "black bmw" ], [ "_:result", "phone", "07798470642" ], [ "_:result", "name", "Meze Bar restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "meze bar" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "Meze Bar" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,leave_at,'21:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train that leaves on Thursday after 21:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be traveling to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be going to Broxbourne ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'2');(_:result,destination,'broxbourne');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 2 trains going to broxbourne , do you have an arrival time preference ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'21:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "i just want to leave after 21:30" }, { "id": 5, "rdf-acts": [ "offer((_:booking,arrive_by,'22:01');(_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Will an arrival time of 22:01 work for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , that would be fine . I 'll need the price and travel time for that , please ." }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "will you be leaving cambridge ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'll be leaving from cambridge . What 's the train number and cost ? Oh , and how long is the trip ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,ticket,'17.90 pounds');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "It costs 17.90 pounds . I need to know your arrival time to determine the trainid ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'16:00');(_:search,name,'prezzo');(_:search,people,'3');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant');(_:result,type,'Train'))" ], "speaker": "user", "text": "I also would like to book a table for 3 at prezzo for 16:00 the same day I arrive or Tuesday . I need the reference number also ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Thursday');(_:booking,duration,'16:00');(_:booking,name,'Prezzo');(_:booking,ref,'R0Q4HL63');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to reserve a table at Prezzo on Thursday at 16:00 . The table will be reserved for 15 minutes , reference number R0Q4HL63 . Can I assist with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Have a nice day ." } ]
PMUL0593.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "2" ], [ "_:result", "destination", "broxbourne" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "2" ], [ "_:result", "destination", "broxbourne" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "22:01" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "2" ], [ "_:result", "destination", "broxbourne" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "21:30" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "22:01" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "ticket", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "2" ], [ "_:result", "destination", "broxbourne" ], [ "_:search", "leave_at", "21:30" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "22:01" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "name", "prezzo" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:result", "count", "2" ], [ "_:result", "destination", "broxbourne" ], [ "_:search", "leave_at", "21:30" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "22:01" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "name", "prezzo" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "16:00" ], [ "_:booking", "name", "Prezzo" ], [ "_:booking", "ref", "R0Q4HL63" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "i need a place to stay" }, { "id": 1, "rdf-acts": [ "reqmore()", "thank()" ], "speaker": "system", "text": "Luckily there is something for everyone here . Could you tell me a little more about what you 're looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,has_parking,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "2 stars , free parking and WiFi , located in the south , please ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,stars,'2');(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are no hotels with a 2 star rating that meet your criteria . However , we have several 3 and 4 star options . Would you be interested in one of those ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'east');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "do you have a 2 star in the east ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Express by Holiday Inn Cambridge');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "We do . Express by Holiday Inn Cambridge . Would you like their number , or a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you reserve me a room for Friday for 4 people , 2 nights please ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'F91TKJ02');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book you per your request . Your reference number is : F91TKJ02 ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , great . Thank you !" }, { "id": 9, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "Thank you . Is there anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for a theatre to visit . Do you have any recommendations ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have five choice , any preferences ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "No , just one you think is the best ." }, { "id": 13, "rdf-acts": [ "inform((_:result,name,'Junction on Clifton Way');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I highly suggest the Junction on Clifton Way ." }, { "id": 14, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sounds great . Can I get the address and phone number please ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,address,'Clifton Way');(_:result,phone,'01223511511');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "They are on Clifton Way . Their phone number is 01223511511" }, { "id": 16, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I also need to know what area that is in ?" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:result,area,'South part of town');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is in the South part of town . Can I help you with anything else ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,departure,'the theatre');(_:search,destination,'the hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , one more thing . I need a taxi from the theatre to the hotel ." }, { "id": 19, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What are the times you would like to leave and/or arrive ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,name,'Express by Holiday Inn Cambridge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to leave Junction on Clifton Way by 7:45 and go to Express by Holiday Inn Cambridge ." }, { "id": 21, "rdf-acts": [ "inform((_:result,car,'blue skoda');(_:result,phone,'07267403400');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t blue skoda \n Contact number \t : \t 07267403400" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all I need today ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "you are welcome , call me in case you need anything else ." } ]
PMUL4365.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/cd43209b" ], [ "_:search/cd43209b", "stars", "2" ], [ "_:search/cd43209b", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/cd43209b" ], [ "_:search/cd43209b", "stars", "2" ], [ "_:search/cd43209b", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/cd43209b" ], [ "_:search/cd43209b", "stars", "2" ], [ "_:search/cd43209b", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "F91TKJ02" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/cd43209b" ], [ "_:search/cd43209b", "stars", "2" ], [ "_:search/cd43209b", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "F91TKJ02" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/cd43209b" ], [ "_:search/cd43209b", "stars", "2" ], [ "_:search/cd43209b", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "F91TKJ02" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/cd43209b" ], [ "_:search/cd43209b", "stars", "2" ], [ "_:search/cd43209b", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "F91TKJ02" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Junction on Clifton Way" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/cd43209b" ], [ "_:search/cd43209b", "stars", "2" ], [ "_:search/cd43209b", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "F91TKJ02" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Junction on Clifton Way" ], [ "_:result", "address", "Clifton Way" ], [ "_:result", "phone", "01223511511" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/cd43209b" ], [ "_:search/cd43209b", "stars", "2" ], [ "_:search/cd43209b", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "F91TKJ02" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "theatre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Junction on Clifton Way" ], [ "_:result", "address", "Clifton Way" ], [ "_:result", "phone", "01223511511" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "South part of town" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the theatre" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/cd43209b" ], [ "_:search/cd43209b", "stars", "2" ], [ "_:search/cd43209b", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "F91TKJ02" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "theatre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Junction on Clifton Way" ], [ "_:result", "address", "Clifton Way" ], [ "_:result", "phone", "01223511511" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "South part of town" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the theatre" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "name", "Express by Holiday Inn Cambridge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/cd43209b" ], [ "_:search/cd43209b", "stars", "2" ], [ "_:search/cd43209b", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "F91TKJ02" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "theatre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Junction on Clifton Way" ], [ "_:result", "address", "Clifton Way" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "South part of town" ], [ "_:search", "departure", "the theatre" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "name", "Express by Holiday Inn Cambridge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "car", "blue skoda" ], [ "_:result", "phone", "07267403400" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a moderately priced restaurant in the centre . Can you recommend one ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "thank()", "inform((_:result,amount,'plenty');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , I can help you with that . There are plenty of options that meet your requirements . Was there a particular type of food you were interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'australian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any Australian restaurants ?" }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'anywhere in Cambridge');(_:search,food,'Australian');(_:search,pricerange,'any price range');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , there are no Australian restaurants in any price range anywhere in Cambridge . Would you like to try a different cuisine ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What about European ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'33 Bridge Street');(_:result,count,'4');(_:result,name,'galleria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are four great choices but i highly recommend galleria located at 33 Bridge Street . Would you like me to reserve you a table ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes can you please make me a reservation ?" }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Sure . What day works for you ? How many people will be in your dining group ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Just me . And I need the reservation for Wednesday ." }, { "id": 9, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , what time do you prefer ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,duration,'11:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Make it for 11:15 ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,ref,'JFF6XGYL');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , your booking was successful . The table will be reserved for 15 minutes . Your reference number is : JFF6XGYL ." }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thanks I also need a hotel to stay at with free parking in the same area as the restaurant ." }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "alexander bed and breakfast is quite popular in the centre of town and while on the cheap price range , it is a 4 star which includes both internet and parking ." }, { "id": 14, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am actually looking for a hotel to book , not a guesthouse . I need a hotel in the center with free parking ." }, { "id": 15, "rdf-acts": [ "select((_:result,name,'Gonville Hotel');(_:result,name,'University Arms Hotel');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 2 to choose from . The Gonville Hotel which has 3 stars or the University Arms Hotel that is 4 star rated . Do you need a reservation at one ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,name,'gonville hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Lets book the Gonville Hotel ." }, { "id": 17, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many days would you like to stay ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a reservation just for myself for 3 nights starting Wednesday , please ." }, { "id": 19, "rdf-acts": [ "inform((_:booking,day,'Wednesday');(_:booking,name,'Gonville Hotel');(_:booking,people,'1');(_:booking,ref,'9QUHR157');(_:booking,stay,'3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK , booking complete at the Gonville Hotel for 3 nights starting on Wednesday for 1 guest . Your Reference number is : 9QUHR157 ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for all your help ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Have a nice day , goodbye !" } ]
PMUL0016.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "plenty" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "australian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "plenty" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ab5c0050" ], [ "_:search/ab5c0050", "area", "anywhere in Cambridge" ], [ "_:search/ab5c0050", "food", "Australian" ], [ "_:search/ab5c0050", "pricerange", "any price range" ], [ "_:search/ab5c0050", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "plenty" ], [ "_:system", "canthelp", "_:search/ab5c0050" ], [ "_:search/ab5c0050", "area", "anywhere in Cambridge" ], [ "_:search/ab5c0050", "food", "Australian" ], [ "_:search/ab5c0050", "pricerange", "any price range" ], [ "_:search/ab5c0050", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:result", "count", "4" ], [ "_:result", "name", "galleria" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "plenty" ], [ "_:system", "canthelp", "_:search/ab5c0050" ], [ "_:search/ab5c0050", "area", "anywhere in Cambridge" ], [ "_:search/ab5c0050", "food", "Australian" ], [ "_:search/ab5c0050", "pricerange", "any price range" ], [ "_:search/ab5c0050", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:result", "count", "4" ], [ "_:result", "name", "galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "plenty" ], [ "_:system", "canthelp", "_:search/ab5c0050" ], [ "_:search/ab5c0050", "area", "anywhere in Cambridge" ], [ "_:search/ab5c0050", "food", "Australian" ], [ "_:search/ab5c0050", "pricerange", "any price range" ], [ "_:search/ab5c0050", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:result", "count", "4" ], [ "_:result", "name", "galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "11:15" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "plenty" ], [ "_:system", "canthelp", "_:search/ab5c0050" ], [ "_:search/ab5c0050", "area", "anywhere in Cambridge" ], [ "_:search/ab5c0050", "food", "Australian" ], [ "_:search/ab5c0050", "pricerange", "any price range" ], [ "_:search/ab5c0050", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:result", "count", "4" ], [ "_:result", "name", "galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "11:15" ], [ "_:booking", "ref", "JFF6XGYL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "plenty" ], [ "_:system", "canthelp", "_:search/ab5c0050" ], [ "_:search/ab5c0050", "area", "anywhere in Cambridge" ], [ "_:search/ab5c0050", "food", "Australian" ], [ "_:search/ab5c0050", "pricerange", "any price range" ], [ "_:search/ab5c0050", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:result", "count", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "11:15" ], [ "_:booking", "ref", "JFF6XGYL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "plenty" ], [ "_:system", "canthelp", "_:search/ab5c0050" ], [ "_:search/ab5c0050", "area", "anywhere in Cambridge" ], [ "_:search/ab5c0050", "food", "Australian" ], [ "_:search/ab5c0050", "pricerange", "any price range" ], [ "_:search/ab5c0050", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "11:15" ], [ "_:booking", "ref", "JFF6XGYL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "plenty" ], [ "_:system", "canthelp", "_:search/ab5c0050" ], [ "_:search/ab5c0050", "area", "anywhere in Cambridge" ], [ "_:search/ab5c0050", "food", "Australian" ], [ "_:search/ab5c0050", "pricerange", "any price range" ], [ "_:search/ab5c0050", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "11:15" ], [ "_:booking", "ref", "JFF6XGYL" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "gonville hotel" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "plenty" ], [ "_:system", "canthelp", "_:search/ab5c0050" ], [ "_:search/ab5c0050", "area", "anywhere in Cambridge" ], [ "_:search/ab5c0050", "food", "Australian" ], [ "_:search/ab5c0050", "pricerange", "any price range" ], [ "_:search/ab5c0050", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "11:15" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "name", "Gonville Hotel" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "9QUHR157" ], [ "_:booking", "stay", "3" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'archway house');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Hi , I 'd like to book a taxi leaving from Archway House , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is your destination and what time would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'saigon city');(_:search,leave_at,'10:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "My destination is saigon city and I need it to leave after 10:45 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'Red Tesla');(_:result,leave_at,'10:50');(_:result,phone,'07532982082');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Ok expect a Red Tesla at 10:50 . Their number is 07532982082 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay perfect . Thank you !" }, { "id": 5, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You are welcome , can I help you with any thing else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . I am all set !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Alright great ! Have a nice day !" } ]
SNG0024.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "archway house" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "archway house" ], [ "_:search", "destination", "saigon city" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "archway house" ], [ "_:search", "destination", "saigon city" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "Red Tesla" ], [ "_:result", "leave_at", "10:50" ], [ "_:result", "phone", "07532982082" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "archway house" ], [ "_:search", "destination", "saigon city" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "Red Tesla" ], [ "_:result", "leave_at", "10:50" ], [ "_:result", "phone", "07532982082" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'spanish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i am looking for a spanish restaurant in the moderate price range" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,name,'la tasca');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la tasca is located in the centre . Do you need for me to book it ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that s ok . Thank you ." }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I just need to get it 's address postcode and number please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'14 -16 Bridge Street');(_:result,phone,'01223464630');(_:result,postcode,'cb21uf');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their address is 14 -16 Bridge Street , their postcode is cb21uf , and their phone number is 01223464630 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Ah , thanks . Also , I 'm looking for a museum to go to in the same area . Can you recommend one ?" }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'eleven');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "there are eleven in that area . is there a particular type of museum you like ? art , history , science ?" }, { "id": 8, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Science is interesting . Could you give me the phone number and entrance fee ?" }, { "id": 9, "rdf-acts": [ "select((_:result,name,'the museum of archaelogy and anthropology');(_:result,name,'the whipple museum of the history of science');(_:result,type,'Attraction'))", "inform((_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is the museum of archaelogy and anthropology or the whipple museum of the history of science - do you have a preference ?" }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "You can choose but I need their phone number , postcode and entrance fee ." }, { "id": 11, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Museum of Archaeology and Anthropology');(_:result,phone,'01223333516');(_:result,postcode,'CB23DZ');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Museum of Archaeology and Anthropology has a free entrance fee . The phone number is 01223333516 . The postcode is CB23DZ ." }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Ok thank you . I will also need a taxi to get between the restaurant and museum ." }, { "id": 13, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time do you need it to arrive ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'19:15');(_:search,departure,'the museum');(_:search,leave_at,'19:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I just need to leave the museum by 19:15 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'red lexus');(_:result,phone,'0777538009');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your taxi is booked . Look for a red lexus . Your contact number is 0777538009" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much ." }, { "id": 17, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're very welcome . Is there anything else I can help you with ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all thank you very much . Goodbye" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "thanks for inquiring with us ." } ]
PMUL3754.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "la tasca" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "la tasca" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "la tasca" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:result", "phone", "01223464630" ], [ "_:result", "postcode", "cb21uf" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "la tasca" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:result", "phone", "01223464630" ], [ "_:result", "postcode", "cb21uf" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "eleven" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:result", "phone", "01223464630" ], [ "_:result", "postcode", "cb21uf" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "eleven" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "the museum of archaelogy and anthropology" ], [ "_:result", "name", "the whipple museum of the history of science" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "eleven" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Museum of Archaeology and Anthropology" ], [ "_:result", "phone", "01223333516" ], [ "_:result", "postcode", "CB23DZ" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "eleven" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Museum of Archaeology and Anthropology" ], [ "_:result", "phone", "01223333516" ], [ "_:result", "postcode", "CB23DZ" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "departure", "the museum" ], [ "_:search", "leave_at", "19:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "eleven" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Museum of Archaeology and Anthropology" ], [ "_:result", "postcode", "CB23DZ" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "departure", "the museum" ], [ "_:search", "leave_at", "19:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red lexus" ], [ "_:result", "phone", "0777538009" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "spanish" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "eleven" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Museum of Archaeology and Anthropology" ], [ "_:result", "postcode", "CB23DZ" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "departure", "the museum" ], [ "_:search", "leave_at", "19:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red lexus" ], [ "_:result", "phone", "0777538009" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'the slug and lettuce');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i need info about the slug and lettuce restaurant ." }, { "id": 1, "rdf-acts": [ "thank()", "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'gastropub');(_:result,name,'Slug and Lettuce');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure ! The Slug and Lettuce serves gastropub type food . It 's located in the centre and it 's expensive . Would you like to book a table ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'11:00');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Absolutely , I need a table for 4 on Thursday , at 11:00 please ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'T7GL0FGT');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : T7GL0FGT . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Attraction'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you for the reference number . I 'm also looking for places to go in the south side of town ." }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'a lot');(_:result,area,'south');(_:result,category,'movies');(_:result,category,'museums');(_:result,category,'nightclub');(_:result,name,'Ceneworld Cinema');(_:result,name,'the place');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The south side has a lot going on . There 's Ceneworld Cinema for movies , the place is a great nightclub and there are some museums in the area as well ." }, { "id": 6, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thanks ! will you give me an entrance fee for the nightclub ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'unknown');(_:result,name,'Place');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'm afraid that the entrance fee for The Place is unknown . Would you like information on another place ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's okay . Thanks !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you goodbye" } ]
PMUL3647.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "Slug and Lettuce" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "Slug and Lettuce" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "T7GL0FGT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "T7GL0FGT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "a lot" ], [ "_:result", "area", "south" ], [ "_:result", "category", "movies" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Ceneworld Cinema" ], [ "_:result", "name", "the place" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "gastropub" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "4" ], [ "_:booking", "ref", "T7GL0FGT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ], [ "_:result", "ref", "?" ], [ "_:result", "amount", "a lot" ], [ "_:result", "area", "south" ], [ "_:result", "category", "movies" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclub" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "unknown" ], [ "_:result", "name", "Place" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'the fez club');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to pick me up from the fez club . Can you help ?" }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure ! when would you like to arrive ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'18:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I need to arrive by 18:45 ." }, { "id": 3, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "And what is your destination please ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'tenpin');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to be taken to tenpin" }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'black ford');(_:result,phone,'07735467542');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay , I have a black ford with the contact number 07735467542 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Wonderful , thanks very much !" }, { "id": 7, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . May I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is it . Thank you so much ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a wonderful time !" } ]
SNG01703.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "the fez club" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "the fez club" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "the fez club" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "tenpin" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "the fez club" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "tenpin" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black ford" ], [ "_:result", "phone", "07735467542" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "the fez club" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "tenpin" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black ford" ], [ "_:result", "phone", "07735467542" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a cheap restaurant in the centre of town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are a total of 15 different cheap restaurants located in the centre of town . Is there a particular type of food you are wanting ?" }, { "id": 2, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Surprise me . What food type can you recommend ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'italian');(_:result,food,'portuguese');(_:result,food,'spanish');(_:result,name,\"Nando 's City Centre\");(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have a great portuguese restaurant if you care to try it . It 's called Nando 's City Centre . Or if you prefer , I have anything from italian to spanish as well ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What 's the post code for Nando City ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb23ar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is cb23ar . Is there anything else I could help you with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I needed . Thanks !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , enjoy your meal !" } ]
SNG0741.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "portuguese" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "Nando 's City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "portuguese" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "Nando 's City Centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23ar" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for places to go in town centre . What are some options ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'anglia ruskin enterprise , east road');(_:result,address,'trumpington street');(_:result,name,'fitzwilliam museum');(_:result,name,'mumford theatre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have the Mumford Theatre at anglia ruskin enterprise , east road , or the fitzwilliam museum at trumpington street ." }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What are the entrance fees for all those locations ?" }, { "id": 3, "rdf-acts": [], "speaker": "system", "text": "The entrance fee is free for the museum is free , and the theater fee is unknown ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,leave_at,'16:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Okay , thanks for that information . I would like to book a train as well . I 'm leaving Tuesday after 16:00 from Cambridge ." }, { "id": 5, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Alright , where would you like to go ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to go from stansted airport to Cambridge ." }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR8372');(_:result,leave_at,'16:24');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR8372 leaves at 16:24 . Are you interested ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , I need to book that for 8 people . Please send the reference number ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'VHL6TYDF');(_:booking,ticket,'80.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 80.8 GBP payable at the station . \n Reference number is : VHL6TYDF ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome goodbye ." } ]
MUL1822.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "anglia ruskin enterprise , east road" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "name", "fitzwilliam museum" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "address", "anglia ruskin enterprise , east road" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "name", "fitzwilliam museum" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "address", "anglia ruskin enterprise , east road" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "name", "fitzwilliam museum" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "address", "anglia ruskin enterprise , east road" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "name", "fitzwilliam museum" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR8372" ], [ "_:result", "leave_at", "16:24" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "address", "anglia ruskin enterprise , east road" ], [ "_:result", "address", "trumpington street" ], [ "_:result", "name", "fitzwilliam museum" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR8372" ], [ "_:result", "leave_at", "16:24" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "VHL6TYDF" ], [ "_:booking", "ticket", "80.8 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm headed off to college soon and want to check out one of the campuses while I 'm in the area . Can you help me find one ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Definitely ! What area of town are you planning to visit ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Area does n't matter . I 'll just need an entrance fee , phone number and postcode for any of them ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Well there are 18 different colleges that match your request . Unfortunately I need more information from you to do my job . Can you help by narrowing down the area ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Which one would you recommend ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,entrance_fee,'1 pound');(_:result,name,'Trinity College');(_:result,phone,'01223338400');(_:result,postcode,'cb21tq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would recommend Trinity College . They 're located in the centre of town at postcode cb21tq . You can reach them by phone at 01223338400 and they list a 1 pound entrance fee ." }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I also would like to find a restaurant serving British food that is expensive ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'same area');(_:result,food,'British');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like me to find a British restaurant in the same area as Trinity College ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , that sounds good !" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Fitzbillies Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I recommend Fitzbillies Restaurant , would you like me to book it for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That 's alright , I just want to know the phone number and postcode please" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,name,'Fitzbillies Restaurant');(_:result,phone,'01223352500');(_:result,postcode,'cb21rg');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Fitzbillies Restaurant has a phone number of 01223352500 and a postcode of cb21rg . Is there anything else I can assist you with ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the attraction');(_:search,destination,'the restaurant');(_:search,leave_at,'11:30');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Please arrange for a taxi to pick me up from the attraction at 11:30 and take me to the restaurant . Give me contact number and car type ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'grey toyota');(_:result,phone,'07178077198');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "A grey toyota is booked for you . You can call 07178077198 to contact them . Will that be all for you ?" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That is all I need , thank you good bye !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a safe trip ." } ]
PMUL4323.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "area", "?" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "1 pound" ], [ "_:result", "name", "Trinity College" ], [ "_:result", "phone", "01223338400" ], [ "_:result", "postcode", "cb21tq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "entrance_fee", "1 pound" ], [ "_:result", "name", "Trinity College" ], [ "_:result", "phone", "01223338400" ], [ "_:result", "postcode", "cb21tq" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "same area" ], [ "_:result", "food", "British" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "entrance_fee", "1 pound" ], [ "_:result", "phone", "01223338400" ], [ "_:result", "postcode", "cb21tq" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "same area" ], [ "_:result", "food", "British" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Fitzbillies Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "entrance_fee", "1 pound" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "same area" ], [ "_:result", "food", "British" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Fitzbillies Restaurant" ], [ "_:result", "phone", "01223352500" ], [ "_:result", "postcode", "cb21rg" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "entrance_fee", "1 pound" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "same area" ], [ "_:result", "food", "British" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Fitzbillies Restaurant" ], [ "_:result", "postcode", "cb21rg" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey toyota" ], [ "_:result", "phone", "07178077198" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for an expensive 4 star hotel ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'5');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I am showing five hotels that fit your criteria . They all offer internet and parking . Is there a specific area you want to be in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , but the hotel should be in the type of guesthouse ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'18');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , there are n't any expensive guesthouses with 4 stars , but there are 18 moderately priced 4-star guesthouses . Would that be okay ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is there one available in the cheap price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'guesthouses');(_:result,count,'7');(_:result,name,'autumn house');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 7 cheap 4 star guesthouses , can I recommend autumn house ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "yes that sounds nice , can you check for booking for 5 people and 3 nights starting from monday ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,day,'Monday');(_:booking,name,'autumn house');(_:booking,people,'5');(_:booking,stay,'3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , I will book at autumn house for 3 night for 5 people starting Monday ." }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can I get that reference number please ?" }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Unfortunately the booking was unsuccessful . Would you like me to look at another hotel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "please recommend another hotel in that same price range ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'guest house');(_:result,name,'Alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Alexander bed and breakfast is is the centre location . Also a 4 star cheap guest house . How does that sound to you ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "Book it please ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'monday');(_:booking,people,'5');(_:booking,ref,'JCCYU8ZS');(_:booking,stay,'3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have made reservations starting monday for 3 nights and 5 people the reference number is JCCYU8ZS . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No thank you . Good bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Goodbye . Have a great day !" } ]
SSNG0292.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "7" ], [ "_:result", "name", "autumn house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "7" ], [ "_:result", "name", "autumn house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "name", "autumn house" ], [ "_:booking", "people", "5" ], [ "_:booking", "stay", "3" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "7" ], [ "_:result", "name", "autumn house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "name", "autumn house" ], [ "_:booking", "people", "5" ], [ "_:booking", "stay", "3" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/34e113c9" ], [ "_:booking/34e113c9", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "count", "7" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "name", "autumn house" ], [ "_:booking", "people", "5" ], [ "_:booking", "stay", "3" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/34e113c9" ], [ "_:booking/34e113c9", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guest house" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "count", "7" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:booking", "name", "autumn house" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/34e113c9" ], [ "_:booking/34e113c9", "type", "Booking" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guest house" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "monday" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "JCCYU8ZS" ], [ "_:booking", "stay", "3" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay in the north that has free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sure , what is your price point ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i do n't have one . I just need a guesthouse in the north ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Hotel'))", "request((_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are several options . Did you have star rating in mind ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'guest house');(_:search,day,'Wednesday');(_:search,has_internet,'yes');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No i do n't . I just want to book a guest house in the north with free wifi for 1 people for 3 nights starting Wednesday night ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,day,'Wednesday');(_:booking,name,'Worth House');(_:booking,people,'1');(_:booking,ref,'NASKA6OK');(_:booking,stay,'3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation at the Worth House for this Wednesday for 4 days 3 nights for 1 person was successful . Your Reference number is : NASKA6OK ." }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'pricey');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to get some pricey food too ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Ok i will find you one . Welcome it has been a pleasure to serve you" } ]
PMUL4776.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "?" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guest house" ], [ "_:search", "day", "Wednesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "?" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guest house" ], [ "_:search", "day", "Wednesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "name", "Worth House" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "NASKA6OK" ], [ "_:booking", "stay", "3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "pricey" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'sports');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Please dig up some information on the mutliple sports in the centre for me" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I 'm afraid there is n't one . Can I help you find something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Oh well . I guess maybe a theatre instead ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'theatres');(_:result,count,'4');(_:result,name,'adc theatre');(_:result,name,'cambridge arts theatre');(_:result,name,'mumford theatre');(_:result,name,'the cambridge corn exchange');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 4 theatres in the centre . They are adc theatre , cambridge arts theatre , mumford theatre , and the cambridge corn exchange ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'adc theatre');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you tell me the postcode , entrance fee , and phone number of adc theatre ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,entrance_fee,\"The entrance fee is n't listed\");(_:result,phone,'01223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The entrance fee is n't listed , but you can reach them by phone at 01223300085 . The postcode is cb58as ." }, { "id": 6, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks I also need a train that 's going to cambridge ." }, { "id": 7, "rdf-acts": [ "thank()", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "No problem , where will that be coming from ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'norwich');(_:search,leave_at,'20:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave from Norwich sometime after 20:15 on Saturday ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'21:35');(_:result,id,'TR0615');(_:result,leave_at,'20:16');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR0615 departs at 20:16 and arrives by 21:35 . Would you like a ticket ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "No . That is all the info I need ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Ok , have a good day !" } ]
PMUL3975.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "sports" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/4002b529" ], [ "_:search/4002b529", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/4002b529" ], [ "_:search/4002b529", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "theatres" ], [ "_:result", "count", "4" ], [ "_:result", "name", "adc theatre" ], [ "_:result", "name", "cambridge arts theatre" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "name", "the cambridge corn exchange" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "adc theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/4002b529" ], [ "_:search/4002b529", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "theatres" ], [ "_:result", "count", "4" ], [ "_:result", "name", "adc theatre" ], [ "_:result", "name", "cambridge arts theatre" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "name", "the cambridge corn exchange" ], [ "_:search", "name", "adc theatre" ], [ "_:result", "entrance_fee", "The entrance fee is n't listed" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/4002b529" ], [ "_:search/4002b529", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "theatres" ], [ "_:result", "count", "4" ], [ "_:result", "name", "adc theatre" ], [ "_:result", "name", "cambridge arts theatre" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "name", "the cambridge corn exchange" ], [ "_:search", "name", "adc theatre" ], [ "_:result", "entrance_fee", "The entrance fee is n't listed" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/4002b529" ], [ "_:search/4002b529", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "theatres" ], [ "_:result", "count", "4" ], [ "_:result", "name", "adc theatre" ], [ "_:result", "name", "cambridge arts theatre" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "name", "the cambridge corn exchange" ], [ "_:search", "name", "adc theatre" ], [ "_:result", "entrance_fee", "The entrance fee is n't listed" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "21:35" ], [ "_:result", "id", "TR0615" ], [ "_:result", "leave_at", "20:16" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "am looking for a restaurant . The restaurant should be in the west and should be in the cheap price range" }, { "id": 1, "rdf-acts": [ "select((_:result,food,'Italian');(_:result,food,'Vietnamese');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have two choices in that area and price range . Would you prefer Italian or Vietnamese ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would prefer Vietnamese ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,food,'Vietnamese');(_:result,name,'Thanh Binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Thanh Binh is a cheap Vietnamese restaurant in the west . Shall I book a reservation for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'12:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please . I 'd like it to be for Tuesday at 12:00 ." }, { "id": 5, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people should I make the reservation for ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "There will be 7 of us ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'KH5F18TN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful and your table will be reserved for 15 minutes . Your reference number is KH5F18TN . Anything else I may assist you with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's it . Thanks for your help !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You are welcome ! Have a nice day !" } ]
SNG1277.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "2" ], [ "_:search", "food", "vietnamese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "name", "Thanh Binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "2" ], [ "_:search", "food", "vietnamese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "name", "Thanh Binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:00" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "2" ], [ "_:search", "food", "vietnamese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "name", "Thanh Binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:00" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "KH5F18TN" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'center');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you tell me about the attractions in the center of town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'numerous');(_:result,category,'colleges');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are numerous attractions . We have museums , colleges , nightclubs are more ! What are you interests ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'park');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Could you recommend a nice park ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Cambridge university botanic gardens');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Cambridge university botanic gardens are very nice ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Oh , that sounds great . Can I get their phone number please ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223336265');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , it 's 01223336265 . Can I do anything else for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,area,?);(_:result,category,?);(_:result,pricerange,?);(_:result,type,'Hotel'))", "inform((_:search,name,'finches bed & breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for a hotel called finches bed & breakfast . What is the area , hotel type and price range ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Finches bed and breakfast is a guesthouse in the west and has a cheap price range . Would you like a reservation ?" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 's all for today . Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Enjoy your stay here !" } ]
PMUL4872.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:result", "amount", "numerous" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:result", "amount", "numerous" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Cambridge university botanic gardens" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:result", "amount", "numerous" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:search", "category", "park" ], [ "_:result", "name", "Cambridge university botanic gardens" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223336265" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "category", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "finches bed & breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:result", "amount", "numerous" ], [ "_:search", "category", "park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223336265" ], [ "_:search", "name", "finches bed & breakfast" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "Hello I am injured and am looking for a nearby hospital please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,department,'emergency department');(_:result,phone,'01223245151');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "There is the Addenbrooks Hospital , their phone number is 01223245151 , did you want the direct line to the emergency department ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Can you also send the postcode and address please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The address is Hills Rd . Cambridge , the post code is CB20QQ . Is there anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I think I can take it from here , but I will call you if I need anything else . Thanks ," }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "no problem have a great day" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "You do the same !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you ! I hope you feel better soon !" } ]
SNG0158.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "I was parking my car and another driver passed too close and scraped the paint , but she wo n't acknowledge it was her fault . Can you help ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "Contacting the Parkside Police Station at phone number is 01223358966 is probably the best course for resolving your situation . Do you think that will help ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "Probably . Can I get the address and postcode , too ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "Certainly . The address is Parkside , Cambridge , and the postcode is CB11JG . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be it . Thank you so much for your help ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Please call us again . Goodbye ." } ]
SNG01216.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "name", "Parkside Police Station" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "name", "Parkside Police Station" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'rice house');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am looking for information on a restaurant name Rice House ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'rice house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have pulled up rice house from our database . What would you like to know ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'11:15');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to reserve a table for 7 on Thursday , at 11:15 . Are you able to book that for me please ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I am unable to book for that day or time slot . Is there another day or time that would work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,duration,'10:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What about 10:15 ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,day,'Thursday');(_:booking,duration,'10:15');(_:booking,name,'Rice house');(_:booking,people,'7');(_:booking,ref,'DAKQ9ZBN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book a table for 7 at Rice house at 10:15 on Thursday . Your table will be reserved for 15 minutes . Your confirmation number is DAKQ9ZBN ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,leave_at,'11:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great , thanks ! I 'll also need a train leaving after 11:45 on Friday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,leave_at,'11:45');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have many trains leaving Cambridge after 11:45 on Friday . Where would you like to go ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to go to Kings lynn ." }, { "id": 9, "rdf-acts": [ "inform((_:result,destination,'Kings Lynn');(_:result,id,'TR2621');(_:result,leave_at,'12:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2621 leaves at 12:11 going to Kings Lynn . Would you like me to book that for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please book it for 7 people and give me the reference number" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'BL1TV17C');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are booked . Your reference number is BL1TV17C . Anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I am all set . Thanks !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you , please enjoy your visit !" } ]
MUL0356.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "rice house" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "rice house" ], [ "_:result", "name", "rice house" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "rice house" ], [ "_:result", "name", "rice house" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/dc995ed8" ], [ "_:booking/dc995ed8", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "10:15" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "rice house" ], [ "_:result", "name", "rice house" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/dc995ed8" ], [ "_:booking/dc995ed8", "type", "Booking" ], [ "_:search", "duration", "10:15" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "10:15" ], [ "_:booking", "name", "Rice house" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "DAKQ9ZBN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "rice house" ], [ "_:result", "name", "rice house" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/dc995ed8" ], [ "_:booking/dc995ed8", "type", "Booking" ], [ "_:search", "duration", "10:15" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "10:15" ], [ "_:booking", "name", "Rice house" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "DAKQ9ZBN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "11:45" ], [ "_:result", "amount", "many" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "leave_at", "11:45" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "rice house" ], [ "_:result", "name", "rice house" ], [ "_:system", "canthelp", "_:booking/dc995ed8" ], [ "_:booking/dc995ed8", "type", "Booking" ], [ "_:search", "duration", "10:15" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "10:15" ], [ "_:booking", "name", "Rice house" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "DAKQ9ZBN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "11:45" ], [ "_:result", "amount", "many" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "id", "TR2621" ], [ "_:result", "leave_at", "12:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "rice house" ], [ "_:result", "name", "rice house" ], [ "_:system", "canthelp", "_:booking/dc995ed8" ], [ "_:booking/dc995ed8", "type", "Booking" ], [ "_:search", "duration", "10:15" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "10:15" ], [ "_:booking", "name", "Rice house" ], [ "_:booking", "people", "7" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "11:45" ], [ "_:result", "amount", "many" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "id", "TR2621" ], [ "_:result", "leave_at", "12:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "BL1TV17C" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'de luca cucina and bar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for the restaurant , De Luca Cucina and bar . Where is it located in Cambridge ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'83 Regent Street');(_:result,name,'De Luca Cucina and Bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "De Luca Cucina and Bar is located at 83 Regent Street , would you like their phone number as well ?" }, { "id": 2, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , can you also confirm what kind of food these serve for me ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'modern european');(_:result,name,'De Luca Cucina and Bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "De Luca Cucina and Bar serves modern european food . Would you like a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Not at this time . I do need a train , though . I 'll be leaving from london liverpool street on Sunday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'10');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 10 trains . Is there a particular time you 'd like to leave or arrive by ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,leave_at,'9:30am');(_:search,type,'Train'))" ], "speaker": "user", "text": "i want to leave at 9:30am ." }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR2357');(_:result,leave_at,'9:39');(_:result,type,'Train'))", "canthelp((_:search,leave_at,'9:30');(_:search,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are no trains leaving at 9:30 but train TR2357 departs at 9:39 . Will that be okay ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'13:45');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Actually can I change that to after 13:45 and may I also get the reference number please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR6946');(_:result,leave_at,'15:39');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "No problem . The TR6946 leaves at 15:39 . Does that work ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'1');(_:search,type,'Train'))" ], "speaker": "user", "text": "That does work . Please book 1 ticket for me ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'94XBLTRF');(_:booking,ticket,'13.28 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 13.28 GBP payable at the station . Reference number is : 94XBLTRF . Can I help you with anything else today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great that should be all I need thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a great day ." } ]
MUL0359.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "83 Regent Street" ], [ "_:result", "name", "De Luca Cucina and Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "De Luca Cucina and Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "De Luca Cucina and Bar" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "9:30am" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "De Luca Cucina and Bar" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "id", "TR2357" ], [ "_:result", "leave_at", "9:39" ], [ "_:result", "type", "Train" ], [ "_:system", "canthelp", "_:search/fe53f327" ], [ "_:search/fe53f327", "leave_at", "9:30" ], [ "_:search/fe53f327", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "leave_at", "13:45" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "De Luca Cucina and Bar" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:system", "canthelp", "_:search/fe53f327" ], [ "_:search/fe53f327", "leave_at", "9:30" ], [ "_:search/fe53f327", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "leave_at", "13:45" ], [ "_:result", "ref", "?" ], [ "_:result", "id", "TR6946" ], [ "_:result", "leave_at", "15:39" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "De Luca Cucina and Bar" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:system", "canthelp", "_:search/fe53f327" ], [ "_:search/fe53f327", "leave_at", "9:30" ], [ "_:search/fe53f327", "type", "Train" ], [ "_:search", "leave_at", "13:45" ], [ "_:result", "ref", "?" ], [ "_:result", "id", "TR6946" ], [ "_:result", "leave_at", "15:39" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "94XBLTRF" ], [ "_:booking", "ticket", "13.28 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'Slug and Lettuce');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant called the Slug and Lettuce ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'34 - 35 Green Street');(_:result,area,'center');(_:result,food,'gastropub');(_:result,name,'Slug and Lettuce');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found a listing for the Slug and Lettuce . The address is 34 - 35 Green Street in the center of town . It serves gastropub food ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'16:00');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "that sounds great . Could you make a reservation at 16:00 for 2 people this Saturday ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately the booking was unsuccessful , would you like to try a different restaurant or different day and time ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes , is there anything else in the same vicinity and the same general price range ?" }, { "id": 5, "rdf-acts": [ "select((_:result,name,'Backstreet Bistro');(_:result,name,'Cow Pizza Kitchen Bar');(_:result,type,'Restaurant'))", "inform((_:result,food,'gastropub');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have Backstreet Bistro and The Cow Pizza Kitchen Bar . They both serve gastropub food . Which one do you prefer ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Nah , either one is fine . I need a reference number though ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'backstreet bistro');(_:booking,ref,'42VFS0SM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , I have booked you at the backstreet bistro . Reference number 42VFS0SM . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all . Thank you for your help !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Okay . Glad I could help ." } ]
SSNG0150.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Slug and Lettuce" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Slug and Lettuce" ], [ "_:result", "address", "34 - 35 Green Street" ], [ "_:result", "area", "center" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "Slug and Lettuce" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Slug and Lettuce" ], [ "_:result", "address", "34 - 35 Green Street" ], [ "_:result", "area", "center" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "Slug and Lettuce" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/9b7ba7c4" ], [ "_:booking/9b7ba7c4", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "Slug and Lettuce" ], [ "_:result", "address", "34 - 35 Green Street" ], [ "_:result", "area", "center" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/9b7ba7c4" ], [ "_:booking/9b7ba7c4", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Backstreet Bistro" ], [ "_:result", "name", "Cow Pizza Kitchen Bar" ], [ "_:result", "food", "gastropub" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "Slug and Lettuce" ], [ "_:result", "address", "34 - 35 Green Street" ], [ "_:result", "area", "center" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/9b7ba7c4" ], [ "_:booking/9b7ba7c4", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:result", "name", "Backstreet Bistro" ], [ "_:result", "name", "Cow Pizza Kitchen Bar" ], [ "_:result", "food", "gastropub" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "backstreet bistro" ], [ "_:booking", "ref", "42VFS0SM" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'Pizza Express Fen Ditton');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me locate a restaurant called Pizza Express Fen Ditton ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Jesus Lane');(_:result,name,'Pizza Express Fen Ditton');(_:result,phone,'01223324033');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Pizza Express Fen Ditton is located on Jesus Lane . The phone number is 01223324033 ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you do you know if they take reservations ? Do you know the hours of the business ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I am unable to locate the hours of Pizza Express ; however , they do take reservations if there is a time you would like me to try to book for you ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a reservation for 3 people on saturday ." }, { "id": 5, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What time would you like to dine ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should arrive by 16:30 and should depart from cambridge ." }, { "id": 7, "rdf-acts": [ "inform((_:result,leave_at,'13:17');(_:result,type,'Train'))" ], "speaker": "system", "text": "There is a train that leaves 13:17 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "what time does that train arrive ?" }, { "id": 9, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day do you want to travel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will travel on Sunday ." }, { "id": 11, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where shall the train go ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should arrive by 16:30 and should depart from cambridge" }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'13:51');(_:result,count,'5');(_:result,id,'TR7447');(_:result,leave_at,'13:00');(_:result,type,'Train'))" ], "speaker": "system", "text": "A total of five entries found . How about TR7447 ? It arrives at 13:51 , and leaves at 13:00 ? Then we can get back to the restaurant reservation we had been working on ." }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , that will do . I need tickets for 3 people please ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'6QVPO3N3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your train tickets are booked , ref # 6QVPO3N3 . Can I help you with anything else today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all I need today ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Great . Well , I hope you have a wonderful trip . If you need anything else , do n't hesitate to contact us again . Goodbye ." } ]
PMUL0731.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Pizza Express Fen Ditton" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Pizza Express Fen Ditton" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "phone", "01223324033" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Pizza Express Fen Ditton" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "phone", "01223324033" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "Pizza Express Fen Ditton" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "phone", "01223324033" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "Pizza Express Fen Ditton" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "phone", "01223324033" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "leave_at", "13:17" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "Pizza Express Fen Ditton" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "phone", "01223324033" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "3" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "leave_at", "13:17" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "Pizza Express Fen Ditton" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "phone", "01223324033" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "3" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "leave_at", "13:17" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "?" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "Pizza Express Fen Ditton" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "phone", "01223324033" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "?" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "13:51" ], [ "_:result", "count", "5" ], [ "_:result", "id", "TR7447" ], [ "_:result", "leave_at", "13:00" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "Pizza Express Fen Ditton" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "name", "Pizza Express Fen Ditton" ], [ "_:result", "phone", "01223324033" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "?" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "13:51" ], [ "_:result", "count", "5" ], [ "_:result", "id", "TR7447" ], [ "_:result", "leave_at", "13:00" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "6QVPO3N3" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a cheap guesthouse to stay in while I 'm in town ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have a preferred section of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not really , but I want free wifi and it should be 4 star ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have several places . Are you sure you do not have an area you prefer ?" }, { "id": 4, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))", "inform((_:search,area,\"does n't matter\");(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It does n't matter which area it 's in . Which would you recommend ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'Autumn House');(_:result,pricerange,'economically priced');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "A lot of people like Autumn House in the east part of town , they 're very economically priced . Would you like me to book you a room ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great can you book that for 7 people for 4 nights starting tuesday ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I am afraid the hotel could not be booked . Is there another day you would like to book or maybe a shorter amount of time to stay ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you try it for 2 nights instead ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'PBU17G6I');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful ! Your reference number is PBU17G6I . Can I assist you with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is all I needed thank you very much ! And enjoy the rest of the day !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "I 'm happy to help . Have a nice day too ." } ]
MUL2623.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:search", "area", "does n't matter" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "does n't matter" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "economically priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "does n't matter" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "economically priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/0d9b9256" ], [ "_:booking/0d9b9256", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "does n't matter" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "economically priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/0d9b9256" ], [ "_:booking/0d9b9256", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "PBU17G6I" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to find a college to visit on the west side of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,entrance_fee,'free to enter');(_:result,name,'magdalene college');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How does magdalene college sound to you ? It is free to enter ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sounds interesting . Can you give me the address with postcode along with a contact number ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'magdalene street');(_:result,phone,'01223332138');(_:result,postcode,'cb30ag');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure thing , the address is magdalene street , the postcode cb30ag , and the phone number is 01223332138 . Anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'stansted');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I also need a train from Stansted to Cambridge ." }, { "id": 5, "rdf-acts": [ "inform((_:result,leave_at,'05:24');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I found a train that leaves at 05:24 . Would you like that one ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'8:30');(_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to get there on Monday by 8:30 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'3');(_:result,type,'Train'))" ], "speaker": "system", "text": "We have three such trains . Any preferences ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'8:30');(_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train that gets me there closest to 8:30 would be nice for 5 people ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'8:30');(_:result,count,'3');(_:result,people,'5');(_:result,ticket,'50.50 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have found 3 trains that would arrive before 8:30 . The cost would be 50.50 pounds total for 5 people . Would you like me to book one ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'8:30');(_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes can you book the one that arrives closest to 8:30 for 5 people ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,day,'Monday');(_:booking,id,'TR9641');(_:booking,people,'5');(_:booking,ref,'KP8FDJTB');(_:booking,ticket,'50.5 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR9641 has been booked for a party of 5 people on Monday . The total cost is 50.5 GBP , payable at the station and the reference number is KP8FDJTB . Need anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that should be all , thank you so much !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Great . You have a great time then ! Goodbye ." } ]
MUL1995.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:result", "name", "magdalene college" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:result", "name", "magdalene college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "magdalene street" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "postcode", "cb30ag" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "stansted" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:result", "name", "magdalene college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "magdalene street" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "postcode", "cb30ag" ], [ "_:search", "departure", "stansted" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "05:24" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "8:30" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:result", "name", "magdalene college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "magdalene street" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "postcode", "cb30ag" ], [ "_:search", "departure", "stansted" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "05:24" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "8:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:result", "name", "magdalene college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "magdalene street" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "postcode", "cb30ag" ], [ "_:search", "departure", "stansted" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "05:24" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:result", "arrive_by", "8:30" ], [ "_:result", "count", "3" ], [ "_:result", "people", "5" ], [ "_:result", "ticket", "50.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "8:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:result", "name", "magdalene college" ], [ "_:result", "address", "magdalene street" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "postcode", "cb30ag" ], [ "_:search", "departure", "stansted" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "05:24" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "monday" ], [ "_:result", "arrive_by", "8:30" ], [ "_:result", "count", "3" ], [ "_:result", "people", "5" ], [ "_:result", "ticket", "50.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "8:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "id", "TR9641" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "KP8FDJTB" ], [ "_:booking", "ticket", "50.5 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge museum of technology');(_:search,leave_at,'3:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to come to cambridge museum of technology by 3:45 ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Of course , I just need to know your destination so I can book that for you ." }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I 'm going to cambridge museum of tehcnology" }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is the departure site ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'don pasquale pizzeria');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I need to be picked up from don pasquale pizzeria . Please give me a contact number and vehicle type to expect as well ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'red audi');(_:result,phone,'07411902572');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Booking completed ! Is there anything else I can do for you ? \n Booked car type \t : \t red audi \n Contact number \t : \t 07411902572" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks that 's all for today ." }, { "id": 7, "rdf-acts": [], "speaker": "system", "text": "I need a taxi to take me from Don Pasquale pizzeria to Cambridge museum of technology at 03:45 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm sorry my taxi has already been booked . Thank you for your help ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "There will be a red audi at don pasquale pizzera to take you to the cambridge museum at 03:45 . Contact number : 07411902572" } ]
SNG01581.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge museum of technology" ], [ "_:search", "leave_at", "3:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "3:45" ], [ "_:search", "destination", "?" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "3:45" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "don pasquale pizzeria" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "3:45" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "don pasquale pizzeria" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red audi" ], [ "_:result", "phone", "07411902572" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "3:45" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "don pasquale pizzeria" ], [ "_:result", "car", "red audi" ], [ "_:result", "phone", "07411902572" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , I would like to purchase a train ticket to Peterborough ." }, { "id": 1, "rdf-acts": [ "inform((_:result,departure,'Cambridge');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , when will you be leaving Cambridge ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,leave_at,'11:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to travel on Tuesday and leave sometime after 11:15 ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a time you need to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'dontcare');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Not really . Can I also please have the travel time of the train ." }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'50 minutes');(_:result,id,'TR4344');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "okay the TR4344 matches your request and the travel time is 50 minutes . Would you like me to make a booking for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))", "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What time will the train arrive ? Also , I am looking to stay at the Gonville Hotel . What availability is there for that hotel ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'12:24');(_:result,name,'Gonville hotel');(_:result,type,'Hotel');(_:result,type,'Train'))", "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The train will arrive at 12:24 . As for the Gonville hotel , I can check that availability ... how many nights were you looking to stay ?" }, { "id": 8, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Oh , I just wanted information . Does that hotel have free parking ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,name,'Gonville');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , the Gonville does offer free parking ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Excellent . Thanks for the help ." }, { "id": 11, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You very welcome ! Is there anything else we can help you with ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "No , that is all I need for today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thanks for contacting us . Have a nice day !" } ]
MUL2094.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "peterborough" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "peterborough" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "peterborough" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "id", "TR4344" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "peterborough" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "id", "TR4344" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "name", "gonville hotel" ], [ "_:result", "arrive_by", "12:24" ], [ "_:result", "name", "Gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "Train" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "peterborough" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "id", "TR4344" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "name", "gonville hotel" ], [ "_:result", "arrive_by", "12:24" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "peterborough" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "id", "TR4344" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "name", "gonville hotel" ], [ "_:result", "arrive_by", "12:24" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Need restaurant that s expensive and in the east of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'east');(_:result,count,'5');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are five expensive restaurants in the east . Do you have a type of food you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "It really does n't matter , as long is its insanely expensive located in the east part of town . I need the postcode & phone number when you find one please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'Chinese');(_:result,name,'Yu Garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "IS Yu Garden , a Chinese place fitted to your tatse ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds fine I need their postcode and phone number ." }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223248882');(_:result,postcode,'cb58pa');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The postcode is cb58pa and the phone number is 01223248882 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok . Thank you for the information ." }, { "id": 7, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Your welcome and enjoy your meal !" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'18:15');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking for a train on Thursday , to depart from Cambridge and arrive at Broxbourne by 18:15 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'18:01');(_:result,id,'TR6457');(_:result,leave_at,'17:01,is');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR6457 arriving at 18:01 and leaving at 17:01,is that good for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "That sounds fine . I need tickets for 8 , please ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'YG7KTN9A');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "All set . Your reference number is YG7KTN9A ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much !" }, { "id": 13, "rdf-acts": [], "speaker": "system", "text": "Is that everything that you will be needing today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I believe so . Thank you for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You are very welcome ! Enjoy your day ! Goodbye" } ]
MUL1480.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Yu Garden" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Yu Garden" ], [ "_:result", "phone", "01223248882" ], [ "_:result", "postcode", "cb58pa" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Yu Garden" ], [ "_:result", "phone", "01223248882" ], [ "_:result", "postcode", "cb58pa" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Yu Garden" ], [ "_:result", "phone", "01223248882" ], [ "_:result", "postcode", "cb58pa" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "18:01" ], [ "_:result", "id", "TR6457" ], [ "_:result", "leave_at", "17:01,is" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Yu Garden" ], [ "_:result", "phone", "01223248882" ], [ "_:result", "postcode", "cb58pa" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "18:01" ], [ "_:result", "id", "TR6457" ], [ "_:result", "leave_at", "17:01,is" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YG7KTN9A" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Yu Garden" ], [ "_:result", "phone", "01223248882" ], [ "_:result", "postcode", "cb58pa" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "18:01" ], [ "_:result", "id", "TR6457" ], [ "_:result", "leave_at", "17:01,is" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YG7KTN9A" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'panahar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to know more about a restaurant called the panahar if you could help ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'Indian');(_:result,name,'Panahar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure ! The Panahar is an expensive Indian restaurant in the centre of town . Would you like the phone number or address ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'18:30');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No thank you , can you book a table for 3 Friday at 18:30 ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'3DNKJLT9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 3DNKJLT9 . Is there anything else I can assist you with today ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am also needing a place to go for entertainment . Can you help me find a place ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'east');(_:result,name,'Funky fun house');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Do you have an area or type of attraction in mind ? Funky fun house on the east side of town is fun for kids ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds perfect . May I get the address please ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , the address is 8 mercers row , mercers row industrial estate post code cb58hy . Would you like a reservation ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That is all I need today . Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Happy to help . Have a great day ." } ]
PMUL2063.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Panahar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Panahar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "3DNKJLT9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "3DNKJLT9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Funky fun house" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "3DNKJLT9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Funky fun house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:result", "postcode", "cb58hy" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'arbury lodge guesthouse');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to the arbury lodge guesthouse ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))", "thank()" ], "speaker": "system", "text": "Ok . I can help you with that . Where will you be leaving from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'grafton');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will be leaving from grafton ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure ! when would you like to arrive ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'07:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like to arrive by 07:00 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,leave_at,'7:00/');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Great ! I was able to book a car for you at 7:00/" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'04:15');(_:search,leave_at,'04:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Did I say arrive by 7:00 ? Sorry , I meant to say leave the restaurant after 04:15 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,car,'grey toyota');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay you 've been rebooked into a grey toyota ." }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Alright . What is the contact number ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'07421146417');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "The contact number is 07421146417 . Do you need help with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need help with right now . Thank you !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are welcome ." } ]
SNG01771.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "arbury lodge guesthouse" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "arbury lodge guesthouse" ], [ "_:search", "departure", "grafton" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "arbury lodge guesthouse" ], [ "_:search", "departure", "grafton" ], [ "_:search", "arrive_by", "07:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "arbury lodge guesthouse" ], [ "_:search", "departure", "grafton" ], [ "_:result", "leave_at", "7:00/" ], [ "_:result", "type", "Taxi" ], [ "_:search", "arrive_by", "04:15" ], [ "_:search", "leave_at", "04:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "arbury lodge guesthouse" ], [ "_:search", "departure", "grafton" ], [ "_:result", "leave_at", "7:00/" ], [ "_:search", "arrive_by", "04:15" ], [ "_:search", "leave_at", "04:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey toyota" ], [ "_:result", "type", "Taxi" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "arbury lodge guesthouse" ], [ "_:search", "departure", "grafton" ], [ "_:result", "leave_at", "7:00/" ], [ "_:search", "arrive_by", "04:15" ], [ "_:search", "leave_at", "04:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey toyota" ], [ "_:result", "phone", "07421146417" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to find a train leaving Tuesday going to Ely please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,day,'that day');(_:result,destination,'Ely');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are several trains to Ely on that day . Is there certain time that you need to leave by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'14:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive by 14:45 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'14:07');(_:result,id,'TR3420');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR3420 will arrive at 14:07 , would that work ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , can I get the departure time and travel time on that one ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'17 minutes');(_:result,leave_at,'13:50');(_:result,type,'Train'))" ], "speaker": "system", "text": "Yes the train leaves at 13:50 and the ride lasts 17 minutes ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thanks . I 'm also looking for college to look around ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many to choose from , what area would you like to see one in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Any area is fine . Can you give me the phone number and postcode of your favorite one ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,\"Christ 's College\");(_:result,phone,'01223334900');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Christ 's College is in the city centre and is highly acclaimed . Their phone number is 01223334900 and they 're in postcode cb23bu ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Awesome ! I guess that 's all I need . Thank you ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a nice day . Goodbye ." } ]
MUL1810.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:result", "amount", "several" ], [ "_:result", "day", "that day" ], [ "_:result", "destination", "Ely" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:result", "amount", "several" ], [ "_:result", "day", "that day" ], [ "_:result", "destination", "Ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "14:07" ], [ "_:result", "id", "TR3420" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:result", "amount", "several" ], [ "_:result", "day", "that day" ], [ "_:result", "destination", "Ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:45" ], [ "_:result", "arrive_by", "14:07" ], [ "_:result", "id", "TR3420" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "leave_at", "13:50" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:result", "day", "that day" ], [ "_:result", "destination", "Ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:45" ], [ "_:result", "arrive_by", "14:07" ], [ "_:result", "id", "TR3420" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "leave_at", "13:50" ], [ "_:search", "category", "college" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:result", "day", "that day" ], [ "_:result", "destination", "Ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:45" ], [ "_:result", "arrive_by", "14:07" ], [ "_:result", "id", "TR3420" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "leave_at", "13:50" ], [ "_:search", "category", "college" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'Golden Curry');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi ! Can you give me some information on the Golden Curry restaurant ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'indian');(_:result,name,'The golden curry');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "The golden curry is an expensive indian restaurant located in the centre of town . Is there anything else you would like to know ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'19:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great . I would like a table for 5 people at 19:00 on tuesday ." }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately , that day / time are unavailable . Would you like me to try a different time or day ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,duration,'18:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Okay try 18:00 instead ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'OSHZUPSD');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That time is available , so I 've made your reservation . The reference number is OSHZUPSD . What else can I do for you ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all that I needed today , thanks !" }, { "id": 7, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "Great . Glad I could help . Enjoy your meal ." }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks , I will . Bye !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thanks for contacting Cambridge TownInfo centre . Bye !" } ]
SNG0559.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Golden Curry" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Golden Curry" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "The golden curry" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Golden Curry" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "The golden curry" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/943e093d" ], [ "_:booking/943e093d", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "18:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "Golden Curry" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "The golden curry" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/943e093d" ], [ "_:booking/943e093d", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "18:00" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "OSHZUPSD" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "Golden Curry" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "The golden curry" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/943e093d" ], [ "_:booking/943e093d", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "18:00" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "OSHZUPSD" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you give me information about Cambridge Artworks , please ?" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'5 Greens Road');(_:result,area,'east');(_:result,category,'museum');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cambridge Artworks is a museum in the east located at 5 Greens Road and has no entrance fee . Anything else I can assist you with today ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds pretty neat . My daughter is really into the arts . Can I get their phone number please ?" }, { "id": 3, "rdf-acts": [ "thank()", "reqmore()", "inform((_:result,phone,'01223902168');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Absolutely ! The phone number is 01223902168 . Can I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a 4 star hotel as well ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Are you looking for lodgings near Cambridge Artworks , or in a different part of the City ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd rather stay in the centre if possible ." }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What would you like to pay per night ?" }, { "id": 8, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Any would be fine . I just need to know the price range ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "cheap and moderate are the price ranges would you like to book a room ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'none');(_:search,stars,'four');(_:search,type,'Hotel'))", "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Just the four star and hotel , tell me what my price options are with that one ." }, { "id": 11, "rdf-acts": [ "request((_:search,address,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Thank you , what is the address ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I am unsure of the address , can you look it up ?" }, { "id": 13, "rdf-acts": [ "canthelp((_:search,area,'center');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no 4 star hotels in the center area ." }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Hmm are you sure about that ? Can you check again ?" }, { "id": 15, "rdf-acts": [ "canthelp((_:search,area,'center');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I double checked . There are no 4 stars hotels in the center area ." }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "Can you suggest one in that area ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'hotels');(_:result,count,'2');(_:result,name,'alexander bed and breakfast');(_:result,name,'university arms');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,stars,'four');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I m sorry , I am the manager and it is training day , we have two four star hotels in the centre university arms is expensive and alexander bed and breakfast is cheap ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,category,'hotels');(_:search,pricerange,'none');(_:search,type,'Hotel'))", "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Thanks I only needed the price ranges for those hotels . Have a good day ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Alright , enjoy the rest of your day ." } ]
PMUL4540.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "5 Greens Road" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:result", "address", "5 Greens Road" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223902168" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:result", "address", "5 Greens Road" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223902168" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:result", "address", "5 Greens Road" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223902168" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:result", "address", "5 Greens Road" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223902168" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "none" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:result", "address", "5 Greens Road" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223902168" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "none" ], [ "_:search", "stars", "four" ], [ "_:result", "pricerange", "?" ], [ "_:search", "address", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:result", "address", "5 Greens Road" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223902168" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "none" ], [ "_:search", "stars", "four" ], [ "_:result", "pricerange", "?" ], [ "_:search", "address", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/1b9e1e2b" ], [ "_:search/1b9e1e2b", "area", "center" ], [ "_:search/1b9e1e2b", "category", "hotels" ], [ "_:search/1b9e1e2b", "stars", "4" ], [ "_:search/1b9e1e2b", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:result", "address", "5 Greens Road" ], [ "_:result", "area", "east" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223902168" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "none" ], [ "_:search", "stars", "four" ], [ "_:result", "pricerange", "?" ], [ "_:search", "address", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/1b9e1e2b" ], [ "_:search/1b9e1e2b", "area", "center" ], [ "_:search/1b9e1e2b", "category", "hotels" ], [ "_:search/1b9e1e2b", "stars", "4" ], [ "_:search/1b9e1e2b", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/44d7dd47" ], [ "_:search/44d7dd47", "area", "center" ], [ "_:search/44d7dd47", "category", "hotels" ], [ "_:search/44d7dd47", "stars", "4" ], [ "_:search/44d7dd47", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:result", "address", "5 Greens Road" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223902168" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stars", "four" ], [ "_:search", "address", "?" ], [ "_:result", "address", "?" ], [ "_:system", "canthelp", "_:search/1b9e1e2b" ], [ "_:search/1b9e1e2b", "area", "center" ], [ "_:search/1b9e1e2b", "category", "hotels" ], [ "_:search/1b9e1e2b", "stars", "4" ], [ "_:search/1b9e1e2b", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/44d7dd47" ], [ "_:search/44d7dd47", "area", "center" ], [ "_:search/44d7dd47", "category", "hotels" ], [ "_:search/44d7dd47", "stars", "4" ], [ "_:search/44d7dd47", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "name", "university arms" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotels" ], [ "_:search", "pricerange", "none" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'sports');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "i need a place to go in cambridge that has sports in the centre" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'only');(_:result,area,'east');(_:result,category,'sports area');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The only sports area in town is in the east . Would you like to look for a different type of attraction ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Sure . I 'd like to find something in the area of architecture ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'5');(_:result,entrance_fee,'free');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 5 different options , the Holy Trinity Church is free and it is a must see attraction !" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'holy trinity church');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Ok . What is the phone number for Holy Trinity Church ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223355397');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223355397 ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I have the address and phone number , please ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Market Street');(_:result,name,'Holy Trinity Church');(_:result,phone,'01223355397');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure thing , the phone number is 01223355397 and the Holy Trinity Church is located on Market Street . Is there anything else that I can do for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you find me an expensive place to stay , it should be only 4 stars and include free wifi and parking ." }, { "id": 9, "rdf-acts": [ "select((_:result,area,'Centre');(_:result,area,'West');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Would you like it to be in the West or Centre ?" }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))", "inform((_:search,name,'Holy Trinity Church');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "It does n't matter . Could you also get me the postcode for Holy Trinity Church ? I forgot to ask ." }, { "id": 11, "rdf-acts": [ "inform((_:result,postcode,'cb23nz');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "cb23nz is the postcode" }, { "id": 12, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "What area is it in ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,area,'centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is in the centre area , can I assist with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be all thank you so much ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome ! Bye !" } ]
PMUL3503.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "sports" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "sports area" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "sports area" ], [ "_:search", "category", "architecture" ], [ "_:result", "area", "?" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "holy trinity church" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "sports area" ], [ "_:search", "category", "architecture" ], [ "_:result", "area", "?" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:search", "name", "holy trinity church" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "01223355397" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "east" ], [ "_:result", "category", "sports area" ], [ "_:search", "category", "architecture" ], [ "_:result", "area", "?" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "holy trinity church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Market Street" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "phone", "01223355397" ], [ "_:result", "type", "Attraction" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "only" ], [ "_:result", "category", "sports area" ], [ "_:search", "category", "architecture" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Market Street" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "phone", "01223355397" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "West" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Holy Trinity Church" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "only" ], [ "_:result", "category", "sports area" ], [ "_:search", "category", "architecture" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Market Street" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "phone", "01223355397" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "West" ], [ "_:search", "name", "Holy Trinity Church" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "cb23nz" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "only" ], [ "_:result", "category", "sports area" ], [ "_:search", "category", "architecture" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "address", "Market Street" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "phone", "01223355397" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:search", "name", "Holy Trinity Church" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "cb23nz" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'park');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a park to go visit ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'parks');(_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 5 parks here in Cambridge , did you have a particular area of town you 'd like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'not really');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No , not really , do you think you could recommend one ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'east');(_:result,name,'Cherry hinton water play');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes . Cherry hinton water play is located in the east . Would you like anymore information ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes . Can I please have the phone number and address ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Cherry Hinton Hall , Cherry Hinton Road');(_:result,category,'park');(_:result,phone,'01223446100');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Certainly . The park is located at Cherry Hinton Hall , Cherry Hinton Road . The phone number is 01223446100 . What else can I do for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'hotel');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for a four star hotel in the south ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'hotels');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no four star hotels in the area , could I look somewhere else or another star rating ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'guesthouses');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are there any four star guesthouses in the South ?" }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'South');(_:search,category,'guesthouses');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no four star guesthouses in the South . Is there a different type of four star guesthouses that you are looking for ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about just any guesthouse in the south , then ?" }, { "id": 11, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are two guesthouses that meet your criteria . Would you rather have something in the price range of moderate or cheap ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I guess moderate would be better ." }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'south');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Aylesbray Lodge guest house');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would recommend the Aylesbray Lodge guest house . It 's moderately priced and located in the south with free wifi and parking . Would you like assistance booking there ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "OK . Yes , can you book the hotel ?" }, { "id": 15, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Of course . I just need to know your arrival day , how many nights you 'll be staying , and the number of people ." }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "It does n't matter . None of those matter ." }, { "id": 17, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I apologize but it in order to assist you with booking I would need to know how many in your party and the day and length of your stay ." }, { "id": 18, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I do n't need to book a room . I just need the phone number , postcode and price range of the guesthouse you found ." }, { "id": 19, "rdf-acts": [ "inform((_:result,name,'aylesbray lodge guest house');(_:result,phone,'01223240089');(_:result,postcode,'cb17sr');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , aylesbray lodge guest house phone number 01223240089 , postcode cb17sr and price range moderate ." }, { "id": 20, "rdf-acts": [ "inform((_:search,departure,'that hotel');(_:search,destination,'the attraction');(_:search,leave_at,'23:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can I also book a taxi with you to leave that hotel at 23:30 going to the attraction we discussed ?" }, { "id": 21, "rdf-acts": [ "inform((_:result,car,'blue audi');(_:result,phone,'07496908373');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have confirmed your taxi , a blue audi will be picking you up . Their contact number is 07496908373 . Can I help with anything else ?" }, { "id": 22, "rdf-acts": [], "speaker": "user", "text": "No that is all , you have answered all my questions" }, { "id": 23, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "I 'm glad we could be of service . Have a nice day ." }, { "id": 24, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "I hope you have a nice day as well ." }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "Thank you , enjoy your stay in Cambridge ." } ]
MUL1102.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "park" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "not really" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "park" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:search", "area", "not really" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Cherry hinton water play" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "count", "5" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Cherry hinton water play" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Cherry Hinton Hall , Cherry Hinton Road" ], [ "_:result", "category", "park" ], [ "_:result", "phone", "01223446100" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "count", "5" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Cherry hinton water play" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Cherry Hinton Hall , Cherry Hinton Road" ], [ "_:result", "category", "park" ], [ "_:result", "phone", "01223446100" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/d253648d" ], [ "_:search/d253648d", "category", "hotels" ], [ "_:search/d253648d", "stars", "four" ], [ "_:search/d253648d", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "count", "5" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Cherry hinton water play" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Cherry Hinton Hall , Cherry Hinton Road" ], [ "_:result", "category", "park" ], [ "_:result", "phone", "01223446100" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/d253648d" ], [ "_:search/d253648d", "category", "hotels" ], [ "_:search/d253648d", "stars", "four" ], [ "_:search/d253648d", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:system", "canthelp", "_:search/358e40d1" ], [ "_:search/358e40d1", "area", "South" ], [ "_:search/358e40d1", "category", "guesthouses" ], [ "_:search/358e40d1", "stars", "four" ], [ "_:search/358e40d1", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "name", "Cherry hinton water play" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Cherry Hinton Hall , Cherry Hinton Road" ], [ "_:result", "phone", "01223446100" ], [ "_:system", "canthelp", "_:search/d253648d" ], [ "_:search/d253648d", "category", "hotels" ], [ "_:search/d253648d", "stars", "four" ], [ "_:search/d253648d", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:system", "canthelp", "_:search/358e40d1" ], [ "_:search/358e40d1", "area", "South" ], [ "_:search/358e40d1", "category", "guesthouses" ], [ "_:search/358e40d1", "stars", "four" ], [ "_:search/358e40d1", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Cherry Hinton Hall , Cherry Hinton Road" ], [ "_:result", "phone", "01223446100" ], [ "_:system", "canthelp", "_:search/d253648d" ], [ "_:search/d253648d", "category", "hotels" ], [ "_:search/d253648d", "stars", "four" ], [ "_:search/d253648d", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:system", "canthelp", "_:search/358e40d1" ], [ "_:search/358e40d1", "area", "South" ], [ "_:search/358e40d1", "category", "guesthouses" ], [ "_:search/358e40d1", "stars", "four" ], [ "_:search/358e40d1", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "south" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Aylesbray Lodge guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Cherry Hinton Hall , Cherry Hinton Road" ], [ "_:result", "phone", "01223446100" ], [ "_:system", "canthelp", "_:search/d253648d" ], [ "_:search/d253648d", "category", "hotels" ], [ "_:search/d253648d", "stars", "four" ], [ "_:search/d253648d", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:system", "canthelp", "_:search/358e40d1" ], [ "_:search/358e40d1", "area", "South" ], [ "_:search/358e40d1", "category", "guesthouses" ], [ "_:search/358e40d1", "stars", "four" ], [ "_:search/358e40d1", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "south" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Aylesbray Lodge guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Cherry Hinton Hall , Cherry Hinton Road" ], [ "_:result", "phone", "01223446100" ], [ "_:system", "canthelp", "_:search/d253648d" ], [ "_:search/d253648d", "category", "hotels" ], [ "_:search/d253648d", "stars", "four" ], [ "_:search/d253648d", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:system", "canthelp", "_:search/358e40d1" ], [ "_:search/358e40d1", "area", "South" ], [ "_:search/358e40d1", "category", "guesthouses" ], [ "_:search/358e40d1", "stars", "four" ], [ "_:search/358e40d1", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "south" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Aylesbray Lodge guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Cherry Hinton Hall , Cherry Hinton Road" ], [ "_:system", "canthelp", "_:search/d253648d" ], [ "_:search/d253648d", "category", "hotels" ], [ "_:search/d253648d", "stars", "four" ], [ "_:search/d253648d", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:system", "canthelp", "_:search/358e40d1" ], [ "_:search/358e40d1", "area", "South" ], [ "_:search/358e40d1", "category", "guesthouses" ], [ "_:search/358e40d1", "stars", "four" ], [ "_:search/358e40d1", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "south" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "aylesbray lodge guest house" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "postcode", "cb17sr" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "that hotel" ], [ "_:search", "destination", "the attraction" ], [ "_:search", "leave_at", "23:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:result", "address", "Cherry Hinton Hall , Cherry Hinton Road" ], [ "_:system", "canthelp", "_:search/d253648d" ], [ "_:search/d253648d", "category", "hotels" ], [ "_:search/d253648d", "stars", "four" ], [ "_:search/d253648d", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:system", "canthelp", "_:search/358e40d1" ], [ "_:search/358e40d1", "area", "South" ], [ "_:search/358e40d1", "category", "guesthouses" ], [ "_:search/358e40d1", "stars", "four" ], [ "_:search/358e40d1", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "south" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "aylesbray lodge guest house" ], [ "_:result", "postcode", "cb17sr" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "departure", "that hotel" ], [ "_:search", "destination", "the attraction" ], [ "_:search", "leave_at", "23:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue audi" ], [ "_:result", "phone", "07496908373" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:result", "address", "Cherry Hinton Hall , Cherry Hinton Road" ], [ "_:system", "canthelp", "_:search/d253648d" ], [ "_:search/d253648d", "category", "hotels" ], [ "_:search/d253648d", "stars", "four" ], [ "_:search/d253648d", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:system", "canthelp", "_:search/358e40d1" ], [ "_:search/358e40d1", "area", "South" ], [ "_:search/358e40d1", "category", "guesthouses" ], [ "_:search/358e40d1", "stars", "four" ], [ "_:search/358e40d1", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "south" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "aylesbray lodge guest house" ], [ "_:result", "postcode", "cb17sr" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "departure", "that hotel" ], [ "_:search", "destination", "the attraction" ], [ "_:search", "leave_at", "23:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue audi" ], [ "_:result", "phone", "07496908373" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,\"king 's lynn\");(_:search,leave_at,'13:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train leaving King 's Lynn after 13:45 ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day will you be traveling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "This will be for wednesday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,duration,'47 minutes');(_:result,id,'TR9057');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is TR9057 Which is at 9.80 pounds and takes 47 minutes . will you book that ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . I do not need to book right now ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "you are welcome , enjoy your stay ." } ]
PMUL3701.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "king 's lynn" ], [ "_:search", "leave_at", "13:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "king 's lynn" ], [ "_:search", "leave_at", "13:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "king 's lynn" ], [ "_:search", "leave_at", "13:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "id", "TR9057" ], [ "_:result", "ticket", "9.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'jinling noodle bar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find jinling noodle bar please , where is it ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'11 Peas Hill City Centre');(_:result,area,'centre');(_:result,name,'jinling noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "jinling noodle bar is in the centre area and the address is 11 Peas Hill City Centre ." }, { "id": 2, "rdf-acts": [ "request((_:result,category,?);(_:result,food,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I was wondering if you could provide me with its food type , price range as well as the postcode ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,food,'chinese');(_:result,postcode,'cb23pp');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "They are a chinese restaurant with a moderate price range , their postcode is cb23pp . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , can you also tell me what there is to do in the centre of town ?" }, { "id": 5, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,count,'55');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , there are 55 attractions in the city centre . Anything specific you 'd like ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'm open to anything . Surprise me with your favorite please . Just make sure you tell me what kind of attraction it is ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'nightclub');(_:result,name,'Ballare');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I 'm a fan of Ballare , it 's a nightclub in the centre . Is there anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That is everything I need today ." }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'01223364222');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "You can call them at 01223364222 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That will be all ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a fantastic day ." } ]
MUL2421.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "jinling noodle bar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "jinling noodle bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "11 Peas Hill City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "category", "?" ], [ "_:result", "food", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "jinling noodle bar" ], [ "_:result", "address", "11 Peas Hill City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "category", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "chinese" ], [ "_:result", "postcode", "cb23pp" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "address", "11 Peas Hill City Centre" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "category", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "chinese" ], [ "_:result", "postcode", "cb23pp" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "55" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "address", "11 Peas Hill City Centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "postcode", "cb23pp" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "count", "55" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Ballare" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "address", "11 Peas Hill City Centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "postcode", "cb23pp" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "count", "55" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Ballare" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223364222" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay in Cambridge that includes free wifi . I do n't need free parking ." }, { "id": 1, "rdf-acts": [ "inform((_:booking,name,'cityroomz');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like to try cityroomz ? I can book it for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it in the West ? what is the price range ?" }, { "id": 3, "rdf-acts": [ "select((_:result,has_parking,'none');(_:result,type,'Hotel'))", "inform((_:result,area,'centre');(_:result,name,'Cityroomz');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Cityroomz is moderately priced and in the centre . Are you open to places that offer free parking , or do you specifically want to avoid it ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,area,'west');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm open to it , and I suppose the centre will do . But I 'd prefer the west side if there is one ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm so sorry . There are no hotels on the west side that match your requests ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,name,'cityroomz');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That 's okay , Cityroomz will work . Can you book it for 3 people for 2 nights starting on Tuesday ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'Z9RFJQ4W');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : Z9RFJQ4W . Anything else you need ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I am looking for a Train that departs from Cambridge and arrives at Birmingham New Street ." }, { "id": 9, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok . When were you looking to leave ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,leave_at,'14:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving on Wednesday after 14:30 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,count,'9');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are 9 trains listed . Would you like tickets for one of them ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,leave_at,'14:30');(_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes . Please select the first train available after 14:30 and book 3 tickets . then provide me the reference number" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'XMBOA4E1');(_:booking,ticket,'225.3 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 225.3 GBP payable at the station . Reference number is : XMBOA4E1 . Can I help with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all for now . Thank you" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us . Have a great day !" } ]
PMUL1928.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:booking", "name", "cityroomz" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:booking", "name", "cityroomz" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:booking", "name", "cityroomz" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/51e256e7" ], [ "_:search/51e256e7", "area", "west" ], [ "_:search/51e256e7", "category", "hotels" ], [ "_:search/51e256e7", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "cityroomz" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:booking", "name", "cityroomz" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/51e256e7" ], [ "_:search/51e256e7", "area", "west" ], [ "_:search/51e256e7", "category", "hotels" ], [ "_:search/51e256e7", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "cityroomz" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Z9RFJQ4W" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:booking", "name", "cityroomz" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/51e256e7" ], [ "_:search/51e256e7", "area", "west" ], [ "_:search/51e256e7", "category", "hotels" ], [ "_:search/51e256e7", "type", "Hotel" ], [ "_:search", "name", "cityroomz" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Z9RFJQ4W" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:booking", "name", "cityroomz" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "centre" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/51e256e7" ], [ "_:search/51e256e7", "area", "west" ], [ "_:search/51e256e7", "category", "hotels" ], [ "_:search/51e256e7", "type", "Hotel" ], [ "_:search", "name", "cityroomz" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Z9RFJQ4W" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "wednesday" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:booking", "name", "cityroomz" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "centre" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/51e256e7" ], [ "_:search/51e256e7", "area", "west" ], [ "_:search/51e256e7", "category", "hotels" ], [ "_:search/51e256e7", "type", "Hotel" ], [ "_:search", "name", "cityroomz" ], [ "_:search", "stay", "2" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "wednesday" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "XMBOA4E1" ], [ "_:booking", "ticket", "225.3 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a nice expensive restaurant to dine in aat the centre of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , we have many . Are you looking for a certain type of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'17:30');(_:search,food,'dontcare');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am not . I do want a table for 5 at 17:30 on Thursday though ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,name,'Kymmoy');(_:booking,ref,'1PO9X49Z');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I made you a reservation for Kymmoy . Your reference number is 1PO9X49Z ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'park');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great , can you also help me find a place to visit , like a park ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "on what area are you looking for the attraction ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'parks');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Are there any parks I could visit ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'parks');(_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are five parks to choose from . Would you prefer to visit the centre , south , north , or east ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "The location is n't important , maybe just something near the restaurant . I just need the park 's address and I would like to know of any entrance fees ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'wandlebury ring , gog magog hills , babraham');(_:result,area,'south');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Wadlebury County Park');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Wadlebury County Park is in the south side of town . It is located at wandlebury ring , gog magog hills , babraham . There is no entrance fee ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much , that 's all I needed !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are very welcome ! Have a nice day !" } ]
PMUL2329.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "5" ], [ "_:booking", "name", "Kymmoy" ], [ "_:booking", "ref", "1PO9X49Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "5" ], [ "_:booking", "name", "Kymmoy" ], [ "_:booking", "ref", "1PO9X49Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "5" ], [ "_:booking", "name", "Kymmoy" ], [ "_:booking", "ref", "1PO9X49Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "parks" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "5" ], [ "_:booking", "name", "Kymmoy" ], [ "_:booking", "ref", "1PO9X49Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "parks" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "wandlebury ring , gog magog hills , babraham" ], [ "_:result", "area", "south" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Wadlebury County Park" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'Portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am looking for a restaurant that serves Portuguese food ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre serves portuguese food . They are in the centre of town and are in the cheap price range ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is their address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'33 - 34 Saint Andrews Street');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos city centre is at 33 - 34 Saint Andrews Street ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Goodbye ." } ]
WOZ20144.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "33 - 34 Saint Andrews Street" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay in the north that includes free parking . What options are available ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Acorn Guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'4-stars');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I can help you with that . Acorn Guesthouse is a moderately priced offering with 4-stars . Is this something you would be interested in ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , that is perfect thank you ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book a room for you ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks , just gathering information for now ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'the acorn guest house');(_:result,phone,'01223353888');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Here is the acorn guest house phone number in case you would like to contact them . Their number is 01223353888 . Is there anything else I may assist you with ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "No . That is all for now ." }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Okay , have a great day !" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , have a great day , as well ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Okay great , farewell !" } ]
MUL2663.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Acorn Guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-stars" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Acorn Guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-stars" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-stars" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "the acorn guest house" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-stars" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "the acorn guest house" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'eritrean');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am looking for a cheap restaurant that serves Eritrean food ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "reqmore()", "inform((_:result,food,'Eritrean');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is not a restaurant serving Eritrean food listed . Would you like something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , are there any restaurants that serve italian food ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,food,'Italian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are five cheap restaurants that serve Italian food . What area would you like to search ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do not have a preference ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,food,'Italian');(_:result,name,'Ask');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Ask is a cheap Italian restaurant located in the Centre part of town ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I need their address and phone number please" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'12 Bridge Street City Centre');(_:result,name,'Ask');(_:result,phone,'01223 364917');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number for Ask is 01223 364917 , and they are located at 12 Bridge Street City Centre ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! Thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a nice day !" } ]
WOZ20235.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "eritrean" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/1beb6d73" ], [ "_:search/1beb6d73", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "Eritrean" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/1beb6d73" ], [ "_:search/1beb6d73", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "5" ], [ "_:result", "food", "Italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/1beb6d73" ], [ "_:search/1beb6d73", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "5" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "Centre" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Ask" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/1beb6d73" ], [ "_:search/1beb6d73", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "5" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "Centre" ], [ "_:result", "food", "Italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "12 Bridge Street City Centre" ], [ "_:result", "name", "Ask" ], [ "_:result", "phone", "01223 364917" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'11:45');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train . The train should go to cambridge and should arrive by 11:45" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay , where are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to leave from London Liverpool Street ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay , what day of the week are you looking for the train ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will depart on Wednesday ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'FKDUE0OJ');(_:booking,ticket,'16.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 16.6 GBP payable at the station . \n Reference number is : FKDUE0OJ ." }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Wait , this is for 3 people . Are there enough available seats ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,people,'one');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It looks as though they have only booked you for one ticket , I 'm sorry ." }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Could you redo booking for 3 people please ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , the booking has been revised to reflect three guests . My apologies for that ." }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can I get the new reference number ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'ZF8QFW7E');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Of course ! You 're new reference number is ZF8QFW7E . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No- I think you have answered all my questions ! Thank you !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Enjoy your stay in Cambridge . Good bye ." } ]
SNG01988.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "FKDUE0OJ" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "ref", "FKDUE0OJ" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "one" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "ref", "FKDUE0OJ" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "people", "one" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "day", "wednesday" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "people", "one" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ZF8QFW7E" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'english');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a moderately priced restaurant that serves english food" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are no restaurants that fit your desired criteria . Is there another cuisine type or price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "European food that is moderately priced please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'galleria');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "galleria serves european food and is in the moderate price range . Would you like their location ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address and postcode ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'33 Bridge Street');(_:result,name,'Galleria');(_:result,postcode,'1 u.w.');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address for Galleria is 33 Bridge Street and the postcode is C.B 2 , 1 U.W. Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is it . Thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "thank you good bye" } ]
WOZ20040.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "english" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/e8db35dd" ], [ "_:search/e8db35dd", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/e8db35dd" ], [ "_:search/e8db35dd", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "galleria" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/e8db35dd" ], [ "_:search/e8db35dd", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:result", "name", "Galleria" ], [ "_:result", "postcode", "1 u.w." ], [ "_:result", "postcode", "C.B 2" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there a cheap restaurant in the north part of town ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'Indian');(_:result,name,'Royal Spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "May I suggest Royal Spice , a cheap Indian restaurant in the north ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Is there anything else ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'italian');(_:result,name,'Da Vinci Pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Da Vinci Pizzeria is a cheap italian restraunt in the north area of town ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address and phone number ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'Da Vinci Pizzeria');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Da Vinci Pizzeria is at 20 Milton Road Chesterton , and their phone number is 01223 351707 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you and goodbye !" } ]
WOZ20026.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "Da Vinci Pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "name", "Da Vinci Pizzeria" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'russian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any pricey russian restaurants in cambridge ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'russian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "My system is not pulling up any expensive russian restaurants . Would you like to try another cuisine or price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I would like moderately priced European please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'33 Bridge Street');(_:result,name,'Galleria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about Galleria at 33 Bridge Street ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No you know what . how about Indian food instead ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Yes what area would you like it to be in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "actually , i want indian food not european food ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "In what area would you like the Indian food to be in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like the Indian restaurant to be in the west ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'205 Victoria Road Chesterton');(_:result,name,'the megha');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have the megha located at 205 Victoria Road Chesterton . Would you like reservations ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'12:45');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes can you please book a reservation for 3 people at 12:45 on Thursday ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'3OO6S8AZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 3OO6S8AZ . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need train tickets for my group . I need it to leave by 8:30 from norwich to cambridge . same day please ." }, { "id": 13, "rdf-acts": [ "inform((_:result,id,'TR3948');(_:result,leave_at,'07:16');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright I found you the TR3948 that leaves at 07:16 . Would you like me to book it for you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes please . I 'll need 3 tickets ." }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'10:35');(_:result,leave_at,'09:16');(_:result,type,'Train'))", "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR2398');(_:booking,ref,'7JQYREMA');(_:booking,ticket,'52.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are booked on TR2398 . The total fee is 52.8 GBP . Your reference number is 7JQYREMA . Departs at 09:16 and arrives at 10:35 . May I help with anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all , thanks a lot man ! You were awesome !" }, { "id": 17, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . May I assist you in any other way today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that was everything !" }, { "id": 19, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'205 Victoria Road in Chesterton');(_:result,name,'Meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Meghna is located at 205 Victoria Road in Chesterton . Would you like a reservation ?" }, { "id": 20, "rdf-acts": [], "speaker": "user", "text": "I 'm sorry I do n't know what you 're talking about . I have gotten everything I need ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "I am glad to have been assistance ." } ]
PMUL0648.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "russian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/be864889" ], [ "_:search/be864889", "food", "russian" ], [ "_:search/be864889", "pricerange", "expensive" ], [ "_:search/be864889", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/be864889" ], [ "_:search/be864889", "food", "russian" ], [ "_:search/be864889", "pricerange", "expensive" ], [ "_:search/be864889", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:result", "name", "Galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/be864889" ], [ "_:search/be864889", "food", "russian" ], [ "_:search/be864889", "pricerange", "expensive" ], [ "_:search/be864889", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:result", "name", "Galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/be864889" ], [ "_:search/be864889", "food", "russian" ], [ "_:search/be864889", "pricerange", "expensive" ], [ "_:search/be864889", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "33 Bridge Street" ], [ "_:result", "name", "Galleria" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/be864889" ], [ "_:search/be864889", "food", "russian" ], [ "_:search/be864889", "pricerange", "expensive" ], [ "_:search/be864889", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Indian" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "205 Victoria Road Chesterton" ], [ "_:result", "name", "the megha" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/be864889" ], [ "_:search/be864889", "food", "russian" ], [ "_:search/be864889", "pricerange", "expensive" ], [ "_:search/be864889", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Indian" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "205 Victoria Road Chesterton" ], [ "_:result", "name", "the megha" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "3OO6S8AZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/be864889" ], [ "_:search/be864889", "food", "russian" ], [ "_:search/be864889", "pricerange", "expensive" ], [ "_:search/be864889", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Indian" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "205 Victoria Road Chesterton" ], [ "_:result", "name", "the megha" ], [ "_:search", "duration", "12:45" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "3OO6S8AZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR3948" ], [ "_:result", "leave_at", "07:16" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/be864889" ], [ "_:search/be864889", "food", "russian" ], [ "_:search/be864889", "pricerange", "expensive" ], [ "_:search/be864889", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Indian" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "205 Victoria Road Chesterton" ], [ "_:result", "name", "the megha" ], [ "_:search", "duration", "12:45" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR3948" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "10:35" ], [ "_:result", "leave_at", "09:16" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR2398" ], [ "_:booking", "ref", "7JQYREMA" ], [ "_:booking", "ticket", "52.8 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/be864889" ], [ "_:search/be864889", "food", "russian" ], [ "_:search/be864889", "pricerange", "expensive" ], [ "_:search/be864889", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Indian" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "205 Victoria Road Chesterton" ], [ "_:result", "name", "the megha" ], [ "_:search", "duration", "12:45" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR3948" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "10:35" ], [ "_:result", "leave_at", "09:16" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR2398" ], [ "_:booking", "ref", "7JQYREMA" ], [ "_:booking", "ticket", "52.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/be864889" ], [ "_:search/be864889", "food", "russian" ], [ "_:search/be864889", "pricerange", "expensive" ], [ "_:search/be864889", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Indian" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "duration", "12:45" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR3948" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "10:35" ], [ "_:result", "leave_at", "09:16" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR2398" ], [ "_:booking", "ref", "7JQYREMA" ], [ "_:booking", "ticket", "52.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "205 Victoria Road in Chesterton" ], [ "_:result", "name", "Meghna" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for places to go in the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What type of attraction are you interested in ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I 'm not sure ." }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'art museums');(_:result,category,'colleges');(_:result,category,'old churches');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are old churches , colleges , and art museums ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "I really do n't have a preference . How about old churches ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about Holy Trinity Church ? It has a free entrance fee as well ." }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))", "inform((_:search,name,'Holy Trinity Church');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is there a phone number that I can use to contact the Holy Trinity Church ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'01223355397');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223355397 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great I also need to get a train on thursday to go to bishops stortford ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'10');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 10 trains that day . Do you have a desired departure or arrival time ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'14:30');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes I want to leave from Cambridge after 14:30 . I also would like the travel time and train ID if possible ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'16:07');(_:result,id,'TR7759');(_:result,leave_at,'15:29');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Sure TR7759 would work best with your request . That leaves at 15:29 and arrives 16:07 . It does cost 10.10 pounds per ticket though ." }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'two');(_:search,type,'Train'))" ], "speaker": "user", "text": "That sounds perfect . I would like to book two seats ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'ALEMIAWN');(_:booking,ticket,'20.2 GDP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your total fee is 20.2 GDP , payable at the station . The reference number is ALEMIAWN . May I help with anything else ?" }, { "id": 14, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Just to verify , my boss is a stickler for reimbursement things . It appears the travel time adds up to 38 minutes , is that accurate ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,duration,'38 minutes');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Correct , your trip from Cambridge to Bishops Stortford will take 38 minutes in total . Is there anything else I can help with today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great thank you that 's all the info I need ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Very good , have a nice day !" } ]
MUL0574.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "art museums" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "old churches" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "category", "art museums" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "old churches" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:search", "name", "Holy Trinity Church" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "category", "art museums" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "old churches" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:search", "name", "Holy Trinity Church" ], [ "_:result", "phone", "01223355397" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "category", "art museums" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "old churches" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:search", "name", "Holy Trinity Church" ], [ "_:result", "phone", "01223355397" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "category", "art museums" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "old churches" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:search", "name", "Holy Trinity Church" ], [ "_:result", "phone", "01223355397" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "14:30" ], [ "_:result", "duration", "?" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR7759" ], [ "_:result", "leave_at", "15:29" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "category", "art museums" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "old churches" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:search", "name", "Holy Trinity Church" ], [ "_:result", "phone", "01223355397" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "14:30" ], [ "_:result", "duration", "?" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR7759" ], [ "_:result", "leave_at", "15:29" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ALEMIAWN" ], [ "_:booking", "ticket", "20.2 GDP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "category", "art museums" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "old churches" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:search", "name", "Holy Trinity Church" ], [ "_:result", "phone", "01223355397" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "14:30" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR7759" ], [ "_:result", "leave_at", "15:29" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ALEMIAWN" ], [ "_:booking", "ticket", "20.2 GDP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "duration", "38 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I ca n't wait to see some local attractions when I visit . I am looking for a convenient place to stay while I 'm there ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Sure , I can help you with that . Were you looking for a particular area to stay ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "hotel should be in the moderate and in centre of town" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,name,'Cityroomz');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Cityroomz is the only moderately priced hotel in the centre of town , would you like more information about it ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I 'd like the phone number and postcode , please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223304050');(_:result,postcode,'cb12tz');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Their phone number is 01223304050 and their postcode is cb12tz . Do you need help with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'clare college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for an attraction called clare college ." }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'Trinity Lane');(_:result,area,'west');(_:result,entrance_fee,'2.50 pounds');(_:result,name,'Clare College');(_:result,postcode,'cb21tl');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Clare College is in the west part of town . It is located on Trinity Lane . Their entrance fee is 2.50 pounds . The postcode is cb21tl ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Perfect , thank you . That 's all I need for today ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Happy to be of service . Thanks for using the Cambridge TownInfo centre , and have a great day !" } ]
PMUL4508.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "clare college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "phone", "01223304050" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "clare college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:result", "name", "Clare College" ], [ "_:result", "postcode", "cb21tl" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I 'm looking for a cheap restaurant ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "I can help you ! Is there a particular type of food you 'd like to eat , or a specific location ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,day,'sunday');(_:search,duration,'16:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "In the centre please . It will be just myself at 16:15 on Sunday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'oriental');(_:result,name,'dojo noodle bar');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Can I recommend the dojo noodle bar ? It is a cheap asian oriental restaurant in the centre ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,duration,'16:15');(_:search,has_internet,'yes');(_:search,people,'1');(_:search,type,'Hotel');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to book a table for 1 at 16:15 and need the reference number . I need a place to stay that has free wifi but no parking ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))", "canthelp((_:search,category,'hotels');(_:search,has_parking,'none');(_:search,type,'Hotel'))", "inform((_:booking,day,'Sunday');(_:booking,ref,'87TQQG9Q');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are reserved for Sunday with reference number 87TQQG9Q . Unfortunately there are no hotels without parking . May I recommend The Cambridge Belfry ? It 's cheap and four stars ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is there a guesthouse available ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,name,'Finches Bed & Breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , if you 're looking for a cheap guesthouse , then Finches Bed & Breakfast should be right up your alley !" }, { "id": 8, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Great can I get the price range , phone number , and area ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,phone,'01223276653');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Of course . The phone is 01223276653 . It is in the west part of town and in the cheap price range . Would you like to book this location ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'the guesthouse');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "No thanks , I also need a taxi to go from the guesthouse to the restaurant ." }, { "id": 11, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "When would you like to leave or arrive by ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "I want to arrive by the booked time ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'white honda');(_:result,phone,'07331361490');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "It has been reserved . The car type will be a white honda . Contact number 07331361490" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you have a nice day ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day , too ." } ]
MUL1308.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "sunday" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "oriental" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "16:15" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "sunday" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "oriental" ], [ "_:search", "duration", "16:15" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/cc9b48b3" ], [ "_:search/cc9b48b3", "category", "hotels" ], [ "_:search/cc9b48b3", "has_parking", "none" ], [ "_:search/cc9b48b3", "type", "Hotel" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "87TQQG9Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "sunday" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "oriental" ], [ "_:search", "duration", "16:15" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:result", "stars", "four" ], [ "_:system", "canthelp", "_:search/cc9b48b3" ], [ "_:search/cc9b48b3", "category", "hotels" ], [ "_:search/cc9b48b3", "has_parking", "none" ], [ "_:search/cc9b48b3", "type", "Hotel" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "87TQQG9Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches Bed & Breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "sunday" ], [ "_:result", "food", "oriental" ], [ "_:search", "duration", "16:15" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:result", "stars", "four" ], [ "_:system", "canthelp", "_:search/cc9b48b3" ], [ "_:search/cc9b48b3", "category", "hotels" ], [ "_:search/cc9b48b3", "has_parking", "none" ], [ "_:search/cc9b48b3", "type", "Hotel" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "87TQQG9Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches Bed & Breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "the guesthouse" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "sunday" ], [ "_:result", "food", "oriental" ], [ "_:search", "duration", "16:15" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:result", "stars", "four" ], [ "_:system", "canthelp", "_:search/cc9b48b3" ], [ "_:search/cc9b48b3", "category", "hotels" ], [ "_:search/cc9b48b3", "has_parking", "none" ], [ "_:search/cc9b48b3", "type", "Hotel" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "87TQQG9Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches Bed & Breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "the guesthouse" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "sunday" ], [ "_:result", "food", "oriental" ], [ "_:search", "duration", "16:15" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:result", "stars", "four" ], [ "_:system", "canthelp", "_:search/cc9b48b3" ], [ "_:search/cc9b48b3", "category", "hotels" ], [ "_:search/cc9b48b3", "has_parking", "none" ], [ "_:search/cc9b48b3", "type", "Hotel" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "87TQQG9Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches Bed & Breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "departure", "the guesthouse" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white honda" ], [ "_:result", "phone", "07331361490" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I 'm looking for a hotel to stay in during my visit to Cambridge . I 'm looking for a cheap room and the only amenity I care about is free wifi ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'Allenbell guesthouse');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "The Allenbell guesthouse is fairly new and is located on the east side of town . Can I book a room for you ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Yes please book it for this weelkend" }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))", "inform((_:booking,day,'Friday');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Will you be arriving at the hotel on Friday ? How many days and how many people are in your party ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,name,'Allenbell');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Actually , I just realized the Allenbell wo n't work as it is in the east . I need a gueshouse that is located in the centre . Do you have anything in that area ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I am sorry I have no guesthouses in the centre ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "well that all I need thank you" }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Are you sure you do n't need assistance in finding a hotel ? I have many options to consider !" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "You can just end the convo . It 's an option . You do n't have to keep going read the directions . Makes it hard for other workers" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "If that is all you need today then have a good day . Goodbye ." } ]
PMUL2825.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Allenbell guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Allenbell guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "Allenbell" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Allenbell guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "Allenbell" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/00d38942" ], [ "_:search/00d38942", "area", "centre" ], [ "_:search/00d38942", "category", "guesthouses" ], [ "_:search/00d38942", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Allenbell guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "Allenbell" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:system", "canthelp", "_:search/00d38942" ], [ "_:search/00d38942", "area", "centre" ], [ "_:search/00d38942", "category", "guesthouses" ], [ "_:search/00d38942", "type", "Hotel" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi I 'm looking for a place to eat in the centre of town serving Indian food ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What price range would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The price does n't matter ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Curry Garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Well I have Curry Garden in the expensive price range that is very good ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'15:15');(_:search,people,'5');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like for you to book me a table at 15:15 on Friday for 5 please . If that is n't available , how about Saturday ? I need a reference number please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'AOXH1ZCQ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all set , the reference number is AOXH1ZCQ , can I help with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a guesthouse to stay in ." }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "select((_:result,pricerange,'Cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "What is the price range you 're looking at ? Cheap , moderate , or expensive ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like an expensive guesthouse please ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , I do n't see any expensive guesthouses . Do you want to try another type or price range ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you please check guesthouses in the moderate price range ?" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'15');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "there are 15 choices . did you have an area in mind ?" }, { "id": 12, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you recommend one and provide me with their star rating and area ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'arbury lodge guesthouse');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "arbury lodge guesthouse is a very popular guesthouse located in the north part of town with a 4 star rating including both internet and parking" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi ." }, { "id": 15, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Can you tell me which two places you are going between and the time you want the car ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,departure,'the guesthouse');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to take me from the guesthouse to the restaurant please . I 'll need to arrive by 15:15 ." }, { "id": 17, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Ok I need the name of departure and name of destination ." }, { "id": 18, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,departure,'the guesthouse');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm going from the guesthouse to the restaurant . Again , I 'll need to arrive by 15:15 ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'black Volkswagen');(_:result,phone,'07359059357');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have finished booking for you . You will be looking for a black Volkswagen . The contact number is 07359059357 . Anything else for you today ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you but that will be all ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "I 'm glad I could help ." } ]
PMUL0132.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "AOXH1ZCQ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "Curry Garden" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "AOXH1ZCQ" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "Cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "Curry Garden" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "AOXH1ZCQ" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "Cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/3a38fb51" ], [ "_:search/3a38fb51", "category", "guesthouses" ], [ "_:search/3a38fb51", "pricerange", "expensive" ], [ "_:search/3a38fb51", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "name", "Curry Garden" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "AOXH1ZCQ" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "Cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/3a38fb51" ], [ "_:search/3a38fb51", "category", "guesthouses" ], [ "_:search/3a38fb51", "pricerange", "expensive" ], [ "_:search/3a38fb51", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "15" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "AOXH1ZCQ" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "Cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/3a38fb51" ], [ "_:search/3a38fb51", "category", "guesthouses" ], [ "_:search/3a38fb51", "pricerange", "expensive" ], [ "_:search/3a38fb51", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "count", "15" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "arbury lodge guesthouse" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "AOXH1ZCQ" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "Cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/3a38fb51" ], [ "_:search/3a38fb51", "category", "guesthouses" ], [ "_:search/3a38fb51", "pricerange", "expensive" ], [ "_:search/3a38fb51", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "count", "15" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "arbury lodge guesthouse" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "the guesthouse" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "AOXH1ZCQ" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "Cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/3a38fb51" ], [ "_:search/3a38fb51", "category", "guesthouses" ], [ "_:search/3a38fb51", "pricerange", "expensive" ], [ "_:search/3a38fb51", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "count", "15" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "arbury lodge guesthouse" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "the guesthouse" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "AOXH1ZCQ" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "Cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/3a38fb51" ], [ "_:search/3a38fb51", "category", "guesthouses" ], [ "_:search/3a38fb51", "pricerange", "expensive" ], [ "_:search/3a38fb51", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "count", "15" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "arbury lodge guesthouse" ], [ "_:result", "stars", "4" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "the guesthouse" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black Volkswagen" ], [ "_:result", "phone", "07359059357" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are there any places in the north that have free parking ?" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are five places that have parking . What price range do you want ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Any price range is fine . But if you can see if there is one that has 4 stars ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately - priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Acorn Guest House is a moderately - priced 4-star hotel in the north area and has parking . Does this sound acceptable to you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,name,'Acorn Guest House');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does The Acorn Guest House have internet ? I do n't need free wifi ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , it does have free internet . Would you like to book ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would like to book . Can you get me a room there for Sunday ? I will need a room for 8 for 5 nights ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'UUF3948J');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have successfully booked your room . The reference number is UUF3948J . Can I be of further assistance ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need . Thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're quite welcome , thank you and goodbye !" } ]
SNG0766.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "name", "Acorn Guest House" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "name", "Acorn Guest House" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "name", "Acorn Guest House" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "UUF3948J" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'center');(_:search,category,'multiple sports');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Would you be able to tell me whether there are any multiple sports venues in the center of town ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Attraction'))", "inform((_:result,area,'east');(_:result,count,'1');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There no places that match those criteria , but there is one in east ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Actually , let 's try looking for a college instead and still in the centre of town ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Regent Street');(_:result,area,'center');(_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'Most of them are free');(_:result,name,'Downing College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 13 colleges in the center of town . Most of them are free . Downing College on Regent Street is beautiful . Would you like the phone number ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , may I please get the phone number and the postcode as well ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223334860');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , the phone number is 01223334860 and the post code is cb21dq ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm also looking for somewhere to dine . Can you help with that ?" }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Absolutely , what kind of food would you like ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'Portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want some Portuguese food in the same area ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I have one in the center of town called Nandos City Center . Would you like a reservation or their telephone number ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'15:15');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like you to reserve a table for me at 15:15 on Friday for 1 person ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,people,'1');(_:booking,ref,'G48PAWW0');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table for 1 has been booked . Reference number is : G48PAWW0 . Will you need a taxi ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Not , that 's all for today . Goodbye !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "So glad I could help . Have a wonderful day . Goodbye !" } ]
PMUL2172.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/91ac5fce" ], [ "_:search/91ac5fce", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "count", "1" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/91ac5fce" ], [ "_:search/91ac5fce", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "area", "center" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "Most of them are free" ], [ "_:result", "name", "Downing College" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/91ac5fce" ], [ "_:search/91ac5fce", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "area", "center" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "Most of them are free" ], [ "_:result", "name", "Downing College" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/91ac5fce" ], [ "_:search/91ac5fce", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "area", "center" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "Most of them are free" ], [ "_:result", "name", "Downing College" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "Portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/91ac5fce" ], [ "_:search/91ac5fce", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "area", "center" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "Most of them are free" ], [ "_:result", "name", "Downing College" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "Portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/91ac5fce" ], [ "_:search/91ac5fce", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "area", "center" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "Most of them are free" ], [ "_:result", "name", "Downing College" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "Portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "G48PAWW0" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "Please assist me in finding a train going to leicester from cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay . What day would you like to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be traveling on thursday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'19');(_:result,day,'Thursday');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 19 trains going from Cambridge to Leicester on Thursday . What time would you like to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'12:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would love to leave after 12:15 please ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,leave_at,'12:15');(_:search,type,'Train'))" ], "speaker": "system", "text": "There are no trains that leave after 12:15 ." }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Okay , do you have any other suggestions ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR0822');(_:result,leave_at,'12:15');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I believe that the TR0822 leaving 12:15 would be great for you . Should I make a booking for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a place to stay in the north area ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Would you like a guesthouse or a hotel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,pricerange,'cheap');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It do n't matter as long as it is cheap . I need it for 6 people for 2 nights starting tuesday" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'city centre north b and b');(_:booking,people,'2');(_:booking,ref,'57F4S22N');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book you a room for 2 at city centre north b and b , the reference number is 57F4S22N . Do you need any more assistance ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need for right now . Thanks for the assistance !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Okay great ! Glad I could help ." } ]
PMUL3646.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ], [ "_:system", "canthelp", "_:search/d02e7460" ], [ "_:search/d02e7460", "leave_at", "12:15" ], [ "_:search/d02e7460", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "12:15" ], [ "_:system", "canthelp", "_:search/d02e7460" ], [ "_:search/d02e7460", "leave_at", "12:15" ], [ "_:search/d02e7460", "type", "Train" ], [ "_:result", "id", "TR0822" ], [ "_:result", "leave_at", "12:15" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "12:15" ], [ "_:system", "canthelp", "_:search/d02e7460" ], [ "_:search/d02e7460", "leave_at", "12:15" ], [ "_:search/d02e7460", "type", "Train" ], [ "_:result", "id", "TR0822" ], [ "_:result", "leave_at", "12:15" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "12:15" ], [ "_:system", "canthelp", "_:search/d02e7460" ], [ "_:search/d02e7460", "leave_at", "12:15" ], [ "_:search/d02e7460", "type", "Train" ], [ "_:result", "id", "TR0822" ], [ "_:result", "leave_at", "12:15" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "north" ], [ "_:search", "category", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "city centre north b and b" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "57F4S22N" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train leaving on tuesday going to cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you coming from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'11:30');(_:search,departure,'birmingham');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "leaving birmingham new st going back to cambridge I would let to get there by 11:30 if possible" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'10:08');(_:result,id,'TR4987');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4987 gets there 10:08 and will cost 23.60 pounds . can i book it ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , can you book it for 2 people and could I get the reference number ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,arrive_by,'08:23');(_:booking,category,'Train');(_:booking,destination,'Cambridge');(_:booking,id,'TR0254');(_:booking,ref,'OEV193OS');(_:booking,ticket,'150.19 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I actually booked you on TR0254 , arriving in Cambridge at 08:23 . Reference number is : OEV193OS . 150.19 GBP payable at the station" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much . I also need a place to stay while in Cambridge . Could you help me find a room please ?" }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I can help you with that . Is there a certain price range you are looking to stay in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "no , but could it have a 4 star rating ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'lots');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have lots of those ! Any features that you prefer ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "any that has free wifi" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'21');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "You have 21 options to choose from . Would you like to narrow it down by location ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Whatever is open and available , please book me for 2 people on 4 night starting tuesday ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,name,'a and b guest house');(_:booking,ref,'K0FKUFNP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I booked a and b guest house , reference number is : K0FKUFNP ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks ! That 's all I need for now !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "i am glad to be of service to you . i wish a nice trip and wonderful stay at Cambridge . Goodbye" } ]
PMUL3628.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "birmingham" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "birmingham" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "10:08" ], [ "_:result", "id", "TR4987" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "birmingham" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "10:08" ], [ "_:result", "id", "TR4987" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "arrive_by", "08:23" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR0254" ], [ "_:booking", "ref", "OEV193OS" ], [ "_:booking", "ticket", "150.19 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "birmingham" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "10:08" ], [ "_:result", "id", "TR4987" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "arrive_by", "08:23" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR0254" ], [ "_:booking", "ref", "OEV193OS" ], [ "_:booking", "ticket", "150.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "birmingham" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "10:08" ], [ "_:result", "id", "TR4987" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "arrive_by", "08:23" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR0254" ], [ "_:booking", "ref", "OEV193OS" ], [ "_:booking", "ticket", "150.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "lots" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "birmingham" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "10:08" ], [ "_:result", "id", "TR4987" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "arrive_by", "08:23" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR0254" ], [ "_:booking", "ref", "OEV193OS" ], [ "_:booking", "ticket", "150.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "lots" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "birmingham" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "10:08" ], [ "_:result", "id", "TR4987" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "arrive_by", "08:23" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "id", "TR0254" ], [ "_:booking", "ticket", "150.19 GBP" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "lots" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "a and b guest house" ], [ "_:booking", "ref", "K0FKUFNP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any places that serve Christmas food ? I heard there might be something like that around here ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'Christmas');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry I do not see any place that serves Christmas food . Would you like me to look for a different type of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about some Chinese food ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a lot of');(_:result,food,'Chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have a lot of choices for Chinese food . What price range were you looking for ? Or area ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No preference , just pick a nice one and provide me with the name and phone number please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Yu Garden');(_:result,phone,'01223244149');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "Yu Garden is excellent . Their phone number is 01223244149 . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'Chinese');(_:search,name,'yu garden');(_:search,type,'Attraction');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Ok , so their number is 01223244149 ? Is there any Chinese attractions around the same area as the Yu Garden ?" }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "canthelp((_:search,area,'in town');(_:search,category,'Chinese');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are no Chinese attractions in town . Is there a different type of attraction that you are looking for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How about a boat attraction ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'The Plough , Green End , Fen Ditton');(_:result,area,'east');(_:result,category,'boat');(_:result,name,'Camboats');(_:result,phone,'01223902112');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is one boat attraction in the east near Yu Garden called Camboats , located at The Plough , Green End , Fen Ditton . Their number is 01223902112 . Anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'camboats');(_:search,destination,'yu garden');(_:search,leave_at,'8:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you book my a taxi between the two ? I want to leave Camboats for Yu Garden by 8:30 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'yellow tesla');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Your taxi is booked and it will be a yellow tesla . Is there anything else I can help you with today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , that 's all I needed . Thanks so much !" }, { "id": 13, "rdf-acts": [ "inform((_:result,phone,'07633485095');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Also , just in case you need it the contact number for the taxi is Contact number 07633485095 . Is there anything else I can do for you today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is all thank you !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "We are happy to help . Thank you for using our service ." } ]
MUL0805.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "christmas" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/758937fd" ], [ "_:search/758937fd", "food", "Christmas" ], [ "_:search/758937fd", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/758937fd" ], [ "_:search/758937fd", "food", "Christmas" ], [ "_:search/758937fd", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "a lot of" ], [ "_:result", "food", "Chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/758937fd" ], [ "_:search/758937fd", "food", "Christmas" ], [ "_:search/758937fd", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a lot of" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Yu Garden" ], [ "_:result", "phone", "01223244149" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "Chinese" ], [ "_:search", "name", "yu garden" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/758937fd" ], [ "_:search/758937fd", "food", "Christmas" ], [ "_:search/758937fd", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a lot of" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Yu Garden" ], [ "_:result", "phone", "01223244149" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "Chinese" ], [ "_:search", "name", "yu garden" ], [ "_:system", "canthelp", "_:search/99e682f1" ], [ "_:search/99e682f1", "area", "in town" ], [ "_:search/99e682f1", "category", "Chinese" ], [ "_:search/99e682f1", "type", "Attraction" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/758937fd" ], [ "_:search/758937fd", "food", "Christmas" ], [ "_:search/758937fd", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a lot of" ], [ "_:result", "food", "Chinese" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "Chinese" ], [ "_:search", "name", "yu garden" ], [ "_:system", "canthelp", "_:search/99e682f1" ], [ "_:search/99e682f1", "area", "in town" ], [ "_:search/99e682f1", "category", "Chinese" ], [ "_:search/99e682f1", "type", "Attraction" ], [ "_:search", "category", "boat" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "The Plough , Green End , Fen Ditton" ], [ "_:result", "area", "east" ], [ "_:result", "category", "boat" ], [ "_:result", "name", "Camboats" ], [ "_:result", "phone", "01223902112" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "camboats" ], [ "_:search", "destination", "yu garden" ], [ "_:search", "leave_at", "8:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/758937fd" ], [ "_:search/758937fd", "food", "Christmas" ], [ "_:search/758937fd", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a lot of" ], [ "_:result", "food", "Chinese" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "Chinese" ], [ "_:search", "name", "yu garden" ], [ "_:system", "canthelp", "_:search/99e682f1" ], [ "_:search/99e682f1", "area", "in town" ], [ "_:search/99e682f1", "category", "Chinese" ], [ "_:search/99e682f1", "type", "Attraction" ], [ "_:search", "category", "boat" ], [ "_:result", "address", "The Plough , Green End , Fen Ditton" ], [ "_:result", "area", "east" ], [ "_:result", "category", "boat" ], [ "_:result", "name", "Camboats" ], [ "_:result", "phone", "01223902112" ], [ "_:search", "departure", "camboats" ], [ "_:search", "destination", "yu garden" ], [ "_:search", "leave_at", "8:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow tesla" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/758937fd" ], [ "_:search/758937fd", "food", "Christmas" ], [ "_:search/758937fd", "type", "Restaurant" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a lot of" ], [ "_:result", "food", "Chinese" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "Chinese" ], [ "_:search", "name", "yu garden" ], [ "_:system", "canthelp", "_:search/99e682f1" ], [ "_:search/99e682f1", "area", "in town" ], [ "_:search/99e682f1", "category", "Chinese" ], [ "_:search/99e682f1", "type", "Attraction" ], [ "_:search", "category", "boat" ], [ "_:result", "address", "The Plough , Green End , Fen Ditton" ], [ "_:result", "area", "east" ], [ "_:result", "category", "boat" ], [ "_:result", "name", "Camboats" ], [ "_:search", "departure", "camboats" ], [ "_:search", "destination", "yu garden" ], [ "_:search", "leave_at", "8:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow tesla" ], [ "_:result", "phone", "07633485095" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'malaysian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Where can I find malaysian food ? I prefer an expensive restaurant please" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "No I am deeply sorry I am not getting any" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about an expensive Malaysian restraint in the south ? Is there anything available ?" }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry . There 's still no matching results . Would you like me to search for a different foot type ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . How about Indian food ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'64 Cherry Hinton Road Cherry Hinton');(_:result,area,'south');(_:result,count,'1');(_:result,food,'Indian');(_:result,name,'Taj Tandoori');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 1 expensive Indian food in the south . It 's called Taj Tandoori . They are located on 64 Cherry Hinton Road Cherry Hinton . Would you like a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'16:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Perfect , yes . I want a table for 5 at 16:00 on monday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'X2V543QG');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : X2V543QG" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That was all I needed today . Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome . Have a nice time !" } ]
PMUL3793.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "malaysian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "malaysian" ], [ "_:system", "canthelp", "_:search/ef1df128" ], [ "_:search/ef1df128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/ef1df128" ], [ "_:search/ef1df128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/413bf879" ], [ "_:search/413bf879", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/ef1df128" ], [ "_:search/ef1df128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/413bf879" ], [ "_:search/413bf879", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "area", "south" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/ef1df128" ], [ "_:search/ef1df128", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/413bf879" ], [ "_:search/413bf879", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "64 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "area", "south" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "X2V543QG" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for an expensive Indian restaurant . Can you help me with that ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'14');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Sure , I can help you with that . There are 14 choices . Did you have a certain area in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need the town centre ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'6');(_:result,food,'Indian');(_:result,name,'Curry Queen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 6 different Indian food restaurants available . Might I suggest Curry Queen . It is the most highly rated in the area ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Certainly , sounds good . Could you just get me the address and postcode ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'5 Jordans Yard Bridge Street City Centre');(_:result,name,'Curry Queen');(_:result,postcode,'cb21ug');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Curry Queen is located at 5 Jordans Yard Bridge Street City Centre , and the postcode is cb21ug , would you like me to book this restaurant ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that is all I needed !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you and please check with us for future reservations ." } ]
SNG0488.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "14" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Curry Queen" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Indian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "5 Jordans Yard Bridge Street City Centre" ], [ "_:result", "name", "Curry Queen" ], [ "_:result", "postcode", "cb21ug" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like to check out an attraction on the east side ." }, { "id": 1, "rdf-acts": [ "select((_:result,category,'boat');(_:result,type,'Attraction'))", "inform((_:result,area,'east');(_:result,count,'10');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 10 attractions in the east . Does a boat interest you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'boat');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yeah , a boat sounds good . Can you get me the phone number and postcode for one ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Plough , Green End , Fen Ditton');(_:result,name,'Camboats');(_:result,phone,'01223902112');(_:result,postcode,'cb58sx');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would recommend Camboats . They are located at the Plough , Green End , Fen Ditton . Their phone number is 01223902112 . Their postcode is cb58sx ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great . By any chance is that near a place called Hamilton Lodge ? Someone recommended it to me but I do n't know much about it ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'156 chesterton road');(_:result,name,'Hamilton lodge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Hamilton lodge is at 156 chesterton road" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Could you give me their phone number and postcode ? And is that a guesthouse ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,phone,'01223365664');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes it is a guesthouse . The number is 01223365664 and the postcode is cb41da . Can I help with anything else" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you 've been a great help ! Thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day !" } ]
MUL2698.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "category", "boat" ], [ "_:result", "area", "east" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "category", "boat" ], [ "_:result", "area", "east" ], [ "_:result", "count", "10" ], [ "_:search", "category", "boat" ], [ "_:result", "address", "Plough , Green End , Fen Ditton" ], [ "_:result", "name", "Camboats" ], [ "_:result", "phone", "01223902112" ], [ "_:result", "postcode", "cb58sx" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "hamilton lodge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "category", "boat" ], [ "_:result", "area", "east" ], [ "_:result", "count", "10" ], [ "_:search", "category", "boat" ], [ "_:result", "phone", "01223902112" ], [ "_:result", "postcode", "cb58sx" ], [ "_:search", "name", "hamilton lodge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "156 chesterton road" ], [ "_:result", "name", "Hamilton lodge" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "area", "east" ], [ "_:result", "count", "10" ], [ "_:search", "category", "boat" ], [ "_:search", "name", "hamilton lodge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "156 chesterton road" ], [ "_:result", "name", "Hamilton lodge" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "phone", "01223365664" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need to find the nearest hospital please ." }, { "id": 1, "rdf-acts": [ "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "I have an Addenbrookes Hospital , would that be okay ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "I need the address , postcode , and phone number ." }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))", "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "The address is Hills Road , Cambridge . The postcode is CB20QQ . Is there a specific department you 'd like to call ?" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that will be all . Thanks , good bye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Great ! Have a nice day !" } ]
SNG01645.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'hamilton lodge');(_:search,destination,'gourmet burger kitchen');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Hi , I need a taxi to gourmet burger kitchen going from hamilton lodge !" }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "When would you like to get there by ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I want to leave after 4:00 ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "When would you like to arrive ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'dontcare');(_:search,leave_at,'4:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "It does n't matter , I just want to leave after 4:00 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'grey ford');(_:result,phone,'07789662806');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t grey ford \n Contact number \t : \t 07789662806" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so very much . I am finished ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting the Cambridge TownInfo centre !" } ]
SNG02296.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "hamilton lodge" ], [ "_:search", "destination", "gourmet burger kitchen" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "hamilton lodge" ], [ "_:search", "destination", "gourmet burger kitchen" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "hamilton lodge" ], [ "_:search", "destination", "gourmet burger kitchen" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:search", "leave_at", "4:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "hamilton lodge" ], [ "_:search", "destination", "gourmet burger kitchen" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:search", "leave_at", "4:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey ford" ], [ "_:result", "phone", "07789662806" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a nice Italian restaurant . Nothing too expensive ... like mid range ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have listing for 5 different ones , can I get what area you are looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,day,'sunday');(_:search,duration,'12:30');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't care about the area . Could you book a table for 5 at 12:30 on Sunday ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Pizza Express');(_:booking,ref,'NK86VOJY');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , I have booked you at Pizza Express with reference number NK86VOJY . May I help with anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , I think that will do it . Thank you so much !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a good day ." } ]
SSNG0089.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Pizza Express" ], [ "_:booking", "ref", "NK86VOJY" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want a train leaving on thursday ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'404');(_:result,day,'Thursday');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I show 404 rail departures on Thursday , can I get something specific for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,leave_at,'09:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm going from cambridge to broxbourne any time after 09:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'11:01');(_:result,duration,'60 minutes');(_:result,id,'TR6806');(_:result,leave_at,'10:01');(_:result,ticket,'17.90 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR6806 will leave at 10:01 and arrive at 11:01 . The trip will take 60 minutes and it will cost 17.90 pounds . Would you like to book ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . Book for 4 people ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'FRSZ5A8R');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok . I booked four tickets for you . Your reference number is FRSZ5A8R . Can I help you with something else ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "I m also looking for a place by the name of milton county park ." }, { "id": 7, "rdf-acts": [], "speaker": "system", "text": "What information are you looking for ?" }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I would like the phone number and postcode for it please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'01223420060');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223420060 and the post code is cb46az ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! That 's all I needed , thanks so much ." }, { "id": 11, "rdf-acts": [], "speaker": "system", "text": "Sounds great , before i let you go , I just want to make sure we have covered everything that you need ." }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "yes you did" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "enjoy your stay in Cambridge !" } ]
PMUL1428.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Thursday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "09:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "11:01" ], [ "_:result", "duration", "60 minutes" ], [ "_:result", "id", "TR6806" ], [ "_:result", "leave_at", "10:01" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "11:01" ], [ "_:result", "duration", "60 minutes" ], [ "_:result", "id", "TR6806" ], [ "_:result", "leave_at", "10:01" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "FRSZ5A8R" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "11:01" ], [ "_:result", "duration", "60 minutes" ], [ "_:result", "id", "TR6806" ], [ "_:result", "leave_at", "10:01" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "FRSZ5A8R" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "11:01" ], [ "_:result", "duration", "60 minutes" ], [ "_:result", "id", "TR6806" ], [ "_:result", "leave_at", "10:01" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "FRSZ5A8R" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "11:01" ], [ "_:result", "duration", "60 minutes" ], [ "_:result", "id", "TR6806" ], [ "_:result", "leave_at", "10:01" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "FRSZ5A8R" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a French restaurant ." }, { "id": 1, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'north');(_:result,type,'Restaurant'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is one in the centre of town and one in the north area of town . Which one would you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "North Part of Town" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'north');(_:result,food,'French');(_:result,name,'Restaurant Two Two');(_:result,pricerange,'pricey');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Restaurant Two Two is a French restaurant located in the north part of town , but it is pricey . Would you like more information ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'restaurant two two');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , what is the address of Restaurant Two Two ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'22 Chesterton Road');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is 22 Chesterton Road ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you , good bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Good bye ." } ]
WOZ20373.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "area", "north" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "food", "French" ], [ "_:result", "name", "Restaurant Two Two" ], [ "_:result", "pricerange", "pricey" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "restaurant two two" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "area", "north" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "north" ], [ "_:result", "food", "French" ], [ "_:result", "name", "Restaurant Two Two" ], [ "_:result", "pricerange", "pricey" ], [ "_:search", "name", "restaurant two two" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "22 Chesterton Road" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yeah , hi . I could use some help finding something priced kind of moderately to stay at this weekend ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,category,'hotels');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Certainly , we have many moderately priced hotels in Cambridge . What area of town would you like to stay in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like something north . I also need free WiFi ." }, { "id": 3, "rdf-acts": [ "request((_:search,has_parking,?);(_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "That narrows it down a bit . Do you need free parking , or is there a particular star rating you 'd like ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'dontcare');(_:search,stars,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Free parking is great but not required . The star rating is n't important ." }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,count,'10');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 10 listings but only 2 of them are hotels , rest are guesthouses . Would you prefer a guesthouse or a hotel ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does n't matter . I just need a place with room for a party of 4 for 5 nights beginning Thursday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'Avalon guesthouse');(_:booking,ref,'S6DQRXZ2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "All right , I 've booked you a room at the Avalon guesthouse . The reference number is S6DQRXZ2 ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Awesome . That 's all I needed . Thanks ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting the help desk . Have a great day ." } ]
SNG0879.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "hotels" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "hotels" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "Avalon guesthouse" ], [ "_:booking", "ref", "S6DQRXZ2" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi . I 'll be traveling to there and ca n't wait to try the restaurants there . Could you help me find a place ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you prefer a certain type of cuisine ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'south african');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I would like to try South African cuisine ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'100 Mill Road');(_:result,area,'downtown');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have a restaurant called Bedouin located downtown an 100 Mill Road , if that interests you ." }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is it in the expensive price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , Bedouin is in the expensive price range and is in the centre of town ." }, { "id": 6, "rdf-acts": [ "inform((_:search,duration,'17:15');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , go ahead and book that restaurant for 7 people at 17:15 , please ." }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "On what day would you like to book ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "We will be there monday night ." }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,day,'Monday');(_:booking,duration,'17:15');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "My apologies . The table you requested is not available at 17:15 on Monday night . Would you like to try a different day or time ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,duration,'16:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . Can you try 16:15 ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Monday');(_:booking,duration,'16:15');(_:booking,people,'7');(_:booking,ref,'KCIWXESP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to make reservation for you on Monday at 16:15 for 7 people . Your reference number is KCIWXESP . Is there anything else I can do for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am also needing train tickets for Tuesday going to London Liverpool Street ." }, { "id": 13, "rdf-acts": [ "inform((_:result,count,'10');(_:result,destination,'London Liverpool Street');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Alright , there are 10 trains traveling to London Liverpool Street . Is there a particular departure or arrival time you are wanting ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'12:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 12:15 please ." }, { "id": 15, "rdf-acts": [ "request((_:search,departure,?);(_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Can you tell me where you are departing from please and the number of tickets you will need ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving Cambridge and need 7 tickets ." }, { "id": 17, "rdf-acts": [ "inform((_:result,arrive_by,'11:27');(_:result,id,'TR4494');(_:result,leave_at,'09:59');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR4494 that will be departing at 09:59 and arriving by 11:27 . Would this interest you ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I would like to make a booking please for 7 people ." }, { "id": 19, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR4494');(_:booking,people,'7');(_:booking,ref,'ENXXH8XH');(_:booking,ticket,'116.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have gotten you 7 tickets on train TR4494 , reference number ENXXH8XH and the total fee is 116.2 GBP . Is there anything else I can help you with ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No you have been most kind . Thank you for doing the bookings . Are there any attractions in the same area ?" }, { "id": 21, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'Centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Are you looking for an attraction in the Centre of town as well ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,area,'Centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , attractions in the Centre of town would be great ." }, { "id": 23, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "what kind of attraction would you like to visit ?" }, { "id": 24, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I have decided I do n't really need an attraction . I think that will be all today ." }, { "id": 25, "rdf-acts": [ "inform((_:booking,ref,'KCIWXESP');(_:booking,type,'Booking'))", "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'HTEPD4LJ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your restaurant and travel accommodations have been booked . Reference number KCIWXESP and HTEPD4LJ respectively . Is there anything else I can help you with today ?" }, { "id": 26, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That would be it for today . Thank you" }, { "id": 27, "rdf-acts": null, "speaker": "system", "text": "I hope you enjoy your stay in Cambridge . Goodbye !" } ]
MUL1522.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:result", "area", "downtown" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "7" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "7" ], [ "_:search", "day", "monday" ], [ "_:system", "canthelp", "_:booking/1bb3aeb5" ], [ "_:booking/1bb3aeb5", "day", "Monday" ], [ "_:booking/1bb3aeb5", "duration", "17:15" ], [ "_:booking/1bb3aeb5", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "16:15" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/1bb3aeb5" ], [ "_:booking/1bb3aeb5", "day", "Monday" ], [ "_:booking/1bb3aeb5", "duration", "17:15" ], [ "_:booking/1bb3aeb5", "type", "Booking" ], [ "_:search", "duration", "16:15" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "16:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "KCIWXESP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/1bb3aeb5" ], [ "_:booking/1bb3aeb5", "day", "Monday" ], [ "_:booking/1bb3aeb5", "duration", "17:15" ], [ "_:booking/1bb3aeb5", "type", "Booking" ], [ "_:search", "duration", "16:15" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "16:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "KCIWXESP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:booking/1bb3aeb5" ], [ "_:booking/1bb3aeb5", "day", "Monday" ], [ "_:booking/1bb3aeb5", "duration", "17:15" ], [ "_:booking/1bb3aeb5", "type", "Booking" ], [ "_:search", "duration", "16:15" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "16:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "KCIWXESP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:booking/1bb3aeb5" ], [ "_:booking/1bb3aeb5", "day", "Monday" ], [ "_:booking/1bb3aeb5", "duration", "17:15" ], [ "_:booking/1bb3aeb5", "type", "Booking" ], [ "_:search", "duration", "16:15" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "16:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "KCIWXESP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "11:27" ], [ "_:result", "id", "TR4494" ], [ "_:result", "leave_at", "09:59" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:booking/1bb3aeb5" ], [ "_:booking/1bb3aeb5", "day", "Monday" ], [ "_:booking/1bb3aeb5", "duration", "17:15" ], [ "_:booking/1bb3aeb5", "type", "Booking" ], [ "_:search", "duration", "16:15" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "16:15" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "11:27" ], [ "_:result", "id", "TR4494" ], [ "_:result", "leave_at", "09:59" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4494" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "ENXXH8XH" ], [ "_:booking", "ticket", "116.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:booking/1bb3aeb5" ], [ "_:booking/1bb3aeb5", "day", "Monday" ], [ "_:booking/1bb3aeb5", "duration", "17:15" ], [ "_:booking/1bb3aeb5", "type", "Booking" ], [ "_:search", "duration", "16:15" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "16:15" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "11:27" ], [ "_:result", "id", "TR4494" ], [ "_:result", "leave_at", "09:59" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4494" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "ENXXH8XH" ], [ "_:booking", "ticket", "116.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "?" ], [ "_:result", "area", "Centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "Centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:booking/1bb3aeb5" ], [ "_:booking/1bb3aeb5", "day", "Monday" ], [ "_:booking/1bb3aeb5", "duration", "17:15" ], [ "_:booking/1bb3aeb5", "type", "Booking" ], [ "_:search", "duration", "16:15" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "16:15" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "11:27" ], [ "_:result", "id", "TR4494" ], [ "_:result", "leave_at", "09:59" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4494" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "ENXXH8XH" ], [ "_:booking", "ticket", "116.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "Centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "Centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:search", "food", "south african" ], [ "_:result", "address", "100 Mill Road" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:booking/1bb3aeb5" ], [ "_:booking/1bb3aeb5", "day", "Monday" ], [ "_:booking/1bb3aeb5", "duration", "17:15" ], [ "_:booking/1bb3aeb5", "type", "Booking" ], [ "_:search", "duration", "16:15" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "16:15" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "10" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "11:27" ], [ "_:result", "id", "TR4494" ], [ "_:result", "leave_at", "09:59" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:booking", "id", "TR4494" ], [ "_:booking", "people", "7" ], [ "_:booking", "ticket", "116.2 GBP" ], [ "_:result", "area", "Centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "Centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HTEPD4LJ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'de luca cucina and bar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I heard about the De Luca Cucina and Bar , and I 'd like to try it out . Could you help me find it ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'83 Regent Street');(_:result,name,'de luca cucina and bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "de luca cucina and bar is located at 83 Regent Street ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'19:15');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you please book me a table for 1 for 19:15 on Tuesday ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,day,'Tuesday');(_:booking,duration,'19:15');(_:booking,people,'one');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Yes , I would be happy to book you a table for one at 19:15 on Tuesday . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , Can you please get the phone number as well ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,duration,'19:15');(_:booking,name,'De Luca Cucina and Bar');(_:booking,ref,'VDWC6N50');(_:booking,type,'Booking'))", "reqmore()", "inform((_:result,phone,'01223356666');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Your reservation for 19:15 at the De Luca Cucina and Bar and the reference number is VDWC6N50 . Their phone number is , 01223356666 . May I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need somewhere to stay , a hotel with free wifi and four star rating ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area do you prefer for your hotel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like the north please ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no hotels in the north with your criteria . Would you like to try another area ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'north');(_:search,day,'tuesday');(_:search,people,'1');(_:search,pricerange,'cheap');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about a cheap price range in the north ? I need a reservation for 1 for 4 nights starting Tuesday ." }, { "id": 11, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "there are no cheap 4 start hotels in the north . Sorry . Is there anything I can assist you with today ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is there anything in the north that is 4 stars and in the cheap price range with free wifi" }, { "id": 13, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))", "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Worth House');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I do n't have any hotels but I do have Worth House which is a cheap 4 star guesthouse in the north part of town with free internet and parking" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure that works for me ! Please make a booking for just me for 4 nights starting tuesday ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'EUKEI4IV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your room has been booked , and the reference number is EUKEI4IV . Is there anything else I can help you with ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's it thank you for all your help !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Have a nice day , goodbye !" } ]
PMUL0356.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "19:15" ], [ "_:booking", "people", "one" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "1" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "people", "one" ], [ "_:booking", "duration", "19:15" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:booking", "ref", "VDWC6N50" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223356666" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "1" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "people", "one" ], [ "_:booking", "duration", "19:15" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:booking", "ref", "VDWC6N50" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223356666" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:search", "duration", "19:15" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "people", "one" ], [ "_:booking", "duration", "19:15" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:booking", "ref", "VDWC6N50" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223356666" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:system", "canthelp", "_:search/bc25f42a" ], [ "_:search/bc25f42a", "area", "north" ], [ "_:search/bc25f42a", "category", "hotels" ], [ "_:search/bc25f42a", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:search", "duration", "19:15" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "people", "one" ], [ "_:booking", "duration", "19:15" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:booking", "ref", "VDWC6N50" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223356666" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/bc25f42a" ], [ "_:search/bc25f42a", "area", "north" ], [ "_:search/bc25f42a", "category", "hotels" ], [ "_:search/bc25f42a", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:search/845ea469" ], [ "_:search/845ea469", "area", "north" ], [ "_:search/845ea469", "category", "hotels" ], [ "_:search/845ea469", "pricerange", "cheap" ], [ "_:search/845ea469", "stars", "4" ], [ "_:search/845ea469", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:search", "duration", "19:15" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "people", "one" ], [ "_:booking", "duration", "19:15" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:booking", "ref", "VDWC6N50" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223356666" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/bc25f42a" ], [ "_:search/bc25f42a", "area", "north" ], [ "_:search/bc25f42a", "category", "hotels" ], [ "_:search/bc25f42a", "type", "Hotel" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:search/845ea469" ], [ "_:search/845ea469", "area", "north" ], [ "_:search/845ea469", "category", "hotels" ], [ "_:search/845ea469", "pricerange", "cheap" ], [ "_:search/845ea469", "stars", "4" ], [ "_:search/845ea469", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/08139aa0" ], [ "_:search/08139aa0", "category", "hotels" ], [ "_:search/08139aa0", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Worth House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "de luca cucina and bar" ], [ "_:result", "address", "83 Regent Street" ], [ "_:search", "duration", "19:15" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "people", "one" ], [ "_:booking", "duration", "19:15" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:result", "phone", "01223356666" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/bc25f42a" ], [ "_:search/bc25f42a", "area", "north" ], [ "_:search/bc25f42a", "category", "hotels" ], [ "_:search/bc25f42a", "type", "Hotel" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:search/845ea469" ], [ "_:search/845ea469", "area", "north" ], [ "_:search/845ea469", "category", "hotels" ], [ "_:search/845ea469", "pricerange", "cheap" ], [ "_:search/845ea469", "stars", "4" ], [ "_:search/845ea469", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/08139aa0" ], [ "_:search/08139aa0", "category", "hotels" ], [ "_:search/08139aa0", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Worth House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "EUKEI4IV" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I 'm looking for a Basque restaurant in the west part of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I do n't see any Basque restaurants . Is there another type of food you might like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about british ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'British');(_:result,name,'Graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Graffiti is a British restaurant located in the west part of town and in the expensive price range . Would you like their address ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I need the address and phone number , please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Hotel Felix Whitehouse Lane Huntingdon Road');(_:result,name,'Graffiti');(_:result,phone,'01223 277977');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Graffiti is located at Hotel Felix Whitehouse Lane Huntingdon Road , and you can phone them at 01223 277977 . Do you need additional information ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Which part of town it is in ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'west');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "it is located in the west part of town" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thanks . I have everything I need . Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Goodbye ." } ]
WOZ20491.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "basque" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/aedfe87e" ], [ "_:search/aedfe87e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/aedfe87e" ], [ "_:search/aedfe87e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/aedfe87e" ], [ "_:search/aedfe87e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Hotel Felix Whitehouse Lane Huntingdon Road" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "phone", "01223 277977" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/aedfe87e" ], [ "_:search/aedfe87e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Hotel Felix Whitehouse Lane Huntingdon Road" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "phone", "01223 277977" ], [ "_:result", "area", "west" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'cambridge corn exchange');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like information on The Cambridge Corn Exchange" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,category,'theatre');(_:result,name,'The cambridge corn exchange');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The cambridge corn exchange is a theatre in the centre area . I would be happy to book tickets for you ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No thanks , I just need their phone number , please ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,name,'Cambridge Corn Exchange');(_:result,phone,'01223357851');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number for the Cambridge Corn Exchange is 01223357851 . Is there anything else I can help you with today ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is all I need today . Thank you very much ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have fun !" } ]
SNG1125.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge corn exchange" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge corn exchange" ], [ "_:search", "type", "Attraction" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "theatre" ], [ "_:result", "name", "The cambridge corn exchange" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge corn exchange" ], [ "_:search", "type", "Attraction" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "theatre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Cambridge Corn Exchange" ], [ "_:result", "phone", "01223357851" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for something to do in the Centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The centre is very popular . Is there a certain kind of attraction you are interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to try local restaurants ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "great , any cuisine you 're craving ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'shanghai family restaurant');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Actually the restaurant I have in mind is shanghai family restaurant ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,name,'Shanghai Family Restaurant');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Great . Shanghai Family Restaurant is moderately priced and located in the centre area of the city . Would you like me to book you a table ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'15:00');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please book it for friday for 6 people at 15:00 ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'D6X7SUKP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booked it for you ! Your reference number is : D6X7SUKP . They will reserve your table for 15 minutes ." }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you help me book a taxi to the restaurant ?" }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is your departure site , and what time would you like the taxi ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'time for my reservation');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to arrive in time for my reservation ." }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Great are you arriving from a hotel , an attraction or perhaps the police station or hospital ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'cambridge train station');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will be arriving from the train ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'15:00');(_:result,departure,'cambridge train station');(_:result,destination,'the restaurant');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Ok . I booked a taxi from the cambridge train station arriving at the restaurant in time for you 15:00 reservation . Is that correct ?" }, { "id": 14, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I need the contact number and car type ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'grey ford');(_:result,phone,'07121585263');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "The car type is grey ford and the number is 07121585263 . Would that be all ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "Yes that 's all I needed ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Okay , I hope you enjoy your stay !" } ]
PMUL2155.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "?" ], [ "_:search", "name", "shanghai family restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "food", "?" ], [ "_:search", "name", "shanghai family restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Shanghai Family Restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "food", "?" ], [ "_:search", "name", "shanghai family restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Shanghai Family Restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "D6X7SUKP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "food", "?" ], [ "_:search", "name", "shanghai family restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Shanghai Family Restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "D6X7SUKP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "time for my reservation" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "food", "?" ], [ "_:search", "name", "shanghai family restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Shanghai Family Restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "D6X7SUKP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "time for my reservation" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge train station" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "food", "?" ], [ "_:search", "name", "shanghai family restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Shanghai Family Restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "D6X7SUKP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "time for my reservation" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge train station" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "15:00" ], [ "_:result", "departure", "cambridge train station" ], [ "_:result", "destination", "the restaurant" ], [ "_:result", "type", "Taxi" ], [ "_:result", "car", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "food", "?" ], [ "_:search", "name", "shanghai family restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Shanghai Family Restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "D6X7SUKP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "time for my reservation" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge train station" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "15:00" ], [ "_:result", "departure", "cambridge train station" ], [ "_:result", "destination", "the restaurant" ], [ "_:result", "car", "grey ford" ], [ "_:result", "phone", "07121585263" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'no');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel with a 4 star rating to stay at and I do n't need to have internet . Can you help ?" }, { "id": 1, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))", "inform((_:result,count,'3');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have about 3 options that meet those requirements . All offer free parking and internet . 2 are expensive and 1 is cheap . Do you have a preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Tell me about the expensive options ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,area,'west');(_:result,name,'University Arms Hotel');(_:result,name,'huntingdon marriott hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They are the Huntingdon Marriott Hotel which is in the west area , and the University Arms Hotel which is in the Centre ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "The University Arms sounds good ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to make a reservation for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need it for 8 people , 2 nights from Monday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'HLD21MYL');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay . Your booking was successful and your reference number is HLD21MYL ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Perfect . You have been so much help !" }, { "id": 9, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "I 'm glad I could help you today . Is there anything else you need ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes please , I also need a train to Cambridge , on Thursday ." }, { "id": 11, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What town are you leaving from ? What time do you want to depart or arrive , please ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving Cambridge and arriving at Ely ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'06:07');(_:result,count,'10');(_:result,destination,'Ely');(_:result,id,'TR0996');(_:result,leave_at,'05:50');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "We have 10 trains that match your criteria . The TR0996 leaves at 05:50 and gets to Ely by 06:07 . Would you like to book you a seat on it ?" }, { "id": 14, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No thank you . I just need the price and travel time please ." }, { "id": 15, "rdf-acts": [ "inform((_:result,duration,'17 minutes');(_:result,ticket,'144.40 pounds');(_:result,type,'Train'))", "thank()" ], "speaker": "system", "text": "Sure ! The travel time is 17 minutes and it costs 144.40 pounds ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That is all I need ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling today . Please let us know if there is anything else we can do to help . Goodbye ." } ]
PMUL1840.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "HLD21MYL" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "HLD21MYL" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "HLD21MYL" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "HLD21MYL" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "06:07" ], [ "_:result", "count", "10" ], [ "_:result", "destination", "Ely" ], [ "_:result", "id", "TR0996" ], [ "_:result", "leave_at", "05:50" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "HLD21MYL" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "06:07" ], [ "_:result", "count", "10" ], [ "_:result", "destination", "Ely" ], [ "_:result", "id", "TR0996" ], [ "_:result", "leave_at", "05:50" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "ticket", "144.40 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "In need a train from Cambridge to stevenage ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'70');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 70 trains matching that departure and destination . What time would you like to leave or arrive by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'17:45');(_:search,day,'saturday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive by 17:45 on Saturday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'earliest');(_:result,arrive_by,'14:10');(_:result,type,'Train'))", "canthelp((_:search,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I am sorry but I can not book that timeslot for you . The earliest I have is one arriving by 14:10 . Is that okay ?" }, { "id": 4, "rdf-acts": [ "request((_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That Will be good enough . What is the Train ID and departure time ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'16:10');(_:result,id,'TR8813');(_:result,leave_at,'15:21');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Actually , there 's a train arriving at 16:10 . It 's train TR8813 , and it departs at 15:21 . Would you like me to book that for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Train'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What would the price be for that train ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,ticket,'10.24 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The price for this train is 10.24 pounds . Would you like me to book it ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No thanks , just that info . Can I get a place to dine , I 'm looking for an expensive place in the west ." }, { "id": 9, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'9');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Not a problem . We have 9 to choose from . Any type of cuisine ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't really mind . What is your favorite place to dine out of all of those ? Could you give me there postcode and phone number ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'graffiti');(_:result,phone,'01223277977');(_:result,postcode,'cb30lx');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I enjoy graffiti . The postcode for that place is cb30lx and the phone number is 01223277977 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you very much ! That 's all I needed for today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "We 're happy to help ! Thank you for using Cambridge TownInfo centre today . Goodbye ." } ]
MUL0368.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "70" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "70" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ], [ "_:result", "amount", "earliest" ], [ "_:result", "arrive_by", "14:10" ], [ "_:result", "type", "Train" ], [ "_:system", "canthelp", "_:search/9ba55eaf" ], [ "_:search/9ba55eaf", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "?" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "70" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "saturday" ], [ "_:result", "amount", "earliest" ], [ "_:system", "canthelp", "_:search/9ba55eaf" ], [ "_:search/9ba55eaf", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "16:10" ], [ "_:result", "id", "TR8813" ], [ "_:result", "leave_at", "15:21" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "70" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "saturday" ], [ "_:result", "amount", "earliest" ], [ "_:system", "canthelp", "_:search/9ba55eaf" ], [ "_:search/9ba55eaf", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "16:10" ], [ "_:result", "id", "TR8813" ], [ "_:result", "leave_at", "15:21" ], [ "_:result", "ticket", "10.24 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "saturday" ], [ "_:result", "amount", "earliest" ], [ "_:system", "canthelp", "_:search/9ba55eaf" ], [ "_:search/9ba55eaf", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "16:10" ], [ "_:result", "id", "TR8813" ], [ "_:result", "leave_at", "15:21" ], [ "_:result", "ticket", "10.24 pounds" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "saturday" ], [ "_:result", "amount", "earliest" ], [ "_:system", "canthelp", "_:search/9ba55eaf" ], [ "_:search/9ba55eaf", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "16:10" ], [ "_:result", "id", "TR8813" ], [ "_:result", "leave_at", "15:21" ], [ "_:result", "ticket", "10.24 pounds" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "9" ], [ "_:result", "name", "graffiti" ], [ "_:result", "phone", "01223277977" ], [ "_:result", "postcode", "cb30lx" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm on a tight budget so I need to find a cheap restaurant that serves chinese food" }, { "id": 1, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , do you prefer the south part of town or do you want to stay in the centre ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "It does n't matter ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'Chinese');(_:result,name,'Rice House');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Rice House is a great cheap Chinese restaurant located in the centre of town . Would you like me to book you a table there ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'16:45');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . Can you reserve one for 4 people at 16:45 on Sunday ?" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "I 'm sorry my reservation system is not working today . Here is their phone number and address . 01223367755 at 88 Mill Road City Centre . Postcode is cb12bd . Enjoy your meal !" } ]
PMUL3342.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Rice House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:45" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'17:00');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train departing Cambridge that will arrive by 17:00 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,departure,'Cambridge');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I would be happy to help you find a train leaving Cambridge . In order to better help you can you let me know where you are traveling to , and what day you are looking to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to Norwich and I want to leave on Thursday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'10:55');(_:result,id,'TR1584');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR1584 arrives by 10:55 . That should give you plenty of time ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Okay , can you please make a booking for 8 people ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'2IFP2I1S');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes I was able to make a booking and your reference number is 2IFP2I1S ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Perfect ! Can you also find me a restaurant ?" }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What type of restaurant are you looking for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'modern eclectic');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Modern Eclectic please" }, { "id": 9, "rdf-acts": [ "select((_:result,food,'gastropub');(_:result,type,'Restaurant'))", "canthelp((_:search,food,'modern eclectic');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm afraid I could not find a modern eclectic restaurant . Would you be interested in a gastropub ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'center');(_:search,food,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , but an expensive Mediterranean place in the center of town would work ." }, { "id": 11, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a few');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "What price range ? I have a few options for you ." }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "Something in the upper range , over 20 a place ." }, { "id": 13, "rdf-acts": [ "select((_:result,name,'la mimosa');(_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,food,'Mediterranean');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two Mediterranean choices : la mimosa or shiraz restaurant . Which one do you prefer ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'the day we arrive');(_:search,duration,'10:00');(_:search,name,'la mimosa');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 've heard great things about La Mimosa . Can you book a table for all of us at 10:00 on the day we arrive ?" }, { "id": 15, "rdf-acts": [ "inform((_:booking,day,'Thursday');(_:booking,duration,'10:00');(_:booking,people,'8');(_:booking,ref,'F56UFR10');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Table for 8 at La Mimosa on Thursday at 10:00 . The restaurant will hold your table for up to 15 minutes . Your Reference number is : F56UFR10 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for booking that for me ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Have a nice day , goodbye !" } ]
PMUL0865.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "id", "TR1584" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "id", "TR1584" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2IFP2I1S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "id", "TR1584" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2IFP2I1S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "modern eclectic" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "id", "TR1584" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2IFP2I1S" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "gastropub" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/2f616bd4" ], [ "_:search/2f616bd4", "food", "modern eclectic" ], [ "_:search/2f616bd4", "type", "Restaurant" ], [ "_:search", "area", "center" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "id", "TR1584" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2IFP2I1S" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "gastropub" ], [ "_:system", "canthelp", "_:search/2f616bd4" ], [ "_:search/2f616bd4", "food", "modern eclectic" ], [ "_:search/2f616bd4", "type", "Restaurant" ], [ "_:search", "area", "center" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "a few" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "id", "TR1584" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2IFP2I1S" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/2f616bd4" ], [ "_:search/2f616bd4", "food", "modern eclectic" ], [ "_:search/2f616bd4", "type", "Restaurant" ], [ "_:search", "area", "center" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "name", "la mimosa" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Mediterranean" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "the day we arrive" ], [ "_:search", "duration", "10:00" ], [ "_:search", "name", "la mimosa" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "10:55" ], [ "_:result", "id", "TR1584" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:system", "canthelp", "_:search/2f616bd4" ], [ "_:search/2f616bd4", "food", "modern eclectic" ], [ "_:search/2f616bd4", "type", "Restaurant" ], [ "_:search", "area", "center" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "name", "la mimosa" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Mediterranean" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "the day we arrive" ], [ "_:search", "duration", "10:00" ], [ "_:search", "name", "la mimosa" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "10:00" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "F56UFR10" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a cheap restaurant that is in the north part of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'Indian');(_:result,name,'Royal Spice');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Royal Spice is an Indian restaurant in the north part of town . It is in the cheap price range ." }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I 'm not interested in that choise . Is there anything else within those categories ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'italian');(_:result,name,'da vinci pizzeria');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "how about da vinci pizzeria ? a cheap italian place in the north ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'da vinci pizzeria');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I would like the phone number and address of da vinci pizzeria" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'20 Milton Road Chesterton');(_:result,phone,'01223 351707');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "no problem , its phone number is 01223 351707 and address is 20 Milton Road Chesterton ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . Good Bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "thank you , goodbye ." } ]
WOZ20198.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "da vinci pizzeria" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "north" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "name", "da vinci pizzeria" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "phone", "01223 351707" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for an expensive chinese restaurant to eat at ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'street city centre');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Thank you , I will go to the peking restaurant at street city centre" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'15:00');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you book me a table for 6 at 15:00 on sunday ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry but it is not possible to book that time slot at that restaurant . May I try another time and/or day for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'14:00');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you see if there is a table for 6 at 14:00 on Sunday , then ?" }, { "id": 5, "rdf-acts": [ "thank()", "inform((_:booking,day,'Sunday');(_:booking,duration,'14:00');(_:booking,name,'Peking');(_:booking,people,'6');(_:booking,ref,'TSREFNQW');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes ! I am glad to inform you I was able to book you at the Peking on Sunday at 14:00 for 6 people and your reservation number is TSREFNQW ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you , can you please help me find a train on Sunday that will arrive in Cambridge on time for my reservation ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'12:08');(_:result,day,'sunday');(_:result,destination,'cambridge');(_:result,id,'TR7147');(_:result,leave_at,'11:17');(_:result,type,'Train'))" ], "speaker": "system", "text": "the TR7147 train departs sunday at 11:17 and arrives in cambridge at 12:08 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'10:45');(_:search,day,'sunday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I actually need a train from Leicester to Cambridge on Sunday that arrives by 10:45 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,arrive_by,'9:54');(_:result,id,'TR0440');(_:result,leave_at,'8:09');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are several trains that meet your needs . TR0440 seems like the best option . It departs at 8:09 and arrives at 9:54 . I can book this for you if you 'd like , or there are three trains that run earlier in the day if you 'd like information on those ." }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , that would work . Can you go ahead and book me 6 tickets and provide me with the reference number , please ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'0FZ7ADG9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great you 're all set reference number is 0FZ7ADG9" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Awesome , you have been very helpful . That 's all I need ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Wonderful . Have a very nice day ." } ]
MUL0269.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/d5e8e699" ], [ "_:booking/d5e8e699", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/d5e8e699" ], [ "_:booking/d5e8e699", "type", "Booking" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "Peking" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "TSREFNQW" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:system", "canthelp", "_:booking/d5e8e699" ], [ "_:booking/d5e8e699", "type", "Booking" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "Peking" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "TSREFNQW" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "12:08" ], [ "_:result", "day", "sunday" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR7147" ], [ "_:result", "leave_at", "11:17" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:system", "canthelp", "_:booking/d5e8e699" ], [ "_:booking/d5e8e699", "type", "Booking" ], [ "_:search", "duration", "14:00" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "Peking" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "TSREFNQW" ], [ "_:booking", "type", "Booking" ], [ "_:result", "day", "sunday" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "arrive_by", "9:54" ], [ "_:result", "id", "TR0440" ], [ "_:result", "leave_at", "8:09" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "street city centre" ], [ "_:result", "name", "peking restaurant" ], [ "_:system", "canthelp", "_:booking/d5e8e699" ], [ "_:booking/d5e8e699", "type", "Booking" ], [ "_:search", "duration", "14:00" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "Peking" ], [ "_:booking", "people", "6" ], [ "_:result", "day", "sunday" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "arrive_by", "9:54" ], [ "_:result", "id", "TR0440" ], [ "_:result", "leave_at", "8:09" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "0FZ7ADG9" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "Good Morning , I am planning a trip to Cambridge . Can you help me with that ?" }, { "id": 1, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I sure can . Are you looking for a hotel or guesthouse to stay in while you visit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'cambridge arts theatre');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Actually , I am looking for the cambridge arts theatre . What area is that in ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'center');(_:result,category,'theatre');(_:result,name,'Cambridge Arts Theatre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Cambridge Arts Theatre is a great theatre in the center of town ." }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great ! Can you help me find a place to stay with free parking and wifi ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'29');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 29 results for places to stay with free wifi and parking , is there a particular area you 'd like to stay in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't have a location preference , just so long as its a 4 star place ." }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'Acorn Guest House');(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I would recommend the Acorn Guest House . It is a 4-star facility ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you please book it for 5 people for 3 nights starting on Friday ? Also , I will need the reference number for that ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'1FNJFLCY');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . Your reference number is 1FNJFLCY ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank a lot for your help . That is all ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are welcome , glad to be of assistance . Have a great day . Bye ." } ]
MUL2696.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "cambridge arts theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge arts theatre" ], [ "_:result", "area", "center" ], [ "_:result", "category", "theatre" ], [ "_:result", "name", "Cambridge Arts Theatre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge arts theatre" ], [ "_:result", "area", "center" ], [ "_:result", "category", "theatre" ], [ "_:result", "name", "Cambridge Arts Theatre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "29" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge arts theatre" ], [ "_:result", "area", "center" ], [ "_:result", "category", "theatre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "29" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge arts theatre" ], [ "_:result", "area", "center" ], [ "_:result", "category", "theatre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "29" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "1FNJFLCY" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hello i 'm looking for places to go in cambridge please ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,address,'Cambridge leisure park , clifton way');(_:result,area,'south');(_:result,name,'Cineworld Cinema');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Cineworld Cinema is located south at Cambridge leisure park , clifton way . Is there a specific activity you had in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I need a place in the centre ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "All Saints Church is in the centre area . The entrance fee is free . Would you like to book that ?" }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , can I get the postcode ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,name,'All Saints Church');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Certainly . All Saints Church is in postcode cb58bs . Can I help you with something else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'Cambridge Belfry');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please , we 'll be needing somewhere to stay the night . What can you tell me about the Cambridge Belfry ? I 've heard it 's pretty nice , is that true ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,stars,'four');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "It is four stars . What else would you like to know ?" }, { "id": 8, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it have free parking ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_parking,'none');(_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Cambridge Belfry does have free parking . Would you like me to book it for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Not right now , but could I please get the address for the hotel ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'back lane , cambourne');(_:result,name,'Cambridge Belfry');(_:result,phone,'01954714600');(_:result,postcode,'cb236bw');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The Cambridge Belfry is located at back lane , cambourne . The phone number is 01954714600 and postcode cb236bw . Is the anything else I can help with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's it , thank you ." }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "I hope you enjoy your stay . Have a nice day ." }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Have a nice day !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you . Have a nice day as well . Good bye ." } ]
MUL2519.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "?" ], [ "_:result", "address", "Cambridge leisure park , clifton way" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "?" ], [ "_:result", "address", "Cambridge leisure park , clifton way" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "?" ], [ "_:result", "address", "Cambridge leisure park , clifton way" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Cambridge Belfry" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "?" ], [ "_:result", "address", "Cambridge leisure park , clifton way" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "name", "Cambridge Belfry" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "has_parking", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "?" ], [ "_:result", "address", "Cambridge leisure park , clifton way" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "name", "Cambridge Belfry" ], [ "_:result", "stars", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "Cambridge Belfry" ], [ "_:result", "stars", "four" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "address", "back lane , cambourne" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "phone", "01954714600" ], [ "_:result", "postcode", "cb236bw" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "Cambridge Belfry" ], [ "_:result", "stars", "four" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "address", "back lane , cambourne" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "phone", "01954714600" ], [ "_:result", "postcode", "cb236bw" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,departure,'cambridge');(_:search,leave_at,'16:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train that will be leaving from cambridge by 16:30 , can you help me with this please ?" }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where would you like to go and on what day ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,day,'monday');(_:search,destination,'ely');(_:search,leave_at,'16:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need the train to leave on Monday before 16:30 for Ely ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'10');(_:result,leave_at,'16:30');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 10 trains leaving before 16:30 . What is the earliest you 'd like to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,leave_at,'16:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "The latest I can leave to arrive by 16:30 please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'16:07');(_:result,id,'TR7177');(_:result,leave_at,'15:50');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The last train that will arrive by 16:30 is train TR7177 . It departs at 15:50 and arrives at 16:07 . Would you like me to book a ticket for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , but how much is the ticket going to be and how long is the travel time ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,duration,'17 minutes');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The travel time is 17 minutes and the price of the ticket would be 4.40 pounds . Would you like me to book that for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,stars,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , and once I am in Ely I need a place to stay on the north side of town with at least a 1 star rating , and has wifi ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 11 possible selections in those parameters , do you have a preferred price range ? Would you like a guesthouse or hotel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'dontcare');(_:search,pricerange,'dontcare');(_:search,stars,'3');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Any price range and area is fine . But , is it possible to look for a 3 star hotel or guesthouse instead ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Hamilton lodge');(_:result,pricerange,'moderately');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Hamilton lodge is a guesthouse in the north with a 3 star rating and moderately priced . Would you like me to book a room for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "If they have free parking , yes ." }, { "id": 13, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok . I 'll need the day , length of stay , and number of people ." }, { "id": 14, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "First , do they have free parking ?" }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hamilton Lodge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I apologize . Yes , Hamilton Lodge provides guests with both free wifi and free parking . I can set you up with a room if you like ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not at this time . thank you so much for the information . That 's all I need today ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Have a nice day !" } ]
MUL0639.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "10" ], [ "_:result", "leave_at", "16:30" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "ely" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "ely" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "3" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Hamilton lodge" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "ely" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "3" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Hamilton lodge" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "ely" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "3" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "stars", "3" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you help me find a hotel in the north ." }, { "id": 1, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,area,'north');(_:result,count,'13');(_:result,type,'Hotel'))", "reqmore()", "thank()" ], "speaker": "system", "text": "Sure can . We have 13 choices in the north . Any other preferences ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would like it to be cheap , but also include free wifi ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'worth house');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The worth house matches your search criteria and has a 4 star rating . Would you like me to create a booking ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , I appreciate your time !" }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "I 'm happy to have helped you . Thank you for using Cambridge TownInfo centre . Goodbye !" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,name,'Worth House');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Wait , what is the phone number for the Worth House ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'Worth House');(_:result,phone,'01223316074');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The phone number for Worth House is 01223316074 . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'cinema');(_:search,has_parking,'yes');(_:search,type,'Attraction');(_:search,type,'Hotel'))", "request((_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Do they have free parking ? I also need to find a cinema in the west ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,has_parking,'none');(_:result,name,'Worth House');(_:result,type,'Hotel'))", "canthelp((_:search,area,'west');(_:search,category,'cinemas');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Yes , Worth House has free parking . It does n't appear there are any cinemas in the west . Would you like me to try another area ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How about a museum ?" }, { "id": 11, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,category,'museums');(_:search,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry , there are no museums in the west , either . Would you like to try something else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No , I 'd really like either a cinema or a museum on the west side of town . Could you please look again for me ?" }, { "id": 13, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have many museums but no cinema . are you looking for a specific type of museum ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Not really . What are my options ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,area,'west');(_:result,category,'museums');(_:result,count,'7');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have seven museums on the west side of town ." }, { "id": 16, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I have the phone number to the museum that 's closest to me ?" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Sidgwick Avenue');(_:result,name,'Museum of Classical Archaeology');(_:result,phone,'01223335153');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I believe that would be the Museum of Classical Archaeology on Sidgwick Avenue . Their phone number is 01223335153 . Is there anything else I can help you with ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,departure,'the museum');(_:search,destination,'the hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I would like a taxi to get from the museum to the hotel ." }, { "id": 19, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time would you like to leave the museum or arrive to the hotel by ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,departure,'the museum');(_:search,leave_at,'09:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to leave the museum by 09:15" }, { "id": 21, "rdf-acts": [ "inform((_:result,car,'yellow volkswagen');(_:result,phone,'07289505959');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay . Booked a yellow volkswagen . Contact number : 07289505959 ." }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much ! goodbye ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "Goodbye . Please let me know if you need anything else ." } ]
MUL1146.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "13" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "13" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "worth house" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "13" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "worth house" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "phone", "?" ], [ "_:search", "name", "Worth House" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "13" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stars", "4" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "Worth House" ], [ "_:result", "name", "Worth House" ], [ "_:result", "phone", "01223316074" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "category", "cinema" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "13" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stars", "4" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "Worth House" ], [ "_:result", "phone", "01223316074" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Worth House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/c1b73110" ], [ "_:search/c1b73110", "area", "west" ], [ "_:search/c1b73110", "category", "cinemas" ], [ "_:search/c1b73110", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "13" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stars", "4" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "Worth House" ], [ "_:result", "phone", "01223316074" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Worth House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/c1b73110" ], [ "_:search/c1b73110", "area", "west" ], [ "_:search/c1b73110", "category", "cinemas" ], [ "_:search/c1b73110", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:system", "canthelp", "_:search/a34dbe85" ], [ "_:search/a34dbe85", "area", "west" ], [ "_:search/a34dbe85", "category", "museums" ], [ "_:search/a34dbe85", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "13" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stars", "4" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "Worth House" ], [ "_:result", "phone", "01223316074" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Worth House" ], [ "_:system", "canthelp", "_:search/c1b73110" ], [ "_:search/c1b73110", "area", "west" ], [ "_:search/c1b73110", "category", "cinemas" ], [ "_:search/c1b73110", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/a34dbe85" ], [ "_:search/a34dbe85", "area", "west" ], [ "_:search/a34dbe85", "category", "museums" ], [ "_:search/a34dbe85", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stars", "4" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "Worth House" ], [ "_:result", "phone", "01223316074" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Worth House" ], [ "_:system", "canthelp", "_:search/c1b73110" ], [ "_:search/c1b73110", "area", "west" ], [ "_:search/c1b73110", "category", "cinemas" ], [ "_:search/c1b73110", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/a34dbe85" ], [ "_:search/a34dbe85", "area", "west" ], [ "_:search/a34dbe85", "category", "museums" ], [ "_:search/a34dbe85", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stars", "4" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "Worth House" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:system", "canthelp", "_:search/c1b73110" ], [ "_:search/c1b73110", "area", "west" ], [ "_:search/c1b73110", "category", "cinemas" ], [ "_:search/c1b73110", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/a34dbe85" ], [ "_:search/a34dbe85", "area", "west" ], [ "_:search/a34dbe85", "category", "museums" ], [ "_:search/a34dbe85", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Sidgwick Avenue" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:result", "phone", "01223335153" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the museum" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stars", "4" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "Worth House" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:system", "canthelp", "_:search/c1b73110" ], [ "_:search/c1b73110", "area", "west" ], [ "_:search/c1b73110", "category", "cinemas" ], [ "_:search/c1b73110", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/a34dbe85" ], [ "_:search/a34dbe85", "area", "west" ], [ "_:search/a34dbe85", "category", "museums" ], [ "_:search/a34dbe85", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Sidgwick Avenue" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:result", "phone", "01223335153" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "the museum" ], [ "_:search", "leave_at", "09:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "stars", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stars", "4" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "name", "Worth House" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:system", "canthelp", "_:search/c1b73110" ], [ "_:search/c1b73110", "area", "west" ], [ "_:search/c1b73110", "category", "cinemas" ], [ "_:search/c1b73110", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/a34dbe85" ], [ "_:search/a34dbe85", "area", "west" ], [ "_:search/a34dbe85", "category", "museums" ], [ "_:search/a34dbe85", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Sidgwick Avenue" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "the museum" ], [ "_:search", "leave_at", "09:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow volkswagen" ], [ "_:result", "phone", "07289505959" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'hotel');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel on the east side , and I would prefer a four star hotel" }, { "id": 1, "rdf-acts": [ "request((_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,has_parking,'yes');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Does the hotel needs to have free parking ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to stay in a guesthouse if possible , what is there available ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'warkworth house');(_:result,pricerange,'moderately');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The warkworth house is moderately priced and meets your criteria . Would you like me to try and make a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a reservation for 4 people and 4 nights starting from Friday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'3AT2D81N');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , that booking was successful . You 're reference number is 3AT2D81N . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you very much for your help ." }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there any thing else you need ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , again , thank you for your help ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day !" } ]
SNG0813.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "stars", "four" ], [ "_:result", "has_parking", "yes" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "stars", "four" ], [ "_:result", "has_parking", "yes" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "warkworth house" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "stars", "four" ], [ "_:result", "has_parking", "yes" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "warkworth house" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "3AT2D81N" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "stars", "four" ], [ "_:result", "has_parking", "yes" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "warkworth house" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "3AT2D81N" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'williams art and antiques');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for an attraction called Williams Art and Antiques ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,\"gwydir street , no . 5 dale 's brewery\");(_:result,name,'Williams art and antiques');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Williams art and antiques is at gwydir street , no . 5 dale 's brewery . Would you like me to book tickets ?" }, { "id": 2, "rdf-acts": [ "request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No thank you . Just the area and postcode please ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'centre');(_:result,postcode,'cb12lj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is in the centre and the postcode is cb12lj . Is there anything else you need help with today ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's all I needed . Thank you !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your visit to Williams Art and Antiques !" } ]
SNG1147.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "williams art and antiques" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "williams art and antiques" ], [ "_:search", "type", "Attraction" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "gwydir street , no . 5 dale 's brewery" ], [ "_:result", "name", "Williams art and antiques" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "williams art and antiques" ], [ "_:search", "type", "Attraction" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "gwydir street , no . 5 dale 's brewery" ], [ "_:result", "name", "Williams art and antiques" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "postcode", "cb12lj" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a 4 star place to stay in the north ." }, { "id": 1, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I found 5 guesthouses in the north . The Acorn Guest House has free internet and parking . Can I book this guesthouse ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not at this time . Let me think about it . Thanks !" }, { "id": 3, "rdf-acts": [ "reqmore()", "thank()" ], "speaker": "system", "text": "Okay . Is there anything else I can do for you today ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,name,'acorn guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Actually , I would like to book the Acorn Guest House for wednesday ." }, { "id": 5, "rdf-acts": [ "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Certainly ! How many people are staying and how many nights will you require ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It will be 3 nights for 8 people ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately , they were not available for that stay . Would you like to try a shorter stay ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can we please try for 2 nights ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'01P47PJ5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking has been completed . Your reference number is : 01P47PJ5 . Is there anything else I could do for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What museums do you have in the centre ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Castle Galleries are in the centre ." }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds good . Can you tell me what the entrance fee is ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The entrance fee is free ." }, { "id": 14, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thanks . Can I also have the address and postcode ?" }, { "id": 15, "rdf-acts": [ "thank()", "reqmore()", "inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Certainly . The address is unit su43 , grande arcade , saint andrews street and the postcode is cb23bj . Is there anything else I can help you with ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you 've been a great help . Thank you for your time . Goodbye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Great ! Have a wonderful day !" } ]
MUL2661.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:search", "name", "acorn guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:search", "name", "acorn guest house" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:search", "name", "acorn guest house" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/eb293bc7" ], [ "_:booking/eb293bc7", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "name", "acorn guest house" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/eb293bc7" ], [ "_:booking/eb293bc7", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "01P47PJ5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:search", "day", "wednesday" ], [ "_:search", "name", "acorn guest house" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/eb293bc7" ], [ "_:booking/eb293bc7", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "01P47PJ5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:search", "day", "wednesday" ], [ "_:search", "name", "acorn guest house" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/eb293bc7" ], [ "_:booking/eb293bc7", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "01P47PJ5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:search", "day", "wednesday" ], [ "_:search", "name", "acorn guest house" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/eb293bc7" ], [ "_:booking/eb293bc7", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "01P47PJ5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "postcode", "cb23bj" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "am looking for a train , it should go to cambridge and should depart from norwich" }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time and day are you looking to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'08:30');(_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I would like travel on Monday and I would need to arrive by 08:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'06:35');(_:result,day,'monday');(_:result,departure,'norwich');(_:result,destination,'cambridge');(_:result,id,'TR9020');(_:result,type,'Train'))" ], "speaker": "system", "text": "TrainID TR9020 leaves norwich on monday and arrives in cambridge at 06:35 ." }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the price for the train ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'17.60 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The cost will be 17.60 pounds . Would you like more information about that ?" }, { "id": 6, "rdf-acts": [ "request((_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What time does the train leave ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,leave_at,'05:16');(_:result,type,'Train'))" ], "speaker": "system", "text": "it leaves at 05:16" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks , that 's all . Good bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Goodbye and thanks for using the help desk ." } ]
SNG01450.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "06:35" ], [ "_:result", "day", "monday" ], [ "_:result", "departure", "norwich" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR9020" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "06:35" ], [ "_:result", "day", "monday" ], [ "_:result", "departure", "norwich" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR9020" ], [ "_:result", "ticket", "17.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "06:35" ], [ "_:result", "day", "monday" ], [ "_:result", "departure", "norwich" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR9020" ], [ "_:result", "ticket", "17.60 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "leave_at", "05:16" ], [ "_:result", "type", "Train" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hi , I am hoping you can give me some information on places to dine ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "I am sure we can find you a great place to dine . First , do you have a type of food in mind and what is your preferred price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'corsica');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I would like a restaurant that serves corsica food ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'Cambridge');(_:search,food,'corsica');(_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "There are no corsica restaurants in Cambridge . Would you like to try searching for something else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about gastropub restaurants please ?" }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'4');(_:result,food,'Gastropub');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are four restaurants that serve Gastropub , What pricerange would you like ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'15:45');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "any is fine . book a table for 7 people at 15:45 on friday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'Cow Pizza Kitchen and Bar');(_:booking,ref,'XOKT79OB');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I 've got you at The Cow Pizza Kitchen and Bar . Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : XOKT79OB ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Also , I 'm looking for places to go in town that are in the same area as the restaurant ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 44 results . Can I narrow down the results with a certain type of attraction ?" }, { "id": 10, "rdf-acts": [ "request((_:result,category,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))", "inform((_:search,category,\"does n't matter\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "It really does n't matter . Can you just recommend one and give me the entrance fee , attraction type , and phone number ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'holy trinity church');(_:result,phone,'01223355397');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure ! How about Holy Trinity Church ? It 's a free architecture attraction , and their phone number is 01223355397 . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope ! That 'll be all , thanks so much for your help !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thanks for using the Cambridge TownInfo centre . Goodbye !" } ]
PMUL2317.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "?" ], [ "_:search", "food", "corsica" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/2e256e4c" ], [ "_:search/2e256e4c", "area", "Cambridge" ], [ "_:search/2e256e4c", "food", "corsica" ], [ "_:search/2e256e4c", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:system", "canthelp", "_:search/2e256e4c" ], [ "_:search/2e256e4c", "area", "Cambridge" ], [ "_:search/2e256e4c", "food", "corsica" ], [ "_:search/2e256e4c", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Gastropub" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:system", "canthelp", "_:search/2e256e4c" ], [ "_:search/2e256e4c", "area", "Cambridge" ], [ "_:search/2e256e4c", "food", "corsica" ], [ "_:search/2e256e4c", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Gastropub" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "7" ], [ "_:booking", "name", "Cow Pizza Kitchen and Bar" ], [ "_:booking", "ref", "XOKT79OB" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:system", "canthelp", "_:search/2e256e4c" ], [ "_:search/2e256e4c", "area", "Cambridge" ], [ "_:search/2e256e4c", "food", "corsica" ], [ "_:search/2e256e4c", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "?" ], [ "_:result", "food", "Gastropub" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "7" ], [ "_:booking", "name", "Cow Pizza Kitchen and Bar" ], [ "_:booking", "ref", "XOKT79OB" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "category", "does n't matter" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:system", "canthelp", "_:search/2e256e4c" ], [ "_:search/2e256e4c", "area", "Cambridge" ], [ "_:search/2e256e4c", "food", "corsica" ], [ "_:search/2e256e4c", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "?" ], [ "_:result", "food", "Gastropub" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "7" ], [ "_:booking", "name", "Cow Pizza Kitchen and Bar" ], [ "_:booking", "ref", "XOKT79OB" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "count", "44" ], [ "_:search", "category", "does n't matter" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "architecture" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "holy trinity church" ], [ "_:result", "phone", "01223355397" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cote');(_:search,leave_at,'20:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi by 20:45 to go to Cote ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I 'd be happy to help ! Where are you coming from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'tandoori palace');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm leaving from tandoori palace ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'white tesla');(_:result,phone,'07657055747');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Ok I have a white tesla and the contact number is 07657055747 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That was fast thank you so much !" }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I assist you with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks . Have a good evening ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You , too , and thank you for calling . Goodbye ." } ]
SNG02059.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cote" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "cote" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "departure", "tandoori palace" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cote" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "departure", "tandoori palace" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white tesla" ], [ "_:result", "phone", "07657055747" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cote" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "departure", "tandoori palace" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white tesla" ], [ "_:result", "phone", "07657055747" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes I am looking for some hotels that include free parking and cheap rates in the Cambridge area ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,has_internet,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'10');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "There are 10 hotels , do you have any other preferences to narrow it down ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure . I 'd like a guesthouse ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,count,'9');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 9 options available . Do you have a preference for how many stars or what area specifically ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,\"do n't care\");(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care . Please book one that you recommend ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'allenbell');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK , how about the allenbell ? To book a stay I 'll need to know the first day you want to stay , how many days , and how many guests ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need it for 8 people , and for 4 nights starting Saturday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,people,'8');(_:booking,ref,'PB41WUOT');(_:booking,stay,'4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great , I have booked your stay for 8 people for 4 nights . Your reference number is PB41WUOT . May I help with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I also would like to find a museum in the west ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "there are several museums there , any preferences ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'Museum of Science');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to find the Museum of Science , please ." }, { "id": 11, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))", "canthelp((_:search,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry , but I 'm having trouble locating your requested attraction . Can you please restate your request ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is there a museum of science ?" }, { "id": 13, "rdf-acts": [ "canthelp((_:search,type,'Attraction'))" ], "speaker": "system", "text": "I 'm not finding one , sorry ." }, { "id": 14, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Are there any other museums in that area ?" }, { "id": 15, "rdf-acts": [ "request((_:search,category,?);(_:search,entrance_fee,?);(_:search,type,'Attraction'))", "inform((_:result,area,'west');(_:result,category,'museums');(_:result,count,'7');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Yes there are 7 museums in the west area of town for your pleasure . Is there anything else you would like to narrow them down with ?" }, { "id": 16, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))", "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "The museum I want should be in the west side of town and can I have the postcode for the museum ." }, { "id": 17, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Whipple Museum of The History of Science');(_:result,postcode,'cb23rh');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Do you mean the Whipple Museum of The History of Science ? If so , it 's located in the centre of town . Postcode is cb23rh ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thanks for the help !" }, { "id": 19, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'Museum of Classical Archaeology');(_:result,postcode,'cb39da');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Museum of Classical Archaeology on the west side might also meet your needs . The postcode is cb39da ." }, { "id": 20, "rdf-acts": [ "thank()", "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I think that will be better since it 's on the west side . Thank you , that 's all I need ." }, { "id": 21, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Great ! I will give you some brochures for you ." }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank You . I think that 's all I need today ." }, { "id": 23, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Alright ! Enjoy your trip to the museum !" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! Have a great day !" }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Good - bye ." } ]
MUL1076.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "do n't care" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:search", "area", "do n't care" ], [ "_:result", "name", "allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "name", "allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PB41WUOT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "name", "allenbell" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PB41WUOT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Museum of Science" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "name", "allenbell" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PB41WUOT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:search/e4c0a6bc" ], [ "_:search/e4c0a6bc", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "9" ], [ "_:result", "name", "allenbell" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PB41WUOT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:search/e4c0a6bc" ], [ "_:search/e4c0a6bc", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/8cfc1f39" ], [ "_:search/8cfc1f39", "type", "Attraction" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "name", "allenbell" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PB41WUOT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "several" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:search/e4c0a6bc" ], [ "_:search/e4c0a6bc", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/8cfc1f39" ], [ "_:search/8cfc1f39", "type", "Attraction" ], [ "_:search", "category", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PB41WUOT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "several" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:search/e4c0a6bc" ], [ "_:search/e4c0a6bc", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/8cfc1f39" ], [ "_:search/8cfc1f39", "type", "Attraction" ], [ "_:search", "category", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Whipple Museum of The History of Science" ], [ "_:result", "postcode", "cb23rh" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PB41WUOT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "several" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:search/e4c0a6bc" ], [ "_:search/e4c0a6bc", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/8cfc1f39" ], [ "_:search/8cfc1f39", "type", "Attraction" ], [ "_:search", "category", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:result", "postcode", "cb39da" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PB41WUOT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "several" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:search/e4c0a6bc" ], [ "_:search/e4c0a6bc", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/8cfc1f39" ], [ "_:search/8cfc1f39", "type", "Attraction" ], [ "_:search", "category", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:result", "postcode", "cb39da" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PB41WUOT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "several" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:search/e4c0a6bc" ], [ "_:search/e4c0a6bc", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/8cfc1f39" ], [ "_:search/8cfc1f39", "type", "Attraction" ], [ "_:search", "category", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:result", "postcode", "cb39da" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hello there , when I visit Cambridge , I 'd love to go to a college . Are there any in the centre ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'5');(_:result,name,\"christ 's college\");(_:result,name,'corpus christi');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , there are 5 in that area . I could recommend christ 's college or corpus christi ." }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'corpus christi');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Corpus Christi is fine . May I have the address and phone number ? What is the entrance fee ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"Saint Andrew 's street\");(_:result,entrance_fee,'free');(_:result,phone,'01223334900');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , the entrance fee is free . The phone number is 01223334900 , and their address is Saint Andrew 's street with the postcode of cb23bu . Is there anything else I can do ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I am looking for a place to stay . Can you recommend a 2 star hotel ?" }, { "id": 5, "rdf-acts": [ "select((_:result,name,'Ashley Hotel');(_:result,name,'Express by holiday inn cambridge');(_:result,name,'lovell lodge');(_:result,type,'Hotel'))", "inform((_:result,type,'Hotel'))" ], "speaker": "system", "text": "There is Ashley Hotel , Express by holiday inn cambridge , and lovell lodge . Which would you like to book ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm not looking to book just now , but are any of those a bit more moderately priced ? I 'm on a budget ." }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'74 Chesterton Road');(_:result,name,'Ashley Hotel');(_:result,phone,'01223350059');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Ashley Hotel is in the moderate price range . Their address is 74 Chesterton Road and the number is 01223350059 . Anything else I can assist you with , today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,has_internet,'yes');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , sorry , I 'm getting more information from my group just now . If the Ashley has wifi , can you please book a stay for 7 for 2 nights , starting Friday ?" }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , there is WI - fi , however , that hotel is not available for these days . Can I book a different day or a shorter stay ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yeah , try shortening the stay to one night only ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'friday');(_:booking,ref,'J4WC147');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book you for friday . Your reference number is J4WC147 . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I needed ! Thank you" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "My pleasure . Enjoy your visit to Cambridge ! Goodbye ." } ]
MUL1011.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "count", "5" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "name", "corpus christi" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "corpus christi" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "name", "corpus christi" ], [ "_:search", "name", "corpus christi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:search", "name", "corpus christi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Express by holiday inn cambridge" ], [ "_:result", "name", "lovell lodge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:search", "name", "corpus christi" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "74 Chesterton Road" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "phone", "01223350059" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:search", "name", "corpus christi" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "74 Chesterton Road" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "phone", "01223350059" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/cb7cbe54" ], [ "_:booking/cb7cbe54", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:search", "name", "corpus christi" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "74 Chesterton Road" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "phone", "01223350059" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "friday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/cb7cbe54" ], [ "_:booking/cb7cbe54", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "friday" ], [ "_:booking", "ref", "J4WC147" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to go to a restaurant that serves Chinese food for a moderate price ." }, { "id": 1, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'north');(_:result,type,'Restaurant'))", "inform((_:result,count,'4');(_:result,food,'Chinese');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 4 results for moderately priced Chinese restaurants . Would you prefer north of town or centre ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "North of town ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'chinese');(_:result,name,'Golden Wok');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Golden Wok is located in the north that serves chinese and is at a moderate price range . Does this work ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'12:00');(_:search,people,'8');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes can I book a table for 8 people at 12:00 on saturday , if booking fails how about 11:00 ? Also can I get the reference number please ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,day,'Saturday');(_:booking,duration,'12:00');(_:booking,name,'Golden Wok');(_:booking,people,'8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright , I will schedule you for Saturday for 8 people at 12:00 , at Golden Wok , which is North . Thank you" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Also , I am looking for a place to stay ." }, { "id": 7, "rdf-acts": [ "select((_:result,area,'North');(_:result,type,'Hotel'))", "inform((_:booking,duration,'11:00');(_:booking,ref,'M2SLL9IE');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking for 11:00 is the only one that worked . Reference number is : M2SLL9IE . Where you looking to stay in the North also ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would also like a place to stay ." }, { "id": 9, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Not a problem . Do you have any preferences for the hotel or guesthouse ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a guesthouse with free parking ." }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 21 guesthouses in Cambridge that offer free parking . Do you have an area preference or a price range ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to find a guesthouse that is expensive if one is available ." }, { "id": 13, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry but there are no expensive guesthouses available . Would you like me to try a different price range ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Well , try one in the moderate price range ." }, { "id": 15, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'12');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 12 available , what area would you like to stay in ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is there one available in the north ?" }, { "id": 17, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are several that fit that criteria . Do you require parking or internet ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'4');(_:search,pricerange,'moderately');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to book any moderately priced guesthouse for 4 people starting on Saturday for 4 nights ." }, { "id": 19, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , but I ca n't book any hotels with that criteria . Would you like to modify your criteria ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can you book something starting on sunday ?" }, { "id": 21, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "We may be able to find something if you shorten your stay . Would you like to try a different number of nights ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'8');(_:search,pricerange,'moderate');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Did we not find any hotels in the expensive or moderate price range to accomodate 8 people for 4 nights starting Saturday ?" }, { "id": 23, "rdf-acts": [ "inform((_:result,people,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I searched for 4 people . Shall we try 8 ?" }, { "id": 24, "rdf-acts": [ "inform((_:search,people,'eight');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need the hotel for four nights , and eight people please ." }, { "id": 25, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'saturday');(_:booking,people,'8');(_:booking,ref,'HU7TJ6XU');(_:booking,stay,'4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book a reservation for 8 people for 4 nights starting saturday . Your reference number is HU7TJ6XU . Is there anything else you need today ?" }, { "id": 26, "rdf-acts": [], "speaker": "user", "text": "No , that will be all , t hank you ." }, { "id": 27, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "Thank you . Have a great day" }, { "id": 28, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Goodbye have a nice day !" }, { "id": 29, "rdf-acts": null, "speaker": "system", "text": "Thank you goodbye !" } ]
MUL0023.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "duration", "12:00" ], [ "_:booking", "name", "Golden Wok" ], [ "_:booking", "people", "8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:search", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Golden Wok" ], [ "_:booking", "people", "8" ], [ "_:result", "area", "North" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "duration", "11:00" ], [ "_:booking", "ref", "M2SLL9IE" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:search", "area", "north" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Golden Wok" ], [ "_:booking", "people", "8" ], [ "_:result", "area", "North" ], [ "_:booking", "duration", "11:00" ], [ "_:booking", "ref", "M2SLL9IE" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Golden Wok" ], [ "_:booking", "people", "8" ], [ "_:result", "area", "North" ], [ "_:booking", "duration", "11:00" ], [ "_:booking", "ref", "M2SLL9IE" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "21" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Golden Wok" ], [ "_:booking", "people", "8" ], [ "_:result", "area", "North" ], [ "_:booking", "duration", "11:00" ], [ "_:booking", "ref", "M2SLL9IE" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "21" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/b68fceb4" ], [ "_:search/b68fceb4", "category", "guesthouses" ], [ "_:search/b68fceb4", "pricerange", "expensive" ], [ "_:search/b68fceb4", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Golden Wok" ], [ "_:booking", "people", "8" ], [ "_:result", "area", "North" ], [ "_:booking", "duration", "11:00" ], [ "_:booking", "ref", "M2SLL9IE" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_parking", "none" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/b68fceb4" ], [ "_:search/b68fceb4", "category", "guesthouses" ], [ "_:search/b68fceb4", "pricerange", "expensive" ], [ "_:search/b68fceb4", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "12" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "12:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Golden Wok" ], [ "_:booking", "people", "8" ], [ "_:result", "area", "North" ], [ "_:booking", "duration", "11:00" ], [ "_:booking", "ref", "M2SLL9IE" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_parking", "none" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/b68fceb4" ], [ "_:search/b68fceb4", "category", "guesthouses" ], [ "_:search/b68fceb4", "pricerange", "expensive" ], [ "_:search/b68fceb4", "type", "Hotel" ], [ "_:result", "count", "12" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "12:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Golden Wok" ], [ "_:booking", "people", "8" ], [ "_:result", "area", "North" ], [ "_:booking", "duration", "11:00" ], [ "_:booking", "ref", "M2SLL9IE" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_parking", "none" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/b68fceb4" ], [ "_:search/b68fceb4", "category", "guesthouses" ], [ "_:search/b68fceb4", "pricerange", "expensive" ], [ "_:search/b68fceb4", "type", "Hotel" ], [ "_:result", "count", "12" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/60974b3b" ], [ "_:booking/60974b3b", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "12:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Golden Wok" ], [ "_:booking", "people", "8" ], [ "_:result", "area", "North" ], [ "_:booking", "duration", "11:00" ], [ "_:booking", "ref", "M2SLL9IE" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_parking", "none" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/b68fceb4" ], [ "_:search/b68fceb4", "category", "guesthouses" ], [ "_:search/b68fceb4", "pricerange", "expensive" ], [ "_:search/b68fceb4", "type", "Hotel" ], [ "_:result", "count", "12" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/60974b3b" ], [ "_:booking/60974b3b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "12:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Golden Wok" ], [ "_:booking", "people", "8" ], [ "_:result", "area", "North" ], [ "_:booking", "duration", "11:00" ], [ "_:booking", "ref", "M2SLL9IE" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_parking", "none" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/b68fceb4" ], [ "_:search/b68fceb4", "category", "guesthouses" ], [ "_:search/b68fceb4", "pricerange", "expensive" ], [ "_:search/b68fceb4", "type", "Hotel" ], [ "_:result", "count", "12" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "canthelp", "_:booking/60974b3b" ], [ "_:booking/60974b3b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "people", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "eight" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "12:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Golden Wok" ], [ "_:result", "area", "North" ], [ "_:booking", "duration", "11:00" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_parking", "none" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/b68fceb4" ], [ "_:search/b68fceb4", "category", "guesthouses" ], [ "_:search/b68fceb4", "pricerange", "expensive" ], [ "_:search/b68fceb4", "type", "Hotel" ], [ "_:result", "count", "12" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "canthelp", "_:booking/60974b3b" ], [ "_:booking/60974b3b", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "people", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "eight" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "saturday" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "HU7TJ6XU" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "12:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Golden Wok" ], [ "_:result", "area", "North" ], [ "_:booking", "duration", "11:00" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "has_parking", "none" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/b68fceb4" ], [ "_:search/b68fceb4", "category", "guesthouses" ], [ "_:search/b68fceb4", "pricerange", "expensive" ], [ "_:search/b68fceb4", "type", "Hotel" ], [ "_:result", "count", "12" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "canthelp", "_:booking/60974b3b" ], [ "_:booking/60974b3b", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "people", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "eight" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "saturday" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "HU7TJ6XU" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want a moderately priced restaurant please ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food would you like to have ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Any kind of food will be fine as long as it is moderately priced and in the north part of town ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'Chinese');(_:result,name,'Golden Wok');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Golden Wok is in the north part of town , and is moderately priced . It serves Chinese food ." }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there any other restaurant ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'indian');(_:result,name,'the nirala');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is the nirala , which serves indian food in the moderate price range and the north part of town" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds good . What is their phone number ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'01223 360966');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number is 01223 360966 ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You are very welcome . Bye ." } ]
WOZ20603.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "the nirala" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "the nirala" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 360966" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))" ], "speaker": "user", "text": "What is the location of the Parkside Police Station ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "Cambridge , parkside police telephone number 01223358966 ." }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "I may be close by . What is the station 's postcode ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "They are located in Parkside , Cambridge , post code CB11JG" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help . That is all that I need right now ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome . Have a great night ." } ]
SNG02225.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Parkside Police Station" ], [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Parkside Police Station" ], [ "_:search", "type", "Police" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Parkside Police Station" ], [ "_:search", "type", "Police" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for attractions in the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The city centre has many attractions to offer . Do you have a specific type of attraction you are interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I would like the attraction in the centre , and I would like the amount of the entrance fees in the centre ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,entrance_fee,'4 - 5 pounds');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "There are many museums with free entrance , or nightclubs with fees around 4 - 5 pounds . Would you be interested in more information on any of these ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'birmingham new street');(_:search,leave_at,'19:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "Actually , can you find a train to birmingham new street for me ? I need to leave after 19:45 ." }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your departure site and day of travel ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'Birmingham New Street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Should depart from Cambridge and go to Birmingham New Street" }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'28');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 28 trains that fit that criteria , what time would you like to arrive ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'19:45');(_:search,people,'four');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "It does n't matter , the first train after 19:45 works for me . I need to book it for four people , and please provide the reference number ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,arrive_by,'23:44');(_:booking,category,'Train');(_:booking,id,'TR7769');(_:booking,leave_at,'20:01');(_:booking,people,'4');(_:booking,ref,'H6UCCIBA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book 4 tickets on train TR7769 departing at 20:01 and arriving at 23:44 . Your reference number is H6UCCIBA . Is there anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will do it ! Thank you for all your help !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day ." } ]
MUL0596.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "entrance_fee", "4 - 5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "19:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "entrance_fee", "4 - 5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "leave_at", "19:45" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Birmingham New Street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "entrance_fee", "4 - 5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Birmingham New Street" ], [ "_:result", "count", "28" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "19:45" ], [ "_:search", "people", "four" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "entrance_fee", "4 - 5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Birmingham New Street" ], [ "_:result", "count", "28" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "19:45" ], [ "_:search", "people", "four" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "23:44" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR7769" ], [ "_:booking", "leave_at", "20:01" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "H6UCCIBA" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,\"king 's college\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for some info on an attraction called king 's college ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Kings college');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Kings college is free and located in the centre of town ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Excellent . Thank you for your assistance !" }, { "id": 3, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're very welcome . Will that be all ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to find a place to stay with a 2 star rating and free parking ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,category,'hotels');(_:result,count,'3');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 3 hotels with a 2 star rating . Two in the North and one in the East . Would you like more information on one of them ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like the east please ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'the express by holiday inn cambridge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the express by holiday inn cambridge . Would you like me to book that for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it in the expensive price range ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "It is . Would you like a room ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Not at this time but what is their address and postcode ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'15 - 17 norman way , coldhams business park');(_:result,name,'express by holiday inn cambridge');(_:result,postcode,'cb13lh');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The address at express by holiday inn cambridge \t is 15 - 17 norman way , coldhams business park . Their postcode is cb13lh . Anything else I can do for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "i also need a taxi to commute between the two places" }, { "id": 13, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people will be traveling ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'the attraction');(_:search,leave_at,'03:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to leave the attraction by 03:00 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'blue audi');(_:result,departure,\"King 's college\");(_:result,destination,'the express by holiday inn cambridge');(_:result,leave_at,'03:00');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "OK , I have a blue audi coming to get you at King 's college at 03:00 to take you back to the express by holiday inn cambridge . Is there anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all , thank you ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL2811.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Kings college" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Kings college" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Kings college" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "postcode", "cb13lh" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "postcode", "cb13lh" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "leave_at", "03:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "postcode", "cb13lh" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "leave_at", "03:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue audi" ], [ "_:result", "departure", "King 's college" ], [ "_:result", "destination", "the express by holiday inn cambridge" ], [ "_:result", "leave_at", "03:00" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Looking for a place to go to in the centre area , a type of college ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Regent Street');(_:result,name,'Downing College');(_:result,type,'Attraction'))", "thank()", "inform((_:result,count,'13');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Excellent ! There are 13 places that might work . How about Downing College on Regent Street ? It has free entrance ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sounds great ! Can I have their postalcode and phone number please ?" }, { "id": 3, "rdf-acts": [ "thank()", "reqmore()", "inform((_:result,phone,'01223334860');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "No problem . Their postal code is cb21dq and their phone number is 01223334860 . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I like to find a train that goes to broxbourne ." }, { "id": 5, "rdf-acts": [ "thank()", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can help you with that . Where will you be leaving from ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'10:30');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving from Cambridge and will need to arrive by 10:30" }, { "id": 7, "rdf-acts": [ "select((_:result,arrive_by,'10:01');(_:result,id,'TR2519');(_:result,leave_at,'09:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I recommend TR2519 leaving at 09:01 and arriving at 10:01 . Would you like me to book that train for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Is that the schedule for Friday ? That 's when I need to travel . If so , please book 8 tickets for me ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,day,'Friday');(_:booking,id,'TR2519');(_:booking,people,'8');(_:booking,ref,'LDDIXALA');(_:booking,ticket,'143.19 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are booked on train TR2519 for 8 on Friday . The total fee is 143.19 GBP payable at the station and your reference number is LDDIXALA ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much ! Goodbye now !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome ! Enjoy your travels ! Thank you for contacting the Cambridge TownInfo centre ." } ]
MUL1703.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "name", "Downing College" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "name", "Downing College" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "name", "Downing College" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "name", "Downing College" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "10:01" ], [ "_:result", "id", "TR2519" ], [ "_:result", "leave_at", "09:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "name", "Downing College" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "10:01" ], [ "_:result", "id", "TR2519" ], [ "_:result", "leave_at", "09:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "id", "TR2519" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "LDDIXALA" ], [ "_:booking", "ticket", "143.19 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'saigon city');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to pick me up from saigon city please" }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure ! when would you like to arrive ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'15:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like to arrive by 15:45 ." }, { "id": 3, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "And where will you be going ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'huntingdon marriott hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'll be heading to huntingdon marriott hotel ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'red Audi');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Great ! I was able to book a red Audi for you !" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "What is the contact number of that Audi ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'07062991767');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "The contact number is 07062991767 . Do you have any other questions ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I need today ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Have a good one !" } ]
SNG01442.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "saigon city" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "saigon city" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "saigon city" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "destination", "huntingdon marriott hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "saigon city" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "destination", "huntingdon marriott hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red Audi" ], [ "_:result", "type", "Taxi" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "saigon city" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "destination", "huntingdon marriott hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red Audi" ], [ "_:result", "phone", "07062991767" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotels');(_:search,stars,'3-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I 'd like to find out more about any luxury hotels that have at least a 3-star rating ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,name,'Gonville');(_:result,name,'Lensfield hotel');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have found 2 luxury hotels that both have 3 star ratings . The Gonville and The Lensfield hotel are both available to book ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'no');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The hotel should be expensive and does not need to have free parking ." }, { "id": 3, "rdf-acts": [ "select((_:result,name,'Gonville');(_:result,name,'Lensfield');(_:result,type,'Hotel'))", "inform((_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Both the Gonville and Lensfield are expensive . Both also do have free parking . Do either one of those sound suitable ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "the first one sounds ok to me ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can go ahead and book it for you ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please make a booking for 1 people and 5 nights starting from saturday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Saturday');(_:booking,name,'Gonville Hotel');(_:booking,ref,'PUX8NRCE');(_:booking,stay,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I made a reservation for you at the Gonville Hotel for 5 nights starting Saturday . Your reference is PUX8NRCE . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That was all I needed ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Ok , have a great day !" } ]
PMUL4322.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotels" ], [ "_:search", "stars", "3-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "stars", "3-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Gonville" ], [ "_:result", "name", "Lensfield hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "stars", "3-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "3" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Gonville" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "stars", "3-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "3" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Gonville" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "3-star" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "3" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Gonville" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Gonville Hotel" ], [ "_:booking", "ref", "PUX8NRCE" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'light bites');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant that is in the centre of town and serves light bites food ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "we do nt have any restaurant like that ." }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have any expensive restaurants ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "No expensive restaurant" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you try Chinese food , instead ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'4 different');(_:result,food,'Chinese');(_:result,name,'HK Fusion');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found 4 different expensive Chinese restaurants that you could try . How does HK Fusion sound to you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'11:15');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds good . Can you book a table for 5 people at 11:15 on wednesday please ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry I am not able to book for that day / time , would you like to try another time or different restaurant ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,duration,'10:15');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , how about 10:15 instead . I also need the reference number ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,duration,'10:15');(_:booking,ref,'7HQZ1TD6');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book it for 10:15 . You reference number is 7HQZ1TD6 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 11, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that was all . Thank you" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
SNG01698.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "light bites" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "light bites" ], [ "_:system", "canthelp", "_:search/9af269f1" ], [ "_:search/9af269f1", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/9af269f1" ], [ "_:search/9af269f1", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/234888a5" ], [ "_:search/234888a5", "pricerange", "expensive" ], [ "_:search/234888a5", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/9af269f1" ], [ "_:search/9af269f1", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/234888a5" ], [ "_:search/234888a5", "pricerange", "expensive" ], [ "_:search/234888a5", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "4 different" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "HK Fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/9af269f1" ], [ "_:search/9af269f1", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/234888a5" ], [ "_:search/234888a5", "pricerange", "expensive" ], [ "_:search/234888a5", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "4 different" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "HK Fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/5400f58e" ], [ "_:booking/5400f58e", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "10:15" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/9af269f1" ], [ "_:search/9af269f1", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/234888a5" ], [ "_:search/234888a5", "pricerange", "expensive" ], [ "_:search/234888a5", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "4 different" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "HK Fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/5400f58e" ], [ "_:booking/5400f58e", "type", "Booking" ], [ "_:search", "duration", "10:15" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "duration", "10:15" ], [ "_:booking", "ref", "7HQZ1TD6" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/9af269f1" ], [ "_:search/9af269f1", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/234888a5" ], [ "_:search/234888a5", "pricerange", "expensive" ], [ "_:search/234888a5", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "4 different" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "HK Fusion" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/5400f58e" ], [ "_:booking/5400f58e", "type", "Booking" ], [ "_:search", "duration", "10:15" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "duration", "10:15" ], [ "_:booking", "ref", "7HQZ1TD6" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]