turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 've heard some buzz about the Hamilton Lodge . Can you tell me about it ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hamilton Lodge');(_:result,phone,'01223365664');(_:result,pricerange,'moderate');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Hamilton Lodge is a good hotel , its rated 3 stars and has both internet and parking available . It 's at a moderate price point . Their phone number is 01223365664 ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to book this hotel . I need a room for 4 people for 3 nights starting on wednesday . I require a reference number ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'HJJD56XE');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked your room , the reference number is HJJD56XE ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much for your help ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you and have a great day ." } ]
SNG01500.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "hamilton lodge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "hamilton lodge" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "phone", "01223365664" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "hamilton lodge" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "phone", "01223365664" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "HJJD56XE" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "i need a place to stay" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Is there a certain area or price range you had in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I really want to stay with something moderately priced . But , I want it to be 4 star rated if possible ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'lots of');(_:result,category,'hotels');(_:result,pricerange,'moderately priced');(_:result,stars,'four');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are lots of moderately priced four star hotels . Are you interested in a particular part of town ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,day,'monday');(_:search,has_parking,'yes');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Maybe a guesthouse with free parking , I have 7 guests and that will be for 2 nights this Monday" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,amount,'several');(_:result,area,'east');(_:result,area,'north');(_:result,area,'south');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have several such choices in the north , south and east . If you have no preference for location shall I just book one for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "That would be great ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Carolina bed and breakfast');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Carolina bed and breakfast is a moderate price , 4 star guesthouse in the east area with wifi and parking . Will that work ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yeah , that sounds great . Do they have room for all 7 of us ?" }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can try to see if we do . Can you provide when you want to stay and for how long ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "book it for 7 people and 2 nights starting from monday ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'0C3Z1QKO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Done ! Your reference number is 0C3Z1QKO . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,name,\"saint john 's college\");(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking to visit saint john 's college , do you know the address and cost to visit ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,\"saint john 's street\");(_:result,entrance_fee,'2.50 pounds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The entrance fee is 2.50 pounds and the address is saint john 's street ." }, { "id": 14, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Haha , I 'm not familiar with Cambridge . What part of town is that in ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is located in the centre ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok , I think that should be about it for me . Thank you for your help ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thanks for letting us assist you today ! Have a great trip !" } ]
PMUL3044.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "lots of" ], [ "_:result", "category", "hotels" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "day", "monday" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "four" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "day", "monday" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "day", "monday" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stay", "2" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina bed and breakfast" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina bed and breakfast" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_: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", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina bed and breakfast" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0C3Z1QKO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "saint john 's college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_: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", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina bed and breakfast" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0C3Z1QKO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "saint john 's college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "saint john 's street" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ] ], "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" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina bed and breakfast" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0C3Z1QKO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "saint john 's college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "saint john 's street" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:result", "area", "centre" ], [ "_: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,department,'gastroenterology');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I am trying to find info for the Addenbrookes Hospital gastroenterology department ." }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223274284');(_:result,type,'Hospital'))", "reqmore()" ], "speaker": "system", "text": "The phone number is 01223274284 . Anything else ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Could you give me the address and postcode as well ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Yes , the address is HIlls Rd . , Cambridge , and the postcode is CB20QQ ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you for your help ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Thanks for using the Cambridge TownInfo centre ." } ]
SNG0223.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "gastroenterology" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "gastroenterology" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223274284" ], [ "_:result", "type", "Hospital" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "gastroenterology" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223274284" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you please recommend a hotel ? I do n't need free parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'some');(_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Is there a specific area your were looking for ? I have some available in the centre , north , and east side of town ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hmmmm .... How about in the north ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'avalon');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The avalon is a nice guesthouse in the north ." }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it moderately priced ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes it is moderately priced , it is a 4 star hotel with free wifi but no parking . Would you like me to book you a room ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,has_internet,'yes');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I need it for 2 people and 5 nights starting from tuesday . I would also like the reference number ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Tuesday');(_:booking,name,'Avalon');(_:booking,people,'two');(_:booking,ref,'2KMVO8NF');(_:booking,stay,'five');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked a room for two at the Avalon beginning on Tuesday for five nights . Your reference number is 2KMVO8NF . Can I help you find anything else in the area ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'center');(_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you tell me about colleges that are in the center of town ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "we have 5 . What would you like to know ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Could you recommened one for me ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,\"saint catharine 's college\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "saint catharine 's college \t is a nice college in the centre of town with free admission ." }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great . Is there an entrance fee ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There 's no entrance fee . It 's free ! Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is their postcode too please" }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb21rl');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is cb21rl . Is there anything else I can do for you ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,leave_at,'04:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes I would love a taxi to commute by both places , I want to leave the hotel by 04:45 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'blue Ford');(_:result,phone,'07417187349');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your taxi has been booked . It will be a blue Ford and the contact number is 07417187349 ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks alot for helping" }, { "id": 19, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "WELCOME AND ENJOY YOUR STAY" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks and good day" }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Have a good day . We hope to see you again ." } ]
PMUL4853.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "some" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "some" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "avalon" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "some" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "name", "avalon" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "some" ], [ "_:result", "area", "north" ], [ "_:result", "name", "avalon" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Avalon" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "2KMVO8NF" ], [ "_:booking", "stay", "five" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "some" ], [ "_:result", "area", "north" ], [ "_:result", "name", "avalon" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Avalon" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "2KMVO8NF" ], [ "_:booking", "stay", "five" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "some" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Avalon" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "2KMVO8NF" ], [ "_:booking", "stay", "five" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "5" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "saint catharine 's college" ], [ "_: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", "has_parking", "no" ], [ "_:result", "amount", "some" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Avalon" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "2KMVO8NF" ], [ "_:booking", "stay", "five" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "5" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "name", "saint catharine 's college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "type", "Attraction" ], [ "_: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", "has_parking", "no" ], [ "_:result", "amount", "some" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Avalon" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "2KMVO8NF" ], [ "_:booking", "stay", "five" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "name", "saint catharine 's college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21rl" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "04:45" ], [ "_: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", "has_parking", "no" ], [ "_:result", "amount", "some" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Avalon" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "2KMVO8NF" ], [ "_:booking", "stay", "five" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "name", "saint catharine 's college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21rl" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "04:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Ford" ], [ "_:result", "phone", "07417187349" ], [ "_:result", "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", "no" ], [ "_:result", "amount", "some" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Avalon" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "2KMVO8NF" ], [ "_:booking", "stay", "five" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "name", "saint catharine 's college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21rl" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "04:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Ford" ], [ "_:result", "phone", "07417187349" ], [ "_:result", "type", "Taxi" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a cheap restaurant in the east !" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,area,'east');(_:result,count,'1');(_:result,food,'international');(_:result,name,'Missing Sock');(_:result,pricerange,'cheaper');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "As far as cheaper restaurants , I only have one available that 's located in the east . It 's called the Missing Sock and serves international food . Would you like more information ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "That sounds good . Please give me more information ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure the missing sock is in the east , serves cheap food . Would you like to book a table ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No but I would like the address and post code please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Finders Corner Newmarket Road');(_:result,name,'Missing Sock');(_:result,postcode,'cb259aq');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Missing Sock is at Finders Corner Newmarket Road . Postcode cb259aq ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much ." }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can do for you ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's all I needed . Thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day ! Goodbye ." } ]
SNG0612.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "east" ], [ "_:result", "count", "1" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "pricerange", "cheaper" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "1" ], [ "_:result", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "1" ], [ "_:result", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "Finders Corner Newmarket Road" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "postcode", "cb259aq" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "Finders Corner Newmarket Road" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "postcode", "cb259aq" ], [ "_:result", "type", "Restaurant" ], [ "_: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": "Would you happen to have info on the Addenbrookes Hospital ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "I do ! It 's located at Hills Rd in Cambridge and the postcode is CB20QQ ." }, { "id": 2, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks , that 's all I need . Good bye ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Thank you very much . Have a nice day . Goodbye ." } ]
SNG02325.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'little seoul');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for info about a restaurant in Cambridge called Little Seoul ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'108 Regent Street City Centre');(_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Of course , the address is 108 Regent Street City Centre , postcode cb21dp . Did you want the phone number as well ?" }, { "id": 2, "rdf-acts": [ "request((_:result,area,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , but I do want its area and price range ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Certainly , it is in the centre area and is in the expensive price range . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'center');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes can you help me find something to do in the center of town that involves looking at a college ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Regent Street');(_:result,area,'center');(_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'free');(_:result,name,'Downing College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We actually have 13 colleges in the center of town ! Downing College on Regent Street is free to get in and a great place to visit ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'downing college');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could I get the phone number for Downing College ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223334860');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "No problem . They can be reached at 01223334860 . Is there anything else I can help with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'little seoul');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please . I 'd like to find a restaurant called little seoul . Do you have a listing for them ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'korean');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes . They serve korean food and are in the centre . Would you like to book a reservation ?" }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "How much is entrance fee and may i also get a number for them ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Little Seoul');(_:result,phone,'01223308681');(_:result,pricerange,'more expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I do not have an entrance fee but if you are wanting to know the price range , Little Seoul is a more expensive restaurant . Their phone number is 01223308681 ." }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))", "inform((_:search,name,'Downing College');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is there an entrance fee for Downing College ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is free to enter ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok , thank you ! Goodbye" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Goodbye !" } ]
MUL0828.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "little seoul" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "little seoul" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "108 Regent Street City Centre" ], [ "_:result", "postcode", "cb21dp" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "little seoul" ], [ "_:result", "address", "108 Regent Street City Centre" ], [ "_:result", "postcode", "cb21dp" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "center" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "postcode", "cb21dp" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "center" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "area", "center" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Downing College" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "downing college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "postcode", "cb21dp" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "center" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "area", "center" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Downing College" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "little seoul" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "postcode", "cb21dp" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "center" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Downing College" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223334860" ], [ "_:search", "name", "little seoul" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "postcode", "cb21dp" ], [ "_:search", "area", "center" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "phone", "01223308681" ], [ "_:result", "pricerange", "more expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Downing College" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "postcode", "cb21dp" ], [ "_:search", "area", "center" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "korean" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "phone", "01223308681" ], [ "_:result", "pricerange", "more expensive" ], [ "_:search", "name", "Downing College" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_: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,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a cheap restaurant in the centre ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Sure ! There are 15 cheap restaurants in the centre . Is there a certain type of food you 're looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Oh , yes ! Italian , please ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Ask restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I can recommend Ask restaurant . Would you like me to make a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,day,'wednesday');(_:search,duration,'11:45');(_:search,food,'italian');(_:search,people,'7');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , let 's try italian on the cheap side located in the centre . Book for 7 people on wednesday at 11:45 please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Ask');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book your party at Ask . Your reservation will hold for 15 minutes . Is there anything else I can help you with today ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Could I get the reference number please ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,ref,'V0PVDPBC');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Reference number is : V0PVDPBC . Need anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you ! Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome and have a great day !" } ]
SSNG0159.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" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Ask restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "food", "italian" ], [ "_:search", "people", "7" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Ask restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "food", "italian" ], [ "_:search", "people", "7" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Ask" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Ask restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "food", "italian" ], [ "_:search", "people", "7" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "Ask" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "V0PVDPBC" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant in the north that is in the cheap price range ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Would you prefer Indian , or Italian ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Actually I had Japanese in mind ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'north');(_:search,food,'Japanese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are no Japanese restaurants in the cheap price range in the north part of town . Should I check another part of town ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Okay , how about Italian instead ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Da Vinci Pizzaria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Da Vinci Pizzaria matches your criteria . Would you like to book a table ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , but could you give me the postcode ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb41jy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The postcode is cb41jy . Is there anything else I can assist you with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'swimming pool');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Could you see if there 's a swimming pool in the north area , as well ?" }, { "id": 9, "rdf-acts": [ "select((_:result,name,'Jesus Green outdoor pool');(_:result,name,'Kings Hedges learner pool');(_:result,type,'Attraction'))", "inform((_:result,area,'north');(_:result,category,'swimming pools');(_:result,count,'2');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are two swimming pools in the north area . The Jesus Green outdoor pool , and the Kings Hedges learner pool . Would you be interested in either ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I please have the phone number and postcode for those ?" }, { "id": 11, "rdf-acts": [], "speaker": "system", "text": "Here is the phone numbers and postcodes for both jesus green outdoor pool 01223302579 cb43px kings hedges learner pool 01223353248 \t cb42xh is there anything else i can assist you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need . Thank you for your help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Your welcome ! Have a nice day . Goodbye ." } ]
MUL0811.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" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/a0dbde29" ], [ "_:search/a0dbde29", "area", "north" ], [ "_:search/a0dbde29", "food", "Japanese" ], [ "_:search/a0dbde29", "pricerange", "cheap" ], [ "_:search/a0dbde29", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/a0dbde29" ], [ "_:search/a0dbde29", "area", "north" ], [ "_:search/a0dbde29", "food", "Japanese" ], [ "_:search/a0dbde29", "pricerange", "cheap" ], [ "_:search/a0dbde29", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Da Vinci Pizzaria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:system", "canthelp", "_:search/a0dbde29" ], [ "_:search/a0dbde29", "area", "north" ], [ "_:search/a0dbde29", "food", "Japanese" ], [ "_:search/a0dbde29", "pricerange", "cheap" ], [ "_:search/a0dbde29", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Da Vinci Pizzaria" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb41jy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:system", "canthelp", "_:search/a0dbde29" ], [ "_:search/a0dbde29", "area", "north" ], [ "_:search/a0dbde29", "food", "Japanese" ], [ "_:search/a0dbde29", "pricerange", "cheap" ], [ "_:search/a0dbde29", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb41jy" ], [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Jesus Green outdoor pool" ], [ "_:result", "name", "Kings Hedges learner pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:system", "canthelp", "_:search/a0dbde29" ], [ "_:search/a0dbde29", "area", "north" ], [ "_:search/a0dbde29", "food", "Japanese" ], [ "_:search/a0dbde29", "pricerange", "cheap" ], [ "_:search/a0dbde29", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb41jy" ], [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Jesus Green outdoor pool" ], [ "_:result", "name", "Kings Hedges learner pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you help me find a place to stay that is moderately priced and includes free parking ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Is there a certain side of town you would like to stay on ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No preference in area , just need to make sure that it also has wifi ." }, { "id": 3, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,count,'14');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i have 14 results matching your criteria . how many star rated should it be ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No preference on star rating . It needs to be in a hotel , not a guesthouse . What do you recommend ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'ashley hotel');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'd recommend ashley hotel . Would you like a room ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'eight');(_:search,stay,'five');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , that would be great . I 'll need to stay starting on Saturday . It will be for five nights and eight people ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'P1FII4X8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation has been made . Reference number is P1FII4X8 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'11:15');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks ! I also need a train departing Cambridge to Kings Lynn on Thursday . I want to arrive by 11:15 . Can you help ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'10:58');(_:result,id,'TR7618');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR7618 arrives at 10:58 . Is that okay for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , can you please make a reservation for 8 people ? And can I get a reference number to give everyone ? Thanks !" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'VBE2BLHO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book you for 8 tickets . The reference number is : VBE2BLHO . Is there anything else you need today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need . Thanks !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Ok great . Have a wonderful day !" } ]
PMUL3656.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "14" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "14" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "eight" ], [ "_:search", "stay", "five" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "14" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "eight" ], [ "_:search", "stay", "five" ], [ "_:booking", "ref", "P1FII4X8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_: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", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "14" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "ashley hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "five" ], [ "_:booking", "ref", "P1FII4X8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "10:58" ], [ "_:result", "id", "TR7618" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "8" ], [ "_: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", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "?" ], [ "_:result", "count", "14" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "ashley hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "five" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "10:58" ], [ "_:result", "id", "TR7618" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "VBE2BLHO" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i am looking for a place to stay , a hotel maybe , that has free wifi and should be a 4-star" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,area,'west');(_:result,name,'Cambridge Belfry');(_:result,name,'Huntingdon Marriott');(_:result,name,'University Arms');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have several that might suit you . The Cambridge Belfry is quite economically priced in the west , and there are also The Huntingdon Marriott and the University Arms ." }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a cheap one , which hotels fit into that price range ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,name,'The cambridge belfry');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The cambridge belfry is in the west and cheap . Would you like to me to book that for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,category,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "What type of hotel is it and what is the postcode ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,postcode,'cb236bw');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is a regular hotel and the postcode is cb236bw . Would this one interest you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Maybe , I 'll decide once I get there . Speaking of which , can you help me with a train to Cambridge ?" }, { "id": 7, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure I can help with that , what time would you like the tickets for and how many ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'birmingham new street');(_:search,leave_at,'10:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to leave after 10:30 and depart from birmingham new street on Tuesday ." }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR0734');(_:result,leave_at,'12:40');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR0734 leaves at 12:40 . Can I book you a seat on it ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , actually I 'd like to book 7 seats on it ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'N680OYGM');(_:booking,ticket,'525.69 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Good news ! Booking was successful , the total fee is 525.69 GBP payable at the station .Reference number is : N680OYGM . Is there anything else I can do for you ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I believe that will do it . Thanks for your help !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're so welcome . Goodbye !" } ]
MUL2103.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "name", "Huntingdon Marriott" ], [ "_:result", "name", "University Arms" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:result", "category", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "postcode", "cb236bw" ], [ "_:result", "type", "Hotel" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "postcode", "cb236bw" ], [ "_:result", "type", "Hotel" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "people", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "leave_at", "10:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "postcode", "cb236bw" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "leave_at", "10:30" ], [ "_:result", "id", "TR0734" ], [ "_:result", "leave_at", "12:40" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "7" ], [ "_: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", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:result", "amount", "several" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "postcode", "cb236bw" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "leave_at", "10:30" ], [ "_:result", "id", "TR0734" ], [ "_:result", "leave_at", "12:40" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "N680OYGM" ], [ "_:booking", "ticket", "525.69 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,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for an attraction to try out in the west part of town , what is available ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,entrance_fee,?);(_:search,type,'Attraction'))", "inform((_:result,area,'west');(_:result,count,'13');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 13 attractions on the west and i can assist you make a choice if i know your interest and budget ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "You can just choose one for me - I have no preference , I 'll just need to know the entrance fee please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Museum of Classical Archaelogy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "You might enjoy the Museum of Classical Archaelogy . It has free admission ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'kohinoor');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sounds great . Thank you ! Also , can you give me some information on a restaurant called Kohinoor ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'Indian cuisine');(_:result,name,'Kohinoor');(_:result,pricerange,'reasonably priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Kohinoor serves Indian cuisine . It is located in the town centre and has reasonably priced food ." }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Does reasonably mean cheap ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,pricerange,'adforable');(_:result,pricerange,'reasonable');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , reasonable means adforable" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))", "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , what I meant was is it the cheap , moderate , or expensive price range specifically ?" }, { "id": 9, "rdf-acts": [ "select((_:result,food,'Indian');(_:result,pricerange,'more expensive');(_:result,type,'Restaurant'))", "inform((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is cheap . If you would like I could search for another more expensive Indian restaurant for you ." }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'kohinoor');(_:search,type,'Restaurant'))", "thank()" ], "speaker": "user", "text": "No thanks , Kohinoor sounds fine . Thanks for the research . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "It 's my pleasure . Have a nice day ." } ]
PMUL2072.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Museum of Classical Archaelogy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "kohinoor" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "kohinoor" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian cuisine" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "pricerange", "reasonably priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "kohinoor" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Indian cuisine" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "pricerange", "adforable" ], [ "_:result", "pricerange", "reasonable" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Kohinoor" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "kohinoor" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there a place in the centre that serves asian oriental food ?" }, { "id": 1, "rdf-acts": [ "inform((_:booking,name,'dojo noodle bar');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "We have the dojo noodle bar do you want to book ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "That sounds great , yes please book that ." }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would be happy to do that for you . What day and time would you like ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'14:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "14:00 on Monday ." }, { "id": 5, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , great . I 'll just need the number of people attending to make your reservation ." }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The reservation needs to be for 8 people ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'H1IITSND');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation is all set . Reference number H1IITSND ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "i also will be needing a trian" }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can help you . Where are you departing from ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'09:00');(_:search,day,'same day');(_:search,departure,'bishops stratford');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Bishops Stratford . I want to travel on the same day as the restaurant booking , but I need to arrive in Cambridge by 09:00 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'08:07');(_:result,id,'TR0532');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR0532 arrives at 08:07 . Do you need a ticket ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'same group of people');(_:search,type,'Train'))" ], "speaker": "user", "text": "make a booking for the same group of people ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'O2VN10GD');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : O2VN10GD . Is there anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That will be all ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Okay , enjoy your trip ! Have a great day ." } ]
PMUL3851.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "dojo noodle bar" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:booking", "name", "dojo noodle bar" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:booking", "name", "dojo noodle bar" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "14:00" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:booking", "name", "dojo noodle bar" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "14:00" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "H1IITSND" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:booking", "name", "dojo noodle bar" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "14:00" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "H1IITSND" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "bishops stratford" ], [ "_: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", "area", "centre" ], [ "_:search", "food", "asian oriental" ], [ "_:booking", "name", "dojo noodle bar" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "14:00" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "H1IITSND" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "bishops stratford" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "08:07" ], [ "_:result", "id", "TR0532" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "same group of people" ], [ "_: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", "food", "asian oriental" ], [ "_:booking", "name", "dojo noodle bar" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "14:00" ], [ "_:booking", "people", "?" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "bishops stratford" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "08:07" ], [ "_:result", "id", "TR0532" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "O2VN10GD" ], [ "_: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,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hello ! Can you give me information about trains going to Cambridge and leaving on Wednesday ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'over 200');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are over 200 trains leaving . Do you have a specific time you 'd like to arrive by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'steveage');(_:search,leave_at,'11:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking to depart from steveage and leave after 11:15 please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'12:43');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,id,'TR6473');(_:result,leave_at,'11:54');(_:result,type,'Train'))" ], "speaker": "system", "text": "The first train after 11:15 is the TR6473 , leaving Stevenage 11:54 , arriving Cambridge 12:43 . Would this be to your liking ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please can you book seats for 4 people and give me the reference number ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'HHBT7E2N');(_:booking,ticket,'51.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was completed and the total fee is 51.2 GBP payable at the station . \n Reference number is : HHBT7E2N ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a place to stay . Can you recommend an expensive hotel in the north ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately there are no expensive hotels in the north . I could check another area if you would like ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are there any expensive places to stay in the north ? It does n't need to be a hotel , but I would like free parking ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately , there are no hotels available with your preferences . Would you like me to find you one in a different price range or area ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about one in the east ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'the express by holiday inn cambridge');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the express by holiday inn cambridge that is expensive . Would you like to book a stay ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes please , book the hotel and give the address with the postcode . Thanks ." }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'15 - 17 norman way , coldhams business park');(_:result,postcode,'cb13lh');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The addres is 15 - 17 norman way , coldhams business park , cb13lh . When would you like to stay ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like you to book it for Wednesday night for 4 people ." }, { "id": 15, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many nights would you like to stay ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Just one night please ." }, { "id": 17, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , my system is not allowing me to book that location for some reason . Would you like to try again ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please try one in the east ." }, { "id": 19, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,area,'east');(_:result,category,'hotel');(_:result,name,'Express by holiday inn cambridge');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Express by holiday inn cambridge is the only expensive hotel in the east . Would you like to try a different price range ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you try one in the moderate price range please ?" }, { "id": 21, "rdf-acts": [ "select((_:result,name,'wankworth house');(_:result,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,pricerange,'moderately price');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are two moderately price hotels there , would you like to try the wankworth house ?" }, { "id": 22, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can I get the post code please ?" }, { "id": 23, "rdf-acts": [ "inform((_:result,postcode,'cb11ee');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Certainly ! The post code is cb11ee ." }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Alright that 's all I needed today thank you so much ." }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo Centre . Enjoy your trip !" } ]
MUL2151.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HHBT7E2N" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HHBT7E2N" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c9929205" ], [ "_:search/c9929205", "area", "north" ], [ "_:search/c9929205", "category", "hotels" ], [ "_:search/c9929205", "pricerange", "expensive" ], [ "_:search/c9929205", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HHBT7E2N" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c9929205" ], [ "_:search/c9929205", "area", "north" ], [ "_:search/c9929205", "category", "hotels" ], [ "_:search/c9929205", "pricerange", "expensive" ], [ "_:search/c9929205", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/fe18ed0a" ], [ "_:search/fe18ed0a", "category", "hotels" ], [ "_:search/fe18ed0a", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HHBT7E2N" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c9929205" ], [ "_:search/c9929205", "area", "north" ], [ "_:search/c9929205", "category", "hotels" ], [ "_:search/c9929205", "pricerange", "expensive" ], [ "_:search/c9929205", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/fe18ed0a" ], [ "_:search/fe18ed0a", "category", "hotels" ], [ "_:search/fe18ed0a", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HHBT7E2N" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c9929205" ], [ "_:search/c9929205", "area", "north" ], [ "_:search/c9929205", "category", "hotels" ], [ "_:search/c9929205", "pricerange", "expensive" ], [ "_:search/c9929205", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/fe18ed0a" ], [ "_:search/fe18ed0a", "category", "hotels" ], [ "_:search/fe18ed0a", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "postcode", "cb13lh" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "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", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HHBT7E2N" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c9929205" ], [ "_:search/c9929205", "area", "north" ], [ "_:search/c9929205", "category", "hotels" ], [ "_:search/c9929205", "pricerange", "expensive" ], [ "_:search/c9929205", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/fe18ed0a" ], [ "_:search/fe18ed0a", "category", "hotels" ], [ "_:search/fe18ed0a", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "postcode", "cb13lh" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_: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", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HHBT7E2N" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c9929205" ], [ "_:search/c9929205", "area", "north" ], [ "_:search/c9929205", "category", "hotels" ], [ "_:search/c9929205", "pricerange", "expensive" ], [ "_:search/c9929205", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/fe18ed0a" ], [ "_:search/fe18ed0a", "category", "hotels" ], [ "_:search/fe18ed0a", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "postcode", "cb13lh" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:system", "canthelp", "_:booking/4c981d3c" ], [ "_:booking/4c981d3c", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_: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", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HHBT7E2N" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c9929205" ], [ "_:search/c9929205", "area", "north" ], [ "_:search/c9929205", "category", "hotels" ], [ "_:search/c9929205", "pricerange", "expensive" ], [ "_:search/c9929205", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/fe18ed0a" ], [ "_:search/fe18ed0a", "category", "hotels" ], [ "_:search/fe18ed0a", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "postcode", "cb13lh" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:system", "canthelp", "_:booking/4c981d3c" ], [ "_:booking/4c981d3c", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Express by holiday inn cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "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, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HHBT7E2N" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c9929205" ], [ "_:search/c9929205", "area", "north" ], [ "_:search/c9929205", "category", "hotels" ], [ "_:search/c9929205", "pricerange", "expensive" ], [ "_:search/c9929205", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/fe18ed0a" ], [ "_:search/fe18ed0a", "category", "hotels" ], [ "_:search/fe18ed0a", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "postcode", "cb13lh" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:system", "canthelp", "_:booking/4c981d3c" ], [ "_:booking/4c981d3c", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:result", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "wankworth house" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "moderately price" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "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", "destination", "cambridge" ], [ "_:result", "amount", "over 200" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "steveage" ], [ "_:search", "leave_at", "11:15" ], [ "_:result", "arrive_by", "12:43" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6473" ], [ "_:result", "leave_at", "11:54" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "HHBT7E2N" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/c9929205" ], [ "_:search/c9929205", "area", "north" ], [ "_:search/c9929205", "category", "hotels" ], [ "_:search/c9929205", "pricerange", "expensive" ], [ "_:search/c9929205", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/fe18ed0a" ], [ "_:search/fe18ed0a", "category", "hotels" ], [ "_:search/fe18ed0a", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:system", "canthelp", "_:booking/4c981d3c" ], [ "_:booking/4c981d3c", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:result", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "wankworth house" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "moderately price" ], [ "_:result", "postcode", "cb11ee" ], [ "_:result", "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": 0, "rdf-acts": [ "inform((_:search,department,'surgery');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need the surgery department of the Addensbrookes Hospital ." }, { "id": 1, "rdf-acts": [ "inform((_:result,department,'surgery');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The hospital is located on Hills Road Postcode CB20QQ . Each surgery department has a different number . Which surgery department do you need ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "I do n't need the phone number . I just needed the address . Thank you for your help ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day ." } ]
SNG01639.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "surgery" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "surgery" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "surgery" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for an Italian restaurant in the west part of town . Could I also get the phone number and address of the restaurant ?" }, { "id": 1, "rdf-acts": [ "select((_:result,name,'La Margherita');(_:result,name,'Prezzo');(_:result,type,'Restaurant'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is La Margherita and Prezzo . Which one were you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'do nt care');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do nt care ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'21 - 24 Northampton Road');(_:result,area,'west');(_:result,food,'Italian');(_:result,name,'Prezzo');(_:result,phone,'01799 521260');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Prezzo is an Italian restaurant in the west of town , and is in the moderate price range . The address is 21 - 24 Northampton Road and the phone number is 01799 521260 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Let us know if we can help you with anything else ." } ]
WOZ20030.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "name", "Prezzo" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "do nt care" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "area", "do nt care" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "21 - 24 Northampton Road" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Prezzo" ], [ "_:result", "phone", "01799 521260" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'parks');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for parks to visit in the south of Cambridge ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Wandlebury country park');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Wandlebury country park is popular among visitors . Would you like the address ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I just need the postcode , thanks ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb223ae');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb223ae . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , are there trains that run from London Liverpool Street to Cambridge ?" }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Yes , there are ! Would you like info on a particular day and time frame ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'09:15');(_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive by 09:15 on friday" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'9:07');(_:result,destination,'cambridge');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a train that will arrive in cambridge at 9:07 . Will that work for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That would be great , could you tell me the trainID ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR5936');(_:result,type,'Train'))" ], "speaker": "system", "text": "The trainID is TR5936 ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "That 's all I need ." }, { "id": 11, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "No that takes care of all the info I needed" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your stay in cambridge ." } ]
MUL1974.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Wandlebury country park" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:result", "name", "Wandlebury country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb223ae" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:result", "name", "Wandlebury country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb223ae" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:result", "name", "Wandlebury country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb223ae" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "9:07" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:result", "name", "Wandlebury country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb223ae" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "9:07" ], [ "_:result", "destination", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR5936" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:result", "name", "Wandlebury country park" ], [ "_:result", "postcode", "cb223ae" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "9:07" ], [ "_:result", "destination", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR5936" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am traveling to Cambridge and looking forward to try local restaurants ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'lots');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have lots to explore ! I can help you find one , if you 'd like ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'scandinavian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great ! The restaurant should serve scandinavian food and should be in the east ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'Scandinavian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry there are no restaurants serving Scandinavian food . Is there another type of food you might like to try ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about Indian food ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'4');(_:result,food,'indian');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 4 different indian places to eat . Two are moderately priced and two are expensive . Do you have a preference ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'13:15');(_:search,people,'1');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I perfer a moderate price range . Whatever you suggest . I need to book a table for 1 at 13:15 on Tuesday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'Curry Prince');(_:booking,ref,'NZ5WKZ9V');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , I 've booked a table at the Curry Prince for you . The reference number is NZ5WKZ9V . The table will be reserved for 15 minutes ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you . Could I also have information on trains that depart from Cambridge on Wednesday ?" }, { "id": 9, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be headed ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'15:00');(_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need arrive in stevenage by 15:00 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'14:10');(_:result,destination,'stevenage');(_:result,id,'TR2874');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "TR2874 train arrives at stevenage at 14:10 . Would you like more info or can I book it for you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I 'd like the price and travel time , please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,duration,'49 minutes');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Sure ! The fare is 12.80 pounds and the travel time is 49 minutes . Is there anything else I can help you with today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you for your help !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Please feel free to call again if we can assist you in other ways . Thank you for calling . Goodbye ." } ]
PMUL4431.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "scandinavian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/2baad95c" ], [ "_:search/2baad95c", "food", "Scandinavian" ], [ "_:search/2baad95c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/2baad95c" ], [ "_:search/2baad95c", "food", "Scandinavian" ], [ "_:search/2baad95c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "4" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/2baad95c" ], [ "_:search/2baad95c", "food", "Scandinavian" ], [ "_:search/2baad95c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "4" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ], [ "_:booking", "name", "Curry Prince" ], [ "_:booking", "ref", "NZ5WKZ9V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/2baad95c" ], [ "_:search/2baad95c", "food", "Scandinavian" ], [ "_:search/2baad95c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "4" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ], [ "_:booking", "name", "Curry Prince" ], [ "_:booking", "ref", "NZ5WKZ9V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/2baad95c" ], [ "_:search/2baad95c", "food", "Scandinavian" ], [ "_:search/2baad95c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "4" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ticket", "?" ], [ "_:booking", "name", "Curry Prince" ], [ "_:booking", "ref", "NZ5WKZ9V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "14:10" ], [ "_:result", "destination", "stevenage" ], [ "_:result", "id", "TR2874" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/2baad95c" ], [ "_:search/2baad95c", "food", "Scandinavian" ], [ "_:search/2baad95c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "4" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "name", "Curry Prince" ], [ "_:booking", "ref", "NZ5WKZ9V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "14:10" ], [ "_:result", "destination", "stevenage" ], [ "_:result", "id", "TR2874" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:result", "type", "Train" ], [ "_: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,area,'north');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant . The restaurant should be in the north and should serve italian food" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'da vinci pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria at 20 Milton Road Chesterton ." }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is that restaurant cheap ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes the restaurant is cheap ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "please get me the you get phone number and address" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'20 Milton Road Chesterton');(_:result,phone,'01223351707');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number is 01223351707 and the address is 20 Milton Road Chesterton . Would you like to make a reservation ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . I do n't a reservation . That is all the info I need today ." }, { "id": 7, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You 're welcome . Please call us again and have a nice day ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "You , too . Thank you , goodbye now ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for allowing me to help you , have a great day ." } ]
SNG01391.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_: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", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "phone", "01223351707" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "phone", "01223351707" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'backstreet bistro');(_:search,leave_at,'21:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "i want to book a taxi . The taxi should leave after 21:15 and should depart from backstreet bistro ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is the destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'07:45');(_:search,departure,'fitzwilliam museum');(_:search,destination,'royal standard');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm sorry . I gave you the wrong information . I need to leave from the Fitzwilliam Museum and arrive at Royal Standard by 07:45 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'white Tesla');(_:result,phone,'07099074893');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked you a white Tesla . The contact number is 07099074893 . Can I help you with anything else today ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "am good thanks so much" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "No problem . Have a great day . Goodbye ." } ]
SNG1387.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "backstreet bistro" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "21:15" ], [ "_:search", "arrive_by", "07:45" ], [ "_:search", "departure", "fitzwilliam museum" ], [ "_:search", "destination", "royal standard" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "21:15" ], [ "_:search", "arrive_by", "07:45" ], [ "_:search", "departure", "fitzwilliam museum" ], [ "_:search", "destination", "royal standard" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white Tesla" ], [ "_:result", "phone", "07099074893" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I have a question about places to go in Cambridge today ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "Sure , what is your question ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like to visit a college and need to know the area , phone number , and entrance fee if that applies ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'western');(_:result,entrance_fee,'free');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Clare Hall is a great college in the western part of town . They have free admission . Would this interest you ? Or shall I try a different college ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is their phone number ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223332360');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their phone number is 01223332360" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i 'm also looking for a specific restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:search,name,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What is the name of the restaurant ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'17:45');(_:search,name,'da vinci pizzeria');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "It is Da Vinci Pizzeria . I need a booking for 3 people at 17:45 on Monday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'VJ04SVH4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to reserve that table for you . Your reference number is VJ04SVH4 . Anything else I can help you with today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . That will be all today . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Great ! Have a great day !" } ]
PMUL2230.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "western" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "type", "Attraction" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "area", "western" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Clare Hall" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223332360" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "area", "western" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Clare Hall" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223332360" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "name", "da vinci pizzeria" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "area", "western" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Clare Hall" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "phone", "01223332360" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "name", "da vinci pizzeria" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "VJ04SVH4" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for information on a hotel called warkworth house ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "i got it . may i get the day you d like to move in so i can book" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , that would be on Tuesday please ." }, { "id": 3, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many days will you be staying ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'll be staying for 3 nights starting on tuesday ." }, { "id": 5, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "For how many guests please , sir ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'one');(_:search,stay,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "one guest for three nights" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'TUCGJ6DX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : TUCGJ6DX ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all I need ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thanks for contacting us , please let us know if you need any further assistance ." } ]
SNG01797.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "one" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "one" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "TUCGJ6DX" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "Am looking for the nearest police station" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "The Parkside Police Station address is Parkside , Cambridge , postcode CB11JG . Their telephone number is 01223358966 ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Got it . Thank you for your help ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "You are most welcome !" } ]
SNG01495.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", "name", "Parkside Police Station" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'pizza hut city centre');(_:search,leave_at,'04:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to be picked up from pizza hut city centre after 04:30" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where will you be heading to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'gonville hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I am headed to gonville hotel ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'yellow ford');(_:result,phone,'07017220129');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Great . Your booking is complete . A yellow ford will pick you up and can be reached by dialing 07017220129" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks . That takes care of everything for me . Bye !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Have a great day and thank you for contacting us ." } ]
SNG01873.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "pizza hut city centre" ], [ "_:search", "leave_at", "04:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "pizza hut city centre" ], [ "_:search", "leave_at", "04:30" ], [ "_:search", "destination", "gonville hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "pizza hut city centre" ], [ "_:search", "leave_at", "04:30" ], [ "_:search", "destination", "gonville hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow ford" ], [ "_:result", "phone", "07017220129" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'20:15');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "Find me a train to kings lynn that arrives by 20:15 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,arrive_by,'05:58');(_:result,id,'TR3112');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR3112 arrives at 05:58 . Will that work ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Is it on Saturday ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'19:58');(_:result,day,'saturday');(_:result,id,'TR7604');(_:result,leave_at,'19:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'd suggest TR7604 , it departs at 19:11 on saturday and arrives by 19:58 . Would you like a ticket ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes , I definitely would . Can I please have the confirmation number as well ?" }, { "id": 5, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many people will be traveling ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No , that 's ok . No need to book it , but can you tell me the price of the ticket ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR7604');(_:result,ticket,'7.84 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The price per ticket on the TR7604 is 7.84 pounds . Can I assist you further today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,name,'el shaddai');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to book a room at the el shaddai for 4 people 4 nights starting tuesday" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'9DOLSR1S');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : 9DOLSR1S . anything else today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using the Cambridge TownInfo centre ." } ]
PMUL3876.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:15" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:15" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "05:58" ], [ "_:result", "id", "TR3112" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:15" ], [ "_:search", "destination", "kings lynn" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "19:58" ], [ "_:result", "day", "saturday" ], [ "_:result", "id", "TR7604" ], [ "_:result", "leave_at", "19:11" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:15" ], [ "_:search", "destination", "kings lynn" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "19:58" ], [ "_:result", "day", "saturday" ], [ "_:result", "id", "TR7604" ], [ "_:result", "leave_at", "19:11" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:15" ], [ "_:search", "destination", "kings lynn" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "19:58" ], [ "_:result", "day", "saturday" ], [ "_:result", "leave_at", "19:11" ], [ "_:result", "id", "TR7604" ], [ "_:result", "ticket", "7.84 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "el shaddai" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:15" ], [ "_:search", "destination", "kings lynn" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "arrive_by", "19:58" ], [ "_:result", "day", "saturday" ], [ "_:result", "leave_at", "19:11" ], [ "_:result", "id", "TR7604" ], [ "_:result", "ticket", "7.84 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "el shaddai" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "9DOLSR1S" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'restaurant alimentum');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I am looking for a particular restaurant , the Restaurant Alimentum ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'152 - 154 Hills Road');(_:result,area,'south');(_:result,food,'modern European');(_:result,name,'restaurant alimentum');(_:result,phone,'01223413000');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant alimentum is a modern European restaurant in the south . It is located at 152 - 154 Hills Road . Their phone number is 01223413000 ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'12:30');(_:search,people,'1');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Could you book me a table for 1 at 12:30 on friday and could I have the reference number please ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'AO7B2S0G');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : AO7B2S0G ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm also looking for museum type attractions in the centre" }, { "id": 5, "rdf-acts": [ "request((_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 11 museums in the centre . Is there a particular one that you are looking for ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "I have no idea . I have never been to any . Can you make a recommendation please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about Castle Galleries ? Admission is free !" }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure ! Thanks for the recommendation ! I like free ! Can I get a postcode and phone number for this museum ? Thanks !" }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'01223307402');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "sure the phone number is 01223307402 and the postcode is cb23bj" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need , thanks so much for all of your help ! Have a great day !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , and thanks , you , too !" } ]
PMUL4473.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant alimentum" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant alimentum" ], [ "_:result", "address", "152 - 154 Hills Road" ], [ "_:result", "area", "south" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "phone", "01223413000" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant alimentum" ], [ "_:result", "address", "152 - 154 Hills Road" ], [ "_:result", "area", "south" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "phone", "01223413000" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "AO7B2S0G" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "address", "152 - 154 Hills Road" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "phone", "01223413000" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "AO7B2S0G" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "name", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "address", "152 - 154 Hills Road" ], [ "_:result", "food", "modern European" ], [ "_:result", "phone", "01223413000" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "AO7B2S0G" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "name", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "address", "152 - 154 Hills Road" ], [ "_:result", "food", "modern European" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "AO7B2S0G" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "name", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "postcode", "cb23bj" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'hakka');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant named Hakka . Can you tell me how to get there ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Milton Road Chesterton');(_:result,area,'north');(_:result,name,'Hakka');(_:result,postcode,'CB41JY');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Hakka is located on the north side of town on Milton Road Chesterton in post code CB41JY . Do you also want their phone number ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'11:15');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to book a table for 7 at 11:15 on monday ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'QMH1W33E');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . The table will be reserved for 15 minutes . Reference number QMH1W33E . Can I be of further help to you ?" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , you have helped me greatly . That is all I need today . Bye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo centre . Have a good day !" } ]
PMUL0503.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "hakka" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "hakka" ], [ "_:result", "address", "Milton Road Chesterton" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Hakka" ], [ "_:result", "postcode", "CB41JY" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "hakka" ], [ "_:result", "address", "Milton Road Chesterton" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Hakka" ], [ "_:result", "postcode", "CB41JY" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QMH1W33E" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i want a reservation that has cheap price and should be in the east" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "we have 3 with your specification" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Oh , I also need it to have free parking and I want a guest house ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'allenbell');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about allenbell ? It looks great ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure , please book it for 1 person for 5 nights starting on thursday ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was unsuccessful . Perhaps another day or shorter stay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about starting on friday ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,day,'Friday');(_:booking,ref,'VRX491JS');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful for Friday . Reference number is : VRX491JS ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much ! That is all I needed ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you goodbye" } ]
SNG01983.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:booking/5f45c271" ], [ "_:booking/5f45c271", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:booking/5f45c271" ], [ "_:booking/5f45c271", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "ref", "VRX491JS" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for something to do in the centre of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,\"There 's so much to do\");(_:result,area,'centre');(_:result,category,'boats');(_:result,category,'cinemas');(_:result,category,'concerthall');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There 's so much to do in the centre of town . There are museums , boats , concerthall , cinemas . What are your interests ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I think a theatre sounds nice ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Adc Theatre on Park Street');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have the Adc Theatre on Park Street . Would that work for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , that would be great . Can you give me the phone number , address , and postcode . ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Park Street');(_:result,phone,'01223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their address is Park Street , postcode cb58as . Their phone number is 01223300085 . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I need a train for sunday ." }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What are your departure and arrival stations , and what time of day would you like to travel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'20:45');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving london kings cross and need to arrive in cambridge by 20:45 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'6:08');(_:result,id,'TR3350');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR3350 train will arrive at 6:08 . Would you like to book a ticket ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes please for 7 people ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'seven');(_:booking,ref,'UOXKTDIK');(_:booking,ticket,'132.16 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have made the booking for seven people . Your reference number is UOXKTDIK and there will be 132.16 GBP fare payable at the station . Do you need anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thanks so much , that 's all I need ! Have a great day !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "i am glad i have been of help . good day" } ]
PMUL1385.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" ], [ "_:result", "amount", "There 's so much to do" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "cinemas" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "There 's so much to do" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "cinemas" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Adc Theatre on Park Street" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "There 's so much to do" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "cinemas" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "theatre" ], [ "_:result", "name", "Adc Theatre on Park Street" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Park Street" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "There 's so much to do" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "cinemas" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "theatre" ], [ "_:result", "name", "Adc Theatre on Park Street" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Park Street" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "There 's so much to do" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "cinemas" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "theatre" ], [ "_:result", "name", "Adc Theatre on Park Street" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Park Street" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR3350" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "There 's so much to do" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "cinemas" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "theatre" ], [ "_:result", "name", "Adc Theatre on Park Street" ], [ "_:result", "address", "Park Street" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR3350" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "seven" ], [ "_:booking", "ref", "UOXKTDIK" ], [ "_:booking", "ticket", "132.16 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,area,'east');(_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Looking for a restaurant in the east side that serves basque food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I did not find any restaurants with that criteria . Do you want to change the area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Will you look for indian food in the east ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'Curry prince');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about Curry prince ? It is indian food ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'16:00');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Perfect ! I would like a table for 2 at 16:00 on Tuesday" }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was unable to complete your booking . Would you like to try another day or time slot ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,duration,'15:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Would 15:00 on the same day work ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Tuesday');(_:booking,duration,'15:00');(_:booking,people,'2');(_:booking,ref,'H2VOXSP6');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful for Tuesday at 15:00 for a party of 2 . Your reference number is H2VOXSP6 . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You are welcome !" } ]
SNG0473.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "basque" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/f8ecd899" ], [ "_:search/f8ecd899", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/f8ecd899" ], [ "_:search/f8ecd899", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "Curry prince" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/f8ecd899" ], [ "_:search/f8ecd899", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "Curry prince" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/91c96dcb" ], [ "_:booking/91c96dcb", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "15:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/f8ecd899" ], [ "_:search/f8ecd899", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "Curry prince" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/91c96dcb" ], [ "_:booking/91c96dcb", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "15:00" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "15:00" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "H2VOXSP6" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train leaving Cambridge on Sunday ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Can I get your destination please ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "Stansted Airport please ." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'14:45');(_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Leave after 14:45 . I need a booking for 7 people and the reference number ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'LZY6ET2M');(_:booking,ticket,'56.56 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 56.56 GBP payable at the station . Reference number is : LZY6ET2M . Is there anything else I can assist you with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i 'm also looking for info about a restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What part of town would you like ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'10:15');(_:search,name,'fitzbillies restaurant');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am specifically looking for a restaurant called fitzbillies restaurant . I am wanting to book a table for 10:15 for 7 people on Sunday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'PMCEY5JA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright I booked that , and your reference is PMCEY5JA . Anything else I can do ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much for your help , I think that will be all I need today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome . Enjoy your stay ." } ]
PMUL0840.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "LZY6ET2M" ], [ "_:booking", "ticket", "56.56 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "LZY6ET2M" ], [ "_:booking", "ticket", "56.56 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "10:15" ], [ "_:search", "name", "fitzbillies restaurant" ], [ "_:search", "people", "7" ], [ "_: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", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "56.56 GBP" ], [ "_:search", "area", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "10:15" ], [ "_:search", "name", "fitzbillies restaurant" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "PMCEY5JA" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'jamaican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am trying to find a Jamaican restaurant" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,food,'Jamaican');(_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "We do n't have any Jamaican restaurants here . Would you like to try something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about a expensive mediterranean ?" }, { "id": 3, "rdf-acts": [ "select((_:result,name,'La Mimosa or Shiraz');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two restaurants , La Mimosa or Shiraz" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'Shiraz');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "let 's book a table at Shiraz ." }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Can I get what day , time and how many people will be dining ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'five');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Monday at noon and five ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'QJI9U6C7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . The table will be reserved for 15 minutes . Reference number is : QJI9U6C7 . Is there anything else I can assist you with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Also looking for a place to stay . The hotel should include free parking and should include free wifi ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'154 chesterton road');(_:result,name,'acorn guest house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I recommend acorn guest house on 154 chesterton road would you like me to book ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can I get the address , postcode and price range of that hotel ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'154 chesterton road');(_:result,category,'guesthouse');(_:result,postcode,'cb41da');(_:result,pricerange,'moderate priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is a moderate priced guesthouse . The address is 154 chesterton road and postcode is cb41da . Can I book you any rooms ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'one');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure , that would be great . one person for 2 nights please ." }, { "id": 13, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day will you be arriving ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The same day , I 'd also like a taxi to go between the hotel and restaurant ." }, { "id": 15, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I need to know the time you want to leave ." }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Wednesday , I need to arrive to the restaurant by my booked time ." }, { "id": 17, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))", "canthelp((_:booking,day,'Wednesday');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I think we 've almost mixed up your bookings ! To clarify , you 'd like a hotel reservation starting on Wednesday ? Your restaurant booking is set for Monday . We can make changes !" }, { "id": 18, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'12:30');(_:search,name,'Shiraz');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What was I thinking ! I wanted to book a table for 1 person , myself , at 12:30 on Wednesday . Please change my booking at Shiraz ." }, { "id": 19, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "So you would like to cancel the other booking ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'12:30');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need to change it to Wednesday at 12:30 for 1 person . The others ca n't make it . Sorry ." }, { "id": 21, "rdf-acts": [ "reqmore()", "inform((_:booking,type,'Booking'))" ], "speaker": "system", "text": "No worries . Your table for 1 is reserved and your reservation code is GKDDPL1M. The table will be held for 15 minutes . Will that be all today ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'zero');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , please find me a zero star hotel that offers free wifi and free parking" }, { "id": 23, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sorry I do n't have any 0 star hotels with that criteria ." }, { "id": 24, "rdf-acts": [], "speaker": "user", "text": "Any stars would be fine ." }, { "id": 25, "rdf-acts": [], "speaker": "system", "text": "I 'm so sorry but i 'm confused . What would you like me to search for your place to stay ?" }, { "id": 26, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'zero');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel with a zero star rating with both free wifi and parking , please ." }, { "id": 27, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,name,'city centre north b and b');(_:result,name,'el shaddai');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are two cheap guesthouses meeting your needs : el shaddai in the centre and city centre north b and b in the north . Which do you prefer ?" }, { "id": 28, "rdf-acts": [ "thank()", "inform((_:search,name,'el shaddai');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i highly recommend el shaddai . it is cheap . can i book ?" }, { "id": 29, "rdf-acts": [ "inform((_:result,name,'el shaddai');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,stars,'0');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "El Shaddai is a cheap , 0 star guesthouse in the centre . Will that work for you ?" }, { "id": 30, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can I get the postcode and address please ." }, { "id": 31, "rdf-acts": null, "speaker": "system", "text": "Can you book it for me and get a reference number ?" } ]
PMUL0237.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "jamaican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "La Mimosa or Shiraz" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "Shiraz" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "La Mimosa or Shiraz" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "Shiraz" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "five" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "La Mimosa or Shiraz" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "Shiraz" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:search", "name", "Shiraz" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:search", "name", "Shiraz" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "monday" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "pricerange", "moderate priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "one" ], [ "_:search", "stay", "2" ], [ "_: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", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:search", "name", "Shiraz" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "pricerange", "moderate priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "one" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_: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", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:search", "name", "Shiraz" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "pricerange", "moderate priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "one" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "pricerange", "moderate priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/be66e02a" ], [ "_:booking/be66e02a", "day", "Wednesday" ], [ "_:booking/be66e02a", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "name", "Shiraz" ], [ "_:search", "people", "1" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "pricerange", "moderate priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/be66e02a" ], [ "_:booking/be66e02a", "day", "Wednesday" ], [ "_:booking/be66e02a", "type", "Booking" ], [ "_:search", "name", "Shiraz" ], [ "_:system", "canthelp", "_:booking/a858c778" ], [ "_:booking/a858c778", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:search", "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": 11, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "pricerange", "moderate priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/be66e02a" ], [ "_:booking/be66e02a", "day", "Wednesday" ], [ "_:booking/be66e02a", "type", "Booking" ], [ "_:search", "name", "Shiraz" ], [ "_:system", "canthelp", "_:booking/a858c778" ], [ "_:booking/a858c778", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "zero" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "pricerange", "moderate priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/be66e02a" ], [ "_:booking/be66e02a", "day", "Wednesday" ], [ "_:booking/be66e02a", "type", "Booking" ], [ "_:search", "name", "Shiraz" ], [ "_:system", "canthelp", "_:booking/a858c778" ], [ "_:booking/a858c778", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/66b12de1" ], [ "_:search/66b12de1", "category", "hotels" ], [ "_:search/66b12de1", "stars", "0" ], [ "_:search/66b12de1", "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": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "pricerange", "moderate priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/be66e02a" ], [ "_:booking/be66e02a", "day", "Wednesday" ], [ "_:booking/be66e02a", "type", "Booking" ], [ "_:search", "name", "Shiraz" ], [ "_:system", "canthelp", "_:booking/a858c778" ], [ "_:booking/a858c778", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/66b12de1" ], [ "_:search/66b12de1", "category", "hotels" ], [ "_:search/66b12de1", "stars", "0" ], [ "_:search/66b12de1", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "zero" ], [ "_: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, 25, 26 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "postcode", "cb41da" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/be66e02a" ], [ "_:booking/be66e02a", "day", "Wednesday" ], [ "_:booking/be66e02a", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/a858c778" ], [ "_:booking/a858c778", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/66b12de1" ], [ "_:search/66b12de1", "category", "hotels" ], [ "_:search/66b12de1", "stars", "0" ], [ "_:search/66b12de1", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "zero" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "name", "el shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "el shaddai" ], [ "_:search", "pricerange", "cheap" ], [ "_: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, 25, 26, 27, 28 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/b7e7b3eb" ], [ "_:search/b7e7b3eb", "food", "Jamaican" ], [ "_:search/b7e7b3eb", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "QJI9U6C7" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/38bf456c" ], [ "_:booking/38bf456c", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "postcode", "cb41da" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:system", "canthelp", "_:booking/be66e02a" ], [ "_:booking/be66e02a", "day", "Wednesday" ], [ "_:booking/be66e02a", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/a858c778" ], [ "_:booking/a858c778", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/66b12de1" ], [ "_:search/66b12de1", "category", "hotels" ], [ "_:search/66b12de1", "stars", "0" ], [ "_:search/66b12de1", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "zero" ], [ "_:result", "count", "2" ], [ "_:search", "name", "el shaddai" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "el shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "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, 29, 30 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hi ! I 'm looking for a place to go in the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "thank()", "inform((_:result,amount,'quite a few');(_:result,area,'Centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure . There 's quite a few places you can visit in the Centre . Do you have a particular type of attraction in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I have never been to the Centre before , can you tell me the most popular spot to go ? Perhaps a museum ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'castle galleries');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is a great museum in the centre of town called castle galleries . It 's free and located at unit su43 , grande arcade , saint andrews street ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "May I have the phone number please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223307402');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223307402 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thanks so much . I am also wanting to see if you can help me find a cheap room to stay in ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Sure , I can help you with that . What area would you like to stay in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "kindly find me one in the west" }, { "id": 9, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Do you prefer a guesthouse or hotel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a hotel with a 4 star rating please . It also must include free wi - fi ." }, { "id": 11, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,name,'the cambridge belfry');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the cambridge belfry is the only hotel with those criteria ." }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "That will work . I need the address please ." }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'back lane , cambourne');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The address is back lane , cambourne . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "thank()", "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Thank you for the address . That will be all for now ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a great time and I hope you enjoy your stay ! Goodbye" } ]
PMUL2817.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "area", "Centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "type", "Attraction" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:search", "category", "museum" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "type", "Attraction" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223307402" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "the cambridge belfry" ], [ "_:result", "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": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223307402" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "the cambridge belfry" ], [ "_:result", "address", "back lane , cambourne" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a cheap restaurant in the east part of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'international');(_:result,name,'Missing Sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Missing Sock is a cheap international restaurant in the east side . Would you like the address or phone number ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . Could you tell me both the address and phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Finders Corner Newmarket Road');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "They are at Finders Corner Newmarket Road , and their number is 01223 812660 ." }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . Good bye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you and goodbye !" } ]
WOZ20665.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "Finders Corner Newmarket Road" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a Mediterranean restaurant near the centre of town ." }, { "id": 1, "rdf-acts": [ "select((_:result,name,'la mimosa');(_:result,name,'shiraz');(_:result,name,'the gardenia');(_:result,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I 've got three that fit that bill ... the gardenia , la mimosa , and shiraz . Do you have a preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is one of them in the cheap price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Gardenia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , The Gardenia ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'11:30');(_:search,people,'5');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Great , could I book a table of 5 for 11:30 on wednesday ? If so , please provide me with a reference number ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'CVWAKCN2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yeah . The reference number is CVWAKCN2" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thank you ! Is there any entertainment in the same area as the restaurant ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "canthelp((_:search,type,'Attraction'))" ], "speaker": "system", "text": "I am sorry . There does not seem to be any matching your choices . Would you like to try another area or attraction ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes . Can you please search for an attraction in the type of college ?" }, { "id": 9, "rdf-acts": [ "request((_:search,entrance_fee,?);(_:search,type,'Attraction'))", "inform((_:result,address,\"king 's parade\");(_:result,entrance_fee,'2 pounds');(_:result,name,'corpus christi college');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Is an entrance fee okay ? If so , the corpus christi college located at king 's parade . Fee is 2 pounds . Would you like the phone number ?" }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I do n't mind an entrance fee . Could you actually give me the postcode for that college ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,\"king 's parade\");(_:result,name,'Corpus christi');(_:result,postcode,'cb21rh');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Corpus christi is located at king 's parade , postcode cb21rh . Would you like any further information ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the attraction');(_:search,destination,'the restaurant');(_:search,type,'Attraction');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I 'd like to book a taxi to go from the attraction to the restaurant ." }, { "id": 13, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I 'd be happy to find you a taxi , but first I will need to know what time you 'd like to leave corpus christi ." }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'11:30');(_:search,departure,'Corpus Christi');(_:search,destination,'the restaurant');(_:search,type,'Attraction');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to leave Corpus Christi College in enough time to arrive at the restaurant at the booked time of 11:30 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'11:30');(_:result,destination,'the restaurant');(_:result,phone,'07469156027');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked you a taxi that will get you to the restaurant by 11:30 . Their phone number is 07469156027 . Is there anything else I can help you with ?" }, { "id": 16, "rdf-acts": [ "request((_:result,car,?);(_:result,phone,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "What is the car 's contact number and type ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'Black Audi');(_:result,phone,'07469156027');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Your taxi is a Black Audi and their contact number is 07469156027 . Is there anything else I can help you with ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's everything , thank you !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Great ! I 'm glad I could be of assistance to you . Thank you for using our service ." } ]
MUL0938.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "name", "la mimosa" ], [ "_:result", "name", "shiraz" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "CVWAKCN2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "CVWAKCN2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6e1d419c" ], [ "_:search/6e1d419c", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "CVWAKCN2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6e1d419c" ], [ "_:search/6e1d419c", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "king 's parade" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "name", "corpus christi college" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "CVWAKCN2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6e1d419c" ], [ "_:search/6e1d419c", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "king 's parade" ], [ "_:result", "name", "Corpus christi" ], [ "_:result", "postcode", "cb21rh" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "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", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "CVWAKCN2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6e1d419c" ], [ "_:search/6e1d419c", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "king 's parade" ], [ "_:result", "name", "Corpus christi" ], [ "_:result", "postcode", "cb21rh" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "Corpus Christi" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Attraction" ], [ "_: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", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "CVWAKCN2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6e1d419c" ], [ "_:search/6e1d419c", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "king 's parade" ], [ "_:result", "name", "Corpus christi" ], [ "_:result", "postcode", "cb21rh" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "Corpus Christi" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "11:30" ], [ "_:result", "destination", "the restaurant" ], [ "_:result", "phone", "07469156027" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "car", "?" ], [ "_: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", "food", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "CVWAKCN2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6e1d419c" ], [ "_:search/6e1d419c", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "king 's parade" ], [ "_:result", "name", "Corpus christi" ], [ "_:result", "postcode", "cb21rh" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "Corpus Christi" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "11:30" ], [ "_:result", "destination", "the restaurant" ], [ "_:result", "car", "Black Audi" ], [ "_:result", "phone", "07469156027" ], [ "_: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,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for places to go in town . The attraction should be in the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 44 results for attractions in the town centre , could you be more specific on what type of attraction you would like to visit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'nightclubs');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Do you have any nightclubs ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Ballare nightclub');(_:result,type,'Attraction'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , there is a place called the Ballare nightclub . Does that interest you or do you want me to find something else ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I get their phone number and address please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'heidelberg gardens , lion yard');(_:result,name,'Ballare');(_:result,phone,'01223364222');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "You can find the ballare at heidelberg gardens , lion yard . The phone number is 01223364222 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great . I also need train schedule information going from Cambridge to Birmingham New Street ." }, { "id": 7, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I would be happy to help with your request , but first I will need to know what day you will be travelling ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'20:00');(_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to leave on Thursday and arrive by 20:00 ." }, { "id": 9, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Alright , when would you like to leave by ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'20:00');(_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "It does nt matter when I leave , as long as it arrives by 20:00 . The booking should be for 8 people as well ." }, { "id": 11, "rdf-acts": [ "thank()", "reqmore()", "inform((_:booking,category,'Train');(_:booking,day,'thursday');(_:booking,people,'8');(_:booking,ref,'8E1G3PPD');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! I was able to get you 8 tickets for thursday . Your reference number is 8E1G3PPD . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that was everything I needed . Thank you for your help ." }, { "id": 13, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You are welcome . Have a nice day ." }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "You , as well . We can end the conversation now !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "I 'll take care of that right now . Bye !" } ]
MUL1892.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" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "nightclubs" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "nightclubs" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Ballare nightclub" ], [ "_:result", "type", "Attraction" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "nightclubs" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "heidelberg gardens , lion yard" ], [ "_:result", "name", "Ballare" ], [ "_:result", "phone", "01223364222" ], [ "_:result", "type", "Attraction" ], [ "_: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", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "nightclubs" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "heidelberg gardens , lion yard" ], [ "_:result", "name", "Ballare" ], [ "_:result", "phone", "01223364222" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "nightclubs" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "heidelberg gardens , lion yard" ], [ "_:result", "name", "Ballare" ], [ "_:result", "phone", "01223364222" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_: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": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "nightclubs" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "heidelberg gardens , lion yard" ], [ "_:result", "name", "Ballare" ], [ "_:result", "phone", "01223364222" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "8E1G3PPD" ], [ "_:booking", "type", "Booking" ] ], "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", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:search", "category", "nightclubs" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "heidelberg gardens , lion yard" ], [ "_:result", "name", "Ballare" ], [ "_:result", "phone", "01223364222" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "8E1G3PPD" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ] ], "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,'12:45');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you help me find a train arriving by 12:45 going to birmingham new street ?" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What city are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "i 'm leaving from cambridge" }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Can you give me the day you are traveling ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I 'm leaving on Saturday . May I please have the travel time ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'11:44');(_:result,destination,'Birmingham New Street');(_:result,duration,'163 minutes');(_:result,id,'TR2576');(_:result,type,'Train'))" ], "speaker": "system", "text": "Travel times for all trains on that route are 163 minutes . The TR2576 would get you to Birmingham New Street at 11:44 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thanks . Can you also look up information on Lovell Lodge hotel ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lovell Lodge');(_:result,phone,'01223425478');(_:result,pricerange,'moderate');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Lovell Lodge hotel is located in the north that is 2 stars . It has moderate pricing , free internet and parking . Their phone number is 01223425478 ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for the info , that will be all ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day ." } ]
PMUL3961.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "11:44" ], [ "_:result", "destination", "Birmingham New Street" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR2576" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "11:44" ], [ "_:result", "destination", "Birmingham New Street" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR2576" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "phone", "01223425478" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensiove');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Let 's find me an expensiove place to eat in the centre" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'33');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sure i have 33 options for you" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'11:45');(_:search,people,'5');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "How about you pick one and reserve a table for 5 on sunday at 11:45 , and I 'll need that reference number too ." }, { "id": 3, "rdf-acts": [ "thank()", "reqmore()", "inform((_:booking,day,'Sunday');(_:booking,duration,'11:45');(_:booking,name,'Fitzbillies');(_:booking,people,'5');(_:booking,ref,'Y5EX13L7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure ! I 've booked you at Fitzbillies at 11:45 on Sunday for 5 . Your reference number is Y5EX13L7 . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'21:30');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great can you also help me get a train ? I 'm looking to go to ely and arrive by 21:30" }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "On what day will you be leaving ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving on Monday" }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR5484');(_:result,leave_at,'13:50');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5484 leaves at 13:50 and costs 4.40 pounds . is that fine with you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , but i need to book four more people as well ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,people,'5');(_:booking,ref,'YD9YNVV4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "So I have 5 tickets booked . The reference number is YD9YNVV4 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much ." }, { "id": 11, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "Thank you . Is there anything else ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 's all . Good bye" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome ! Have a great day !" } ]
PMUL4349.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensiove" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensiove" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensiove" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:45" ], [ "_:booking", "name", "Fitzbillies" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "Y5EX13L7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensiove" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:45" ], [ "_:booking", "name", "Fitzbillies" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "Y5EX13L7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "destination", "ely" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensiove" ], [ "_:result", "count", "33" ], [ "_:search", "duration", "11:45" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:45" ], [ "_:booking", "name", "Fitzbillies" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "Y5EX13L7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "destination", "ely" ], [ "_:search", "day", "monday" ], [ "_:result", "id", "TR5484" ], [ "_:result", "leave_at", "13:50" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_: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", "centre" ], [ "_:search", "pricerange", "expensiove" ], [ "_:result", "count", "33" ], [ "_:search", "duration", "11:45" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:45" ], [ "_:booking", "name", "Fitzbillies" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "destination", "ely" ], [ "_:search", "day", "monday" ], [ "_:result", "id", "TR5484" ], [ "_:result", "leave_at", "13:50" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "YD9YNVV4" ], [ "_: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" ], [ "_:search", "pricerange", "expensiove" ], [ "_:result", "count", "33" ], [ "_:search", "duration", "11:45" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:45" ], [ "_:booking", "name", "Fitzbillies" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "destination", "ely" ], [ "_:search", "day", "monday" ], [ "_:result", "id", "TR5484" ], [ "_:result", "leave_at", "13:50" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "YD9YNVV4" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "I am looking for information in Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area would you like to stay ? And do you have a pricerange ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i would like to stay in the north and looking for something with 4 stars" }, { "id": 3, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you need internet or parking ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do need parking . Is there anything available ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'the acorn guest house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,count,'7');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , there are 7 hotels available . I 'd recommend the acorn guest house . Would you like a room ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednsday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "book for 4 people and 4 nights from wednsday" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'UN9VHM37');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : UN9VHM37 . Anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'12:30');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am also am looking for a train that goes to kings lynn . I need to arrive by 12:30 . Can you help me book a train ?" }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure thing , where will you be departing from ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm departing from Cambridge on Friday ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'09:58');(_:result,departure,'cambridge');(_:result,id,'TR3947');(_:result,leave_at,'09:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR3947 leaves cambridge at 09:11 and arrives at 09:58 . Would that work for you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is price for a ticket and I also need the travel time ." }, { "id": 13, "rdf-acts": [ "inform((_:result,duration,'47 minutes');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The cost is 9.80 pounds and the total travel time is 47 minutes . Is there anything else I can help you with today ?" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , you have been very helpful . I have all of the information I need for now . Thanks so much , bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "It was a pleasure assisting you . Good - bye ." } ]
PMUL3337.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "the acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednsday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "the acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednsday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "UN9VHM37" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "12:30" ], [ "_: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", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "the acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "UN9VHM37" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "the acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "7" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "UN9VHM37" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR3947" ], [ "_:result", "leave_at", "09:11" ], [ "_: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 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "the acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "7" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "UN9VHM37" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR3947" ], [ "_:result", "leave_at", "09:11" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "ticket", "9.80 pounds" ], [ "_:result", "type", "Train" ], [ "_: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,name,'Nirala');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant called The Nirala . Can you tell me where it is ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'7 Milton Road Chesterton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It 's located at 7 Milton Road Chesterton . Would you like me to book a table ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'14:45');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you please book a table for 2 at 14:45 on Wednesday" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'QMY8NA1T');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set ! Your reference number is QMY8NA1T . Do you need anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train from Cambridge as well ." }, { "id": 5, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure ! What is your destination ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to london kings cross on saturday" }, { "id": 7, "rdf-acts": [ "inform((_:result,day,'Saturday');(_:result,leave_at,'5:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a train that leaves at 5:00 on Saturday . Would you like me to book it for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'16:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train needs to arrive by 16:45" }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'6');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay there are 6 trains that match . Shall I complete a booking ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'16:45');(_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes as close to 16:45 as possible , book for 2 people please" }, { "id": 11, "rdf-acts": [ "offer((_:booking,arrive_by,'15:51');(_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book the 15:51 train ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "What time does the 15:51 train arrive ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'15:51');(_:result,leave_at,'15:00');(_:result,type,'Train'))" ], "speaker": "system", "text": "It leaves at 15:00 and gets there at 15:51 , sorry for any confusion ." }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Yes please book that train for me ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'2');(_:booking,ref,'UBY652ER');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked tickets for 2 people , and your reference number is UBY652ER . Anything else I can do for you ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all for now ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "thank you and enjoy your stay in our city !" } ]
PMUL0706.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Nirala" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Nirala" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "7 Milton Road Chesterton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Nirala" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "7 Milton Road Chesterton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QMY8NA1T" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "Nirala" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "7 Milton Road Chesterton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "14:45" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QMY8NA1T" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "Nirala" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "7 Milton Road Chesterton" ], [ "_:search", "duration", "14:45" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QMY8NA1T" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "day", "Saturday" ], [ "_:result", "leave_at", "5:00" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "arrive_by", "16:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "Nirala" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "7 Milton Road Chesterton" ], [ "_:search", "duration", "14:45" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QMY8NA1T" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "day", "Saturday" ], [ "_:result", "leave_at", "5:00" ], [ "_:booking", "category", "Train" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "16:45" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "Nirala" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "7 Milton Road Chesterton" ], [ "_:search", "duration", "14:45" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QMY8NA1T" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "day", "Saturday" ], [ "_:result", "leave_at", "5:00" ], [ "_:booking", "category", "Train" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "16:45" ], [ "_:search", "people", "2" ], [ "_:booking", "arrive_by", "15:51" ], [ "_: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", "Nirala" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "7 Milton Road Chesterton" ], [ "_:search", "duration", "14:45" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QMY8NA1T" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "day", "Saturday" ], [ "_:booking", "category", "Train" ], [ "_:result", "count", "6" ], [ "_:search", "arrive_by", "16:45" ], [ "_:search", "people", "2" ], [ "_:booking", "arrive_by", "15:51" ], [ "_:result", "arrive_by", "15:51" ], [ "_:result", "leave_at", "15:00" ], [ "_:result", "type", "Train" ], [ "_: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", "Nirala" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "7 Milton Road Chesterton" ], [ "_:search", "duration", "14:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "day", "Saturday" ], [ "_:result", "count", "6" ], [ "_:search", "arrive_by", "16:45" ], [ "_:search", "people", "2" ], [ "_:booking", "arrive_by", "15:51" ], [ "_:result", "arrive_by", "15:51" ], [ "_:result", "leave_at", "15:00" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "UBY652ER" ], [ "_: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,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to see if you can find a train that leaves to cambridge . Also , can it be on a thursday too ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,destination,'cambridge');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have several trains going to cambridge . Where are you coming from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving from the birmingham new street station ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Do you have any time constraints ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,destination,'Cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive in Cambridge by 15:15 please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'12:23');(_:result,id,'TR6105');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR6105 arrives by 12:23 . Would you like some seats ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not at the moment . I would , however , like information on a place to stay in the moderate price range with a rating of 3 stars ." }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'The hamilton lodge');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The hamilton lodge matches your criteria . Would you like more information ?" }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Sure , can I get the phone number ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'01223365664');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Of course ! The phone number is 01223365664 . Is there anything else I can help you with today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Does the hotel offer internet ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes it does ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! That will be all for today !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Excellent , I hope you enjoy your stay !" } ]
PMUL1721.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "several" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "several" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "12:23" ], [ "_:result", "id", "TR6105" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "several" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "12:23" ], [ "_:result", "id", "TR6105" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "The hamilton lodge" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "several" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "12:23" ], [ "_:result", "id", "TR6105" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:result", "name", "The hamilton lodge" ], [ "_:result", "phone", "01223365664" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "amount", "several" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "12:23" ], [ "_:result", "id", "TR6105" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:result", "name", "The hamilton lodge" ], [ "_:result", "phone", "01223365664" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay . The hotel should have a star of 4 and should be in the type of guesthouse" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Okay . What part of town do you want to stay in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Any part of town as long as it includes free parking ." }, { "id": 3, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I need a hotel with FREE parking" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'none');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "You read my mind . Yes , free parking ." }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have a specific pricerange you are looking for ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "No , I 'm not picky ." }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'acorn house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about acorn house ? They have excellent reviews ." }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , if Acorn House has free parking , please book my reservation ." }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What is your arrival date and how many days will you be staying , please ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I 'm sorry I do n't need a reservation . Could you just confirm the price range , postcode and what area that is in ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'The acorn house');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The acorn house is moderately priced , 4 stars , and in the north ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much . I wo n't be needing anything further today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you goodbye" } ]
SNG01762.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "none" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "none" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "?" ], [ "_:result", "name", "acorn house" ], [ "_: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", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "?" ], [ "_:result", "name", "acorn house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "The acorn house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you help me find a train leaving Tuesday from Norwich ? Thanks ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'19');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have about 19 different trains . Do you have a certain time you would like to leave after or arrive by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'20:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to leave after 20:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,destination,'Cambridge');(_:result,duration,'79 minutes');(_:result,leave_at,'20:16');(_:result,type,'Train'))" ], "speaker": "system", "text": "At 20:16 a train leaves for Cambridge duration of which is 79 minutes ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to making a booking for one please ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Booking was successful , the total fee is 17.6 GBP payable at the station . Reference number is : UK9225HY . Is there anything else I can do for you today ?" } ]
PMUL3221.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:result", "count", "19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "20:16" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay in Cambridge , moderate price for a hotel ." }, { "id": 1, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Are there any amenities that you are looking for ? Parking ? Internet ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like free parking ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area would you like to stay in ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't really have a preference for area . But I would like it to be a hotel rather than a guesthouse . And I would love free parking ." }, { "id": 5, "rdf-acts": [ "select((_:result,name,'ashley hotel');(_:result,name,'lovell lodge');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have ashley hotel and lovell lodge , shall I book you for one of the two ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need it for 7 people . 5 nights starting Sunday ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "select((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Which of the 2 hotels should I book for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,name,'Ashley Hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about the Ashley Hotel ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'L1S8JNAC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is L1S8JNAC . Do you need anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,leave_at,'19:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am also looking for a train departing from stansted airport going to cambridge on sunday . I need to leave after 19:30 ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "TR2021 is leaving at 20:24 would that work for you ?" } ]
PMUL4803.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "has_internet", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "has_internet", "?" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "has_internet", "?" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "name", "lovell lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "has_internet", "?" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "name", "lovell lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "Ashley Hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "has_internet", "?" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "name", "lovell lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "Ashley Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "L1S8JNAC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could I ask for your help in finding a guesthouse to put my friends up in nearby ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Of course ! Cambridge boasts many wonderful guesthouses . What did you have in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Some place moderately priced , with free wifi ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'14');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 14 options spread out all over town . Do you have a preference as to the area you want to stay ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't have a preference . Which one looks best to you ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,name,'A and B Guest House');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The A and B Guest House is on the east side of town and has 4 stars . Would you like me to book it for you ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that is all I needed . Have a great day !" }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "You 're welcome . Please contact us if you need more information or would like to make a reservation . Have a wonderful day !" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "I will be sure to do that ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Here is the number for the guesthouse if you have any further inquiries : 01223315702 . Thank you !" } ]
SNG0872.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "14" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "14" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "name", "A and B Guest House" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "14" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "name", "A and B Guest House" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please find me a place to stay in the centre that includes free wifi ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I see that the Alexander Bed and Breakfast guesthouse is in the centre of town and includes free internet . Would you like me to book it for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would like it , and hope that is has free parking space ." }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day would you like me to book the hotel , how many people and What days would you like to stay ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to book the hotel for 4 people , 3 nights starting on thursday , please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , the booking has been completed . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'bedouin');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can I have the reference number for the hotel booking ? I 'd also like information about a restaurant called Bedouin ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:booking,ref,'1S9ZTFDA');(_:booking,type,'Booking');(_:result,area,'centre');(_:result,food,'african');(_:result,name,'bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Your reference number is 1S9ZTFDA . The bedouin is an expensive african restaurant in the centre area . Would you like to make a reservation there ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'african');(_:search,name,'bedouin');(_:search,type,'Restaurant'))", "request((_:result,food,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Fantastic , thank you . What 's the postcode for the bedouin ? Do they only serve african food ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'100 Mill Road City Centre');(_:result,food,'African');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Bedouin is located at 100 Mill Road City Centre and serves African food" }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I see . I 'm sorry what is the postcode ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb12bd');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The postcode is cb12bd . Is there anything else I can help you with today ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'bedouin');(_:search,leave_at,'2:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I need a taxi leaving from Bedouin and going to the Alexander B&B. I want to leave Bedouin by 2:00 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'white audi');(_:result,leave_at,'02:00');(_:result,phone,'07924317108');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have a taxi that will arrive at 02:00 . The taxi will be a white audi and you can contact them at 07924317108 . Anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all , thank you ." }, { "id": 15, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Alright , I hope you have a good stay , thank you for using our service !" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Sure thing , you 've been a great help ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Be sure to call again if you need anything . ' Bye now ." } ]
MUL0066.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "bedouin" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "1S9ZTFDA" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "african" ], [ "_:result", "name", "bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "african" ], [ "_:search", "name", "bedouin" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "1S9ZTFDA" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "african" ], [ "_:search", "name", "bedouin" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "food", "African" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "1S9ZTFDA" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "african" ], [ "_:search", "name", "bedouin" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "food", "African" ], [ "_:result", "name", "Bedouin" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb12bd" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "bedouin" ], [ "_:search", "leave_at", "2:00" ], [ "_: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", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "1S9ZTFDA" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "african" ], [ "_:search", "name", "bedouin" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "food", "African" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "postcode", "cb12bd" ], [ "_:search", "departure", "bedouin" ], [ "_:search", "leave_at", "2:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white audi" ], [ "_:result", "leave_at", "02:00" ], [ "_:result", "phone", "07924317108" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "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", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "1S9ZTFDA" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "african" ], [ "_:search", "name", "bedouin" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "food", "African" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "postcode", "cb12bd" ], [ "_:search", "departure", "bedouin" ], [ "_:search", "leave_at", "2:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white audi" ], [ "_:result", "leave_at", "02:00" ], [ "_:result", "phone", "07924317108" ], [ "_: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,type,'Attraction'))" ], "speaker": "user", "text": "I need to find an attraction to visit in town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'lots of');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There ar lots of choices . Were there any attractions in particular you are looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I would like a college type of attraction please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,\"Saint Andrew 's Street\");(_:result,area,'Centre');(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Sure ! I 'd suggest Christ 's College in the Centre on Saint Andrew 's Street . It has free entrance . Would that work for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes that will work I need the postcode and address please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"saint andrew 's street\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Postcode is cb23bu and the address is saint andrew 's street . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'Portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I also need a restaurant . Portuguese , if possible ." }, { "id": 7, "rdf-acts": [ "select((_:result,name,'nandos');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Okay we have two , nandos and nandos city centre . Do you have a preference ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would prefer one in the South ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Nandos is the way to go , then . I 've heard wonderful things about their food , too , so I think you 'll be pleased . Would you like to reserve a table ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No reservation is needed yet , but can I please get the phone number and address please ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,phone,'01223327908');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their phone number is 01223327908 , and they are located at Cambridge Leisure Park Clifton Way ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great thanks . I think that s really all I need today . Take care . Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "It was my pleasure to assist you . Have a good evening ." } ]
MUL2426.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "lots of" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "lots of" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "lots of" ], [ "_:search", "category", "college" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "Portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "lots of" ], [ "_:search", "category", "college" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "food", "Portuguese" ], [ "_:result", "name", "nandos" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "lots of" ], [ "_:search", "category", "college" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "food", "Portuguese" ], [ "_:result", "count", "2" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "lots of" ], [ "_:search", "category", "college" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "food", "Portuguese" ], [ "_:result", "count", "2" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Nandos" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way" ], [ "_:result", "phone", "01223327908" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hi I 'm looking for a place to go in the centre of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Any more specifics ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would really like to see a museum . Maybe get a little more culture under my belt ." }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'in the area');(_:result,category,'archaeology');(_:result,category,'architecture');(_:result,category,'art');(_:result,category,'historical museums');(_:result,category,'museums');(_:result,count,'11');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 11 museums in the area , all free . Anything in particular you are interested in ? There are art , architecture , archaeology , and historical museums ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Surprise me ! Can you send me the address and postcode for the one you choose ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'free school lane');(_:result,name,'wipple museum of the history of science');(_:result,postcode,'cb23rh');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I 'm a fan of wipple museum of the history of science . They 're at free school lane , post code cb23rh . Can I help you with anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'north american');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm also looking for a restaurant in the same area as the museum that serves north american food . Could you get me the number , postcode , and address please ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Regent Street City Center');(_:result,food,'north american');(_:result,name,'Gourmet Burger Kitchen');(_:result,phone,'01223312598');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Certainly , Gourmet Burger Kitchen is an expensive north american restaurant , address Regent Street City Center , phone 01223312598 . Would you like a reservation ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'Gourmet Burger Kitchen');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds nice . Sure , I like a reservation in the Gourmet Burger Kitchen , and I need the address ." }, { "id": 9, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))", "inform((_:result,address,'Regent Street City Centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is Regent Street City Centre , how many should I book for and what time ?" }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I get the postcode for them please ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,name,'gourmet burger kitchen');(_:result,postcode,'cb21ab');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The postcode for the gourmet burger kitchen is cb21ab . May I assist you with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all , thanks ! Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Excellent . Have a good night !" } ]
MUL2404.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" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "in the area" ], [ "_:result", "category", "archaeology" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "art" ], [ "_:result", "category", "historical museums" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "area", "in the area" ], [ "_:result", "category", "archaeology" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "art" ], [ "_:result", "category", "historical museums" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "address", "free school lane" ], [ "_:result", "name", "wipple museum of the history of science" ], [ "_:result", "postcode", "cb23rh" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "area", "in the area" ], [ "_:result", "category", "archaeology" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "art" ], [ "_:result", "category", "historical museums" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb23rh" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "north american" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Regent Street City Center" ], [ "_:result", "food", "north american" ], [ "_:result", "name", "Gourmet Burger Kitchen" ], [ "_:result", "phone", "01223312598" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:search", "name", "Gourmet Burger Kitchen" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "area", "in the area" ], [ "_:result", "category", "archaeology" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "art" ], [ "_:result", "category", "historical museums" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb23rh" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "north american" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "north american" ], [ "_:result", "name", "Gourmet Burger Kitchen" ], [ "_:result", "phone", "01223312598" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "name", "Gourmet Burger Kitchen" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "area", "in the area" ], [ "_:result", "category", "archaeology" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "art" ], [ "_:result", "category", "historical museums" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "north american" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "north american" ], [ "_:result", "phone", "01223312598" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "name", "Gourmet Burger Kitchen" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "postcode", "cb21ab" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'colleges');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm here to visit some colleges , can you please help me find the addresses of some of them ?" }, { "id": 1, "rdf-acts": [ "request((_:search,name,?);(_:search,type,'Attraction'))", "thank()", "inform((_:result,category,'colleges');(_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , I can get you the addresses . There are five different colleges . Did you have specific ones in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'dontcare');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Nothing in particular . Just give me the area , postcode , and phone for one of them ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'west');(_:result,name,'Churchill college');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Churchill college is located in the west postcode cb30ds . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I will need the phone number for them as well please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223336233');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their phone number is 01223336233 \t ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'tandoori palace');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I also need a place to eat called tandoori palace ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'East side');(_:result,name,'The tandoori palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The tandoori palace is on the East side . Would you like me to reserve for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No thank you . I would just like the phone number and address ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'68 Histon Road Chesterton');(_:result,phone,'01223506055');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , the address is 68 Histon Road Chesterton , and the phone number is 01223506055 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help . Have a great day ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "you 're very welcome . you have a good day too ." } ]
PMUL2374.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Attraction" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:result", "address", "?" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:result", "address", "?" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:search", "name", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Churchill college" ], [ "_:result", "postcode", "cb30ds" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:result", "address", "?" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Churchill college" ], [ "_:result", "postcode", "cb30ds" ], [ "_:result", "phone", "01223336233" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "tandoori palace" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:result", "address", "?" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb30ds" ], [ "_:result", "phone", "01223336233" ], [ "_:search", "name", "tandoori palace" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "East side" ], [ "_:result", "name", "The tandoori palace" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb30ds" ], [ "_:search", "name", "tandoori palace" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "East side" ], [ "_:result", "name", "The tandoori palace" ], [ "_:result", "address", "68 Histon Road Chesterton" ], [ "_:result", "phone", "01223506055" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'swimming pool');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Where can I find a swimming pool in the north of town ?" }, { "id": 1, "rdf-acts": [ "select((_:result,name,'Jesus Green Outdoor Pool');(_:result,name,'Kings Hedges Learner Pool');(_:result,type,'Attraction'))", "inform((_:result,area,'north');(_:result,category,'swimming pools');(_:result,count,'2');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have two swimming pools listed north of town . The Jesus Green Outdoor Pool and the Kings Hedges Learner Pool . Do you have a preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'kings hedges learner pool');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like to try the Kings Hedges Learner Pool . Is there an entrance fee ? Can I get their phone number please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'unsure');(_:result,phone,'01223353248');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I am unsure if there is an entrance fee but their phone number is 01223353248 , I 'm sure they will be able to tell you of any entrance fee ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 5, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Is there anything else you need help with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,leave_at,'17:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I am looking for a train that departs from cambridge on wednesday . I would like to leave after 17:15 and my destination is stansted airport ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'18:08');(_:result,destination,'the airport');(_:result,id,'TR8893');(_:result,leave_at,'17:40');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR8893 that leaves at 17:40 and arrives at the airport by 18:08 . Would this work for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes that sounds perfect . Please secure passage for 8 people on the TR8893 ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'W2NAQGIF');(_:booking,ticket,'80.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , the booking was successful . The total fee is 80.8 GBP payable at the station . The reference number is W2NAQGIF . Can I help with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all , thank you for your help" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day !" } ]
PMUL1288.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "name", "Jesus Green Outdoor Pool" ], [ "_:result", "name", "Kings Hedges Learner Pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "name", "Jesus Green Outdoor Pool" ], [ "_:result", "name", "Kings Hedges Learner Pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "unsure" ], [ "_:result", "phone", "01223353248" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "name", "Jesus Green Outdoor Pool" ], [ "_:result", "name", "Kings Hedges Learner Pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:result", "entrance_fee", "unsure" ], [ "_:result", "phone", "01223353248" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "name", "Jesus Green Outdoor Pool" ], [ "_:result", "name", "Kings Hedges Learner Pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:result", "entrance_fee", "unsure" ], [ "_:result", "phone", "01223353248" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "17:15" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "destination", "the airport" ], [ "_:result", "id", "TR8893" ], [ "_:result", "leave_at", "17:40" ], [ "_: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 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "name", "Jesus Green Outdoor Pool" ], [ "_:result", "name", "Kings Hedges Learner Pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:result", "entrance_fee", "unsure" ], [ "_:result", "phone", "01223353248" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "17:15" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "destination", "the airport" ], [ "_:result", "id", "TR8893" ], [ "_:result", "leave_at", "17:40" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "W2NAQGIF" ], [ "_: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,has_parking,'dontcare');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay . The hotel does n't need to have free parking and should be in the moderate price range" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Alright . what area do you want to stay in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to stay in the east ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'3');(_:result,name,'Warkworth House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are three locations which fit your needs , sir . The Warkworth House is an excellent choice ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay , I want to book it for 2 people and 4 nights starting from Tuesday ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately , the hotel could n't accommodate you . would you like to change the day or time ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What about on Friday ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'49R7ARU6');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : 49R7ARU6 ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thanks so much !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you goodbye" } ]
SNG01713.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/1111b484" ], [ "_:booking/1111b484", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/1111b484" ], [ "_:booking/1111b484", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "49R7ARU6" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'London King Cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train to London King Cross leaving Friday ." }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay , when would you like to leave or arrive by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'13:30');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be coming from cambridge and would like to arrive by 13:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'11:51');(_:result,id,'TR1502');(_:result,leave_at,'11:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR1502 leaves at 11:00 and arrives by 11:51 . Does that work for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes . How much will the ticket cost ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'23.60 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The cost per ticket is 23.60 pounds . Would you like to book a seat on this train ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not yet . I 'm looking for a place to stay . I 'd prefer a guesthouse with four stars . Can you find one ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'18');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 18 results , can you be more specific as to what you 're looking for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Are there any in the north , and in a moderate price range ?" }, { "id": 9, "rdf-acts": [ "request((_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'7');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , we have 7 hotels matching your request . Is parking a necessity ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,has_parking,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes I 'd like free parking , could you give me the postcode for one ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'acorn guest house-');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,postcode,'cb41da');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure . I recommend Acorn Guest House- it is postcode cb41da . It is in the north and moderate price as requested . Want me to book it ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that was all the information I needed ." }, { "id": 13, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Do you need any other help today ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "That is everything , no further assistance needed ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a great day , then ." } ]
MUL2277.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "London King Cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "London King Cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "London King Cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:51" ], [ "_:result", "id", "TR1502" ], [ "_:result", "leave_at", "11:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "London King Cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "11:51" ], [ "_:result", "id", "TR1502" ], [ "_:result", "leave_at", "11:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "London King Cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "11:51" ], [ "_:result", "id", "TR1502" ], [ "_:result", "leave_at", "11:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "four" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "London King Cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "11:51" ], [ "_:result", "id", "TR1502" ], [ "_:result", "leave_at", "11:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "London King Cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "11:51" ], [ "_:result", "id", "TR1502" ], [ "_:result", "leave_at", "11:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "7" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:result", "name", "acorn guest house-" ], [ "_:result", "area", "north" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "pricerange", "moderate" ], [ "_: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", "day", "friday" ], [ "_:search", "destination", "London King Cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "11:51" ], [ "_:result", "id", "TR1502" ], [ "_:result", "leave_at", "11:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "7" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:result", "name", "acorn guest house-" ], [ "_:result", "area", "north" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_: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,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a place to dine that is expensive in the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "I can help with that . Did you have a price range in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Expensive , please . British food ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Midsummer Common');(_:result,name,'midsummer house restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Okay , I recommend midsummer house restaurant in Midsummer Common . Would you like a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'16:15');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I would love that . I need to make the reservation for 8 people for 16:15 on Thursday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'48QP48K1');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , you 're all set , the table will be reserved for 15 minutes and your reference number is : 48QP48K1 . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'multiple sports');(_:search,type,'Attraction');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks for handling the restaurant . I will have time to check out the town . Do you have multiple sports in the same area as the restaurant ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "No , there are n't any multiple sports places in the centre . Would you like me to check a different part of town ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Why do n't you try looking for a college in that area instead please" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,name,'downing college');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 13 colleges in the centre . I recommend downing college ." }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Okay , that sounds nice . Can you give me their phone number and tell me their entrance fee ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,phone,'01223334860');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "01223334860 is the phone number , and entrance is free . Anything else today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I needed . Thanks for your help !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You have a wonderful day and a great trip ." } ]
PMUL4618.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", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "people", "8" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "48QP48K1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "people", "8" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "48QP48K1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/cd78e301" ], [ "_:search/cd78e301", "area", "centre" ], [ "_:search/cd78e301", "category", "multiple sports" ], [ "_:search/cd78e301", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Midsummer Common" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "people", "8" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "48QP48K1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/cd78e301" ], [ "_:search/cd78e301", "area", "centre" ], [ "_:search/cd78e301", "category", "multiple sports" ], [ "_:search/cd78e301", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "name", "downing college" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Midsummer Common" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "48QP48K1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/cd78e301" ], [ "_:search/cd78e301", "area", "centre" ], [ "_:search/cd78e301", "category", "multiple sports" ], [ "_:search/cd78e301", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "name", "downing college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train from peterborough going to cambridge . Can you help me ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,arrive_by,'06:09');(_:result,day,'Friday');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,leave_at,'05:19');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "The next train departs Peterborough on Friday at 05:19 and scheduled to arrive in Cambridge by 06:09 . Do you want a different departure time ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,leave_at,'11:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to leave after 11:45 on Thursday , please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'12:09');(_:result,day,'Thursday');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,leave_at,'11:19');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There 's a train scheduled on Thursday from Peterborough to Cambridge , leaving at 11:19 and arriving at 12:09 . Will this work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'none');(_:search,type,'Train'))" ], "speaker": "user", "text": "With our schedule , we can only go on a train that leaves after 11:45 . Is there one leaving later ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,leave_at,'12:19');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train that leaves at 12:19 will that work ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "That sounds great . Can you please book 7 tickets on that one ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'3854SJZ8');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Booking was successful . Reference number is 3854SJZ8 . Do you need help with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you . Yes , I do need a place to dine . I would like an expensive restaurant in the north ." }, { "id": 9, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you have a particular type of cuisine in mind ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Any type is fine . I 'd also like the phone number of the restaurant ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,food,'French');(_:result,name,'Restaurant Two Two');(_:result,phone,'01223351880');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I recommend Restaurant Two Two . It is a French restaurant in the north . The telephone number is 01223351880 . Would you like me to book a reservation ?" }, { "id": 12, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What type of food is it ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,food,'French');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "As mentioned before they are French ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . I missed that before . Screaming kids , you know ." }, { "id": 15, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "Yes , I can hear them . How else can I help you today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much for your help ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Happy to help , goodbye .." } ]
PMUL0591.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "06:09" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "05:19" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "12:09" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "11:19" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "none" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "12:09" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "none" ], [ "_:result", "leave_at", "12:19" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "12:09" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "none" ], [ "_:result", "leave_at", "12:19" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3854SJZ8" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "north" ], [ "_: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", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "12:09" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "none" ], [ "_:result", "leave_at", "12:19" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3854SJZ8" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "12:09" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "none" ], [ "_:result", "leave_at", "12:19" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3854SJZ8" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "food", "French" ], [ "_:result", "name", "Restaurant Two Two" ], [ "_:result", "phone", "01223351880" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "12:09" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "none" ], [ "_:result", "leave_at", "12:19" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3854SJZ8" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Restaurant Two Two" ], [ "_:result", "phone", "01223351880" ], [ "_:result", "food", "French" ], [ "_:result", "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", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "12:09" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "none" ], [ "_:result", "leave_at", "12:19" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3854SJZ8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Restaurant Two Two" ], [ "_:result", "phone", "01223351880" ], [ "_:result", "food", "French" ], [ "_:result", "type", "Restaurant" ], [ "_: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,'Hospital'))" ], "speaker": "user", "text": "I 'm hurt and I need the nearest hospital ." }, { "id": 1, "rdf-acts": [ "inform((_:result,type,'Hospital'))" ], "speaker": "system", "text": "The nearest hospital is Addenbrookes Hospital ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Can I get the address and phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,type,'Hospital'))" ], "speaker": "system", "text": "I 'm just going to call an ambulance ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "No thank you , just give me the address , postcode , and phone number please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,department,'emergency department');(_:result,phone,'01223217118');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Addesbrookes Hospital is located on Hills Rd with the postcode CB20QQ . The direct phone number for the emergency department is 01223217118 . Are you sure I ca n't book you an ambulance ?" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , thanks . I will head there myself . Thanks for your help . Bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge Towninfo Centre . Have a great day ." } ]
SNG0185.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hospital" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223217118" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find a place to stay that includes free wifi and does n't need to have free parking ." }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,name,'Cityroomz');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Cityroomz is a hotel that matches that requirement , would you like to stay there ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it in the north and in the moderate price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,name,'Avalon guesthouse');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "No it is not . Avalon guesthouse is in the north and in the moderate price range though . It also has free wifi . Would that work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes that sounds fine . I 'd like a room for next Friday and Saturday night . Can you book that ?" }, { "id": 5, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "May I ask how many people will be staying in the room with you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to book it for 4 people" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Booking was unsuccessful . Would you like to find another hotel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . A different hotel in the same price range would be fine ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'archway house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would also recommend archway house would you like me to check booking there ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'archway house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , archway house sounds like a good idea . Please check ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,ref,'IAH92T2M');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was sucessful . Your reference number is IAH92T2M ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all I needed today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system !" } ]
SSNG0291.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:result", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:result", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_: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", "dontcare" ], [ "_:result", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/16629116" ], [ "_:booking/16629116", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "dontcare" ], [ "_:result", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/16629116" ], [ "_:booking/16629116", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "name", "archway house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "name", "archway house" ], [ "_:search", "type", "Hotel" ] ], "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", "dontcare" ], [ "_:result", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/16629116" ], [ "_:booking/16629116", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "name", "archway house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "name", "archway house" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "IAH92T2M" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train departing from Bishops Stortford ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'70');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 70 trains departing from that location , would you like to narrow it down some ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking to go to cambridge on thursday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'10');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 10 available trains . Is there a particular time you would like to leave or arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'9:15');(_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave on Thursday and get there by 9:15 , is that OK ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'6:07');(_:result,arrive_by,'8:07');(_:result,count,'2');(_:result,leave_at,'5:29');(_:result,leave_at,'7:29');(_:result,type,'Train'))" ], "speaker": "system", "text": "Yes . There are two available trains . One leaves at 5:29 and arrives by 6:07 and the other leaves by 7:29 and arrives by 8:07 . Which would you prefer ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like the later one , please . I 'll need 8 tickets ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'6A76VGSK');(_:booking,type,'Booking');(_:result,amount,'one other option');(_:result,arrive_by,'08:07');(_:result,id,'TR1242');(_:result,leave_at,'07:29');(_:result,people,'8');(_:result,type,'Train'))" ], "speaker": "system", "text": "Sure , we have one other option TR1242 leaves at 07:29 and arrives at 08:07 . For 8 people your reference number is : 6A76VGSK ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay great ! Thanks for all your help ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "It 's my pleasure . Goodbye !" } ]
SNG0311.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "bishops stortford" ], [ "_:result", "count", "70" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "6:07" ], [ "_:result", "arrive_by", "8:07" ], [ "_:result", "count", "2" ], [ "_:result", "leave_at", "5:29" ], [ "_:result", "leave_at", "7:29" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "2" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "6A76VGSK" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "one other option" ], [ "_:result", "arrive_by", "08:07" ], [ "_:result", "id", "TR1242" ], [ "_:result", "leave_at", "07:29" ], [ "_:result", "people", "8" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for colleges to visit in town while I am visiting . Can you help me with that ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,category,'colleges');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have listings for several colleges . What area would you like to visit ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I would welcome a recommendation from you . Please provide me with their entrance fee ." }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,\"Christ 's college\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Christ 's college is free ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you give me the address for that college ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,\"saint andrew 's street\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "their address is \t saint andrew 's street" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'Cow Pizza Kitchen and Bar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am also looking for a particular restaurant , the Cow Pizza Kitchen and Bar ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure I 've found them , would you like me to make a reservation ?" }, { "id": 8, "rdf-acts": [ "request((_:result,food,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What type of cuisine is it ? Can I also get a price and phone number ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,food,'gastro pub');(_:result,phone,'01223308871');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is a gastro pub with a moderate price range . Their phone number is 01223308871 . Is there anything else I can do for you ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "nope that 's it thanks" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Have a great visit !" } ]
PMUL4441.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "colleges" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Cow Pizza Kitchen and Bar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Cow Pizza Kitchen and Bar" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's college" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:search", "name", "Cow Pizza Kitchen and Bar" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "gastro pub" ], [ "_:result", "phone", "01223308871" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi there , I 'm trying to book a train ticket from Cambridge to Kings Lynn . Can you help me do this ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have many trains for your desination . Do you have a day you want to travel and a time ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'20:00');(_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave on Sunday and arrive by 20:00" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'09:58');(_:result,id,'TR6088');(_:result,leave_at,'09:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR6088 would leave at 09:11 and arrive at 09:58 . Would you like me to book that for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please make one for 3 people ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'1Q8ZXL5S');(_:booking,ticket,'23.52 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reference number is 1Q8ZXL5S . The total is 23.52 GBP and you can pay it at the station . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am also looking for a place to dine . Can you locate a place in the east part of town and in a moderate price range ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'3');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 3 restaurants that match your criteria : 2 Indian and 1 Italian . Would any of these be good ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Ok , can you give me more information on the italian restaurant ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'Cambridge Retail Park Newmarket Road Fen Ditton');(_:result,name,'pizza hut fen ditton');(_:result,phone,'01223323737');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , it is pizza hut fen ditton . They are moderate price and located at Cambridge Retail Park Newmarket Road Fen Ditton . The phone number is 01223323737 ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Alright , that 's all I needed !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Great ! Glad I could help ." } ]
MUL1594.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "amount", "many" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "sunday" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "id", "TR6088" ], [ "_:result", "leave_at", "09:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "amount", "many" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "sunday" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "id", "TR6088" ], [ "_:result", "leave_at", "09:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "1Q8ZXL5S" ], [ "_:booking", "ticket", "23.52 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "amount", "many" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "sunday" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "id", "TR6088" ], [ "_:result", "leave_at", "09:11" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "1Q8ZXL5S" ], [ "_:booking", "ticket", "23.52 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_: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", "kings lynn" ], [ "_:result", "amount", "many" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "sunday" ], [ "_:result", "arrive_by", "09:58" ], [ "_:result", "id", "TR6088" ], [ "_:result", "leave_at", "09:11" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "1Q8ZXL5S" ], [ "_:booking", "ticket", "23.52 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Cambridge Retail Park Newmarket Road Fen Ditton" ], [ "_:result", "name", "pizza hut fen ditton" ], [ "_:result", "phone", "01223323737" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am staying in Cambridge soon and would like to stay at a and b guest house ." }, { "id": 1, "rdf-acts": [ "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , how many days and how many people ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "we are staying 6 people for 4 nights starting from Tuesday . i need the reference number" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'IIGRA0MI');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking is successful ! Your reference number is IIGRA0MI . Do you need anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yeas , what to recommend if I want to see good architecture in the west part of town ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Unfortunately there is no good architecture on the west end but I can look in other parts of town if you want" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What about a museum ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What part of town there are none in the west ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "There are no museums in the west at all ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'7');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "sorry about that , there are actually seven in that area ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Great , can I get the postcode , entrance fee and address of one of them ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'13 magdalene street');(_:result,address,'cafe jello gallery');(_:result,entrance_fee,'free');(_:result,postcode,'cb30af');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "cafe jello gallery has a free entrance fee . The address is cafe jello gallery , 13 magdalene street and the post code is cb30af . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes please . I need a taxi to commute ." }, { "id": 13, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "When would you like to leave and arrive ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like to get to the Gallery by 13:45 , please ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'blue Volvo');(_:result,phone,'07941424083');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Sure , lookout for a blue Volvo the contact number is 07941424083 . Can I help with anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all for now . Thank you so much ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You are very welcome ! Do n't hesitate to check back if anything else comes up that you 'd like assistance with . Goodbye !" } ]
PMUL2636.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "IIGRA0MI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "IIGRA0MI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/466a8ad1" ], [ "_:search/466a8ad1", "area", "west" ], [ "_:search/466a8ad1", "category", "architecture" ], [ "_:search/466a8ad1", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "IIGRA0MI" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/466a8ad1" ], [ "_:search/466a8ad1", "area", "west" ], [ "_:search/466a8ad1", "category", "architecture" ], [ "_:search/466a8ad1", "type", "Attraction" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/0dd43c39" ], [ "_:search/0dd43c39", "area", "west" ], [ "_:search/0dd43c39", "type", "Attraction" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "IIGRA0MI" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/466a8ad1" ], [ "_:search/466a8ad1", "area", "west" ], [ "_:search/466a8ad1", "category", "architecture" ], [ "_:search/466a8ad1", "type", "Attraction" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/0dd43c39" ], [ "_:search/0dd43c39", "area", "west" ], [ "_:search/0dd43c39", "type", "Attraction" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "IIGRA0MI" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/466a8ad1" ], [ "_:search/466a8ad1", "area", "west" ], [ "_:search/466a8ad1", "category", "architecture" ], [ "_:search/466a8ad1", "type", "Attraction" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/0dd43c39" ], [ "_:search/0dd43c39", "area", "west" ], [ "_:search/0dd43c39", "type", "Attraction" ], [ "_:search", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "address", "cafe jello gallery" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Attraction" ], [ "_: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", "a and b guest house" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "IIGRA0MI" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/466a8ad1" ], [ "_:search/466a8ad1", "area", "west" ], [ "_:search/466a8ad1", "category", "architecture" ], [ "_:search/466a8ad1", "type", "Attraction" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/0dd43c39" ], [ "_:search/0dd43c39", "area", "west" ], [ "_:search/0dd43c39", "type", "Attraction" ], [ "_:search", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "address", "cafe jello gallery" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_: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", "a and b guest house" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "IIGRA0MI" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/466a8ad1" ], [ "_:search/466a8ad1", "area", "west" ], [ "_:search/466a8ad1", "category", "architecture" ], [ "_:search/466a8ad1", "type", "Attraction" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/0dd43c39" ], [ "_:search/0dd43c39", "area", "west" ], [ "_:search/0dd43c39", "type", "Attraction" ], [ "_:search", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "address", "cafe jello gallery" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb30af" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Volvo" ], [ "_:result", "phone", "07941424083" ], [ "_: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,day,'sunday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train that goes to Cambridge on sunday ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where would you like to depart from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'14:00');(_:search,departure,'norwich');(_:search,destination,'Cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be traveling from Norwich , and I 'd really like to arrive in Cambridge by 14:00 so I can be on time for my appointment ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'13:35');(_:result,arrive_by,'earlier');(_:result,leave_at,'12:16');(_:result,leave_at,'earlier');(_:result,type,'Train'))" ], "speaker": "system", "text": "There is a 12:16 that will arrive at 13:35 . There are also earlier trains if you want to arrive earlier ." }, { "id": 4, "rdf-acts": [ "request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That train would be find I need to get the train ID and price please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR5225');(_:result,ticket,'14.08 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The train ID is TR5225 and the price is 14.08 pounds per ticket . Anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm also looking for a place to stay ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,name,'The apha - milton guesthouse');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The apha - milton guesthouse is in the moderate price range . It does not have internet . would you like me to book a room" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "yes and I need a confirmation number" }, { "id": 9, "rdf-acts": [ "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many nights will you be staying , and for how many people ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "3 nights for 2 people , can you book it for me ?" }, { "id": 11, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Certainly if you supply me with your arrival day ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Tuesday of next week in the pm" }, { "id": 13, "rdf-acts": [ "inform((_:booking,ref,'58PX1M08');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Your Reference number is : 58PX1M08 . Is there anything you would like help with today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all today . thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day ." } ]
PMUL1765.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "13:35" ], [ "_:result", "arrive_by", "earlier" ], [ "_:result", "leave_at", "12:16" ], [ "_:result", "leave_at", "earlier" ], [ "_:result", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "13:35" ], [ "_:result", "arrive_by", "earlier" ], [ "_:result", "leave_at", "12:16" ], [ "_:result", "leave_at", "earlier" ], [ "_:result", "id", "TR5225" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "13:35" ], [ "_:result", "arrive_by", "earlier" ], [ "_:result", "leave_at", "12:16" ], [ "_:result", "leave_at", "earlier" ], [ "_:result", "id", "TR5225" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "The apha - milton guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "13:35" ], [ "_:result", "arrive_by", "earlier" ], [ "_:result", "leave_at", "12:16" ], [ "_:result", "leave_at", "earlier" ], [ "_:result", "id", "TR5225" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "The apha - milton guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_: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", "14:00" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "13:35" ], [ "_:result", "arrive_by", "earlier" ], [ "_:result", "leave_at", "12:16" ], [ "_:result", "leave_at", "earlier" ], [ "_:result", "id", "TR5225" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "The apha - milton guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_: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", "14:00" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "13:35" ], [ "_:result", "arrive_by", "earlier" ], [ "_:result", "leave_at", "12:16" ], [ "_:result", "leave_at", "earlier" ], [ "_:result", "id", "TR5225" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "The apha - milton guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "58PX1M08" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "Could really use some grub ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Sure . Is there any part of town that you 'd like to look for food in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'traditional');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Somewhere in the centre . I 'm looking for some traditional food ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'centre');(_:search,food,'traditional');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , but there are n't any traditional restaurants in the centre . Would you like to try another cuisine ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Ok , how about lebanese food ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Ali Baba');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Ali Baba is a great restaurant that fits exactly what you are looking for . Would you like me to book a table for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'12:00');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please book me a table for 2 people at 12:00 on wednesday ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , that is n't available . Is there another day or time you could eat ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,duration,'11:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about at 11:00 instead ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,duration,'11:00');(_:booking,ref,'Q1XUDH9Y');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation for 11:00 was successful and your reference number is Q1XUDH9Y . Is there anything else I can help you with today ?" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Wonderful . Thanks for your help today . Bye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you , have a good day . Goodbye ." } ]
SNG0572.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "traditional" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/6d39d2ed" ], [ "_:search/6d39d2ed", "area", "centre" ], [ "_:search/6d39d2ed", "food", "traditional" ], [ "_:search/6d39d2ed", "type", "Restaurant" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/6d39d2ed" ], [ "_:search/6d39d2ed", "area", "centre" ], [ "_:search/6d39d2ed", "food", "traditional" ], [ "_:search/6d39d2ed", "type", "Restaurant" ], [ "_:search", "food", "lebanese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Ali Baba" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/6d39d2ed" ], [ "_:search/6d39d2ed", "area", "centre" ], [ "_:search/6d39d2ed", "food", "traditional" ], [ "_:search/6d39d2ed", "type", "Restaurant" ], [ "_:search", "food", "lebanese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Ali Baba" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/67b976eb" ], [ "_:booking/67b976eb", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "11:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/6d39d2ed" ], [ "_:search/6d39d2ed", "area", "centre" ], [ "_:search/6d39d2ed", "food", "traditional" ], [ "_:search/6d39d2ed", "type", "Restaurant" ], [ "_:search", "food", "lebanese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Ali Baba" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/67b976eb" ], [ "_:booking/67b976eb", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "11:00" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "11:00" ], [ "_:booking", "ref", "Q1XUDH9Y" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "HI , I am looking for a cheap restaurant in the south of the city ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,count,'2');(_:result,food,'chinese');(_:result,food,'portuguese');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 2 restaurants on the south side that are cheap . One serves chinese and the portuguese . Would you like to book one ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'14:30');(_:search,food,'Portuguese');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Let 's try the Portuguese restaurant . I need a reservation for Monday at 14:30 for 3 people please ." }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "inform((_:result,food,'Chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry . The Portuguese Restarauant , Nandos , is completely booked at that time . Should I try the Chinese restaurant instead ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'same price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have any other restaurants in the area in the same price range ?" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "the lucky star is in South part of town and is available . Would you like the address ?" } ]
SSNG0036.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "food", "Portuguese" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "food", "Portuguese" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/f126d363" ], [ "_:booking/f126d363", "type", "Booking" ], [ "_:result", "food", "Chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'17:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to Cambridge , leaving after 17:00 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'quite a few');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are quite a few . What station will you be leaving from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving from Norwich on Wednesday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'18:35');(_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,id,'TR2379');(_:result,leave_at,'17:16');(_:result,type,'Train'))" ], "speaker": "system", "text": "How about the TR2379 train ? It leaves Norwich at 17:16 and arrives in Cambridge at 18:35 ." }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you give me the price and travel time of TR2379 , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'79 minutes');(_:result,id,'TR2379');(_:result,ticket,'17.60 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR2379 is 17.60 pounds per ticket , and the travel time is 79 minutes ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great , please book that . I would also like to book a hotel , called Kirkwood house" }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'kirkwood house');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))", "inform((_:booking,category,'Train');(_:booking,ref,'ZLRL98VP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Trains all booked for you and your reference number is ZLRL98VP . What nights would you need me to book at kirkwood house for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you book the hotel for 4 people starting Wednesday night for 4 nights ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Kirkwood');(_:booking,ref,'90EPN6VX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright , I got your room at the Kirkwood booked . The reference number is : 90EPN6VX . Anything else I can do for you today ?" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that looks good to me . You have a great day ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service , have a wonderful day . If you need any assistance , feel free to contact us again ." } ]
MUL2159.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "17:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR2379" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "norwich" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "id", "TR2379" ], [ "_:result", "ticket", "17.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "kirkwood house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "departure", "norwich" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "id", "TR2379" ], [ "_:result", "ticket", "17.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "kirkwood house" ], [ "_:booking", "name", "kirkwood house" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ZLRL98VP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "departure", "norwich" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "id", "TR2379" ], [ "_:result", "ticket", "17.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "kirkwood house" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "category", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Kirkwood" ], [ "_:booking", "ref", "90EPN6VX" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hello . I am looking for attractions in the east Cambridge area , can you help me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'lots');(_:result,category,'boating');(_:result,category,'entertainment');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have lots of different options . What type of attraction are you interested in . I have museums , entertainment , boating , etc ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Maybe entertainment . Can you give me postcode and entrance fee information ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'not listed');(_:result,name,'Funky Fun House');(_:result,phone,'01223304705');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , the Funky Fun House is located in postcode cb58hy , but the entrance fee is not listed . You could call them at 01223304705 . Can I give you any other information today ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'broxbourne');(_:search,leave_at,'15:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you look up a train for me ? I 'll be departing from broxbourne and would like to leave after 15:15 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'16:32');(_:result,departure,'broxbourne');(_:result,destination,'cambridge');(_:result,leave_at,'15:32');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a train leaving broxbourne at 15:32 and arriving in cambridge at 16:32 . Would you like me to book that for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Train'))", "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That sounds great . Can I get the train ID please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR4031');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The trainID is TR4031 , anything else I could help you with ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the price for the train ticket ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,ticket,'17.90 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The train ticket costs 17.90 pounds . Is there anything else I can help you with today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need . Thank you ." }, { "id": 11, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "No thank you . Thank you for your help ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks again for your help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Enjoy your trip !" } ]
MUL1809.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", "amount", "lots" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "amount", "lots" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "not listed" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "postcode", "cb58hy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "15:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "amount", "lots" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "not listed" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "postcode", "cb58hy" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "arrive_by", "16:32" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "leave_at", "15:32" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "amount", "lots" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "entertainment" ], [ "_:result", "entrance_fee", "not listed" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "postcode", "cb58hy" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "arrive_by", "16:32" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "leave_at", "15:32" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR4031" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "amount", "lots" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "entertainment" ], [ "_:result", "entrance_fee", "not listed" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "postcode", "cb58hy" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "arrive_by", "16:32" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "leave_at", "15:32" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR4031" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "amount", "lots" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "entertainment" ], [ "_:result", "entrance_fee", "not listed" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "postcode", "cb58hy" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "arrive_by", "16:32" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "leave_at", "15:32" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR4031" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_: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,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a hotel to stay in the north part of the town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'365 Milton Road');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , there are 2 of them . I would recommend the Lovell Lodge at 365 Milton Road . Can I book it for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it offer free parking ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , and free wifi ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Perfect . I need to book it for 7 people staying 5 nights . We will be arriving on Saturday ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "reqmore()", "inform((_:booking,ref,'XR73PKHC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your room is booked ! Please do n't lose your reference number : XR73PKHC Is there anything else I can help with ? Perhaps a restaurant reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'hungarian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks ! I 'm also looking for an expensive place to dine . I 'd like to eat hungarian food ." }, { "id": 7, "rdf-acts": [ "canthelp((_:search,food,'Hungarian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately , I do n't have any expensive Hungarian restaurants listed . Is there a different price range or food type that I can find for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about british food then . expensive british food ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'6');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 6 great restaurants to choose from . Are you looking for a particular area of town ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,duration,'17:45');(_:search,food,'british');(_:search,people,'same group of people');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , but I m need British food for the same group of people at 17:45 on the same day" }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Well I have many . Shall I choose one for you ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "Yes , please pick one for me ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'saturday');(_:booking,name,'the cambridge chop house');(_:booking,ref,'28XENSML');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked you a reservation on saturday at the cambridge chop house . Your reservation number is 28XENSML . Can I help you with anything else ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to make sure it arrives the restaurant by the booked time ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'yellow BMW');(_:result,phone,'07980498702');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Your booking is completed . Car type , yellow BMW and contact number 07980498702 . Will there be anything else I can assist you with today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That is all that I need today ." }, { "id": 17, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "I hope you have a wonderful time ." }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "wonderful time too" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Great let us know if you need anything else . Bye !" } ]
PMUL4457.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" ], [ "_:result", "address", "365 Milton Road" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:result", "address", "365 Milton Road" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:result", "address", "365 Milton Road" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "XR73PKHC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "hungarian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:result", "address", "365 Milton Road" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "XR73PKHC" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/795ec666" ], [ "_:search/795ec666", "food", "Hungarian" ], [ "_:search/795ec666", "pricerange", "expensive" ], [ "_:search/795ec666", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:result", "address", "365 Milton Road" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "XR73PKHC" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/795ec666" ], [ "_:search/795ec666", "food", "Hungarian" ], [ "_:search/795ec666", "pricerange", "expensive" ], [ "_:search/795ec666", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "17:45" ], [ "_:search", "food", "british" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:result", "address", "365 Milton Road" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "XR73PKHC" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/795ec666" ], [ "_:search/795ec666", "food", "Hungarian" ], [ "_:search/795ec666", "pricerange", "expensive" ], [ "_:search/795ec666", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "count", "6" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "17:45" ], [ "_:search", "food", "british" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_: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", "category", "hotel" ], [ "_:result", "address", "365 Milton Road" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:search/795ec666" ], [ "_:search/795ec666", "food", "Hungarian" ], [ "_:search/795ec666", "pricerange", "expensive" ], [ "_:search/795ec666", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "count", "6" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "17:45" ], [ "_:search", "food", "british" ], [ "_:search", "people", "same group of people" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "saturday" ], [ "_:booking", "name", "the cambridge chop house" ], [ "_:booking", "ref", "28XENSML" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ], [ "_: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", "category", "hotel" ], [ "_:result", "address", "365 Milton Road" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:search/795ec666" ], [ "_:search/795ec666", "food", "Hungarian" ], [ "_:search/795ec666", "pricerange", "expensive" ], [ "_:search/795ec666", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "count", "6" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "17:45" ], [ "_:search", "food", "british" ], [ "_:search", "people", "same group of people" ], [ "_:result", "amount", "many" ], [ "_:booking", "day", "saturday" ], [ "_:booking", "name", "the cambridge chop house" ], [ "_:booking", "ref", "28XENSML" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow BMW" ], [ "_:result", "phone", "07980498702" ], [ "_: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": 9, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:result", "address", "365 Milton Road" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:search/795ec666" ], [ "_:search/795ec666", "food", "Hungarian" ], [ "_:search/795ec666", "pricerange", "expensive" ], [ "_:search/795ec666", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "count", "6" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "17:45" ], [ "_:search", "food", "british" ], [ "_:search", "people", "same group of people" ], [ "_:result", "amount", "many" ], [ "_:booking", "day", "saturday" ], [ "_:booking", "name", "the cambridge chop house" ], [ "_:booking", "ref", "28XENSML" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow BMW" ], [ "_:result", "phone", "07980498702" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What entertainment attractions are there in the east side of town ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Cherry');(_:result,address,'Cherry Hinton Road');(_:result,name,'Cherry Hinton Hall and Grounds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Cherry Hinton Hall and Grounds is located on Cherry Hinton Road and is always a fun place . Does that interest you ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great . Can you give me their phone number ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223446104');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure . Their number is 01223446104 . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Do you have any information on their entrance fees ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,entrance_fee,\"have n't listed their entrance fees\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Unfortunately , they have n't listed their entrance fees ." }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That 's ok . I 'll call them . Can you help me find a moderately priced place to stay ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Are you looking to stay in the east ? There are three moderately priced , 4 star guesthouses there ." }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What about 3 star places ? And i need free parking ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry there are no matching results ." }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you try a guesthouse withouth free parking ?" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm not finding any guesthouses that meet your criteria . Would you like to try a different area , price range , or stars ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "So you ca n't find a moderately priced guesthouse with 3 stars and free parking anywhere in cambridge at all ? Area does n't matter . Please try again ?" }, { "id": 13, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "i ca nt find it anywhere . can we change the price range ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I know I have found places with those requirements before . I just do n't remember the name . I really want to stay moderately priced with the 3 stars and parking ." }, { "id": 15, "rdf-acts": [ "select((_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,type,'Hotel'))", "canthelp((_:search,area,'East');(_:search,category,'hotels');(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are no hotels matching your criteria in the East , but there are 3 hotels in the south , north , and west . Would you like to try one of those ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok , thanks anyway for your help" }, { "id": 17, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Are you sure you do n't want me to check another area for you to stay ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Any moderately price guesthouse will work" }, { "id": 19, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'hamilton lodge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the hamilton lodge located in the north ." }, { "id": 20, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,has_parking,'yes');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it offer free parking ? If yes , please book a room for 2 for 2 nights . We 'll be checking in on Wednesday" }, { "id": 21, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'EAD5DHHC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "your all set confirmation is EAD5DHHC . Anything else for you today ?" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all" }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "thank you for using this service good bye" } ]
PMUL2928.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "entrance_fee", "have n't listed their entrance fees" ], [ "_:result", "type", "Attraction" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "entrance_fee", "have n't listed their entrance fees" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "entrance_fee", "have n't listed their entrance fees" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:system", "canthelp", "_:search/c72b876c" ], [ "_:search/c72b876c", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "entrance_fee", "have n't listed their entrance fees" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/c72b876c" ], [ "_:search/c72b876c", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/401b41c0" ], [ "_:search/401b41c0", "category", "guesthouses" ], [ "_:search/401b41c0", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "entrance_fee", "have n't listed their entrance fees" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/c72b876c" ], [ "_:search/c72b876c", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/401b41c0" ], [ "_:search/401b41c0", "category", "guesthouses" ], [ "_:search/401b41c0", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/0941cd78" ], [ "_:search/0941cd78", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_: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": [ [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "entrance_fee", "have n't listed their entrance fees" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/c72b876c" ], [ "_:search/c72b876c", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/401b41c0" ], [ "_:search/401b41c0", "category", "guesthouses" ], [ "_:search/401b41c0", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/0941cd78" ], [ "_:search/0941cd78", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:system", "canthelp", "_:search/0fe5c6b7" ], [ "_:search/0fe5c6b7", "area", "East" ], [ "_:search/0fe5c6b7", "category", "hotels" ], [ "_:search/0fe5c6b7", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "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": [ [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "entrance_fee", "have n't listed their entrance fees" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/c72b876c" ], [ "_:search/c72b876c", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/401b41c0" ], [ "_:search/401b41c0", "category", "guesthouses" ], [ "_:search/401b41c0", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/0941cd78" ], [ "_:search/0941cd78", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:system", "canthelp", "_:search/0fe5c6b7" ], [ "_:search/0fe5c6b7", "area", "East" ], [ "_:search/0fe5c6b7", "category", "hotels" ], [ "_:search/0fe5c6b7", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_: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": [ [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "entrance_fee", "have n't listed their entrance fees" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/c72b876c" ], [ "_:search/c72b876c", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/401b41c0" ], [ "_:search/401b41c0", "category", "guesthouses" ], [ "_:search/401b41c0", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/0941cd78" ], [ "_:search/0941cd78", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:system", "canthelp", "_:search/0fe5c6b7" ], [ "_:search/0fe5c6b7", "area", "East" ], [ "_:search/0fe5c6b7", "category", "hotels" ], [ "_:search/0fe5c6b7", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "north" ], [ "_:result", "name", "hamilton lodge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_: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": [ [ "_:result", "address", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "entrance_fee", "have n't listed their entrance fees" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/c72b876c" ], [ "_:search/c72b876c", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/401b41c0" ], [ "_:search/401b41c0", "category", "guesthouses" ], [ "_:search/401b41c0", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/0941cd78" ], [ "_:search/0941cd78", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:system", "canthelp", "_:search/0fe5c6b7" ], [ "_:search/0fe5c6b7", "area", "East" ], [ "_:search/0fe5c6b7", "category", "hotels" ], [ "_:search/0fe5c6b7", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "north" ], [ "_:result", "name", "hamilton lodge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "EAD5DHHC" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel that gives me free parking and free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have many with those features . Do you have any other preferences to narrow it down , such as price range or location ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Oh , I would like a guesthouse that is moderately priced please ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are many , can I get the area you are looking for to narrow it down a bit ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care about the area . As long as I can have it booked for 3 people starting on Tuesday for 5 nights ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'North');(_:result,name,'Arbury Lodge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the Arbury Lodge in the North that meets your needs . Would you like me to book a room there ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'Arbury Lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please book Arbury Lodge for me ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'POHIT2CO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful , reference number is POHIT2CO ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! That 's all for today . Goodbye !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Have an enjoyable stay . Thank you for calling the Cambridge TownInfo Centre . Good bye ." } ]
SSNG0343.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Arbury Lodge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "Arbury Lodge" ], [ "_: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", "yes" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Arbury Lodge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "Arbury Lodge" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "POHIT2CO" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay when I visit Cambridge . I want to stay at a 4 star guesthouse ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'18');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 18 available guesthouses . Which area would you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like some place on the north end , please ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'8');(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 8 4-star guesthouses in north . Do you have a price preference ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'2');(_:search,pricerange,'dontcare');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do not . I would like to book the cheapest one for 2 people staying 4 nights starting on Thursday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Worth House');(_:booking,ref,'3HCUPL7S');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! You 're booked at Worth House with reference number 3HCUPL7S . Would you like more information ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you ! Can you also help me with a train please ? I need a train departing cambridge on thursday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'5');(_:result,day,'Thursday');(_:result,destination,'London Kings Cross');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 5 trains going to London Kings Cross on Thursday . What time do you need to arrive by ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'17:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive 17:45 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'15:51');(_:result,id,'TR5266');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR5266 arrives by 15:51 if you 'd like that one" }, { "id": 10, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What would be the price on that one ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,ticket,'23.60 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "The price is 23.60 pounds per ticket ." }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'17:45');(_:search,day,'monday');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I actually need to arrive in leicester on Monday by 17:45 out of Cambridge . Sorry for the confusion ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'17:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,id,'TR4564');(_:result,leave_at,'15:21');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have train TR4564 departing Cambridge at 15:21 and arriving in Leicester at 17:06 . Would that be a good option for you , or would you prefer something earlier ?" }, { "id": 14, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , could you please tell me the price for this train ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "It is 37.80 pounds ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Wonderful . That 's all I needed . Thank you !" }, { "id": 17, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , would you like me to book that for you ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I do n't need to book that today . Thanks for your help ." }, { "id": 19, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Anything else I can do for you ?" }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Not today . Thanks . Bye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Thank you very much ." } ]
MUL0752.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Worth House" ], [ "_:booking", "ref", "3HCUPL7S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4-star" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Worth House" ], [ "_:booking", "ref", "3HCUPL7S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4-star" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Worth House" ], [ "_:booking", "ref", "3HCUPL7S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "15:51" ], [ "_:result", "id", "TR5266" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4-star" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Worth House" ], [ "_:booking", "ref", "3HCUPL7S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:result", "arrive_by", "15:51" ], [ "_:result", "id", "TR5266" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "leicester" ], [ "_: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", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4-star" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Worth House" ], [ "_:booking", "ref", "3HCUPL7S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Thursday" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR4564" ], [ "_:result", "leave_at", "15:21" ], [ "_:result", "type", "Train" ], [ "_: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", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4-star" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Worth House" ], [ "_:booking", "ref", "3HCUPL7S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Thursday" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR4564" ], [ "_:result", "leave_at", "15:21" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "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", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4-star" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Worth House" ], [ "_:booking", "ref", "3HCUPL7S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Thursday" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR4564" ], [ "_:result", "leave_at", "15:21" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "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", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4-star" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stay", "4" ], [ "_:booking", "name", "Worth House" ], [ "_:booking", "ref", "3HCUPL7S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Thursday" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR4564" ], [ "_:result", "leave_at", "15:21" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am traveling to Cambridge and I 'd like to find an expensive place to dine in the centre ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kymmoy is in the expensive price range in the centre of town ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'18:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you make a reservation for 5 people at 18:00 on wednesday for me please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'4ATJMY42');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , I 've booked your table , they 'll hold it for 15 minutes . Your reference number is 4ATJMY42 . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , can you help me find some places to visit near the restaurant ?" }, { "id": 5, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , there are many places to visit near the restaurant . What kind of attraction did you have in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm not sure . What is available ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'architecture');(_:result,category,'boat');(_:result,category,'cinema');(_:result,category,'college');(_:result,category,'concerthall');(_:result,category,'museum');(_:result,category,'nightclub');(_:result,category,'park');(_:result,category,'swimmingpool');(_:result,category,'theatre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is architecture , boat , cinema , college , concerthall , museum , nightclub , park , swimmingpool , theatre" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Its my first time in town , so I do nt know which places are good . I am open to suggestions , so I will go with your recommendation" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'trinity lane');(_:result,category,'architecture');(_:result,entrance_fee,'free');(_:result,name,'old schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "old schools is a popular architecture attraction located on trinity lane . It is free to enter ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Great , can I get the address and postcode ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'trinity lane');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The are on trinity lane and the post code is cb21tt . Is there anything else I can assist you with ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , you 've helped me with everything ! Thanks , bye !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your stay in Cambridge !" } ]
PMUL2039.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", "area", "centre" ], [ "_:result", "name", "kymmoy" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "kymmoy" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4ATJMY42" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "kymmoy" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4ATJMY42" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "kymmoy" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4ATJMY42" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boat" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "college" ], [ "_:result", "category", "concerthall" ], [ "_:result", "category", "museum" ], [ "_:result", "category", "nightclub" ], [ "_:result", "category", "park" ], [ "_:result", "category", "swimmingpool" ], [ "_:result", "category", "theatre" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "4ATJMY42" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "trinity lane" ], [ "_:result", "category", "architecture" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "old schools" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "5" ], [ "_:booking", "ref", "4ATJMY42" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "architecture" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "old schools" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "trinity lane" ], [ "_:result", "postcode", "cb21tt" ], [ "_:result", "type", "Attraction" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hello . I 'm looking for a place to dine tonight . I would n't like anything expensive , and I 'd prefer something in the city center ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'chinese');(_:result,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'15');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Great , I 've found 15 different restaurants that are cheap in the centre . Is Would you like a chinese Restaurant ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , a Chinese restaurant would be great . Could you please give me the telephone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'Chinese');(_:result,phone,'01223361763');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The telephone number to a cheap Chinese restaurant in the city centre is 01223361763 ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Is there anything else I can help you with ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book something for you ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . I will call them myself ." }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I do anything else for you today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would like to find a cheap place to stay that has 4 stars and has free parking ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'8');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have found 8 places that match what you want , would you like me to book one of them for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No thanks , but I do need the phone number of one of those hotels , please . Oh , and can you tell me if they have free wifi ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,name,'Allenbell');(_:result,phone,'01223210353');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Allenbell has free WiFi , and their phone number is 01223210353" }, { "id": 12, "rdf-acts": [ "inform((_:search,leave_at,'24:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you , now all I need is transportation from the restaurant to the staying place . I would like to leave at 24:15 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'White Skoda');(_:result,departure,'Chinese');(_:result,destination,'hotel');(_:result,destination,'the');(_:result,phone,'07692230366');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked White Skoda taxi service to take you from the Chinese restaurant to the hotel . Their contact number is 07692230366 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . Can you verify what type of vehicle will be transporting us ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'White Skoda');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Yes , it will be a White Skoda ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help today , it is greatly appreciated ." }, { "id": 17, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Nope . That s it . Thanks . Good day to you . Bye ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Your are very welcome ! Enjoy your stay !" } ]
MUL1224.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "food", "chinese" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "count", "15" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "phone", "01223361763" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "count", "15" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "phone", "01223361763" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "count", "15" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "phone", "01223361763" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "phone", "01223361763" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "8" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "?" ], [ "_:result", "phone", "?" ], [ "_: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": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "8" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "phone", "01223210353" ], [ "_:result", "type", "Hotel" ], [ "_:search", "leave_at", "24:15" ], [ "_:search", "type", "Taxi" ] ], "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", "food", "chinese" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "8" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:search", "leave_at", "24:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "White Skoda" ], [ "_:result", "departure", "Chinese" ], [ "_:result", "destination", "hotel" ], [ "_:result", "destination", "the" ], [ "_:result", "phone", "07692230366" ], [ "_:result", "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": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "8" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:search", "leave_at", "24:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "departure", "Chinese" ], [ "_:result", "destination", "hotel" ], [ "_:result", "destination", "the" ], [ "_:result", "phone", "07692230366" ], [ "_:result", "car", "White Skoda" ], [ "_: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": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "8" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:search", "leave_at", "24:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "departure", "Chinese" ], [ "_:result", "destination", "hotel" ], [ "_:result", "destination", "the" ], [ "_:result", "phone", "07692230366" ], [ "_:result", "car", "White Skoda" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Do you know of any moderately priced restaurants in the north part of town ? I 'll need the address and phone number ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'191 histon road Chesterton');(_:result,name,'Golden Wok');(_:result,phone,'01223350688');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Golden Wok is located at 191 histon road Chesterton . It 's phone number is 01223350688 ." }, { "id": 2, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you good bye ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Enjoy your stay , good bye ." } ]
WOZ20604.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "191 histon road Chesterton" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "phone", "01223350688" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to Norwich , from Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day were you planning to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'15:00');(_:search,day,'tuesday');(_:search,destination,'Norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "On Tuesday . I need to get into Norwich by 15:00 ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "inform((_:result,arrive_by,'14:55');(_:result,departure,'cambridge');(_:result,destination,'norwich');(_:result,id,'TR1659');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR1659 is train that goes from cambridge to norwich and arrives at norwich at 14:55 . Would you like to book it ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "No thanks . I do n't want to book today . But can you tell me what time that train departs ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,departure,'Cambridge');(_:result,id,'TR1659');(_:result,leave_at,'13:36');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR1659 leaves Cambridge at 13:36 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you , I also need to find a place to stay . I would prefer a guesthouse ." }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'24');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 24 guesthouses available . Did you have a price range in mind ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes the cheap price range" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 9 guesthouses in the cheap price range . Is there an area or a star rating you prefer ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'west');(_:search,stars,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I prefer one located to the west . I do n't care of how many stars it has ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Finches bed and breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Finches bed and breakfast is the only place that matches your criteria ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay , then book a room for 4 people and 5 nights on Thursday ." }, { "id": 13, "rdf-acts": [ "thank()", "reqmore()", "inform((_:booking,ref,'GZH5Q65C');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Good news . Your booking was successful . Your reference number is GZH5Q65C . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that was everything I needed help with , thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "My pleasure ! Enjoy your stay ." } ]
MUL2218.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "Norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "Norwich" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:55" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "norwich" ], [ "_:result", "id", "TR1659" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "Norwich" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:55" ], [ "_:result", "destination", "norwich" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR1659" ], [ "_:result", "leave_at", "13:36" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "Norwich" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:55" ], [ "_:result", "destination", "norwich" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR1659" ], [ "_:result", "leave_at", "13:36" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "24" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "Norwich" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:55" ], [ "_:result", "destination", "norwich" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR1659" ], [ "_:result", "leave_at", "13:36" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "stars", "dontcare" ], [ "_: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", "arrive_by", "15:00" ], [ "_:search", "destination", "Norwich" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:55" ], [ "_:result", "destination", "norwich" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR1659" ], [ "_:result", "leave_at", "13:36" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "Norwich" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "arrive_by", "14:55" ], [ "_:result", "destination", "norwich" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR1659" ], [ "_:result", "leave_at", "13:36" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "GZH5Q65C" ], [ "_: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,'east');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a cheap hotel on the east side of the city . Can you recommend anything ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Allenbell');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The Allenbell is a good choice for you . Would you like more information on the Allenbell ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , does it have free parking ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , it does ! Would you like to book a room ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please . I 'll need the address , postcode , and whether they have internet also ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'517a Coldham Lane');(_:result,has_internet,'none');(_:result,name,'Allenbell');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , the Allenbell has Internet . The address is 517a Coldham Lane and the postcode is cb13js . What are your travel details ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need for now . I think I will wait to actually book a room . Thank you !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're quite welcome . Thanks for contacting the Cambridge TownInfo Centre and have a great day !" } ]
SNG0824.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "has_internet", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "517a Coldham Lane" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "postcode", "cb13js" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I got injured and I am looking for a hospital nearby" }, { "id": 1, "rdf-acts": [ "inform((_:result,department,'emergency department');(_:result,phone,'01223217118');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The Addenbrookes Hospital is on Hills Rd . Do you need me to call the emergency department at 01223217118 for you ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hospital'))", "inform((_:search,phone,'01223217118');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "No thanks , I can make it . Is 01223217118 the postcode ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "No , that is the phone number . The postcode is CB20QQ ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I needed ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Please call us again if there is anything else we can do to help you ." } ]
SNG01886.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223217118" ], [ "_:result", "type", "Hospital" ], [ "_:result", "postcode", "?" ], [ "_:search", "phone", "01223217118" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223217118" ], [ "_:search", "phone", "01223217118" ], [ "_:search", "type", "Hospital" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train departing from Stansted Airport on Friday ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure . Where are you traveling too and what time would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'9:15');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive in Cambridge by 9:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'9:15');(_:result,count,'4');(_:result,departure,'Stansted Airport');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 4 trains that will arrive by 9:15 in Cambridge . What time would you like to depart Stansted Airport ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'dontcare');(_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "No preference on departure time , but I will need to book for 5 people ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'1LD6SOW1');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : 1LD6SOW1 . Anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I 'm looking for a college to visit in the centre of town ." }, { "id": 7, "rdf-acts": [ "select((_:result,entrance_fee,'free');(_:result,name,\"christ 's college or downing college\");(_:result,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,area,'centre');(_:result,category,'colleges');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several colleges in the centre . May I suggest christ 's college or downing college , both have free entrance fees ." }, { "id": 8, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "what 's the entrance fee for christ 's college ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The admission is free ." }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Ok , thanks . Can I get the phone number and postcode as well ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223334900');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Post code is cb23bu and phone number is 01223334900 . Is there anything else I can assist you with today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is everything thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "It was my pleasure to help . Have a good day ." } ]
PMUL1164.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "9:15" ], [ "_:result", "count", "4" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "9:15" ], [ "_:result", "count", "4" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "1LD6SOW1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "9:15" ], [ "_:result", "count", "4" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "1LD6SOW1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "christ 's college or downing college" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "9:15" ], [ "_:result", "count", "4" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "1LD6SOW1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "christ 's college or downing college" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "9:15" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "9:15" ], [ "_:result", "count", "4" ], [ "_:result", "departure", "Stansted Airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "people", "5" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "1LD6SOW1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "christ 's college or downing college" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "postcode", "cb23bu" ], [ "_: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,\"queens ' college\");(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Hi , I need a tax to queens ' college please ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is your departure site ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'the oak bistro');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm departing from the oak bistro ." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time would you like to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'17:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to leave after 17:00 ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "I have the taxi ready for you" } ]
SNG01665.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "queens ' college" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "queens ' college" ], [ "_:search", "departure", "the oak bistro" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "queens ' college" ], [ "_:search", "departure", "the oak bistro" ], [ "_:search", "leave_at", "17:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please help me find a hotel to stay at in the centre that has a 4 star rating . Thanks !" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 2 matches . Do you have a type preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want an expensive place with free wifi ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_parking,'none');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "That narrows it down to one choice , the University Arms Hotel . It meets all of your requirements , plus has parking . Would you like me to check availability ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Where is it located ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Regent Street');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Its location is on Regent Street ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'polynesian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks . I 'm also wanting to see if there 's someplace to get polynesian food in the centre of town ." }, { "id": 7, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'Polynesian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are no Polynesian restaurants in the centre ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there a Oriental restaurant in the City Centre that is in the expensive price range ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'center');(_:result,food,'Asian Oriental');(_:result,name,'Kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Kymmoy is a great Asian Oriental place in the center of town , but it 's expensive ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I will need . Thank you !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using the Cambridge TownInfo centre . Please have a pleasant day ." } ]
PMUL0496.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "?" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "?" ], [ "_:result", "count", "2" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "category", "?" ], [ "_:result", "count", "2" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "polynesian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "category", "?" ], [ "_:result", "count", "2" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "type", "Hotel" ], [ "_:search", "food", "polynesian" ], [ "_:system", "canthelp", "_:search/36b6286b" ], [ "_:search/36b6286b", "area", "centre" ], [ "_:search/36b6286b", "food", "Polynesian" ], [ "_:search/36b6286b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "category", "?" ], [ "_:result", "count", "2" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "address", "Regent Street" ], [ "_:search", "food", "polynesian" ], [ "_:system", "canthelp", "_:search/36b6286b" ], [ "_:search/36b6286b", "area", "centre" ], [ "_:search/36b6286b", "food", "Polynesian" ], [ "_:search/36b6286b", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "center" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "name", "Kymmoy" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'maharajah tandoori restaurant');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to find a certain restaurant called the Maharajah Tandoori Restaurant . Can you find it for me ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'41518 Castle Street City Centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is located at 41518 Castle Street City Centre ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'14:30');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great . Can you make me a reservation for 5 people at 14:30 on Wednesday ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'XL60G8AI');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful . The table will be reserved for 15 minutes . Your reference number is : XL60G8AI ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much . I 'm also looking for a place to stay ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'33');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 33 places to stay in the area . Would you like to narrow down your needs , like price range or area ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'none');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Well I would like it to be moderately priced , 4 stars and include free wifi and include free parking ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "I do n't have anything that fits all your specific requests in that area . Would you like to try a different area or would you be willing to change specifics ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Surely there 's got to be a moderately priced 4 star hotel in the Cambridge area that offers free parking and internet . Can you please check again ?" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'centre');(_:search,type,'Hotel'))", "inform((_:result,amount,'some');(_:result,area,'east');(_:result,area,'north');(_:result,area,'south');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are none in the centre area however there are some in the north , south , or east . Which area would you like ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'none');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "it does n't matter just book a room for 3 nights I 'll need the reference number then too please" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,people,'5');(_:booking,ref,'IO1X1H8Q');(_:booking,stay,'3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've booked your hotel for a 3 night stay for 5 people . Your reference number is IO1X1H8Q . Can I help you with something else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks that 's all I need for now . Thank you for your help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL0291.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "maharajah tandoori restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "maharajah tandoori restaurant" ], [ "_:result", "address", "41518 Castle Street City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "maharajah tandoori restaurant" ], [ "_:result", "address", "41518 Castle Street City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "XL60G8AI" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "maharajah tandoori restaurant" ], [ "_:result", "address", "41518 Castle Street City Centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "5" ], [ "_:booking", "ref", "XL60G8AI" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "maharajah tandoori restaurant" ], [ "_:result", "address", "41518 Castle Street City Centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "5" ], [ "_:booking", "ref", "XL60G8AI" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/eddd3aec" ], [ "_:search/eddd3aec", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "maharajah tandoori restaurant" ], [ "_:result", "address", "41518 Castle Street City Centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "5" ], [ "_:booking", "ref", "XL60G8AI" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "33" ], [ "_:system", "canthelp", "_:search/eddd3aec" ], [ "_:search/eddd3aec", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/e3a269cf" ], [ "_:search/e3a269cf", "area", "centre" ], [ "_:search/e3a269cf", "type", "Hotel" ], [ "_:result", "amount", "some" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "none" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "maharajah tandoori restaurant" ], [ "_:result", "address", "41518 Castle Street City Centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "5" ], [ "_:result", "count", "33" ], [ "_:system", "canthelp", "_:search/eddd3aec" ], [ "_:search/eddd3aec", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/e3a269cf" ], [ "_:search/e3a269cf", "area", "centre" ], [ "_:search/e3a269cf", "type", "Hotel" ], [ "_:result", "amount", "some" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "none" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "IO1X1H8Q" ], [ "_:booking", "stay", "3" ], [ "_: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,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello . I 'm trying to find a restaurant that serves Swiss food . Can you recommend anything to me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately there are no restaurants that serve Swiss food in this area . Would you consider trying a different cuisine ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Oh okay . What are my choices for British food then ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'183 East Road City Centre');(_:result,amount,'several');(_:result,food,'British');(_:result,name,'Cotto');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are several restaurants that serve British food in this area . Cotto has great food in a moderate price range . It is located at 183 East Road City Centre ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the phone number ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223 302010');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their phone number is 01223 302010 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you . Good bye" } ]
WOZ20651.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "swiss" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/5726bbb4" ], [ "_:search/5726bbb4", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/5726bbb4" ], [ "_:search/5726bbb4", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "183 East Road City Centre" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Cotto" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/5726bbb4" ], [ "_:search/5726bbb4", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "183 East Road City Centre" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Cotto" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223 302010" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'yippee noodle bar');(_:search,leave_at,'11:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like a taxi that leaves from yippee noodle bar and leaves after 11:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I would be happy to book your taxi but I will need your destination and preferred arrival time as well ." }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'ballare');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to go to Ballare please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'red toyota');(_:result,phone,'07404635448');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I was able to book that for you . The car will be a red toyota and the contact number is 07404635448 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much ! That is all I need today ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you very much . Goodbye ." } ]
SNG0087.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "yippee noodle bar" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "yippee noodle bar" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "ballare" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "yippee noodle bar" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "ballare" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red toyota" ], [ "_:result", "phone", "07404635448" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hi , I am planning a trip to your beautiful town and am looking for places to go when I get there . Can you help me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Certainly . Do you have any particular types of things you 'd like to see ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm interested in exploring the local architecture ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,category,'churches');(_:result,category,'colleges');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many colleges and churches to see ." }, { "id": 4, "rdf-acts": [ "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Do you have a favorite ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'clare hall');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "My favorite is clare hall ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I need a place that is architecture ." }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'architecture');(_:result,category,'schools');(_:result,name,'old schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about old schools ? It is architecture and a school !" }, { "id": 8, "rdf-acts": [ "request((_:result,area,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could I have the postcode , area and entrance fee of what you recommend ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'Trinity Lane');(_:result,area,'centre');(_:result,entrance_fee,'free admission');(_:result,name,'Old Schools');(_:result,postcode,'cb21tt');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Okay , Old Schools is on Trinity Lane and is in the centre . Post code is cb21tt and it is free admission ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,stars,'2-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thanks ! I 'm also looking for an expensive , 2-star place to stay in the north . Do you have anything like that ?" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'north');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "there are no expensive hotel in the north . can you change the location ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to stay in the north but can you try in the moderate price range and see if any are available ?" }, { "id": 13, "rdf-acts": [ "select((_:result,name,'ashley hotel');(_:result,name,'lovell lodge');(_:result,type,'Hotel'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 2 matches . ashley hotel and lovell lodge . Both have the identical amenities . Do you prefer one over the other ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,name,'ashley hotel');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Let 's go with Ashley Hotel . For 8 people and 2 nights starting from Saturday . I need the reference number ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'QBIAGDVH');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are booked , the reference number is QBIAGDVH , is there anything else that I can assist with ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'old schools');(_:search,leave_at,'21:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need to book a taxi from Old Schools to leave by 21:30" }, { "id": 17, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where would you like to be picked up ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Pick me up from the hotel ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'blue Skoda');(_:result,phone,'07641158259');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your taxi has been booked . It will be a blue Skoda and the contact number is 07641158259 ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for all your help ! That will be all !" }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Thank you for choosing Cambridge Town Info Centre . Have a good day !" } ]
PMUL2791.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "colleges" ], [ "_:result", "type", "Attraction" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "?" ], [ "_:result", "name", "clare hall" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "schools" ], [ "_:result", "name", "old schools" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "schools" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "Old Schools" ], [ "_:result", "postcode", "cb21tt" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "2-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "schools" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "Old Schools" ], [ "_:result", "postcode", "cb21tt" ], [ "_:result", "type", "Attraction" ], [ "_:search", "stars", "2-star" ], [ "_:system", "canthelp", "_:search/f2c76ead" ], [ "_:search/f2c76ead", "area", "north" ], [ "_:search/f2c76ead", "category", "hotel" ], [ "_:search/f2c76ead", "pricerange", "expensive" ], [ "_:search/f2c76ead", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_: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": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "schools" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "postcode", "cb21tt" ], [ "_:search", "stars", "2-star" ], [ "_:system", "canthelp", "_:search/f2c76ead" ], [ "_:search/f2c76ead", "area", "north" ], [ "_:search/f2c76ead", "category", "hotel" ], [ "_:search/f2c76ead", "pricerange", "expensive" ], [ "_:search/f2c76ead", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "name", "lovell lodge" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "schools" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "postcode", "cb21tt" ], [ "_:search", "stars", "2-star" ], [ "_:system", "canthelp", "_:search/f2c76ead" ], [ "_:search/f2c76ead", "area", "north" ], [ "_:search/f2c76ead", "category", "hotel" ], [ "_:search/f2c76ead", "pricerange", "expensive" ], [ "_:search/f2c76ead", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "name", "lovell lodge" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QBIAGDVH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "old schools" ], [ "_:search", "leave_at", "21:30" ], [ "_: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": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "schools" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "postcode", "cb21tt" ], [ "_:search", "stars", "2-star" ], [ "_:system", "canthelp", "_:search/f2c76ead" ], [ "_:search/f2c76ead", "area", "north" ], [ "_:search/f2c76ead", "category", "hotel" ], [ "_:search/f2c76ead", "pricerange", "expensive" ], [ "_:search/f2c76ead", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "name", "lovell lodge" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QBIAGDVH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "departure", "the 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": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "schools" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "postcode", "cb21tt" ], [ "_:search", "stars", "2-star" ], [ "_:system", "canthelp", "_:search/f2c76ead" ], [ "_:search/f2c76ead", "area", "north" ], [ "_:search/f2c76ead", "category", "hotel" ], [ "_:search/f2c76ead", "pricerange", "expensive" ], [ "_:search/f2c76ead", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "name", "lovell lodge" ], [ "_:result", "count", "2" ], [ "_:search", "day", "saturday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QBIAGDVH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Skoda" ], [ "_:result", "phone", "07641158259" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for an expensive restaurant in the centre of Cambridge ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'100 Mill Road City Centre');(_:result,food,'African');(_:result,name,'Bedouin Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about Bedouin Restaurant that serves African food located on 100 Mill Road City Centre ? Would you like me to book it for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'15:15');(_:search,people,'6');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please I need a table for 6 people at 15:15 on sunday and need a reference number ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'sunday');(_:booking,duration,'15:15');(_:booking,people,'6');(_:booking,ref,'7B529GFP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great , I have booked your table for 6 at 15:15 on sunday , your reference number is 7B529GFP . Is there anything else I can do for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I 'm looking for a place to go in town . Something with interesting architecture ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Jesus Lane');(_:result,area,'centre');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 5 options in the town centre . All Saints Church is located on Jesus Lane and has free admission ." }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I have the phone to it please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'01223452587');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223452587 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'my booking time');(_:search,departure,'the church');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you . I 'll need a cab from the church to the restaurant that arrives by my booking time ." }, { "id": 9, "rdf-acts": [ "inform((_:result,car,'black toyota');(_:result,phone,'07701269558');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have you booked for a black toyota with the contact number 07701269558 . Is there anything else I can assist you with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great thank you that 's all I needed today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "It was a pleasure assisting you . Have a wonderful day ." } ]
MUL0915.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", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "food", "African" ], [ "_:result", "name", "Bedouin Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "food", "African" ], [ "_:result", "name", "Bedouin Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "sunday" ], [ "_:booking", "duration", "15:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "7B529GFP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "African" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "sunday" ], [ "_:booking", "duration", "15:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "7B529GFP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "African" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "sunday" ], [ "_:booking", "duration", "15:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "7B529GFP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "my booking time" ], [ "_:search", "departure", "the church" ], [ "_:search", "destination", "the 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", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "African" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "sunday" ], [ "_:booking", "duration", "15:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "7B529GFP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All Saints Church" ], [ "_:search", "arrive_by", "my booking time" ], [ "_:search", "departure", "the church" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black toyota" ], [ "_:result", "phone", "07701269558" ], [ "_: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,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "Can I ask you some questions to help find a hotel that meets your specifications ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes . What questions do you have ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what is the price range you want to pay and which place ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,has_internet,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like a guesthouse in the Centre . I 'm okay with not having the internet or free parking . The price does n't matter to me ." }, { "id": 5, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 2 guesthouse located in the centre , do you have a star rating preference ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stars,'dontcare');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Do nt care about star rating , can you recommend one and give me the address and postcode for it ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'41 Warkworth Street');(_:result,name,'el shaddai');(_:result,phone,'01223327978');(_:result,postcode,'cb11eg');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Sure . How about El Shaddai ? It 's located at 41 Warkworth Street cb11eg . The phone number is 01223327978 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great . I 'm also looking for an expensive restaurant in the same area , are there any ?" }, { "id": 9, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are several expensive restaurants in the centre . What type of food would you like ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "You know , I 'm feeling like chinese . What do you have ?" }, { "id": 11, "rdf-acts": [ "select((_:result,name,'HK Fusion');(_:result,name,'Sesame Restaurant and Bar');(_:result,name,'Tang Chinese');(_:result,name,'Ugly Duckling');(_:result,type,'Restaurant'))", "inform((_:result,count,'4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 4 listings . Ugly Duckling , Tang Chinese , HK Fusion , and Sesame Restaurant and Bar . Do any of those sound appealing ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,name,'sesame restaurant and bar');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "the sesame restaurant and bar sounds interesting . can i get their address and phone number ? what kind of food do they serve ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'17 Hills Road City Centre');(_:result,food,'chines');(_:result,name,'sesame restaurant and bar');(_:result,phone,'01223358899');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sesame restaurant and bar serves chines food . Their address is 17 Hills Road City Centre \t and their phone number is 01223358899" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much . That will be all , thanks ." }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Do you need me to book that reservation for you ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be all ! Thanks !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Enjoy your day , goodbye ." } ]
PMUL0379.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "2" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "address", "41 Warkworth Street" ], [ "_:result", "name", "el shaddai" ], [ "_:result", "phone", "01223327978" ], [ "_:result", "postcode", "cb11eg" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "2" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "address", "41 Warkworth Street" ], [ "_:result", "name", "el shaddai" ], [ "_:result", "phone", "01223327978" ], [ "_:result", "postcode", "cb11eg" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "address", "41 Warkworth Street" ], [ "_:result", "phone", "01223327978" ], [ "_:result", "postcode", "cb11eg" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "chinese" ], [ "_:result", "name", "HK Fusion" ], [ "_:result", "name", "Sesame Restaurant and Bar" ], [ "_:result", "name", "Tang Chinese" ], [ "_:result", "name", "Ugly Duckling" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "sesame restaurant and bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "postcode", "cb11eg" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "4" ], [ "_:search", "name", "sesame restaurant and bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "17 Hills Road City Centre" ], [ "_:result", "food", "chines" ], [ "_:result", "name", "sesame restaurant and bar" ], [ "_:result", "phone", "01223358899" ], [ "_:result", "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", "category", "guesthouse" ], [ "_:search", "has_internet", "no" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "postcode", "cb11eg" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "4" ], [ "_:search", "name", "sesame restaurant and bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "17 Hills Road City Centre" ], [ "_:result", "food", "chines" ], [ "_:result", "name", "sesame restaurant and bar" ], [ "_:result", "phone", "01223358899" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_: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,'east');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm exhausted . Can you find me a guesthouse somewhere on the east side of town ?" }, { "id": 1, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "thank()", "inform((_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure . There are both moderate and cheap priced guesthouses in this area . Which would you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It does n't matter , and I do n't need internet access ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'East side');(_:result,category,'guest house');(_:result,name,'Autumn House');(_:result,pricerange,'inexpensive');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "If you have no particular requirements , you might like the Autumn House , which is an inexpensive 4 star guest house on the East side ." }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it include free internet ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes it does ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'one');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to book it for one person , four nights starting on Sunday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'BQ8VSRRZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You can rest now , your reference number is BQ8VSRRZ . Is there anything else I can assist you with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I ca n't rest yet . I still need a train . I am traveling from Cambridge to London liverpool street . Can you help me out ?" }, { "id": 9, "rdf-acts": [ "thank()", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Absolutely . First , I need a few more details . What day will you be traveling ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'14:30');(_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd need to leave on thursday and arrive by 14:30 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'13:27');(_:result,count,'5');(_:result,id,'TR5504');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are 5 trains that meet those requirements . TR5504 would have you arrive by 13:27 . Can I help you buy a ticket ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please for one . I will also need a reference number ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'9COW8ZI5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number : 9COW8ZI5 . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all , thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Fantastic ! Have a good day ." } ]
MUL2044.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "area", "East side" ], [ "_:result", "category", "guest house" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "area", "East side" ], [ "_:result", "category", "guest house" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "one" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "area", "East side" ], [ "_:result", "category", "guest house" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "one" ], [ "_:search", "stay", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "BQ8VSRRZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "area", "East side" ], [ "_:result", "category", "guest house" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "one" ], [ "_:search", "stay", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "BQ8VSRRZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "day", "thursday" ], [ "_: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" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "area", "East side" ], [ "_:result", "category", "guest house" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stay", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "BQ8VSRRZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "13:27" ], [ "_:result", "count", "5" ], [ "_:result", "id", "TR5504" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "one" ], [ "_: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", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "area", "East side" ], [ "_:result", "category", "guest house" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "stay", "four" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "13:27" ], [ "_:result", "count", "5" ], [ "_:result", "id", "TR5504" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9COW8ZI5" ], [ "_: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,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like to find an attraction to visit , something on the west side ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'west');(_:result,count,'13');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 13 attractions on the west side . Do you know what type of attraction your interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'westside');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No , but you can give me the address to the first 3 attractions on the westside ." }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I have colleges : Churchill College on Storey 's Way , Clare College on Trinity Lane , and Clare Hall on \t Herschel Road . Would you like another type of attraction ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,name,'clare college');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))", "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , can you please provide me with the address to Clare College ? I am also looking for a cheap place to dine on the west side , cheaper price range ." }, { "id": 5, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "thank()", "inform((_:result,address,'Trinity Lane');(_:result,name,'Clare College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Clare College is located on Trinity Lane . Okay , I 'll find somewhere for you to dine . Did you have a specific kind of food in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I think I would like to get Italian . Do you have any located on the west side ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,count,'1');(_:result,food,'Italian');(_:result,name,'La Margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is one cheap Italian eatery on the west side , called La Margherita . It 's a wonderful place - would you like to make reservations ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I get the address , phone , and postcode please ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'15 Magdalene Street City Centre');(_:result,phone,'01223315232');(_:result,postcode,'cb30af');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address , phone , and postcode are 15 Magdalene Street City Centre , 01223315232 , and cb30af . Should I make a booking for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , please . I 'd also like a taxi to go between the hotel & the restaurant ." }, { "id": 11, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time would you like to leave ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'clare college');(_:search,leave_at,'12:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I can make my own dinner reservation . I just need the taxi to leave Clare College by 12:30 ." }, { "id": 13, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where will you be taking the taxi to ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to go to the restaurant ." }, { "id": 15, "rdf-acts": [ "inform((_:result,type,'Taxi'))" ], "speaker": "system", "text": "It 's booked ! Do you need contact info ?" }, { "id": 16, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Yes , and the type of car ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'grey skoda');(_:result,phone,'07137645677');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "The car is a grey skoda and the contact number is 07137645677 . Anything else I can help you with today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much . That 's all for today . Goodbye ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "I 'm happy to be of service , and I hope you enjoy your time in Cambridge !" } ]
PMUL2225.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "westside" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:search", "category", "?" ], [ "_:search", "area", "west" ], [ "_:search", "name", "clare college" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:search", "category", "?" ], [ "_:search", "name", "clare college" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "name", "Clare College" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "clare college" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "Trinity Lane" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "clare college" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "phone", "01223315232" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Hotel" ], [ "_: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", "category", "?" ], [ "_:search", "name", "clare college" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "phone", "01223315232" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "clare college" ], [ "_:search", "leave_at", "12:30" ], [ "_: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", "category", "?" ], [ "_:search", "name", "clare college" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "phone", "01223315232" ], [ "_:result", "postcode", "cb30af" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "the restaurant" ], [ "_: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", "category", "?" ], [ "_:search", "name", "clare college" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "phone", "01223315232" ], [ "_:result", "postcode", "cb30af" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "type", "Taxi" ], [ "_:result", "car", "?" ] ], "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", "category", "?" ], [ "_:search", "name", "clare college" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "postcode", "cb30af" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey skoda" ], [ "_:result", "phone", "07137645677" ], [ "_: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,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Find me an expensive hotel with free parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,has_parking,'none');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 5 different hotels that are expensive and all include free parking . Is there a particular area you would like to stay in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No . As long as its in the type of hotel ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'2');(_:result,has_parking,'none');(_:result,name,'Huntingdon Marriott');(_:result,name,'University Arms Hotel');(_:result,stars,'four - star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are two four - star hotels with free parking in this price range , the Huntingdon Marriott and the University Arms Hotel ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can I get the phone number for the Huntingdon Marriott , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01480446000');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Of course ! It 's 01480446000 . May I help with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's all I needed . Thank you !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Good - bye ." } ]
SNG0779.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "2" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Huntingdon Marriott" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "stars", "four - star" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "2" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Huntingdon Marriott" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "stars", "four - star" ], [ "_:result", "phone", "01480446000" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you help me find a place to go in the centre ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "I can help you with that . Is there a certain kind of attraction that you would like to visit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'dontcare');(_:search,type,'Attraction'))", "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Surprise me . Give me the postcode as well ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'museum');(_:result,name,'Castle Galleries');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Would you prefer The Castle Galleries is a museum in the centre of town . Their post code is cb23bj" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great ! I 'm also looking for a place to eat in the same area . Something not too expensive , but not cheap ." }, { "id": 5, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'21');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 21 places in the centre of town . What type of cuisine would you like ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'international');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am interested in moderately priced international food ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I 'd recommend the Varsity Restaurant . Would you like to book a table ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address for your suggested restaurant Varsity ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "reqmore()", "inform((_:result,address,'35 Saint Andrews Street City Centre');(_:result,name,'the Varsity Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the varsity restaurant is located at 35 Saint Andrews Street City Centre . Would you like me to book it or more information ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks so much . This sounds like a great restaurant ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Would you like me to book a table , or can I assist you with something else ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Just get me the address , that is all ." }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'35 Saint Andrews Street , City Centre');(_:result,postcode,'cb23ar');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "35 Saint Andrews Street , City Centre . Postcode cb23ar ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "cool that 's all i need thanks" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day !" } ]
PMUL4258.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", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "dontcare" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "postcode", "cb23bj" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "dontcare" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "postcode", "cb23bj" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "dontcare" ], [ "_:result", "category", "museum" ], [ "_:result", "postcode", "cb23bj" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "21" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "dontcare" ], [ "_:result", "category", "museum" ], [ "_:result", "postcode", "cb23bj" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "21" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "35 Saint Andrews Street City Centre" ], [ "_:result", "name", "the Varsity Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "dontcare" ], [ "_:result", "category", "museum" ], [ "_:result", "postcode", "cb23bj" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "21" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "35 Saint Andrews Street City Centre" ], [ "_:result", "name", "the Varsity Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "dontcare" ], [ "_:result", "category", "museum" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "21" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "the Varsity Restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "35 Saint Andrews Street , City Centre" ], [ "_:result", "postcode", "cb23ar" ], [ "_: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,type,'Hotel'))" ], "speaker": "user", "text": "I would like information about the Express by Holiday Inn in Cambridge , please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,pricerange,'expensive');(_:result,stars,'2-star');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The Express by Holiday Inn Cambridge is an expensive 2-star hotel on the east side of Cambridge . It offers free wifi and free parking . Would you like more information ?" }, { "id": 2, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please , could you advise on the price per night for the room ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223866800');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I do not have that information , but they can be reached at 01223866800 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you please book a room there for 2 people starting on Wednesday for 4 nights ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Wednesday');(_:booking,ref,'YKUIEGTJ');(_:booking,stay,'4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK I have booked you a room for 4 days beginning Wednesday . Your reference number is YKUIEGTJ . Is there anything else I may assist you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,leave_at,'19:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I need a train on Sunday after 19:00 from Cambridge to London Liverpool Street ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'3');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have three trains that match your criteria , how many tickets do you need ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))", "request((_:result,arrive_by,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I just need one . I also would like to know the cost , arrival time and ID of the train ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'21:27');(_:result,id,'TR9732');(_:result,ticket,'13.28 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "A ticket on TR9732 costs 13.28 pounds and will arrive at 21:27 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all I need today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "My pleasure . Enjoy your trip !" } ]
MUL0782.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "2-star" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "2-star" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ticket", "?" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "2-star" ], [ "_:result", "ticket", "?" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "ref", "YKUIEGTJ" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "19:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "2-star" ], [ "_:result", "ticket", "?" ], [ "_:result", "phone", "01223866800" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "ref", "YKUIEGTJ" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "19:00" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "2-star" ], [ "_:result", "phone", "01223866800" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "ref", "YKUIEGTJ" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "19:00" ], [ "_:result", "count", "3" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "21:27" ], [ "_:result", "id", "TR9732" ], [ "_:result", "ticket", "13.28 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a high priced hotel in the north side of town" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , but there are n't any places that meet those qualifications . Would you like to try a different part of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about an expensive hotel in the south side of town ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'1');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There is one option , it is The Lensfield Hotel . Do you want me to reserve any rooms for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it offer free wifi ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes the Lensfield Hotel does have free wifi ." }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about free parking , does it have that as well ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes it also has free parking . Anything else today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "book it for 7 people and 3 nights starting from monday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'81E1ITXC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful . Your reference number is 81E1ITXC . Is there anything else I can help with today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is all I need . Thank you for your time ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "we appreciate you using our services . have a good day ." } ]
SNG1165.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/03e27144" ], [ "_:search/03e27144", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/03e27144" ], [ "_:search/03e27144", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/03e27144" ], [ "_:search/03e27144", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/03e27144" ], [ "_:search/03e27144", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/03e27144" ], [ "_:search/03e27144", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "81E1ITXC" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'little seoul');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant called little seoul ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "yes great spot . Would you like for me to book ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'11:15');(_:search,people,'7');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you book it for me for 7 people at 11:15 on Saturday and get a reference number ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'K87KE3LM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking has been successfully made . The reference number is K87KE3LM . Enjoy your meal !" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'Huntington Marriott Hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you ! I 'm also looking for information on a hotel called Huntington Marriott Hotel please ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,category,'hotel');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "it is a 4 star hotel located in the west . do you need me to book for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes i need it booked for our group for 3 nights ." }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day will you be coming in and how many in your party ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,stay,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "We 'll be coming in on Saturday and will be staying for three nights ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'8N94VO8J');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : 8N94VO8J" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That is all I need . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Have a great trip !" } ]
PMUL4681.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "little seoul" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "little seoul" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "ref", "K87KE3LM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Huntington Marriott Hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "K87KE3LM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Huntington Marriott Hotel" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "K87KE3LM" ], [ "_:search", "name", "Huntington Marriott Hotel" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:search", "name", "Huntington Marriott Hotel" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "8N94VO8J" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a moderately priced hotel that has free wifi ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'17');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "No problem . We have 17 such candidates . Do you want to specify further ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'hotel');(_:search,has_parking,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel in the west and it does n't need to have free parking ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,category,'hotels');(_:search,has_internet,'none');(_:search,pricerange,'moderately priced');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no hotels in the west , moderately priced with internet . Would you like to braoden your search ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Let 's try for one in the north area instead ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The only thing available in the north is a guesthouse with the internet moderately priced with 4 stars ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That 's fine . I would like to book it for 3 people for 5 nights starting on Tuesday ." }, { "id": 7, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "I appreciate your help . Thank you" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "What was the name of the hotel please ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,\"Hobson 's House\");(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There actually is a moderately priced place in the west with free wi - fi . It is a guesthouse called Hobson 's House . Would you like me to make a booking for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes please . Can I get the reference number too ?" }, { "id": 11, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was unsuccessful . May I book you for another day or a shorter stay ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about for 3 days ?" }, { "id": 13, "rdf-acts": [ "inform((_:booking,people,'three');(_:booking,ref,'463S05XE');(_:booking,stay,'three');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , indeed ! I can make a booking for three people for three days . The reference number for that booking is 463S05XE ." }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,leave_at,'11:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you very much ! Can you also help me find a train ? I am looking for one that leaves from Cambridge after 11:00 and goes to Kings Lynn on Friday ." }, { "id": 15, "rdf-acts": [ "inform((_:result,count,'13');(_:result,duration,'47 minutes');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 13 possibilities . Every ride is 47 minutes and the cost is the same . Is there a certain time you 'd like to arrive ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,leave_at,'11:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll take the train that is closet to 11:00 please ." }, { "id": 17, "rdf-acts": [ "inform((_:result,count,'1');(_:result,leave_at,'11:11');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There is one leaving at 11:11 . How many tickets do you need ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need tickets for 3 people ." }, { "id": 19, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'RQ12EQA0');(_:booking,ticket,'29.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 29.4 GBP payable at the station . Reference number is : RQ12EQA0 ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! That 's everything I needed . Have a great day !" }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a nice day ." } ]
MUL0700.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "17" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "17" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:system", "canthelp", "_:search/6919094c" ], [ "_:search/6919094c", "area", "west" ], [ "_:search/6919094c", "category", "hotels" ], [ "_:search/6919094c", "has_internet", "none" ], [ "_:search/6919094c", "pricerange", "moderately priced" ], [ "_:search/6919094c", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "17" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:system", "canthelp", "_:search/6919094c" ], [ "_:search/6919094c", "area", "west" ], [ "_:search/6919094c", "category", "hotels" ], [ "_:search/6919094c", "has_internet", "none" ], [ "_:search/6919094c", "pricerange", "moderately priced" ], [ "_:search/6919094c", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "17" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:system", "canthelp", "_:search/6919094c" ], [ "_:search/6919094c", "area", "west" ], [ "_:search/6919094c", "category", "hotels" ], [ "_:search/6919094c", "has_internet", "none" ], [ "_:search/6919094c", "pricerange", "moderately priced" ], [ "_:search/6919094c", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "17" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:system", "canthelp", "_:search/6919094c" ], [ "_:search/6919094c", "area", "west" ], [ "_:search/6919094c", "category", "hotels" ], [ "_:search/6919094c", "has_internet", "none" ], [ "_:search/6919094c", "pricerange", "moderately priced" ], [ "_:search/6919094c", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Hobson 's House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "17" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:system", "canthelp", "_:search/6919094c" ], [ "_:search/6919094c", "area", "west" ], [ "_:search/6919094c", "category", "hotels" ], [ "_:search/6919094c", "has_internet", "none" ], [ "_:search/6919094c", "pricerange", "moderately priced" ], [ "_:search/6919094c", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Hobson 's House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/61e47019" ], [ "_:booking/61e47019", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "3" ], [ "_: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", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "17" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:system", "canthelp", "_:search/6919094c" ], [ "_:search/6919094c", "area", "west" ], [ "_:search/6919094c", "category", "hotels" ], [ "_:search/6919094c", "has_internet", "none" ], [ "_:search/6919094c", "pricerange", "moderately priced" ], [ "_:search/6919094c", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:result", "stars", "4" ], [ "_:search", "people", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Hobson 's House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/61e47019" ], [ "_:booking/61e47019", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "3" ], [ "_:booking", "people", "three" ], [ "_:booking", "ref", "463S05XE" ], [ "_:booking", "stay", "three" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "11:00" ], [ "_: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", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:system", "canthelp", "_:search/6919094c" ], [ "_:search/6919094c", "area", "west" ], [ "_:search/6919094c", "category", "hotels" ], [ "_:search/6919094c", "has_internet", "none" ], [ "_:search/6919094c", "pricerange", "moderately priced" ], [ "_:search/6919094c", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:result", "stars", "4" ], [ "_:search", "people", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Hobson 's House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/61e47019" ], [ "_:booking/61e47019", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "3" ], [ "_:booking", "people", "three" ], [ "_:booking", "ref", "463S05XE" ], [ "_:booking", "stay", "three" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "13" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "11:00" ], [ "_: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", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:system", "canthelp", "_:search/6919094c" ], [ "_:search/6919094c", "area", "west" ], [ "_:search/6919094c", "category", "hotels" ], [ "_:search/6919094c", "has_internet", "none" ], [ "_:search/6919094c", "pricerange", "moderately priced" ], [ "_:search/6919094c", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Hobson 's House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/61e47019" ], [ "_:booking/61e47019", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "3" ], [ "_:booking", "people", "three" ], [ "_:booking", "ref", "463S05XE" ], [ "_:booking", "stay", "three" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "duration", "47 minutes" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "11:00" ], [ "_:result", "count", "1" ], [ "_:result", "leave_at", "11:11" ], [ "_: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, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:system", "canthelp", "_:search/6919094c" ], [ "_:search/6919094c", "area", "west" ], [ "_:search/6919094c", "category", "hotels" ], [ "_:search/6919094c", "has_internet", "none" ], [ "_:search/6919094c", "pricerange", "moderately priced" ], [ "_:search/6919094c", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Hobson 's House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/61e47019" ], [ "_:booking/61e47019", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "3" ], [ "_:booking", "people", "three" ], [ "_:booking", "stay", "three" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "duration", "47 minutes" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "11:00" ], [ "_:result", "count", "1" ], [ "_:result", "leave_at", "11:11" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RQ12EQA0" ], [ "_:booking", "ticket", "29.4 GBP" ], [ "_: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,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need to find a restaurant in the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you prefer a particular type of food or are you looking at a specific price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like British food . I have no preference of price range ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'4 Kings Parade');(_:result,count,'7');(_:result,name,'Copper Kettle');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 7 restaurants which meet your needs . The Copper Kettle is located at 4 Kings Parade and serves moderate priced meals . would you like to make reservations ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'18:15');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I need a table for 6 Monday at 18:15 ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Monday');(_:booking,duration,'18:15');(_:booking,people,'6');(_:booking,ref,'T67ZV5US');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table for 6 is reserved for Monday at 18:15 and they 'll hold your table for 15 minutes . Your reference number is T67ZV5US . Can I help you with anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for an attraction , some type of boat ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,area,'centre');(_:result,area,'east');(_:result,area,'north');(_:result,count,'4');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 4 listings . One in the east , north or 2 in the centre . Would you like more information on one of them ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Sure , the one in the east please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'the plough , green end , fen ditton');(_:result,name,'camboats');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have the camboats located at the plough , green end , fen ditton ." }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))", "inform((_:search,name,'camboats');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Could you tell me what the postcode is for the camboats ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,postcode,'cb58sx');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb58sx . Would you like the phone number ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "no , what the address and area of town , also I will be needing a cab as well ." }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'the plough , green end , fen ditton');(_:result,area,'east');(_:result,name,'Camboats');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Camboats is located at the plough , green end , fen ditton , in the east side of town ." }, { "id": 14, "rdf-acts": [ "inform((_:search,destination,'cambots');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "ok ! Thank you ! Can you get me a taxi to cambots ?" }, { "id": 15, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Absolutely ! Just let me know where you 'd like to depart from , and either what time you want to leave or arrive by ." }, { "id": 16, "rdf-acts": [ "inform((_:search,arrive_by,'8:15');(_:search,destination,'Camboats');(_:search,type,'Attraction');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to be at Camboats by 8:15" }, { "id": 17, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "what will be your depature site ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,arrive_by,'18:15');(_:search,departure,'camboats');(_:search,destination,'copper kettle');(_:search,name,'Copper Kettle');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Sorry , actually I need to go from Camboats to The Copper Kettle . I want to get there by 18:15 ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'grey lexus');(_:result,phone,'07939286212');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t grey lexus \n Contact number \t : \t 07939286212" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . What a relief everything is set up now . Again , thanks . Goodbye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Can I look up anything else before you go ?" } ]
PMUL2146.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "4 Kings Parade" ], [ "_:result", "count", "7" ], [ "_:result", "name", "Copper Kettle" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:15" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "4 Kings Parade" ], [ "_:result", "count", "7" ], [ "_:result", "name", "Copper Kettle" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:15" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "18:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "T67ZV5US" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "4 Kings Parade" ], [ "_:result", "name", "Copper Kettle" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:15" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "18:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "T67ZV5US" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:15" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "18:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "T67ZV5US" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "count", "4" ], [ "_:search", "area", "east" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "name", "camboats" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:search", "name", "camboats" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:15" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "18:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "T67ZV5US" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "north" ], [ "_:result", "count", "4" ], [ "_:search", "area", "east" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "name", "camboats" ], [ "_:search", "name", "camboats" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "cb58sx" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_: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", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:15" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "18:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "T67ZV5US" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "4" ], [ "_:search", "area", "east" ], [ "_:search", "name", "camboats" ], [ "_:result", "postcode", "cb58sx" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Camboats" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "cambots" ], [ "_: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", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:15" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "18:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "T67ZV5US" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "4" ], [ "_:search", "area", "east" ], [ "_:search", "name", "camboats" ], [ "_:result", "postcode", "cb58sx" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Camboats" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "8:15" ], [ "_:search", "destination", "Camboats" ], [ "_:search", "type", "Attraction" ], [ "_: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", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:15" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "18:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "T67ZV5US" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "4" ], [ "_:search", "area", "east" ], [ "_:result", "postcode", "cb58sx" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Camboats" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "departure", "camboats" ], [ "_:search", "destination", "copper kettle" ], [ "_:search", "name", "Copper Kettle" ], [ "_:search", "type", "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", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "18:15" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "18:15" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "T67ZV5US" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "boat" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "4" ], [ "_:search", "area", "east" ], [ "_:result", "postcode", "cb58sx" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Camboats" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "departure", "camboats" ], [ "_:search", "destination", "copper kettle" ], [ "_:search", "name", "Copper Kettle" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey lexus" ], [ "_:result", "phone", "07939286212" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I am looking forward to trying some local restaurants . Can you help me find a place that serves Russian food ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry there are no local russian restaurants . Would you consider trying something different ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sure , can you look up chinese food instead ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'17');(_:result,food,'chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 17 chinese restaurants . Is there a certain area or price range you have in mind ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can we try something expensive ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'9');(_:result,food,'Chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 9 expensive Chinese places . What area are you looking in ?" }, { "id": 6, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "It does n't matter . Just choose one for me . I 'll need to know the area that it 's located in ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'peking restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant is in the south ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great ! I 'm also looking for a place to stay . The hotel should include free wifi and should be in the type of guesthouse ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'23');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "great , i have 23 options for you !" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_parking,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Wow . That seems like a lot . I do n't need free parking , if that helps to narrow the search ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'a and b guest house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "the a and b guest house seems perfect . Shall I book it ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please . I need rooms for 3 people for 4 nights starting on Friday ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'M8DI9LRQ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . Your reference number is M8DI9LRQ . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))", "inform((_:search,departure,'my hotel');(_:search,leave_at,'4:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you ! I also need to book a taxi there , leaving my hotel at 4:00 . Can you please do that , and give me the contact number and car type ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'blue lexus');(_:result,phone,'07202318710');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your booking was susccessful . Your car is a blue lexus and its contact number is 07202318710 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I do think that is all I need . Thanks . Good day ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day !" } ]
PMUL4851.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "russian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48b4a21d" ], [ "_:search/48b4a21d", "food", "russian" ], [ "_:search/48b4a21d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48b4a21d" ], [ "_:search/48b4a21d", "food", "russian" ], [ "_:search/48b4a21d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "area", "?" ], [ "_:result", "count", "17" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48b4a21d" ], [ "_:search/48b4a21d", "food", "russian" ], [ "_:search/48b4a21d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48b4a21d" ], [ "_:search/48b4a21d", "food", "russian" ], [ "_:search/48b4a21d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48b4a21d" ], [ "_:search/48b4a21d", "food", "russian" ], [ "_:search/48b4a21d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "23" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48b4a21d" ], [ "_:search/48b4a21d", "food", "russian" ], [ "_:search/48b4a21d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "23" ], [ "_:search", "has_parking", "no" ], [ "_:result", "name", "a and b guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "3" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/48b4a21d" ], [ "_:search/48b4a21d", "food", "russian" ], [ "_:search/48b4a21d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "23" ], [ "_:search", "has_parking", "no" ], [ "_:result", "name", "a and b guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "M8DI9LRQ" ], [ "_:booking", "type", "Booking" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ], [ "_:search", "departure", "my hotel" ], [ "_:search", "leave_at", "4: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": [ [ "_:system", "canthelp", "_:search/48b4a21d" ], [ "_:search/48b4a21d", "food", "russian" ], [ "_:search/48b4a21d", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "23" ], [ "_:search", "has_parking", "no" ], [ "_:result", "name", "a and b guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "M8DI9LRQ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "my hotel" ], [ "_:search", "leave_at", "4:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue lexus" ], [ "_:result", "phone", "07202318710" ], [ "_: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,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a cheap restaurant in the west part of town . Could I get the address and phone number please ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'Italian');(_:result,name,'La Margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "La Margherita is an Italian restaurant in the west part of town that is cheap . Would you like their address and phone number ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Yes , please ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Thank you ." } ]
WOZ20354.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'zero');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I 'm looking for a place to stay the night . I 'd like a hotel , but nothing fancy , it can have zero stars and that 's fine . Do you have any recommendations ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'center');(_:result,category,'hotel');(_:result,name,'Cityroomz');(_:result,pricerange,'moderately priced');(_:result,stars,'0');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Cityroomz is a hotel in the city center with 0 stars . It 's moderately priced . Do you want me to book that for you ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I do n't need to book a room , but can I get their contact info and location please . Thanks ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Sleeperz Hotel , Station Road');(_:result,area,'centre');(_:result,name,'Cityroomz');(_:result,phone,'01223304050');(_:result,postcode,'cb12tz');(_:result,type,'Hotel'))", "reqmore()", "thank()" ], "speaker": "system", "text": "Certainly . Cityroomz is in the centre of town , and their address is Sleeperz Hotel , Station Road , postcode cb12tz . Their phone number is 01223304050 . Can I help with anything else ?" }, { "id": 4, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do they have internet ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,name,'Cityroomz');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes , Cityroomz has internet . Is there anything else I can help you with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'center');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes - are there any restaurants serving international cuisine that are located in the center of town ?" }, { "id": 7, "rdf-acts": [ "thank()", "inform((_:result,count,'2');(_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Absolutely ! There are two in the area - may I suggest The Varsity Restaurant ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sure is that in the moderate price range ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Yes it is ! Would you like to book there ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'1330');(_:search,people,'6');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please book for 6 people at 1330 on Wednesday . Can I also have the reference number as well ?" }, { "id": 11, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately , that booking was unsuccessful . Would you like to try another time ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What about the other restaurant that serves international cuisine ?" }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Bloomsbury restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Bloomsbury restaurant meets your criteria . Would you like me to book you a reservation ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'13:30');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I would like to book a table for 6 people at 13:30 on Wednesday ." }, { "id": 15, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry but I was unable to book you for that time . Would you like to try another day or another time slot ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No how about trying another restaurant for the same time ." }, { "id": 17, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,food,'international');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry but there are only two international restaurants , is there another type of food you would like ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you try it for Tuesday ?" }, { "id": 19, "rdf-acts": [ "canthelp((_:booking,day,'Tuesday');(_:booking,duration,'1330');(_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , but I was unable to book either restaurant for 1330 on Tuesday either . Would you consider dining a little earlier or later ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,duration,'13:30');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "If neither restaurant is available for 13:30 , can you try 14:30 ? It 's later than I wished , but I guess that ca n't be helped ." }, { "id": 21, "rdf-acts": [ "canthelp((_:booking,duration,'1430');(_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry booking for both restaurants at 1430 were unsuccessful would you like to try another time ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,day,'wednesday');(_:search,duration,'13:30');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you find me a restaurant in the centre of town that has availability for Wednesday at 13:30 ?" }, { "id": 23, "rdf-acts": [ "inform((_:booking,day,'Wednesday');(_:booking,duration,'13:30');(_:booking,name,'Bloomsbury Restaurant');(_:booking,people,'6');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , I 've got the Bloomsbury Restaurant at 13:30 for 6 on Wednesday ." }, { "id": 24, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Great can you please book that for me , and give me the reference number" }, { "id": 25, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'5ISFHKR3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I managed to book your table and your reference number is 5ISFHKR3 . Can I help you with anything else today ?" }, { "id": 26, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all today . Thank you very much ." }, { "id": 27, "rdf-acts": null, "speaker": "system", "text": "Your welcome , have a nice day ." } ]
MUL1377.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "center" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "has_internet", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:search", "food", "international" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:search", "food", "international" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "1330" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "1330" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/b60e124d" ], [ "_:booking/b60e124d", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "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", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/b60e124d" ], [ "_:booking/b60e124d", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "international" ], [ "_:result", "name", "Bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "6" ], [ "_: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", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/b60e124d" ], [ "_:booking/b60e124d", "type", "Booking" ], [ "_:search", "food", "international" ], [ "_:result", "name", "Bloomsbury restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/0b27b8f4" ], [ "_:booking/0b27b8f4", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_: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", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/b60e124d" ], [ "_:booking/b60e124d", "type", "Booking" ], [ "_:result", "name", "Bloomsbury restaurant" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/0b27b8f4" ], [ "_:booking/0b27b8f4", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "?" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_: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", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/b60e124d" ], [ "_:booking/b60e124d", "type", "Booking" ], [ "_:result", "name", "Bloomsbury restaurant" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/0b27b8f4" ], [ "_:booking/0b27b8f4", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "food", "?" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:system", "canthelp", "_:booking/e528dd3e" ], [ "_:booking/e528dd3e", "day", "Tuesday" ], [ "_:booking/e528dd3e", "duration", "1330" ], [ "_:booking/e528dd3e", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "13:30" ], [ "_:search", "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": 11, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/b60e124d" ], [ "_:booking/b60e124d", "type", "Booking" ], [ "_:result", "name", "Bloomsbury restaurant" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/0b27b8f4" ], [ "_:booking/0b27b8f4", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "food", "?" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/e528dd3e" ], [ "_:booking/e528dd3e", "day", "Tuesday" ], [ "_:booking/e528dd3e", "duration", "1330" ], [ "_:booking/e528dd3e", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/7137d36f" ], [ "_:booking/7137d36f", "duration", "1430" ], [ "_:booking/7137d36f", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "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, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/b60e124d" ], [ "_:booking/b60e124d", "type", "Booking" ], [ "_:result", "name", "Bloomsbury restaurant" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/0b27b8f4" ], [ "_:booking/0b27b8f4", "type", "Booking" ], [ "_:search", "food", "?" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/e528dd3e" ], [ "_:booking/e528dd3e", "day", "Tuesday" ], [ "_:booking/e528dd3e", "duration", "1330" ], [ "_:booking/e528dd3e", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/7137d36f" ], [ "_:booking/7137d36f", "duration", "1430" ], [ "_:booking/7137d36f", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "13:30" ], [ "_:booking", "name", "Bloomsbury Restaurant" ], [ "_:booking", "people", "6" ], [ "_: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 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "zero" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "postcode", "cb12tz" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/b60e124d" ], [ "_:booking/b60e124d", "type", "Booking" ], [ "_:result", "name", "Bloomsbury restaurant" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/0b27b8f4" ], [ "_:booking/0b27b8f4", "type", "Booking" ], [ "_:search", "food", "?" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/e528dd3e" ], [ "_:booking/e528dd3e", "day", "Tuesday" ], [ "_:booking/e528dd3e", "duration", "1330" ], [ "_:booking/e528dd3e", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/7137d36f" ], [ "_:booking/7137d36f", "duration", "1430" ], [ "_:booking/7137d36f", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "13:30" ], [ "_:booking", "name", "Bloomsbury Restaurant" ], [ "_:booking", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5ISFHKR3" ], [ "_: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,has_internet,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Place to stay the night , with free parking and it does n't need free wifi ." }, { "id": 1, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are many places to stay that offer free parking . Do you prefer a guesthouse or hotel ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I prefer a gueshouse ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The acorn guest house would fit your needs would you like me to make a reservation for you" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I please have their address and phone number ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'154 chesterton road');(_:result,phone,'01223353888');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , they are at 154 chesterton road and can be reached by phone at 01223353888 . Would you like me to book you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great can you tell me the star rating of the hotel as well ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Acorn Guesthouse');(_:result,stars,'4');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Acorn Guesthouse has a star rating of 4 . Would you prefer other options or would you like for me to book you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'meghna');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , but can you help me find a restaurant ? I think it 's called Meghna ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'indian');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , that is a moderate priced indian restaruant in the west ." }, { "id": 10, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That 's it ! Can you give me the phone number and area , please ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'Meghina');(_:result,phone,'01223727410');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Meghina 's phone number is 01223727410 . They are located in the west ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ahhh .. great , thanks ! That 's all I needed !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "I 'm glad I was able to help you today ! Thank you for contacting Cambridge TownInfo centre . Enjoy your trip ! Goodbye !" } ]
MUL1388.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "many" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "many" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "many" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "many" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "phone", "01223353888" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Acorn Guesthouse" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "meghna" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "many" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "phone", "01223353888" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Acorn Guesthouse" ], [ "_:result", "stars", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "meghna" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "amount", "many" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:search", "category", "hotel" ], [ "_:result", "stars", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "meghna" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Meghina" ], [ "_:result", "phone", "01223727410" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking to book a train that departs from cambridge on saturday" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Great ! I have those trains up . May I now get where you are traveling to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'21:45');(_:search,destination,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am goint to London Kings Cross and should arrive by 21:45 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'19:51');(_:result,id,'TR0427');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , I have a train arriving at 19:51 TR0427 . Would you like to book it ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , please . I need a booking for 4 people and will need the reference number ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'GW9K5282');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked your tickets . Your reference number is GW9K5282 . Can I help with anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I am looking for places to go in the centre area ." }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,area,'center');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have many fine attractions in the center of town . Is there a particular type you 're looking for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like a mutilple sports attraction please ." }, { "id": 9, "rdf-acts": [ "select((_:result,category,'swimming pool');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Would a swimming pool work in its place ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Yes our family likes to swim !" }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'just one');(_:result,area,'central zone');(_:result,category,'swimming facility');(_:result,name,'Parkside Pools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Great ! There is just one swimming facility in the central zone : Parkside Pools . Would you like their contact information ?" }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , please get me their entrance fee and postcode ." }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'not in our system');(_:result,postcode,'cb11ly');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their entrance fee is not in our system and they are in cb11ly" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I need for today ." }, { "id": 15, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Have a great day ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , you , too ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Bye !" } ]
MUL0545.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "id", "TR0427" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "id", "TR0427" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GW9K5282" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "id", "TR0427" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GW9K5282" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "center" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "id", "TR0427" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GW9K5282" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "center" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "swimming pool" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "id", "TR0427" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GW9K5282" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "just one" ], [ "_:result", "area", "central zone" ], [ "_:result", "category", "swimming facility" ], [ "_:result", "name", "Parkside Pools" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "id", "TR0427" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GW9K5282" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "just one" ], [ "_:result", "area", "central zone" ], [ "_:result", "category", "swimming facility" ], [ "_:result", "name", "Parkside Pools" ], [ "_:result", "entrance_fee", "not in our system" ], [ "_:result", "postcode", "cb11ly" ], [ "_: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", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "id", "TR0427" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GW9K5282" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "just one" ], [ "_:result", "area", "central zone" ], [ "_:result", "category", "swimming facility" ], [ "_:result", "name", "Parkside Pools" ], [ "_:result", "entrance_fee", "not in our system" ], [ "_:result", "postcode", "cb11ly" ], [ "_:result", "type", "Attraction" ], [ "_:system", "dismissed", "_: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,food,'swiss');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to find a restaurant that serves swiss food ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "inform((_:result,food,'Swiss');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I m sorry there are no restaurants offering Swiss food in your area ." }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there any restaurants that serve Vietnamese food ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,food,'Vietnamese');(_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Thanh Binh serves Vietnamese food . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What 's the address ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'17 Magdalene Street City Centre');(_:result,name,\"thanh binh 's\");(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "thanh binh 's address is 17 Magdalene Street City Centre" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye ." } ]
WOZ20013.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "swiss" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c7f489d7" ], [ "_:search/c7f489d7", "type", "Restaurant" ], [ "_:result", "food", "Swiss" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c7f489d7" ], [ "_:search/c7f489d7", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "name", "Thanh Binh" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c7f489d7" ], [ "_:search/c7f489d7", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "address", "17 Magdalene Street City Centre" ], [ "_:result", "name", "thanh binh 's" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a moderately - priced place to stay . I do n't care about parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Was there a particular section of town you were looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , as long as it is a hotel and not a guest house . It also needs to have free wifi please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'3');(_:result,has_internet,'none');(_:result,name,'the lovell lodge');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ok , I 'm showing three hotels in the moderate price range with free internet . I suggest the lovell lodge in the north ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i request you to book it for 6 people and 2 nights starting from friday" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'PF88WYIU');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is : PF88WYIU .is there anything you want me to do ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'Lovell Lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Was that the Lovell Lodge that was booked ?" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Yes it was , can I assist with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , i also need to book a train to Cambridge as well ." }, { "id": 9, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "sure , what day are you traveling ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'london liverpool street');(_:search,destination,'Cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be traveling on Friday from London Liverpool Street to Cambridge ." }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'ten');(_:result,day,'that day');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "OK , we have ten trains that day , any time in mind ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,leave_at,'15:30');(_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave after 15:30 . I will need to book for 6 people ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR9802');(_:booking,people,'6');(_:booking,ticket,'99.60 gbp');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've got you all booked ! You have 6 tickets on the TR9802 for a total of 99.60 gbp and you can pay at the train station . Anything else ?" }, { "id": 14, "rdf-acts": [ "thank()", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can I get the reference number please ? I think that that will be all I need . Thanks for your help !" }, { "id": 15, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "I will get that number for you now ." }, { "id": 16, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I just need the reff number for the train you booked . Same group of people will be needing tickets ." }, { "id": 17, "rdf-acts": [ "inform((_:result,ref,'FAE4OIMM');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Of course . The reference number is FAE4OIMM . Can I help you with anything else today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I think that 's everything for now . Thank you ." }, { "id": 19, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "welcome anytime you wish to inquire anything" }, { "id": 20, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you get me the address to every hotel in the north . Thank you" }, { "id": 21, "rdf-acts": [ "inform((_:result,address,'365 milton road');(_:result,area,'north');(_:result,category,'hotel');(_:result,count,'1');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There is only one hotel in the north area and its address is 365 milton road ." }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for your help , that 's all I needed . Have a good day ." }, { "id": 23, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "you are welcome any time you need us" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks alot , you are great" }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "Thank you and have a great day . Goodbye ." } ]
PMUL4816.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "PF88WYIU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Lovell Lodge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "PF88WYIU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Lovell Lodge" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "PF88WYIU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Lovell Lodge" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "london liverpool street" ], [ "_: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", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "PF88WYIU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Lovell Lodge" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "that day" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "people", "6" ], [ "_: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", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "PF88WYIU" ], [ "_:search", "name", "Lovell Lodge" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "that day" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9802" ], [ "_:booking", "people", "6" ], [ "_:booking", "ticket", "99.60 gbp" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "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", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "PF88WYIU" ], [ "_:search", "name", "Lovell Lodge" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "that day" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9802" ], [ "_:booking", "people", "6" ], [ "_:booking", "ticket", "99.60 gbp" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "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", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "PF88WYIU" ], [ "_:search", "name", "Lovell Lodge" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "that day" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9802" ], [ "_:booking", "people", "6" ], [ "_:booking", "ticket", "99.60 gbp" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "FAE4OIMM" ], [ "_: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, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "PF88WYIU" ], [ "_:search", "name", "Lovell Lodge" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "that day" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "people", "6" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9802" ], [ "_:booking", "people", "6" ], [ "_:booking", "ticket", "99.60 gbp" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "FAE4OIMM" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "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", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "PF88WYIU" ], [ "_:search", "name", "Lovell Lodge" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "that day" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "people", "6" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9802" ], [ "_:booking", "people", "6" ], [ "_:booking", "ticket", "99.60 gbp" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "FAE4OIMM" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "365 milton road" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "1" ], [ "_:result", "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", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "PF88WYIU" ], [ "_:search", "name", "Lovell Lodge" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "amount", "ten" ], [ "_:result", "day", "that day" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:30" ], [ "_:search", "people", "6" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9802" ], [ "_:booking", "people", "6" ], [ "_:booking", "ticket", "99.60 gbp" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "FAE4OIMM" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "365 milton road" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "1" ], [ "_:result", "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 ] } ]