turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I was wondering if you could help me find a guesthouse in Cambridge ." }, { "id": 1, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Should n't be an issue . Any further preferences ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , I would like a 4 star guesthouse that is moderately priced with wifi included ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'gueshouses');(_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have about 11 different gueshouses that fit what you are looking for . Can you tell me the preferred area you wish to stay in to help narrow it down ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,has_parking,'none');(_:search,type,'Hotel'))", "request((_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care about the area so much , I just need free wifi and to know whether they have free parking ." }, { "id": 5, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'acorn guest house');(_:result,pricerange,'moderate prices');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , how about acorn guest house they are moderate prices and have free parking and wifi ?" }, { "id": 6, "rdf-acts": [ "request((_:result,stars,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "How many star does it have ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Acorn Guest House is a 4 star guesthouse , moderately priced in the north , with free wifi and parking . Would you like me to book you a room ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,leave_at,'12:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Not at the moment . But I do need information on a train from Leicester to Cambridge on Sunday leaving after 12:00 noon ." }, { "id": 9, "rdf-acts": [ "select((_:result,leave_at,'12:09');(_:result,leave_at,'every hour after up to 23:09');(_:result,type,'Train'))", "inform((_:result,type,'Train'))" ], "speaker": "system", "text": "I have a train leaving at 12:09 and then every hour after up to 23:09 . Do you have a preference ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you give me the price for the train leaving at 12:09 ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,ticket,'30.24 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Yes , it 's 30.24 pounds ." }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))", "inform((_:search,name,'Acorn Guest House');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ok , and what was the address of the Acorn Guest House ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'154 chesterton road');(_:result,name,'The acorn guest house');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The acorn guest house is at 154 chesterton road . Anything else I can get you today ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,leave_at,'12:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train leaving sunday after 12:00" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Ok , I have booked a train for you leaving Leicester destined for Cambridge on Sunday at 12:09 arriving by 13:54 . Your reference number is R9Q27A3Z . Have a pleasant day ." } ]
MUL0733.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "gueshouses" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "none" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "gueshouses" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "none" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "pricerange", "moderate prices" ], [ "_:result", "type", "Hotel" ], [ "_:result", "stars", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:result", "ticket", "?" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:result", "ticket", "?" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:00" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "12:09" ], [ "_:result", "leave_at", "every hour after up to 23:09" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:00" ], [ "_:result", "leave_at", "12:09" ], [ "_:result", "leave_at", "every hour after up to 23:09" ], [ "_:result", "ticket", "30.24 pounds" ], [ "_:result", "type", "Train" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "Acorn Guest House" ], [ "_: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", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "12:09" ], [ "_:result", "leave_at", "every hour after up to 23:09" ], [ "_:result", "ticket", "30.24 pounds" ], [ "_:search", "name", "Acorn Guest House" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "name", "The acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "12:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train on Friday ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'404');(_:result,day,'Friday');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 404 trains traveling on Friday . Where will you be departing from and where is your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,leave_at,'18:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving from Cambridge and going to Ely . I want to leave at 18:15" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'20:07');(_:result,departure,'cambridge');(_:result,destination,'ely');(_:result,id,'Train 6053');(_:result,leave_at,'19:50');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train 6053 leaves cambridge at 19:50 and arrives in ely at 20:07 . Would you like me to book you a ticket ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please . I need 7 tickets ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'D9BVZV8C');(_:booking,ticket,'30.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have made the booking and here is the information - Booking was successful , the total fee is 30.8 GBP payable at the station . \n Reference number is : D9BVZV8C Anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'cafe uno');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Someone recommended me a place called cafe uno . Do you have any information about it ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'Italian');(_:result,name,'Caffe Uno');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Caffe Uno is an Italian restaurant in the city centre . Would you like to make a reservation ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes book it for me thank you" }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What date and time would you like that reservation ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Actually , I can make it later . That will be all today . Thank you !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Please contact us anytime . Thank you ." } ]
PMUL0875.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Friday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "ely" ], [ "_:result", "id", "Train 6053" ], [ "_:result", "leave_at", "19:50" ], [ "_: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 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "ely" ], [ "_:result", "id", "Train 6053" ], [ "_:result", "leave_at", "19:50" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "D9BVZV8C" ], [ "_:booking", "ticket", "30.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "cafe uno" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "ely" ], [ "_:result", "id", "Train 6053" ], [ "_:result", "leave_at", "19:50" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "D9BVZV8C" ], [ "_:booking", "ticket", "30.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "cafe uno" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Caffe Uno" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "ely" ], [ "_:result", "id", "Train 6053" ], [ "_:result", "leave_at", "19:50" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "D9BVZV8C" ], [ "_:booking", "ticket", "30.8 GBP" ], [ "_:search", "name", "cafe uno" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Caffe Uno" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'cinemas');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you please find me cinemas ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,area,'south');(_:result,category,'cinemas');(_:result,count,'2');(_:result,name,'cineworld cinema');(_:result,name,'vue cinema');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , I can ' There are two cinemas in cambridge , cineworld cinema in the south and vue cinema in the centre ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the postcode and phone number for one of them ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Cineworld Cinema');(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,phone,'00872208000');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would recommend the Cineworld Cinema . The postcode is cb17dy . Their phone number is 00872208000 . Is there anything else I can help with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'09:00');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you ! Yes , I also need a train to Cambridge that arrives by 09:00 , please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'quite a few');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have quite a few different options for a train to Cambridge . Can you help me narrow it down by specifying where you 'll be departing from ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Leicester on Friday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'8:54');(_:result,id,'TR4256');(_:result,leave_at,'07:09');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4256 leaves at 07:09 and arrives at 8:54 . May I book that for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I do n't need a booking for the train at this time , but if you could give me the travel time and price , that will be all I need today ." }, { "id": 9, "rdf-acts": [ "inform((_:result,duration,'105 minutes');(_:result,id,'TR4256');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "TR4256 will take 105 minutes . The price is 37.80 pounds . Is there anything else I can help you with today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's all . Thanks for your help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , if you need any more help from me feel free to ask !" } ]
MUL1875.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "cinemas" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "cinemas" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "category", "cinemas" ], [ "_:result", "count", "2" ], [ "_:result", "name", "cineworld cinema" ], [ "_:result", "name", "vue cinema" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "cinemas" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "category", "cinemas" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "cinemas" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "category", "cinemas" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "cinemas" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "category", "cinemas" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "8:54" ], [ "_:result", "id", "TR4256" ], [ "_:result", "leave_at", "07:09" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "cinemas" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "category", "cinemas" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "8:54" ], [ "_:result", "leave_at", "07:09" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR4256" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'modern american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant in the centre of Cambridge that serves modern American food ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I was unable to find any restaurants matching that ." }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Then what about modern European ?" }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'4');(_:result,food,'modern european');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 4 modern european restaurants in the centre . Do you have a preference on price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , just pick a popular one for me and book it for 1 person on Tuesday please ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,name,'riverside brasserie');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I book you a table at riverside brasserie , I will send you the reference number ." }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Okay what is it ?" }, { "id": 7, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I need to know the reservation time before I can book a table for you ." }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'13:00');(_:search,duration,'14:00');(_:search,type,'Restaurant');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I would like the time to be at 14:00 , if you ca nt get that time 13:00 will do . Can I have a reference number ? I also need a train ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,duration,'14:00');(_:booking,name,'De Luca Cucina and Bar');(_:booking,ref,'M81RFLPZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table has been booked at De Luca Cucina and Bar at 14:00 . Your reference number is M81RFLPZ ." }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'10:15');(_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you . I need a train on Tuesday and I need it to arrive by 10:15 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,arrive_by,'10:15');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are several trains arriving in Cambridge before 10:15 . Where are you traveling from ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving from London Kings Cross ." }, { "id": 13, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can help you with that but first how many tickets will you be needing ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "One ticket is all I need . Thank you ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,leave_at,'5:17');(_:booking,ref,'LG54YRTF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I booked a train leaving at 5:17 . Your reference number is LG54YRTF ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help . That 's everything I need for now . Goodbye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You are most welcome , have a wonderful day !" } ]
PMUL3860.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/67050238" ], [ "_:search/67050238", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/67050238" ], [ "_:search/67050238", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "modern european" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/67050238" ], [ "_:search/67050238", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "modern european" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "riverside brasserie" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/67050238" ], [ "_:search/67050238", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "modern european" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:booking", "name", "riverside brasserie" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "duration", "14:00" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/67050238" ], [ "_:search/67050238", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "modern european" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "1" ], [ "_:search", "duration", "14:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:booking", "ref", "M81RFLPZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:15" ], [ "_:search", "day", "tuesday" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/67050238" ], [ "_:search/67050238", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "modern european" ], [ "_:search", "people", "1" ], [ "_:search", "duration", "14:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:booking", "ref", "M81RFLPZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:15" ], [ "_:search", "day", "tuesday" ], [ "_:result", "amount", "several" ], [ "_:result", "arrive_by", "10:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "london kings cross" ], [ "_: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" ], [ "_:system", "canthelp", "_:search/67050238" ], [ "_:search/67050238", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "modern european" ], [ "_:search", "duration", "14:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:booking", "ref", "M81RFLPZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:15" ], [ "_:search", "day", "tuesday" ], [ "_:result", "amount", "several" ], [ "_:result", "arrive_by", "10:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/67050238" ], [ "_:search/67050238", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "modern european" ], [ "_:search", "duration", "14:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:search", "arrive_by", "10:15" ], [ "_:search", "day", "tuesday" ], [ "_:result", "amount", "several" ], [ "_:result", "arrive_by", "10:15" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "5:17" ], [ "_:booking", "ref", "LG54YRTF" ], [ "_: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,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am planning a trip in Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , I can help you get here . Where will you be leaving from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be coming in from Ely on Tuesday ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can help you with that . Do you have a certain departure or arrival time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'8:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 8:30" }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR6971');(_:result,leave_at,'07:35');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay the TR6971 leaves at 07:35 . Does this work ?" }, { "id": 6, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What time does it arrive ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'07:52');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It arrives at 07:52 . Would you like to book tickets ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Ok , great . Then it will get me there in time . Can you book me 8 tickets please ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'53GSF184');(_:booking,ticket,'35.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked your train for 8 and a cost of 35.2 GBP . Your reference number is 53GSF184 . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'sidney sussex college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great I also am looking for some info on a place called sidney sussex college" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,area,'centre');(_:result,category,'college');(_:result,name,'Sidney Sussex College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I can help with that . Sidney Sussex College is a college in the centre . Do you need any other information ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thank you ! Can you please tell me the phone number , entrance fee , and address ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'Sidney street');(_:result,phone,'01223338800');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "the phone number is 01223338800 and address is Sidney street" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks . that will be it for now" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Glad to have been of help . Please reach out again if you need anything else . Thanks for using the Cambridge TownInfo centre . Have a great day ." } ]
PMUL4094.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "8:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "8:30" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR6971" ], [ "_:result", "leave_at", "07:35" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "8:30" ], [ "_:result", "id", "TR6971" ], [ "_:result", "leave_at", "07:35" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "07:52" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "8:30" ], [ "_:result", "id", "TR6971" ], [ "_:result", "leave_at", "07:35" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "07:52" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "53GSF184" ], [ "_:booking", "ticket", "35.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "sidney sussex college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "8:30" ], [ "_:result", "id", "TR6971" ], [ "_:result", "leave_at", "07:35" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "07:52" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "53GSF184" ], [ "_:booking", "ticket", "35.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "sidney sussex college" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "name", "Sidney Sussex College" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "8:30" ], [ "_:result", "id", "TR6971" ], [ "_:result", "leave_at", "07:35" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "07:52" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "53GSF184" ], [ "_:booking", "ticket", "35.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "sidney sussex college" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "name", "Sidney Sussex College" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "Sidney street" ], [ "_:result", "phone", "01223338800" ], [ "_: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,name,'Lensfield Hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi ! What can you tell me about the Lensfield Hotel ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'south');(_:result,category,'hotel');(_:result,name,'Lensfield');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Lensfield is an expensive hotel in the south ." }, { "id": 2, "rdf-acts": [ "inform((_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ok great , could you book a room for me ? I need it for 2 nights and there are 6 in my party ." }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes . what day will you be arriving ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to book starting Thursday ." }, { "id": 5, "rdf-acts": [], "speaker": "system", "text": "Will you be needing a reference number ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes , please . I 'm ready to write it down ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'Q1LRYM78');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : Q1LRYM78 . anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I was also hoping to find a museum to visit while I 'm in town ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "There is The Byard Art museum and its free admission" } ]
PMUL2982.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Q1LRYM78" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What can you tell me about christ 's college ?" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"Saint Andrew 's Street\");(_:result,entrance_fee,'free');(_:result,name,\"Christ 's College\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Christ 's College is located on Saint Andrew 's Street . The entrance fee is free . You can call the college at phone number 01223334900 . Is there specific information that you would like to know more about ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes . Could you give me the postcode please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'college');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode for the college is cb23bu ." }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train that goes to cambridge ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'1400');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are over 1400 trains that fit your needs . Could you please narrow it down as to which day & time you are wanting and where will you depart from ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'11:30');(_:search,day,'friday');(_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll need to arrive by 11:30 . I 'm leaving from Peterborough on Friday ." }, { "id": 7, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Could you please mention your day of travel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Friday , like I just said ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'11:09');(_:result,day,'Frday');(_:result,destination,'Peterborough');(_:result,id,'TR2105');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR2105 arrives at Peterborough on Frday at 11:09 . Do you want me to purchase tickets for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'11:30');(_:search,day,'friday');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to take a train FROM Peterborough TO Cambridge on Friday . I would like to arrive by 11:30 please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'11:30');(_:result,id,'TR2105');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "The TR2105 arrives before 11:30 . Would you like more information or to book it ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I need to book this for 6 people please . I will also need to get the reference number . Thanks for your help !" }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'TQKCP8R1');(_:booking,ticket,'99 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 99 GBP payable at the station . \n Reference number is : TQKCP8R1 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for your help , that was all I needed . Goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a good day ." } ]
PMUL4239.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "1400" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "1400" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "count", "1400" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "11:09" ], [ "_:result", "day", "Frday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "id", "TR2105" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "count", "1400" ], [ "_:search", "leave_at", "?" ], [ "_:result", "day", "Frday" ], [ "_:result", "destination", "Peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:30" ], [ "_:result", "id", "TR2105" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "people", "6" ], [ "_: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", "category", "college" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "count", "1400" ], [ "_:search", "leave_at", "?" ], [ "_:result", "day", "Frday" ], [ "_:result", "destination", "Peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:30" ], [ "_:result", "id", "TR2105" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "TQKCP8R1" ], [ "_:booking", "ticket", "99 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to find a restaurant" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I can help you find what you need . What kind of food are you looking for ? Price preference ? What area ? Thanks !" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Cheap price chinese in centre of town ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , but I 'm encountering an error . Could you please restate your request ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I apologize , my mind wandered there for a second , I was really looking for an attraction to see in the centre of town ." }, { "id": 5, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Did you have a particular attraction type in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Not really can you make a suggestion ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'concerthall');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about a concerthall ?" }, { "id": 8, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "that sounds good . how much is the entrance fee ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,entrance_fee,\"do n't have information\");(_:result,name,'man on the moon concert hall');(_:result,phone,'01223474144');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The man on the moon concert hall is in the centre , but I do n't have information about price . I can give you their number , 01223474144 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'ashley hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ok no problem . I am looking to book a room at Ashley Hotel ." }, { "id": 11, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! Just let me know what day you 're arriving , how many nights you 're staying , and the number of people in your party ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I will be arriving on Saturday with a party of 8 for 2 nights . Thaks" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'P06EPM0L');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are booked , the reference number is P06EPM0L , any further needs for today ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,leave_at,'07:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes I will also need a taxi to commute between the hotel and the attraction . I would like to leave the hotel by 07:15 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'blue volvo');(_:result,phone,'7677029602');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I booked your taxi . It will be a blue volvo and the contact number is 7677029602 . Is there anything else you need today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That is all I need ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day !" } ]
PMUL2779.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "concerthall" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:result", "category", "concerthall" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "do n't have information" ], [ "_:result", "name", "man on the moon concert hall" ], [ "_:result", "phone", "01223474144" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:result", "category", "concerthall" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "do n't have information" ], [ "_:result", "name", "man on the moon concert hall" ], [ "_:result", "phone", "01223474144" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "ashley hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_: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": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:result", "category", "concerthall" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "do n't have information" ], [ "_:result", "name", "man on the moon concert hall" ], [ "_:result", "phone", "01223474144" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "ashley hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "P06EPM0L" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "07:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:result", "category", "concerthall" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "do n't have information" ], [ "_:result", "name", "man on the moon concert hall" ], [ "_:search", "name", "ashley hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "P06EPM0L" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "07:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue volvo" ], [ "_:result", "phone", "7677029602" ], [ "_: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,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a guesthouse that has free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have a price range or specific area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Area is not important , thanks !" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately - priced');(_:result,stars,'4');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "My favorite guesthouse is the Acorn Guest House , in the north . 4 stars and moderately - priced . Would you like a room there ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds great . I 'll need a room for 6 people and 3 nights starting from friday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'P6W6XFMK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright ! I have made your requested booking and the reference number is P6W6XFMK . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need for now . Thanks !" }, { "id": 7, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You are very welcome ! Have a great day !" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks ! You too !" }, { "id": 9, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Do you need to book anything for travel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please , a train from London Liverpool Street to Cambridge ." }, { "id": 11, "rdf-acts": [ "inform((_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,leave_at,'as early as 05:39');(_:result,leave_at,'as late at 23:39');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have trains departing Cambridge on Friday as early as 05:39 and as late at 23:39 . Do you have any preference on what time you 'd like to depart by or arrive ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,leave_at,'11:15');(_:search,type,'Train'))", "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I want to leave after 11:15 . If I do , what time do you think I will arrive ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'13:07');(_:result,id,'TR7943');(_:result,leave_at,'11:39');(_:result,type,'Train'))" ], "speaker": "system", "text": "If you leave at 11:39 on train TR7943 you will arrive at 13:07 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that s all I need ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service . Please feel free to reach out if you need anything else . Goodbye ." } ]
PMUL4511.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "P6W6XFMK" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "P6W6XFMK" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "P6W6XFMK" ], [ "_:booking", "type", "Booking" ], [ "_:booking", "category", "Train" ], [ "_: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", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "P6W6XFMK" ], [ "_:booking", "type", "Booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "leave_at", "as early as 05:39" ], [ "_:result", "leave_at", "as late at 23:39" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "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", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "P6W6XFMK" ], [ "_:booking", "type", "Booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "13:07" ], [ "_:result", "id", "TR7943" ], [ "_:result", "leave_at", "11:39" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for an expensive restaurant in the city centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "I can most definitely help with that . Is there a certain type of food you would like to try ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I think I would like to try French food ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'French');(_:result,name,'Cote');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Cote is a French restaurant in the centre of town . It is expensive . Would you like me to book you a reservation ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . Please send be the phone number , address and postcode ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Bridge Street City Centre');(_:result,phone,'01223311053');(_:result,postcode,'cb21uf');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their number is 01223311053 , postcard is cb21uf and they are located on Bridge Street City Centre ." }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'12:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great , thanks . I also need a train . I need to leave cambridge after 12:15 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'over 800');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have over 800 possible matches for that request . Where will you be departing from ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving from Kings Lynn on Saturday ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'13:51');(_:result,departure,'cambridge');(_:result,destination,'london kings cross');(_:result,id,'TR4003');(_:result,leave_at,'13:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a train TR4003 leaving cambride at 13:00 and arriving at london kings cross at 13:51 . Would you like me to make reservations ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , can you book that train for 2 people please ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'CYW95CE2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your train has been booked . Reference number CYW95CE2 . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . That is all I need today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "I am happy to be able to help . Have a nice day . Goodbye ." } ]
MUL1443.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" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "French" ], [ "_:result", "name", "Cote" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "french" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "French" ], [ "_:result", "name", "Cote" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "Bridge Street City Centre" ], [ "_:result", "phone", "01223311053" ], [ "_:result", "postcode", "cb21uf" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "french" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "French" ], [ "_:result", "name", "Cote" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "Bridge Street City Centre" ], [ "_:result", "phone", "01223311053" ], [ "_:result", "postcode", "cb21uf" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "amount", "over 800" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "kings lynn" ], [ "_: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", "expensive" ], [ "_:search", "food", "french" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "French" ], [ "_:result", "name", "Cote" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "Bridge Street City Centre" ], [ "_:result", "phone", "01223311053" ], [ "_:result", "postcode", "cb21uf" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "amount", "over 800" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "kings lynn" ], [ "_:result", "arrive_by", "13:51" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "london kings cross" ], [ "_:result", "id", "TR4003" ], [ "_:result", "leave_at", "13:00" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_: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", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "french" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "French" ], [ "_:result", "name", "Cote" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "Bridge Street City Centre" ], [ "_:result", "phone", "01223311053" ], [ "_:result", "postcode", "cb21uf" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "amount", "over 800" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "kings lynn" ], [ "_:result", "arrive_by", "13:51" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "london kings cross" ], [ "_:result", "id", "TR4003" ], [ "_:result", "leave_at", "13:00" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "CYW95CE2" ], [ "_: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,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for something fun to do on the east side of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,entrance_fee,\"I do n't have any information on the entrance fee\");(_:result,name,'Funky Fun House');(_:result,phone,'01223304705');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Funky Fun House is my favorite place on the east side ! I do n't have any information on the entrance fee , but their phone is 01223304705 ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you please give me the address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'8 mercers row , mercers row industrial estate');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes their address is 8 mercers row , mercers row industrial estate ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Can you book tickets for me ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I can not . It does n't give me the option to book tickets . Just general Information . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 'm also looking for an Indian restaurant in the same area ." }, { "id": 7, "rdf-acts": [ "select((_:result,pricerange,'expensive and moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , I have both expensive and moderately priced restaurants . Do you have a preference ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Moderately price , please ." }, { "id": 9, "rdf-acts": [ "select((_:result,name,'Curry Prince and Rajmahal');(_:result,type,'Restaurant'))", "reqmore()", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , I have two options for you - Curry Prince and Rajmahal . Would you like any more information about either of them ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , can I please have the postcode , address , and phone number for Curry Prince ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,phone,'01223566388');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number is 01223566388 ." }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Okay . I still need the postcode and address , please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,postcode,'cb58jj');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cb58jj is there postcode . Their address is 451 Newmarket Road Fen Ditton" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'the restaurant');(_:search,destination,'funky fun house');(_:search,leave_at,'01:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Great , thank you ! Also , can you please book me a taxi between the restaurant and Funky Fun House ? I want to leave the restaurant by 01:30 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'black Lexus');(_:result,phone,'07955921789');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your car is booked . You should be expecting a black Lexus . If you need to contact the driver , please call 07955921789 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 17, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , everything is set . Thank you , again . Goodbye ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Enjoy your time in Cambridge . Goodbye ." } ]
PMUL3523.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" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "I do n't have any information on the entrance fee" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "I do n't have any information on the entrance fee" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "I do n't have any information on the entrance fee" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:booking/161fdfba" ], [ "_:booking/161fdfba", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "I do n't have any information on the entrance fee" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:system", "canthelp", "_:booking/161fdfba" ], [ "_:booking/161fdfba", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive and moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "I do n't have any information on the entrance fee" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:system", "canthelp", "_:booking/161fdfba" ], [ "_:booking/161fdfba", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive and moderately priced" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Curry Prince and Rajmahal" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "curry prince" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "I do n't have any information on the entrance fee" ], [ "_:result", "address", "8 mercers row , mercers row industrial estate" ], [ "_:system", "canthelp", "_:booking/161fdfba" ], [ "_:booking/161fdfba", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive and moderately priced" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Curry Prince and Rajmahal" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "2" ], [ "_:search", "name", "curry prince" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "phone", "01223566388" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "I do n't have any information on the entrance fee" ], [ "_:system", "canthelp", "_:booking/161fdfba" ], [ "_:booking/161fdfba", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive and moderately priced" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Curry Prince and Rajmahal" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "2" ], [ "_:search", "name", "curry prince" ], [ "_:result", "phone", "01223566388" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:result", "postcode", "cb58jj" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "funky fun house" ], [ "_:search", "leave_at", "01:30" ], [ "_: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": [ [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "I do n't have any information on the entrance fee" ], [ "_:system", "canthelp", "_:booking/161fdfba" ], [ "_:booking/161fdfba", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive and moderately priced" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Curry Prince and Rajmahal" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "2" ], [ "_:search", "name", "curry prince" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:result", "postcode", "cb58jj" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "funky fun house" ], [ "_:search", "leave_at", "01:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black Lexus" ], [ "_:result", "phone", "07955921789" ], [ "_: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": [ [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "I do n't have any information on the entrance fee" ], [ "_:system", "canthelp", "_:booking/161fdfba" ], [ "_:booking/161fdfba", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive and moderately priced" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Curry Prince and Rajmahal" ], [ "_:result", "count", "2" ], [ "_:search", "name", "curry prince" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:result", "postcode", "cb58jj" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "funky fun house" ], [ "_:search", "leave_at", "01:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black Lexus" ], [ "_:result", "phone", "07955921789" ], [ "_: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,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "Good evening , I need to take a train from Cambridge to Norwich ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day and time do you want to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'15:30');(_:search,day,'wednesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to leave on Wednesday and arrive by 15:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'6:55');(_:result,id,'TR1144');(_:result,leave_at,'5:36');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR1144 leaving at 5:36 and arriving at 6:55 . Would you like to make reservations for that ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , that would work . I do n't need a ticket though . But , can I ask the price per ticket ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'17.60');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The price is 17.60 . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "i 'm also interested in places to go in town ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What area would you be in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like information on the colleges in the centre please ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,count,'13');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 13 results that match , is there anymore information you can give me on what you are looking for ?" }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "recommend any and give me the entrance fee and postcode" }, { "id": 11, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'gonville and caius college');(_:result,postcode,'cb21ta');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "gonville and caius college have free admission . Their postcode is cb21ta" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I need for today" }, { "id": 13, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Thank you for using our services . Have we met all of your needs ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , thank you very much . That will be all ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling and have a great day . Goodbye ." } ]
PMUL1073.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", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "6:55" ], [ "_:result", "id", "TR1144" ], [ "_:result", "leave_at", "5:36" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "6:55" ], [ "_:result", "id", "TR1144" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "17.60" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "6:55" ], [ "_:result", "id", "TR1144" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "17.60" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "6:55" ], [ "_:result", "id", "TR1144" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "17.60" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "13" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "6:55" ], [ "_:result", "id", "TR1144" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "17.60" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "gonville and caius college" ], [ "_:result", "postcode", "cb21ta" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "6:55" ], [ "_:result", "id", "TR1144" ], [ "_:result", "leave_at", "5:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "17.60" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "gonville and caius college" ], [ "_:result", "postcode", "cb21ta" ], [ "_: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,name,'yippee noodle bar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you get me information on a restaurant called yippee noodle bar ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,name,'Yippee');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yippee is a moderately priced restaurant in the centre . Would you like to book a table ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'11:00');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . A table for 1 at 11:00 on Friday ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'Z4VQL3UF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : Z4VQL3UF ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great . I am also looking for an entertainment venue in the town centre . Can you help me with that ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,category,'entertainment venues');(_:search,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "There are no entertainment venues in the town centre . Would you like something else ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Sure , let 's try nightclubs ." }, { "id": 7, "rdf-acts": [ "canthelp((_:search,category,'nightclubs');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are no nightclubs in this area ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'nightclubs');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "There are no nightclubs in town ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "why yes there are ! 5 to be exact , how can I help you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Which club to you recommend , can I get the entrance fee and phone number ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,entrance_fee,'5 pounds');(_:result,name,'Kambar');(_:result,phone,'01223842725');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I recommend Kambar . Their phone number is 01223842725 . And their entrance fee is 5 pounds ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for your help . That is all the info I need ." }, { "id": 13, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Do you need any more help booking ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that is all I need today ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a great day . Goodbye ." } ]
PMUL3498.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "yippee noodle bar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "yippee noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Yippee" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "yippee noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Yippee" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "Z4VQL3UF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "yippee noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Yippee" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "Z4VQL3UF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/08989936" ], [ "_:search/08989936", "area", "centre" ], [ "_:search/08989936", "category", "entertainment venues" ], [ "_:search/08989936", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "yippee noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Yippee" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "Z4VQL3UF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/08989936" ], [ "_:search/08989936", "area", "centre" ], [ "_:search/08989936", "category", "entertainment venues" ], [ "_:search/08989936", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/2cb5f9a1" ], [ "_:search/2cb5f9a1", "category", "nightclubs" ], [ "_:search/2cb5f9a1", "type", "Attraction" ], [ "_:search", "category", "nightclubs" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "yippee noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Yippee" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "Z4VQL3UF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/08989936" ], [ "_:search/08989936", "area", "centre" ], [ "_:search/08989936", "category", "entertainment venues" ], [ "_:search/08989936", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/2cb5f9a1" ], [ "_:search/2cb5f9a1", "category", "nightclubs" ], [ "_:search/2cb5f9a1", "type", "Attraction" ], [ "_:search", "category", "nightclubs" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "5" ], [ "_: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", "name", "yippee noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "Z4VQL3UF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/08989936" ], [ "_:search/08989936", "area", "centre" ], [ "_:search/08989936", "category", "entertainment venues" ], [ "_:search/08989936", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/2cb5f9a1" ], [ "_:search/2cb5f9a1", "category", "nightclubs" ], [ "_:search/2cb5f9a1", "type", "Attraction" ], [ "_:search", "category", "nightclubs" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "Kambar" ], [ "_:result", "phone", "01223842725" ], [ "_: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", "name", "yippee noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "Z4VQL3UF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/08989936" ], [ "_:search/08989936", "area", "centre" ], [ "_:search/08989936", "category", "entertainment venues" ], [ "_:search/08989936", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/2cb5f9a1" ], [ "_:search/2cb5f9a1", "category", "nightclubs" ], [ "_:search/2cb5f9a1", "type", "Attraction" ], [ "_:search", "category", "nightclubs" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "Kambar" ], [ "_:result", "phone", "01223842725" ], [ "_:result", "type", "Attraction" ], [ "_: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,arrive_by,'16:00');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train that arrives in cambridge by 16:00 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,arrive_by,'15:07');(_:result,day,'Friday');(_:result,departure,'liverpool');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a train from liverpool street arriving in Cambridge on Friday , it would arrive a little early at 15:07 . Does this work for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "No . I need a train that departs Bishops Stortford on Wednesday , please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'5');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Alright I found five . When would you like to leave by ?" }, { "id": 4, "rdf-acts": [ "request((_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Could I get the departure time for those trains ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,leave_at,'05:29');(_:result,leave_at,'07:29');(_:result,leave_at,'09:29');(_:result,leave_at,'11:29');(_:result,leave_at,'13:29');(_:result,type,'Train'))" ], "speaker": "system", "text": "Certainly , the departure times are 05:29 , 07:29 , 09:29 , 11:29 , 13:29" }, { "id": 6, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like the 11:29 train , please . I am also looking for a 4 star hotel ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , did you want me to book the train for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No I will take care of the train booking . I still need help finding an expensive 4 star hotel with free parking . I would prefer a guesthouse type ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I do n't have any listings for expensive guesthouses . There are several 4 star that are moderately priced . Will that work ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you look for a cheap one ?" }, { "id": 11, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'east');(_:result,area,'west');(_:result,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 5 guesthouses in the centre , east and west . What area do you prefer ?" }, { "id": 12, "rdf-acts": [ "request((_:result,name,?);(_:result,type,'Hotel'))", "inform((_:search,area,'center');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like something in the center . Would you give me the name of the guesthouse , please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Alexander Bed and Breakfast is in the Centre ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help . That is all I needed ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "I 'm happy to help . Thanks for using our service . Goodbye ." } ]
MUL2249.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:00" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "liverpool" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:00" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "liverpool" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:00" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "liverpool" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:result", "count", "5" ], [ "_:search", "leave_at", "?" ], [ "_:result", "leave_at", "05:29" ], [ "_:result", "leave_at", "07:29" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "leave_at", "11:29" ], [ "_:result", "leave_at", "13:29" ], [ "_:result", "type", "Train" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:00" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "liverpool" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:result", "count", "5" ], [ "_:search", "leave_at", "?" ], [ "_:result", "leave_at", "05:29" ], [ "_:result", "leave_at", "07:29" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "leave_at", "11:29" ], [ "_:result", "leave_at", "13:29" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:00" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "liverpool" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:result", "count", "5" ], [ "_:search", "leave_at", "?" ], [ "_:result", "leave_at", "05:29" ], [ "_:result", "leave_at", "07:29" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "leave_at", "11:29" ], [ "_:result", "leave_at", "13:29" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/c64fb669" ], [ "_:search/c64fb669", "category", "guesthouses" ], [ "_:search/c64fb669", "pricerange", "expensive" ], [ "_:search/c64fb669", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_: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", "16:00" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "liverpool" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "leave_at", "?" ], [ "_:result", "leave_at", "05:29" ], [ "_:result", "leave_at", "07:29" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "leave_at", "11:29" ], [ "_:result", "leave_at", "13:29" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/c64fb669" ], [ "_:search/c64fb669", "category", "guesthouses" ], [ "_:search/c64fb669", "pricerange", "expensive" ], [ "_:search/c64fb669", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "east" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:result", "name", "?" ], [ "_:search", "area", "center" ], [ "_: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", "16:00" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "liverpool" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "leave_at", "?" ], [ "_:result", "leave_at", "05:29" ], [ "_:result", "leave_at", "07:29" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "leave_at", "11:29" ], [ "_:result", "leave_at", "13:29" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/c64fb669" ], [ "_:search/c64fb669", "category", "guesthouses" ], [ "_:search/c64fb669", "pricerange", "expensive" ], [ "_:search/c64fb669", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "5" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "Centre" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "type", "Hotel" ] ], "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,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to find some entertainment in the centre of the city ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I do n't have anything that meets those criteria . Can I check something else for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How about some architecture to visit in the center ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,count,'5');(_:result,name,'all saints church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I am showing 5 architecture in the centre . I could recommend all saints church ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Ok , what 's the phone number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223452587');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "They are reachable at 01223452587 , anything else that I can assist with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please find a restaurant in the moderate price range and same area as the attraction ." }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'21');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I am showing 21 restaurants in that area and price . Is there a certain cuisine you would enjoy ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about portuguese food ?" }, { "id": 9, "rdf-acts": [ "canthelp((_:search,food,'portuguese');(_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "Unfortunately , there are no portuguese restaurants that meet your requirements . Can I look for something else for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about international food ?" }, { "id": 11, "rdf-acts": [ "select((_:result,name,'Bloomsbury Restaurant');(_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))", "reqmore()", "inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'international');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I am showing two international restaurants near the centre . The Varsity Restaurant and Bloomsbury Restaurant . Would you like more information on either one ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'17:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please book the Varsity for 5 people on tuesday at 17:00 ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'E8SV1E0D');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , your booking was successful . The table will be reserved for 15 minutes , reference number E8SV1E0D . May I assist you with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all thanks ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a nice day ." } ]
PMUL2411.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/c526b64d" ], [ "_:search/c526b64d", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/c526b64d" ], [ "_:search/c526b64d", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "count", "5" ], [ "_:result", "name", "all saints church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c526b64d" ], [ "_:search/c526b64d", "type", "Attraction" ], [ "_:search", "category", "architecture" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "count", "5" ], [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c526b64d" ], [ "_:search/c526b64d", "type", "Attraction" ], [ "_:search", "category", "architecture" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223452587" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c526b64d" ], [ "_:search/c526b64d", "type", "Attraction" ], [ "_:search", "category", "architecture" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "all saints church" ], [ "_:result", "phone", "01223452587" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/c0466286" ], [ "_:search/c0466286", "food", "portuguese" ], [ "_:search/c0466286", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c526b64d" ], [ "_:search/c526b64d", "type", "Attraction" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "phone", "01223452587" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c0466286" ], [ "_:search/c0466286", "food", "portuguese" ], [ "_:search/c0466286", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "name", "Bloomsbury Restaurant" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c526b64d" ], [ "_:search/c526b64d", "type", "Attraction" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "phone", "01223452587" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c0466286" ], [ "_:search/c0466286", "food", "portuguese" ], [ "_:search/c0466286", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "name", "Bloomsbury Restaurant" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "E8SV1E0D" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'bistro');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Good morning , I need help finding a restaurant that serves bistro in the moderate price range ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I could n't find a restaurant with the attributes you are looking for . Would you like something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about one with british food ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,food,'british');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 5 restaurants serving british food . Do you have a preferred area ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,day,'tuesday');(_:search,duration,'12:30');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do not have a preferred area . Which ones have a table available for 6 people at 12:30 on Tuesday ?" }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Is there a price range you would prefer to stay within ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No I do not need to stay within a price ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Restaurant One Seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have Restaurant One Seven in the moderate price range . Would you like me to book a reservation ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Yes , please ." }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "The booking was unsuccessful , do you have any other preference ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I just need a restaurant in the same area and has the same price range ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,name,'oak bistro');(_:booking,type,'Booking');(_:result,area,'center');(_:result,ref,'CMJ6WM0Z');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Sure . I booked you a table in the oak bistro which is in the center part of the town . Your reservation number is CMJ6WM0Z ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thanks for that . See you !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Sure , I 'm here to help you . Bye !" } ]
SSNG0100.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "bistro" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c88e2d4e" ], [ "_:search/c88e2d4e", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c88e2d4e" ], [ "_:search/c88e2d4e", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:result", "food", "british" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c88e2d4e" ], [ "_:search/c88e2d4e", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:result", "food", "british" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c88e2d4e" ], [ "_:search/c88e2d4e", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:result", "food", "british" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c88e2d4e" ], [ "_:search/c88e2d4e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:result", "food", "british" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/5f4c6e14" ], [ "_:booking/5f4c6e14", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/c88e2d4e" ], [ "_:search/c88e2d4e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:result", "food", "british" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:booking/5f4c6e14" ], [ "_:booking/5f4c6e14", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "oak bistro" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "ref", "CMJ6WM0Z" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant my friend recommended , I think she called it the Curry Prince ." }, { "id": 1, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Yes , I found what you 're looking for . Would you like the address ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'12:00');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sure , and can you book it for Friday at 12:00 for 3 people ?" }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,name,?);(_:search,type,'Restaurant'))", "canthelp((_:booking,type,'Booking'))", "inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is 451 Newmarket Road Fen Ditton . Unfortunately , the restaurant is fully booked . Do you have another restaurant or type of food in mind ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'none');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Something in the same area and price range would work ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'same area');(_:result,name,'rajmahal');(_:result,pricerange,'same area and price range');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have rajmahal which is in the same area and price range . Would you like me to book a table there ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Sure thing . I 'll need a reference number too ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'FYFXWH1Z');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful , the reference number is FYFXWH1Z . Is there anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great . Thank you so much ." }, { "id": 9, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You are very welcome . Is there anything else I can help you with today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be all for today . Thank you so much for your help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a lovely day ." } ]
SSNG0177.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "3" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:booking/320af0e9" ], [ "_:booking/320af0e9", "type", "Booking" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "none" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "3" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:booking/320af0e9" ], [ "_:booking/320af0e9", "type", "Booking" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "none" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "same area" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "same area and price range" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "3" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:booking/320af0e9" ], [ "_:booking/320af0e9", "type", "Booking" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "none" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "same area" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "same area and price range" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "FYFXWH1Z" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "3" ], [ "_:search", "name", "?" ], [ "_:system", "canthelp", "_:booking/320af0e9" ], [ "_:booking/320af0e9", "type", "Booking" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "none" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "same area" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "pricerange", "same area and price range" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "FYFXWH1Z" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you help me find a 4 star rated place to stay please ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sure , I 'd be happy to help with your request . To help narrow down the results , what area and price range are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Moderate price range . Something with 4 stars . Area does n't really matter to me ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Archway House');(_:result,pricerange,'moderately priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Archway House is a moderately priced guesthouse in the north with a 4-star rating . They offer free Internet and parking . Would you like to make a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'seven');(_:search,stay,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you book for seven people for three nights starting from Friday ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'A16QWFWX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservations have been made . Your reference number is A16QWFWX . Is there anything else I can assist you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking for a train to get to cambridge . I 'll be departing from leicester ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "i can help you with that ! what day are you traveling ?" } ]
PMUL4936.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Archway House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Archway House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "A16QWFWX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'cantonese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am looking for an expensive restaurant that serves cantonese food ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "reqmore()", "inform((_:result,food,'cantonese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry , there are no expensive restaurants serving cantonese food . Would you like to look for something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . An expensive thai restaurant would be good ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'Thai');(_:result,name,'Bangkok city');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Bangkok city serves Thai food and is in the expensive price range ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Great , can you please give me its address and phone number ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'24 Green street city');(_:result,name,'Bangkok City');(_:result,phone,'is 01223 354382');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Bangkok City is at 24 Green street city and phone number is 01223 354382 ." }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the postcode ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,postcode,'C.B. 1 7 D.Y');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The postcode is C.B. 1 7 D.Y" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you good bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you , have a great day and enjoy your food ." } ]
WOZ20497.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "cantonese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/db5f89fd" ], [ "_:search/db5f89fd", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "cantonese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/db5f89fd" ], [ "_:search/db5f89fd", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Thai" ], [ "_:result", "name", "Bangkok city" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/db5f89fd" ], [ "_:search/db5f89fd", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Thai" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "24 Green street city" ], [ "_:result", "name", "Bangkok City" ], [ "_:result", "phone", "is 01223 354382" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/db5f89fd" ], [ "_:search/db5f89fd", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Thai" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "24 Green street city" ], [ "_:result", "name", "Bangkok City" ], [ "_:result", "phone", "is 01223 354382" ], [ "_:result", "postcode", "C.B. 1 7 D.Y" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'john farman intensive care unit');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "i got injured and are looking for the john farman intensive care unit department" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223256166');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Certainly , the number to the Intensive Care Unit is 01223256166 ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Could I get the address and postcode please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The address is Hills Rd , Cambridge and the postcode is CB20QQ . Is there anything else I can help you with today ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all for now . Thanks for the help !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you , and have a nice day !" } ]
SNG0193.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "john farman intensive care unit" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "john farman intensive care unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223256166" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "john farman intensive care unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223256166" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay that is expensive , I am not worried if I pay to pay for parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What hotel rating would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That does n't matter as long as it 's in the north ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no expensive hotels in the north . Would you like a different price range or area ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "could you check for something in the moderate price range ?" }, { "id": 5, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'any');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have any what star rating would you like ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That does n't matter as long as it 's in the north ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'North');(_:result,name,'Acorn Guest House');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have Acorn Guest House located in the North that has a 4 start rating would you like me to book it for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "That 's okay , I can book later . Can you help me find a train departing from Leicester on Tuesday ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'19');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "You bet ! I have 19 to choose from . What time do you want to arrive ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'08:15');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 08:15 in Cambridge please ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Yes for how many people ?" } ]
PMUL3350.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "?" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ecf31cb9" ], [ "_:search/ecf31cb9", "area", "north" ], [ "_:search/ecf31cb9", "category", "hotels" ], [ "_:search/ecf31cb9", "pricerange", "expensive" ], [ "_:search/ecf31cb9", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:system", "canthelp", "_:search/ecf31cb9" ], [ "_:search/ecf31cb9", "area", "north" ], [ "_:search/ecf31cb9", "category", "hotels" ], [ "_:search/ecf31cb9", "pricerange", "expensive" ], [ "_:search/ecf31cb9", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ticket", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "any" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:system", "canthelp", "_:search/ecf31cb9" ], [ "_:search/ecf31cb9", "area", "north" ], [ "_:search/ecf31cb9", "category", "hotels" ], [ "_:search/ecf31cb9", "pricerange", "expensive" ], [ "_:search/ecf31cb9", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ticket", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "any" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:system", "canthelp", "_:search/ecf31cb9" ], [ "_:search/ecf31cb9", "area", "north" ], [ "_:search/ecf31cb9", "category", "hotels" ], [ "_:search/ecf31cb9", "pricerange", "expensive" ], [ "_:search/ecf31cb9", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "ticket", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "any" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "leicester" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "08:15" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a moderately priced restaurant in the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'over 20');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are over 20 results . Is there a certain type of food you 'd like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'mexican');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,food,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm in the mood for some Mexican food . Is there a restaurant of that type in the center of town ? If so , I 'll need address and postcode ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "It does n't look like there are any Mexican restaurants in the centre at all . Would you like to try any other kind of restaurant ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))", "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Well let 's try another type of food that is moderately priced . What do you suggest ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Crowne Plaza Hotel 20 Downing Street CB23DT');(_:result,food,'international');(_:result,name,'Bloomsbury Restaurant');(_:result,phone,'08719429180');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Bloomsbury Restaurant is an international restaurant that offers a variety of food . It is located at Crowne Plaza Hotel 20 Downing Street CB23DT . Their phone number is 08719429180 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'near the restaurant');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I m also looking for some entertainment near the restaurant ." }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "canthelp((_:search,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry , there is n't any entertainment in the centre . Could you be more specific as to what you are looking for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'nightclub');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Could you help me find a nightclub , please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes I have many . Would you like me to suggest one ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Yes , that could be great ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Club Salsa');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "How about Club Salsa . I hear that it 's pretty great for a night out . Would you like more information about it ?" }, { "id": 12, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I would also like to get a taxi too . I would like to know the contact number and car type also ." }, { "id": 13, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))", "inform((_:result,address,'1 Station Road');(_:result,entrance_fee,'5 pounds');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Club Salsa is located at 1 Station Road and their entrance fee is 5 pounds . From where to where do you need a taxi ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'bloomsbury restaurant');(_:search,destination,'club salsa');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to book a taxi to commute between the two places ." }, { "id": 15, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What times were you thinking about leaving and arriving ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'club salsa');(_:search,leave_at,'21:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like to leave Club Salsa by 21:30 , definitely do n't want to be there when things start to get exciting !" }, { "id": 17, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What about an arrival time to your destination ?" }, { "id": 18, "rdf-acts": [], "speaker": "user", "text": "It does n't matter ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'red skoda');(_:result,phone,'07453096254');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I was able to book a red skoda phone number 07453096254" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you that will be all" }, { "id": 21, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "Glad to be of service . Have a great day ." }, { "id": 22, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "For sure . Goodbye now ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "good day and welcome again" } ]
PMUL4985.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "over 20" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "over 20" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/6c2325ea" ], [ "_:search/6c2325ea", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "over 20" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/6c2325ea" ], [ "_:search/6c2325ea", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "Crowne Plaza Hotel 20 Downing Street CB23DT" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Bloomsbury Restaurant" ], [ "_:result", "phone", "08719429180" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "near the restaurant" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "over 20" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/6c2325ea" ], [ "_:search/6c2325ea", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "Crowne Plaza Hotel 20 Downing Street CB23DT" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Bloomsbury Restaurant" ], [ "_:result", "phone", "08719429180" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "near the restaurant" ], [ "_:system", "canthelp", "_:search/3b763392" ], [ "_:search/3b763392", "type", "Attraction" ], [ "_:search", "category", "nightclub" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/6c2325ea" ], [ "_:search/6c2325ea", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "Crowne Plaza Hotel 20 Downing Street CB23DT" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Bloomsbury Restaurant" ], [ "_:result", "phone", "08719429180" ], [ "_:search", "area", "near the restaurant" ], [ "_:system", "canthelp", "_:search/3b763392" ], [ "_:search/3b763392", "type", "Attraction" ], [ "_:search", "category", "nightclub" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/6c2325ea" ], [ "_:search/6c2325ea", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "address", "Crowne Plaza Hotel 20 Downing Street CB23DT" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "08719429180" ], [ "_:search", "area", "near the restaurant" ], [ "_:system", "canthelp", "_:search/3b763392" ], [ "_:search/3b763392", "type", "Attraction" ], [ "_:search", "category", "nightclub" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/6c2325ea" ], [ "_:search/6c2325ea", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "08719429180" ], [ "_:search", "area", "near the restaurant" ], [ "_:system", "canthelp", "_:search/3b763392" ], [ "_:search/3b763392", "type", "Attraction" ], [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "many" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "car", "?" ], [ "_:result", "address", "1 Station Road" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "bloomsbury restaurant" ], [ "_:search", "destination", "club salsa" ], [ "_: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": [ [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/6c2325ea" ], [ "_:search/6c2325ea", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "08719429180" ], [ "_:search", "area", "near the restaurant" ], [ "_:system", "canthelp", "_:search/3b763392" ], [ "_:search/3b763392", "type", "Attraction" ], [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "many" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "car", "?" ], [ "_:result", "address", "1 Station Road" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "club salsa" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "club salsa" ], [ "_: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": [ [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/6c2325ea" ], [ "_:search/6c2325ea", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "international" ], [ "_:result", "phone", "08719429180" ], [ "_:search", "area", "near the restaurant" ], [ "_:system", "canthelp", "_:search/3b763392" ], [ "_:search/3b763392", "type", "Attraction" ], [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "many" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "car", "?" ], [ "_:result", "address", "1 Station Road" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "club salsa" ], [ "_:search", "departure", "club salsa" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "arrive_by", "?" ], [ "_: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": [ [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/6c2325ea" ], [ "_:search/6c2325ea", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "international" ], [ "_:search", "area", "near the restaurant" ], [ "_:system", "canthelp", "_:search/3b763392" ], [ "_:search/3b763392", "type", "Attraction" ], [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "many" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "1 Station Road" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "Club Salsa" ], [ "_:search", "destination", "club salsa" ], [ "_:search", "departure", "club salsa" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red skoda" ], [ "_:result", "phone", "07453096254" ], [ "_: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": 11, "multi_relations": false, "triples": [ [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/6c2325ea" ], [ "_:search/6c2325ea", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "international" ], [ "_:search", "area", "near the restaurant" ], [ "_:system", "canthelp", "_:search/3b763392" ], [ "_:search/3b763392", "type", "Attraction" ], [ "_:search", "category", "nightclub" ], [ "_:result", "amount", "many" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "1 Station Road" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "Club Salsa" ], [ "_:search", "destination", "club salsa" ], [ "_:search", "departure", "club salsa" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red skoda" ], [ "_:result", "phone", "07453096254" ], [ "_:result", "type", "Taxi" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'museum of classical archaeology');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 've heard of your Museum of Classical Archaeology , and I 'd like to know more about it ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'Museum of Classical Archaeology');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Museum of Classical Archaeology is in the west part of town . Would you like the address or phone number ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "The west part of town ? Sure , give me more info about it ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'sidgwick avenue');(_:result,entrance_fee,'free to enter');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It 's address is at sidgwick avenue and it is free to enter . Would you like their phone number as well ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , but I need a cheap chinese restaurant nearby as well ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,area,'nearby');(_:search,food,'Chinese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "inform((_:result,area,'in town');(_:result,count,'4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are n't any cheap Chinese restaurants nearby but there are 4 in town . Would you be interested in any of those ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'14:00');(_:search,people,'8');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . I need it for 8 people at 14:00 Thursday and a reference number ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,\"Charlie Chan 's\");(_:booking,ref,'E41S2AFE');(_:booking,type,'Booking');(_:result,area,'centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have that booked for you at Charlie Chan 's in the centre of town . Reference number E41S2AFE" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'll need a taxi to commute between the two ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,day,'thursday');(_:booking,duration,'14:00');(_:booking,name,'charlie chan');(_:booking,ref,'E41S2AFE');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have you booked at charlie chan on thursday at 14:00 here is your Reference number is : E41S2AFE ." }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can I please also book a taxi between the museum and the restaurant ?" }, { "id": 11, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "When would you like the leave and arrive by ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'14:00');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I do n't mind what time we leave , but I need to arrive at the restaurant by 14:00 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'black Skoda');(_:result,phone,'07389012325');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I was able to book that taxi for you . Be looking for a black Skoda . Should you need to contact them , their phone number is 07389012325 . Anything else ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "What time did you book the taxi to pick me up at the museum ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'14:00');(_:result,destination,'the restaurant');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "They did not mention what time that would be , only that you 'd be arriving at the restaurant by 14:00 . Perhaps you can give them a ring at that contact number ?" }, { "id": 16, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I 'll do that . Could you please tell me once more the contact number and the car type ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'black skoda');(_:result,phone,'07389012325');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "The car type is a black skoda and the contact number is 07389012325 . Is there anything else I can do ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all . Thank you ." }, { "id": 19, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "Thank you and enjoy your visit . Have a great day ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you once again for your help ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Please have a nice day ." } ]
MUL0908.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "museum of classical archaeology" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "museum of classical archaeology" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "museum of classical archaeology" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:search", "area", "west" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "museum of classical archaeology" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:search", "area", "west" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/732a8534" ], [ "_:search/732a8534", "area", "nearby" ], [ "_:search/732a8534", "food", "Chinese" ], [ "_:search/732a8534", "pricerange", "cheap" ], [ "_:search/732a8534", "type", "Restaurant" ], [ "_:result", "area", "in town" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "museum of classical archaeology" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:search", "area", "west" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/732a8534" ], [ "_:search/732a8534", "area", "nearby" ], [ "_:search/732a8534", "food", "Chinese" ], [ "_:search/732a8534", "pricerange", "cheap" ], [ "_:search/732a8534", "type", "Restaurant" ], [ "_:result", "count", "4" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Charlie Chan 's" ], [ "_:booking", "ref", "E41S2AFE" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "museum of classical archaeology" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:search", "area", "west" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/732a8534" ], [ "_:search/732a8534", "area", "nearby" ], [ "_:search/732a8534", "food", "Chinese" ], [ "_:search/732a8534", "pricerange", "cheap" ], [ "_:search/732a8534", "type", "Restaurant" ], [ "_:result", "count", "4" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "charlie chan" ], [ "_:booking", "ref", "E41S2AFE" ], [ "_:booking", "type", "Booking" ], [ "_: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", "name", "museum of classical archaeology" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:search", "area", "west" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/732a8534" ], [ "_:search/732a8534", "area", "nearby" ], [ "_:search/732a8534", "food", "Chinese" ], [ "_:search/732a8534", "pricerange", "cheap" ], [ "_:search/732a8534", "type", "Restaurant" ], [ "_:result", "count", "4" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "charlie chan" ], [ "_:booking", "ref", "E41S2AFE" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "destination", "the 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", "name", "museum of classical archaeology" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:search", "area", "west" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/732a8534" ], [ "_:search/732a8534", "area", "nearby" ], [ "_:search/732a8534", "food", "Chinese" ], [ "_:search/732a8534", "pricerange", "cheap" ], [ "_:search/732a8534", "type", "Restaurant" ], [ "_:result", "count", "4" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:result", "area", "centre" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "charlie chan" ], [ "_:booking", "ref", "E41S2AFE" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "destination", "the restaurant" ], [ "_:result", "car", "black Skoda" ], [ "_:result", "phone", "07389012325" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_: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", "museum of classical archaeology" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:search", "area", "west" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/732a8534" ], [ "_:search/732a8534", "area", "nearby" ], [ "_:search/732a8534", "food", "Chinese" ], [ "_:search/732a8534", "pricerange", "cheap" ], [ "_:search/732a8534", "type", "Restaurant" ], [ "_:result", "count", "4" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:result", "area", "centre" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "charlie chan" ], [ "_:booking", "ref", "E41S2AFE" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "destination", "the restaurant" ], [ "_:result", "car", "black Skoda" ], [ "_:result", "phone", "07389012325" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "14:00" ], [ "_:result", "destination", "the restaurant" ], [ "_:result", "type", "Taxi" ], [ "_:result", "car", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "name", "museum of classical archaeology" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:search", "area", "west" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/732a8534" ], [ "_:search/732a8534", "area", "nearby" ], [ "_:search/732a8534", "food", "Chinese" ], [ "_:search/732a8534", "pricerange", "cheap" ], [ "_:search/732a8534", "type", "Restaurant" ], [ "_:result", "count", "4" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:result", "area", "centre" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "charlie chan" ], [ "_:booking", "ref", "E41S2AFE" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "14:00" ], [ "_:result", "destination", "the restaurant" ], [ "_:result", "car", "black skoda" ], [ "_:result", "phone", "07389012325" ], [ "_: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": 10, "multi_relations": false, "triples": [ [ "_:search", "name", "museum of classical archaeology" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:search", "area", "west" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "entrance_fee", "free to enter" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/732a8534" ], [ "_:search/732a8534", "area", "nearby" ], [ "_:search/732a8534", "food", "Chinese" ], [ "_:search/732a8534", "pricerange", "cheap" ], [ "_:search/732a8534", "type", "Restaurant" ], [ "_:result", "count", "4" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:result", "area", "centre" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "charlie chan" ], [ "_:booking", "ref", "E41S2AFE" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "14:00" ], [ "_:result", "destination", "the restaurant" ], [ "_:result", "car", "black skoda" ], [ "_:result", "phone", "07389012325" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_: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,'centre');(_:search,food,'fusion');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you suggest any local restaurants in the centre that serve fusion food ? Thanks ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately , there are no restaurants meeting your criteria ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Okay , in that case , can you recommend something else in the centre that is moderately priced ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I do n't see any restaurants matching your criteria . Do you have any other criteria I can search for ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you check for british food instead ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 5 would you like m to recommend one ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes , that would be great !" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'4 Kings Parade City Centre');(_:result,name,'copper kettle');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "You should try the the copper kettle at 4 Kings Parade City Centre . Would you like me to make a reservation for you there ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'19:45');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please make a booking for 3 people at 19:45 on friday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'JWEROL3K');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : JWEROL3K . Is there anything else you need ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I need a train on the same day from ely to cambridge ." }, { "id": 11, "rdf-acts": [ "inform((_:result,day,'friday');(_:result,departure,'cambridge');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to leave or arrive in cambridge on friday ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I need the train to arrive to arrive by 13:45 . There will be 3 of us . Can I get a reference number ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'11:52');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,id,'TR0212');(_:result,leave_at,'11:35');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR0212 leaves Ely at 11:35 and arrives in Cambridge at 11:52 . Will this work for you ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "yes and thank you that will be all" }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else today ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you book the 3 of us tickets ?" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'UHK3WFOA');(_:booking,ticket,'13.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have successfully booked your train reservation . The total fee is 13.2 GBP , payable at the station . Reference number is UHK3WFOA . Is there anything else I can help you with today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I needed today , thank you ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Have a nice day ." } ]
PMUL0721.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "fusion" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "fusion" ], [ "_:system", "canthelp", "_:search/48ebe461" ], [ "_:search/48ebe461", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48ebe461" ], [ "_:search/48ebe461", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/26eedbfb" ], [ "_:search/26eedbfb", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48ebe461" ], [ "_:search/48ebe461", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/26eedbfb" ], [ "_:search/26eedbfb", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48ebe461" ], [ "_:search/48ebe461", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/26eedbfb" ], [ "_:search/26eedbfb", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "4 Kings Parade City Centre" ], [ "_:result", "name", "copper kettle" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48ebe461" ], [ "_:search/48ebe461", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/26eedbfb" ], [ "_:search/26eedbfb", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "4 Kings Parade City Centre" ], [ "_:result", "name", "copper kettle" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "19:45" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "JWEROL3K" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "ely" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/48ebe461" ], [ "_:search/48ebe461", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/26eedbfb" ], [ "_:search/26eedbfb", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "4 Kings Parade City Centre" ], [ "_:result", "name", "copper kettle" ], [ "_:search", "duration", "19:45" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "JWEROL3K" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "friday" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48ebe461" ], [ "_:search/48ebe461", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/26eedbfb" ], [ "_:search/26eedbfb", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "4 Kings Parade City Centre" ], [ "_:result", "name", "copper kettle" ], [ "_:search", "duration", "19:45" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "JWEROL3K" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "friday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "departure", "Ely" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0212" ], [ "_:result", "leave_at", "11:35" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48ebe461" ], [ "_:search/48ebe461", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/26eedbfb" ], [ "_:search/26eedbfb", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "4 Kings Parade City Centre" ], [ "_:result", "name", "copper kettle" ], [ "_:search", "duration", "19:45" ], [ "_:booking", "ref", "JWEROL3K" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "friday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:result", "ref", "?" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "departure", "Ely" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0212" ], [ "_:result", "leave_at", "11:35" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_: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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/48ebe461" ], [ "_:search/48ebe461", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/26eedbfb" ], [ "_:search/26eedbfb", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "4 Kings Parade City Centre" ], [ "_:result", "name", "copper kettle" ], [ "_:search", "duration", "19:45" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "friday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:result", "ref", "?" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "departure", "Ely" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0212" ], [ "_:result", "leave_at", "11:35" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "UHK3WFOA" ], [ "_:booking", "ticket", "13.2 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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,destination,'carolina bed and breakfast');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to book a taxi to arrive by 13:45 to go to carolina bed and breakfast ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I can help you with that , but can you please let me know where you will be leaving from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'mahal of cambridge');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm leaving from mahal of cambridge ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'grey skoda');(_:result,phone,'07629344637');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Alright , you 're all set . A grey skoda will pick you up . The contact number is 07629344637 . Can I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all . thank you !" }, { "id": 5, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "We are happy to help , thank you for using our services !" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Goodbye ." } ]
SNG01457.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "carolina bed and breakfast" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "carolina bed and breakfast" ], [ "_:search", "departure", "mahal of cambridge" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "carolina bed and breakfast" ], [ "_:search", "departure", "mahal of cambridge" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey skoda" ], [ "_:result", "phone", "07629344637" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "carolina bed and breakfast" ], [ "_:search", "departure", "mahal of cambridge" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey skoda" ], [ "_:result", "phone", "07629344637" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like details about trains leaving from Cambridge and going to Ely ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'70');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 70 scheduled trains on that route . Do you have a day or time you wish to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,leave_at,'15:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be traveling on Monday and I would like to leave after 15:00 ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time do you need to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'15:00');(_:search,type,'Train'))", "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "It does n't matter , just so it leaves after 15:00 . I 'll just need the train i d and arrival time please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR7177');(_:result,leave_at,'15:50');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "the TR7177 leaves at 15:50 , do you want tickets ?" }, { "id": 6, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No thank you . I would like to know the arrival time , though ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'16:07');(_:result,type,'Train'))" ], "speaker": "system", "text": "The arrival time is 16:07 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thanks . Can you also find a museum ?" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Is there a certain area of town you would like to be in ?" }, { "id": 10, "rdf-acts": [ "request((_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No , whatever your recommendation is . I will just need the area it 's in and the entrance fee please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'girton college');(_:result,area,'west');(_:result,entrance_fee,'free');(_:result,name,\"people 's portraits exhibition\");(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "people 's portraits exhibition at girton college in the west is very interest , the entrance fee is free . Do you need more info ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks . That gives me all I need . Take care . Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for allowing me to assist you today ." } ]
PMUL1449.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "70" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "70" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "monday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "70" ], [ "_:search", "day", "monday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "70" ], [ "_:search", "day", "monday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "70" ], [ "_:search", "day", "monday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "museum" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_: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": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "70" ], [ "_:search", "day", "monday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "id", "TR7177" ], [ "_:result", "leave_at", "15:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "16:07" ], [ "_:search", "category", "museum" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "girton college" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "people 's portraits exhibition" ], [ "_:result", "type", "Attraction" ], [ "_: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,'centre');(_:search,food,'irish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a restaurant that serves Irish food and is in centre of Cambridge" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately no restaurant matches that search criteria . Could you like to look at other areas ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Any restaurant then I guess will have to do located in the centre that is moderately priced . Are you SURE their are n't ' any Irish restaurants ?" }, { "id": 3, "rdf-acts": [ "select((_:result,food,'British');(_:result,type,'Restaurant'))", "canthelp((_:search,area,'centre');(_:search,area,'in town');(_:search,food,'Irish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There a no Irish places in the centre , in that price range , nor any in town . Shall I try some British food ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please try British ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'centre');(_:search,food,'British');(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "I 'm sorry . I 'm not showing any British restaurants in the centre of town , either ? Would you like to try another part of town or a different type of food ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,day,'monday');(_:search,duration,'15:30');(_:search,food,'british');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Ok , anything british will do . I need to book a table for 8 people on Monday at 15:30 ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'one seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "restaurant one seven is in the centre and its serves british food and it 's in the moderate price range . Would you like me to book a table for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please . And can I have the confirmation number as well ? Can you tell me if that is 3 stars ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'U3AG4VDD');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "No , these restaurants are n't graded with stars . But I do have a reservation for you . The reference number is U3AG4VDD . Can I be of further help to you today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,has_parking,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . I would like a hotel in the same area as the restaurant . I 'm not driing so I do n't need free parking ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'sleeperz hotel , station road');(_:result,area,'center');(_:result,name,'cityroomz hotel');(_:result,phone,'01223304050');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "cityroomz hotel in the center is moderately priced . It 's located at sleeperz hotel , station road . phone number is 01223304050 . shall I book it for you ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "Yes , please . That sounds perfect ." }, { "id": 13, "rdf-acts": [ "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok how many people and how many nights ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "just me for one night please" }, { "id": 15, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "And will you also be checking in on Monday ?" }, { "id": 16, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes and can you tell me whether they have free wifi ?" }, { "id": 17, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They do . Would you like me to book it ?" }, { "id": 18, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , may I confirm the address of this hotel please ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,address,'sleeperz hotel , station road');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The address is sleeperz hotel , station road ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great . That is all the information I need . I will book the room later on my own . Thanks a bunch . Goodbye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system ." } ]
MUL1363.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "irish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "irish" ], [ "_:system", "canthelp", "_:search/d87a9334" ], [ "_:search/d87a9334", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d87a9334" ], [ "_:search/d87a9334", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "British" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/61b831a7" ], [ "_:search/61b831a7", "area", "centre" ], [ "_:search/61b831a7", "area", "in town" ], [ "_:search/61b831a7", "food", "Irish" ], [ "_:search/61b831a7", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d87a9334" ], [ "_:search/d87a9334", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "British" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/61b831a7" ], [ "_:search/61b831a7", "area", "centre" ], [ "_:search/61b831a7", "area", "in town" ], [ "_:search/61b831a7", "food", "Irish" ], [ "_:search/61b831a7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8dab8ba7" ], [ "_:search/8dab8ba7", "area", "centre" ], [ "_:search/8dab8ba7", "food", "British" ], [ "_:search/8dab8ba7", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "food", "british" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d87a9334" ], [ "_:search/d87a9334", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/61b831a7" ], [ "_:search/61b831a7", "area", "centre" ], [ "_:search/61b831a7", "area", "in town" ], [ "_:search/61b831a7", "food", "Irish" ], [ "_:search/61b831a7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8dab8ba7" ], [ "_:search/8dab8ba7", "area", "centre" ], [ "_:search/8dab8ba7", "food", "British" ], [ "_:search/8dab8ba7", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "food", "british" ], [ "_:search", "people", "8" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "name", "one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d87a9334" ], [ "_:search/d87a9334", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/61b831a7" ], [ "_:search/61b831a7", "area", "centre" ], [ "_:search/61b831a7", "area", "in town" ], [ "_:search/61b831a7", "food", "Irish" ], [ "_:search/61b831a7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8dab8ba7" ], [ "_:search/8dab8ba7", "area", "centre" ], [ "_:search/8dab8ba7", "food", "British" ], [ "_:search/8dab8ba7", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "food", "british" ], [ "_:search", "people", "8" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "name", "one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "stars", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "U3AG4VDD" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "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/d87a9334" ], [ "_:search/d87a9334", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/61b831a7" ], [ "_:search/61b831a7", "area", "centre" ], [ "_:search/61b831a7", "area", "in town" ], [ "_:search/61b831a7", "food", "Irish" ], [ "_:search/61b831a7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8dab8ba7" ], [ "_:search/8dab8ba7", "area", "centre" ], [ "_:search/8dab8ba7", "food", "British" ], [ "_:search/8dab8ba7", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "food", "british" ], [ "_:search", "people", "8" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "british" ], [ "_:search", "stars", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "U3AG4VDD" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "sleeperz hotel , station road" ], [ "_:result", "area", "center" ], [ "_:result", "name", "cityroomz hotel" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "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/d87a9334" ], [ "_:search/d87a9334", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/61b831a7" ], [ "_:search/61b831a7", "area", "centre" ], [ "_:search/61b831a7", "area", "in town" ], [ "_:search/61b831a7", "food", "Irish" ], [ "_:search/61b831a7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8dab8ba7" ], [ "_:search/8dab8ba7", "area", "centre" ], [ "_:search/8dab8ba7", "food", "British" ], [ "_:search/8dab8ba7", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "food", "british" ], [ "_:search", "people", "8" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "british" ], [ "_:search", "stars", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "U3AG4VDD" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:result", "address", "sleeperz hotel , station road" ], [ "_:result", "area", "center" ], [ "_:result", "name", "cityroomz hotel" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_: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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d87a9334" ], [ "_:search/d87a9334", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/61b831a7" ], [ "_:search/61b831a7", "area", "centre" ], [ "_:search/61b831a7", "area", "in town" ], [ "_:search/61b831a7", "food", "Irish" ], [ "_:search/61b831a7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8dab8ba7" ], [ "_:search/8dab8ba7", "area", "centre" ], [ "_:search/8dab8ba7", "food", "British" ], [ "_:search/8dab8ba7", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "food", "british" ], [ "_:search", "people", "8" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "british" ], [ "_:search", "stars", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "U3AG4VDD" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:result", "address", "sleeperz hotel , station road" ], [ "_:result", "area", "center" ], [ "_:result", "name", "cityroomz hotel" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "?" ], [ "_:search", "has_internet", "yes" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/d87a9334" ], [ "_:search/d87a9334", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/61b831a7" ], [ "_:search/61b831a7", "area", "centre" ], [ "_:search/61b831a7", "area", "in town" ], [ "_:search/61b831a7", "food", "Irish" ], [ "_:search/61b831a7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8dab8ba7" ], [ "_:search/8dab8ba7", "area", "centre" ], [ "_:search/8dab8ba7", "food", "British" ], [ "_:search/8dab8ba7", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "food", "british" ], [ "_:search", "people", "8" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "british" ], [ "_:search", "stars", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "U3AG4VDD" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:result", "address", "sleeperz hotel , station road" ], [ "_:result", "area", "center" ], [ "_:result", "name", "cityroomz hotel" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "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/d87a9334" ], [ "_:search/d87a9334", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/61b831a7" ], [ "_:search/61b831a7", "area", "centre" ], [ "_:search/61b831a7", "area", "in town" ], [ "_:search/61b831a7", "food", "Irish" ], [ "_:search/61b831a7", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8dab8ba7" ], [ "_:search/8dab8ba7", "area", "centre" ], [ "_:search/8dab8ba7", "food", "British" ], [ "_:search/8dab8ba7", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "food", "british" ], [ "_:search", "people", "8" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "british" ], [ "_:search", "stars", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "U3AG4VDD" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:result", "area", "center" ], [ "_:result", "name", "cityroomz hotel" ], [ "_:result", "phone", "01223304050" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "address", "sleeperz hotel , station road" ], [ "_: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": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a 4 star hotel with free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotel');(_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are three matching hotel of that description , do you have a set price range to narrow down the options ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would also like free parking" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Huntingdon marriott hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Huntingdon marriott hotel is available , would you like to try that ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "What is their address ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Kingfisher Way , Hinchinbrook Business Park , Huntingdon');(_:result,postcode,'pe296fl');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The address is Kingfisher Way , Hinchinbrook Business Park , Huntingdon , postcode pe296fl ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "Ok great . I need to get a train ticket going too kings lynn on friday . Can you help me ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'19');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Looks like there are 19 trains leaving that day . Do you have a time you would like to arrive ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'21:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train that leaves afer 21:15 and departs from cambridge ." }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR0394');(_:result,leave_at,'22:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR0394 leaves at 22:11 . Would you like me to book it for you ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Yes , for just myself please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'KKPNSQA3');(_:booking,ticket,'9.80 pounds');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all set . Reference KKPNSQA3 . The total fee is 9.80 pounds which is payable at the station . Anything else I can help with ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No thank you . That 's all I needed . Good bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Have a great day ." } ]
MUL2214.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotel" ], [ "_: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", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "3" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "Huntingdon marriott hotel" ], [ "_:result", "address", "Kingfisher Way , Hinchinbrook Business Park , Huntingdon" ], [ "_:result", "postcode", "pe296fl" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "kings lynn" ], [ "_: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" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "Huntingdon marriott hotel" ], [ "_:result", "address", "Kingfisher Way , Hinchinbrook Business Park , Huntingdon" ], [ "_:result", "postcode", "pe296fl" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_: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" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "Huntingdon marriott hotel" ], [ "_:result", "address", "Kingfisher Way , Hinchinbrook Business Park , Huntingdon" ], [ "_:result", "postcode", "pe296fl" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR0394" ], [ "_:result", "leave_at", "22:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "Huntingdon marriott hotel" ], [ "_:result", "address", "Kingfisher Way , Hinchinbrook Business Park , Huntingdon" ], [ "_:result", "postcode", "pe296fl" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR0394" ], [ "_:result", "leave_at", "22:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "KKPNSQA3" ], [ "_:booking", "ticket", "9.80 pounds" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I want to visit some colleges ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , there are 18 colleges . Do you have any particular area in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like it to be in the South ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry there are none in the south . Would you like to try another area instead ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'cinemas');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How about just try looking for any cinemas in the south ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'Cineworld Cinema');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have Cineworld Cinema in the South area ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great ! Can I have their address and phone number , please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park , clifton way');(_:result,phone,'00872208000');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "00872208000 is the phone number . The address is cambridge leisure park , clifton way ." }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,name,'lovell lodge');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,has_parking,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Thanks , I need some info in lovell lodge , specifically price range , address and whether parking is included ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'located at 365 milton road');(_:result,has_parking,'none');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Lovell Lodge is located at 365 milton road . The pricing is moderately priced , but the parking is free ." }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would also like to book a taxi to travel between the two places ." }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Okay , which location would you like to be picked up at , and at what time ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'lovell lodge');(_:search,leave_at,'23:30');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "the hotel at 23:30 get me the contact number and car type" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t red audi \n Contact number \t : \t 07369509134 \n anything else i can help you with ?" } ]
MUL2678.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" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/e7519438" ], [ "_:search/e7519438", "area", "south" ], [ "_:search/e7519438", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "category", "cinemas" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:system", "canthelp", "_:search/e7519438" ], [ "_:search/e7519438", "area", "south" ], [ "_:search/e7519438", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "category", "cinemas" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:system", "canthelp", "_:search/e7519438" ], [ "_:search/e7519438", "area", "south" ], [ "_:search/e7519438", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "category", "cinemas" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "type", "Attraction" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:system", "canthelp", "_:search/e7519438" ], [ "_:search/e7519438", "area", "south" ], [ "_:search/e7519438", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "category", "cinemas" ], [ "_:result", "area", "south" ], [ "_:result", "phone", "00872208000" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "lovell lodge" ], [ "_:result", "address", "located at 365 milton road" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:system", "canthelp", "_:search/e7519438" ], [ "_:search/e7519438", "area", "south" ], [ "_:search/e7519438", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "category", "cinemas" ], [ "_:result", "area", "south" ], [ "_:result", "phone", "00872208000" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "lovell lodge" ], [ "_:result", "address", "located at 365 milton road" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "lovell lodge" ], [ "_:search", "leave_at", "23:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'royal standard');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a particular restaurant . Its name is called royal standard" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'290 Mill Road City Centre');(_:result,name,'Royal Standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Royal Standard is located at 290 Mill Road City Centre . Would you like to know more about the restaurant ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to book for 1 person at 1145 on thursday please" }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "offer((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sorry , looks like there 's no availability . Want to try another day or time slot ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "what about we try booking for Friday ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'PJ7X1NHS');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : PJ7X1NHS ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok thank you that is all I needed ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
SNG01901.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "royal standard" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "royal standard" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "290 Mill Road City Centre" ], [ "_:result", "name", "Royal Standard" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "royal standard" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "290 Mill Road City Centre" ], [ "_:result", "name", "Royal Standard" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/30ae4402" ], [ "_:booking/30ae4402", "type", "Booking" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "royal standard" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "290 Mill Road City Centre" ], [ "_:result", "name", "Royal Standard" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/30ae4402" ], [ "_:booking/30ae4402", "type", "Booking" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "PJ7X1NHS" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'old schools');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you help me find a taxi to old schools ?" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where will you be departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'thanh binh');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm departing from thanh binh ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time would like to get there ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'11:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to get there by 11:15 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'blue volkswagen');(_:result,phone,'07339810111');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Alright I 've got a blue volkswagen and the contact number is 07339810111 . Anything else I can do" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "No thanks . The taxi was the only reason for contacting you . Goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thanks for using the Cambridge TownInfo Centre . Goodbye !" } ]
SNG02057.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "old schools" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "old schools" ], [ "_:search", "departure", "thanh binh" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "old schools" ], [ "_:search", "departure", "thanh binh" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "old schools" ], [ "_:search", "departure", "thanh binh" ], [ "_:search", "arrive_by", "11:15" ], [ "_:result", "car", "blue volkswagen" ], [ "_:result", "phone", "07339810111" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "Can you give me the address for Addenbrookes Hospital ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "I have the location on Hills Road in Cambridge , CB20QQ . Their phone number is 01223245151 ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Wonderful . I have everything I need . Thank you . Goodbye ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "If that 's all , then you are welcome . Thank you for contacting the centre . Goodbye ." } ]
SNG01662.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train leaving from Leicester ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'133');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "You have 133 options to choose from . Where will you be heading ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'13:00');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to be in Cambridge by 13:00" }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day do you want to travel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking to travel on friday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'10:09');(_:result,id,'TR8659');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR8659 leaves at 10:09 and arrives at 11:54 , will that work for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . Thank you . Please book it for 7 people ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'6Q8I2TIT');(_:booking,ticket,'264.59 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 264.59 GBP payable at the station . \n Reference number is : 6Q8I2TIT ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'parks');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thanks so much . I also was hoping you might be able to see if there are any parks in the south ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'south');(_:result,category,'parks');(_:result,count,'2');(_:result,entrance_fee,'free admission');(_:result,name,'wandlebury country park');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Absolutely ! We have 2 parks in the south . I recommend wandlebury country park . It has free admission ." }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I have the postcode and phone number for that park ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223243830');(_:result,postcode,'cb223ae');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "01223243830 . Postcode , cb223ae . Anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be ll . Thank you ." }, { "id": 13, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Thank you for using our service !" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Have a good day . Bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a great time , bye now !" } ]
PMUL3093.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:result", "count", "133" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:result", "count", "133" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:result", "count", "133" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR8659" ], [ "_: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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:result", "count", "133" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR8659" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "6Q8I2TIT" ], [ "_:booking", "ticket", "264.59 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR8659" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "6Q8I2TIT" ], [ "_:booking", "ticket", "264.59 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "2" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "wandlebury country park" ], [ "_: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", "departure", "leicester" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR8659" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "6Q8I2TIT" ], [ "_:booking", "ticket", "264.59 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "2" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "wandlebury country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223243830" ], [ "_:result", "postcode", "cb223ae" ], [ "_: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", "departure", "leicester" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "10:09" ], [ "_:result", "id", "TR8659" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "6Q8I2TIT" ], [ "_:booking", "ticket", "264.59 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "2" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "wandlebury country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223243830" ], [ "_:result", "postcode", "cb223ae" ], [ "_:result", "type", "Attraction" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am looking for a moderately priced restaurant in the south part of town ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'italian');(_:result,food,'modern european');(_:result,type,'Restaurant'))", "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What kind of food do you want ? italian or modern european ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do not care ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'2');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two restaurants : Pizza Hut Cherry Hinton and Restaurant Alimentum ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Is there anything else available ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,amount,'only 2');(_:result,area,'the area');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "No , there are only 2 restaurants in the area . Is there anything else I can help with ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Give me the address and postcode of any of them , please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number for pizza hut cherry hinton is 01223 323737 and they are located at G4 Cambridge Leisure Park Clifton Way Cherry Hinton ." }, { "id": 8, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the postcode ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,postcode,'C.B. 1 7 D.Y');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The postcode is C.B. 1 7 D.Y" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's great . Thank you so much" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome ." } ]
WOZ20409.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "modern european" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "modern european" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "name", "Restaurant Alimentum" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "modern european" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "name", "Restaurant Alimentum" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "only 2" ], [ "_:result", "area", "the area" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "modern european" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "only 2" ], [ "_:result", "area", "the area" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "G4 Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "modern european" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "only 2" ], [ "_:result", "area", "the area" ], [ "_:result", "address", "G4 Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "pizza hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "postcode", "C.B. 1 7 D.Y" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train leaving on Friday ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you departing from and what is your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should depart from cambridge and should go to ely ." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a particular time you 'd like to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'08:15');(_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave on Friday and should arrive by 08:15 ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Booking was successful , the total fee is 4.4 GBP payable at the station . \n Reference number is : 57E550PF ." } ]
PMUL1125.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:15" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a cheap hotel on the east ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have listings for 3 guesthouses would that be okay ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you give me one that has free wifi and free parking ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Allenbell');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The 3 guesthouses mentioned all have free wifi and parking . I recommend the Allenbell ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,name,'allenbell');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The Allenbell sounds perfect . Can you book it for me for tuesday ?" }, { "id": 5, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many days would you like to stay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to stay for 2 nights please ." }, { "id": 7, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people would you like to book for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "My party will consist of 5 people . May I please get a reference number ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'Allenbell');(_:booking,ref,'PV039AJH');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking at the Allenbell was successful . Your reference number is PV039AJH ." }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'Stevanage');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train from Stevanage to Cambridge ." }, { "id": 11, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay what day will you be travelling and what time would you like to travel ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'20:15');(_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Tuesday , I want to arrive at 20:15 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,amount,'the latest');(_:result,arrive_by,'18:43');(_:result,day,'tuesday');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The latest train gets into Cambridge on tuesday is at 18:43 . Will that work for you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "It might , what time does the train depart ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,leave_at,'17:54');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It leaves at 17:54 , would you like a booking ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks . That was all I needed to know . Goodbye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting the Cambridge TownInfo centre . Goodbye" } ]
PMUL1634.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", "pricerange", "cheap" ], [ "_:search", "category", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "category", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "allenbell" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "category", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "allenbell" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "category", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "allenbell" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "category", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "allenbell" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Allenbell" ], [ "_:booking", "ref", "PV039AJH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "Stevanage" ], [ "_: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", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "category", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "allenbell" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Allenbell" ], [ "_:booking", "ref", "PV039AJH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "Stevanage" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:15" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "category", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:search", "name", "allenbell" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Allenbell" ], [ "_:booking", "ref", "PV039AJH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "Stevanage" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:15" ], [ "_:search", "day", "tuesday" ], [ "_:result", "amount", "the latest" ], [ "_:result", "arrive_by", "18:43" ], [ "_:result", "day", "tuesday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "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", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "category", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Allenbell" ], [ "_:search", "name", "allenbell" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Allenbell" ], [ "_:booking", "ref", "PV039AJH" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "Stevanage" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:15" ], [ "_:search", "day", "tuesday" ], [ "_:result", "amount", "the latest" ], [ "_:result", "arrive_by", "18:43" ], [ "_:result", "day", "tuesday" ], [ "_:result", "destination", "Cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "17:54" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Any suggestions for entertainment ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Is there a certain area you 're looking at ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'center');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I 'm looking for something close to the center of town ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm not finding anything close to the centre of town . Is there another area you 'd like me to check for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is there a college in the centre area that you could give me more information on ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several , what would you like to know ?" }, { "id": 6, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Which one would you recommend for me to visit as a tourist ? I need the postcode , entrance fee and phone number for it ." }, { "id": 7, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'downing college');(_:result,phone,'01223334860');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I highly recommend downing college . It 's free ! The postcode is cb21dq and the phone number is 01223334860 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "sweet , brah . i 'm also looking to book a train ." }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay brah where you leaving from ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'london kings cross');(_:search,leave_at,'8:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving after 8:15 from london kings cross ." }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,departure,'london kings cross');(_:result,leave_at,'8:15');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have many trains available that are leaving london kings cross after 8:15 . What is the location of your destination ? Which day would you like to leave on ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will travel in Tuesday . Arrival is not important ." }, { "id": 13, "rdf-acts": [ "inform((_:result,id,'TR5886');(_:result,leave_at,'09:17');(_:result,ticket,'23.60 pounds a person');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5886 leaves at 09:17 , price is 23.60 pounds a person , do you want me to book you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you . Yes I would really love for you to book the train for 2 people ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'IADFZDHY');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have made that reservation and your reference number is IADFZDHY ." }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Great , thanks so much ! That 's all I 'll be needing ! Bye bye !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL1343.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d8b1b718" ], [ "_:search/d8b1b718", "area", "centre" ], [ "_:search/d8b1b718", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d8b1b718" ], [ "_:search/d8b1b718", "area", "centre" ], [ "_:search/d8b1b718", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d8b1b718" ], [ "_:search/d8b1b718", "area", "centre" ], [ "_:search/d8b1b718", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "amount", "several" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "downing college" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d8b1b718" ], [ "_:search/d8b1b718", "area", "centre" ], [ "_:search/d8b1b718", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "amount", "several" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "downing college" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "leave_at", "8:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d8b1b718" ], [ "_:search/d8b1b718", "area", "centre" ], [ "_:search/d8b1b718", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "downing college" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "leave_at", "8:15" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "london kings cross" ], [ "_:result", "leave_at", "8:15" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d8b1b718" ], [ "_:search/d8b1b718", "area", "centre" ], [ "_:search/d8b1b718", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "downing college" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "leave_at", "8:15" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "london kings cross" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "tuesday" ], [ "_:result", "id", "TR5886" ], [ "_:result", "leave_at", "09:17" ], [ "_:result", "ticket", "23.60 pounds a person" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d8b1b718" ], [ "_:search/d8b1b718", "area", "centre" ], [ "_:search/d8b1b718", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "downing college" ], [ "_:result", "phone", "01223334860" ], [ "_:result", "postcode", "cb21dq" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "leave_at", "8:15" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "london kings cross" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "tuesday" ], [ "_:result", "id", "TR5886" ], [ "_:result", "leave_at", "09:17" ], [ "_:result", "ticket", "23.60 pounds a person" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "IADFZDHY" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking to get a train to cambridge from kings lynn" }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "I can certainly help with that . When did you want to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'kings lynn');(_:search,leave_at,'20:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "depart from kings lynn at 20:30 and leave on Sunday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,leave_at,'21:11');(_:result,ticket,'7.84 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train leaving at 21:11 and it costs 7.84 pounds , would that be good for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'02:30');(_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "My mistake I need the train to arrive by 02:30 on Sunday ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,arrive_by,'that time');(_:search,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are no trains at that time would you like to try a different time ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'20:30');(_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,leave_at,'none');(_:search,type,'Train'))" ], "speaker": "user", "text": "Not doing well , I actually need to arrive cambridge at 20:30 . I should leave on sunday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'19:58');(_:result,departure,'Kings Lynn');(_:result,destination,'Cambridge');(_:result,id,'TR6697');(_:result,leave_at,'19:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR6697 departs Kings Lynn at 19:11 and arrives at Cambridge at 19:58 . Would you like me to book this for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Could you tell me the price of this ticket ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,ticket,'7.84 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Sure the ticket is 7.84 pounds a ticket ." }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "OK . Is there a hotel in town called the Hotel Gonville or Gonville Hotel or something like that ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Gonville Hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , the Gonville Hotel is located in the centre . It is an expensive , 3 star hotel that offers free internet and parking . Would you like a reservation there ?" }, { "id": 12, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No thanks . But can I please get the postcode ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,postcode,'cb11ly');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The postcode is cb11ly . Can I help you with anything else today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's it . Thanks !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day ." } ]
MUL2187.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", "destination", "kings lynn" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "20:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "kings lynn" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "20:30" ], [ "_:result", "leave_at", "21:11" ], [ "_:result", "ticket", "7.84 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "02:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:result", "leave_at", "21:11" ], [ "_:result", "ticket", "7.84 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/76ac2e10" ], [ "_:search/76ac2e10", "arrive_by", "that time" ], [ "_:search/76ac2e10", "type", "Train" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "none" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:result", "ticket", "7.84 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/76ac2e10" ], [ "_:search/76ac2e10", "arrive_by", "that time" ], [ "_:search/76ac2e10", "type", "Train" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "none" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "19:58" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6697" ], [ "_:result", "leave_at", "19:11" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/76ac2e10" ], [ "_:search/76ac2e10", "arrive_by", "that time" ], [ "_:search/76ac2e10", "type", "Train" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "none" ], [ "_:result", "arrive_by", "19:58" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6697" ], [ "_:result", "leave_at", "19:11" ], [ "_:result", "ticket", "7.84 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/76ac2e10" ], [ "_:search/76ac2e10", "arrive_by", "that time" ], [ "_:search/76ac2e10", "type", "Train" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "none" ], [ "_:result", "arrive_by", "19:58" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6697" ], [ "_:result", "leave_at", "19:11" ], [ "_:result", "ticket", "7.84 pounds" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/76ac2e10" ], [ "_:search/76ac2e10", "arrive_by", "that time" ], [ "_:search/76ac2e10", "type", "Train" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "none" ], [ "_:result", "arrive_by", "19:58" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6697" ], [ "_:result", "leave_at", "19:11" ], [ "_:result", "ticket", "7.84 pounds" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "postcode", "cb11ly" ], [ "_: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,'north');(_:search,has_parking,'none');(_: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 north" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,area,'north');(_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 11 entries in the north . What price range are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "50 to 75 dollars" }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "when would you like to move into the room" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to move in on Saturday and stay for 4 nights ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotel');(_:result,name,'The alpha - milton guest house');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The alpha - milton guest house is available , which is a 3 star hotel . Would you like me to reserve it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,people,'two');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need to make sure it has free wifi and can accommodate two people ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was unsuccessful . \n Please book another day or a shorter stay" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about starting on Sunday ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,day,'Saturday');(_:booking,type,'Booking');(_:result,has_internet,'none');(_:result,name,'Alpha - Minton');(_:result,name,'Avalon');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry the Alpha - Minton does n't have free wifi . I booked you into the Avalon starting Saturday , which you wanted ." }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Thanks ! May I have the reference number ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,ref,'BANQDUCA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure ! That is BANQDUCA ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are more than welcome !" } ]
SNG01377.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "none" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "none" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "none" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "none" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "pricerange", "moderate" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "stay", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "The alpha - milton guest house" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "none" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stay", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "The alpha - milton guest house" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "two" ], [ "_:system", "canthelp", "_:booking/7579ccb9" ], [ "_:booking/7579ccb9", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_parking", "none" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stay", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "two" ], [ "_:system", "canthelp", "_:booking/7579ccb9" ], [ "_:booking/7579ccb9", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Alpha - Minton" ], [ "_:result", "name", "Avalon" ], [ "_: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", "area", "north" ], [ "_:search", "has_parking", "none" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stay", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "two" ], [ "_:system", "canthelp", "_:booking/7579ccb9" ], [ "_:booking/7579ccb9", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "Saturday" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Alpha - Minton" ], [ "_:result", "name", "Avalon" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "BANQDUCA" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I am looking for the Addenbrookes Hospital ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))", "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "The Addenbrookes Hospital is located at Hills Rd , Cambridge , Postcode CB20QQ . Are you looking for a particular department ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "No , but can I please get their main phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))", "reqmore()" ], "speaker": "system", "text": "01223245151 , is the phone number . Anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No . That is all . Thank you ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system today !" } ]
SNG0239.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "type", "Hospital" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hi , I 'm looking for information , specifically , a place to stay while I 'm in town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'allenbell');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "sure ! how about allenbell ? i hear it 's lovely ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it in the moderate price range ? I need a hotel in the west with a star rating of a 3 ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,category,'hotels');(_:search,stars,'3');(_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "We do n't have any 3 star hotels on the west part of town . Do you want to try searching for something else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,stars,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay , how about just moderate price and three stars in any part of town ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,category,'guesthouses');(_:result,count,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are n't any hotels like that , but I do have 4 guesthouses . 2 in the north , 1 in the west , and 1 in the south ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Hotel'))", "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "okay , pick the west please . I need the postcode ." }, { "id": 7, "rdf-acts": [ "inform((_:result,postcode,'cb39lh');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the postal code is cb39lh" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'williams art and antiques');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for Williams Art and Antiques . Can you tell me what area that is in ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "They are in the centre , admission is free , can I assist with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I think that 's it . Thank you very much !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling . Enjoy your trip ! Goodbye ." } ]
PMUL4015.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "name", "allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "name", "allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/fd1c3519" ], [ "_:search/fd1c3519", "area", "west" ], [ "_:search/fd1c3519", "category", "hotels" ], [ "_:search/fd1c3519", "stars", "3" ], [ "_:search/fd1c3519", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "three" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "name", "allenbell" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/fd1c3519" ], [ "_:search/fd1c3519", "area", "west" ], [ "_:search/fd1c3519", "category", "hotels" ], [ "_:search/fd1c3519", "stars", "3" ], [ "_:search/fd1c3519", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "three" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "name", "allenbell" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/fd1c3519" ], [ "_:search/fd1c3519", "area", "west" ], [ "_:search/fd1c3519", "category", "hotels" ], [ "_:search/fd1c3519", "stars", "3" ], [ "_:search/fd1c3519", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "three" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "4" ], [ "_:search", "area", "west" ], [ "_:result", "postcode", "cb39lh" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "williams art and antiques" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "name", "allenbell" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/fd1c3519" ], [ "_:search/fd1c3519", "area", "west" ], [ "_:search/fd1c3519", "category", "hotels" ], [ "_:search/fd1c3519", "stars", "3" ], [ "_:search/fd1c3519", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "three" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "4" ], [ "_:search", "area", "west" ], [ "_:result", "postcode", "cb39lh" ], [ "_:search", "name", "williams art and antiques" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay . The hotel should include free wifi and should be in the cheap price range" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,has_internet,'none');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have The Cambridge Belfry , located in the west , cheap and has wifi . Would you like me to make a reservation for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , just need to make sure it includes free parking ." }, { "id": 3, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It does include free parking ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay , I need to book it for 1 person , 2 nights starting Friday ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was not successful . Perhaps another day or shorter stay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about for 1 night ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'RHWJ0F1Y');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is : RHWJ0F1Y ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for your help have a great day ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you , I hope you have a great day , too . If there 's anything else you 'd like help with just let me know ." } ]
SNG01297.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/de32638b" ], [ "_:booking/de32638b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/de32638b" ], [ "_:booking/de32638b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "RHWJ0F1Y" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,\"great saint mary 's church\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I want to go to a particular attraction called great saint mary 's church ." }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'centre');(_:result,name,\"great saint mary 's church\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure ! great saint mary 's church is in the centre . What information do you need ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the postcode ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'CB23PQ');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode for that church is CB23PQ . Would you like their phone number ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "No thank you . I also need a train that should leave on thursday and should go to cambridge ." }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be departing from ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from ely ." }, { "id": 7, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "great , do you know your departure or arrival time ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 15:15" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'5:52');(_:result,id,'TR4068');(_:result,leave_at,'5:35');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have train TR4068 leaving at 5:35 and arriving at 5:52 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to confirm that I will arrive by 15:15 ? You stated , leaving at 5:35 and arriving at 5:52 ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'13:52');(_:result,day,'thursday');(_:result,departure,'ely');(_:result,destination,'cambridge');(_:result,id,'TR4992');(_:result,leave_at,'13:35');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I think the TR4992 train will work better . It leave ely at 13:35 and arrives at cambridge at 13:52 on thursday . Would that one work ?" }, { "id": 12, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'm not booking my seat just yet . All I needed was the train ID , and you have given me that . Thank you ." }, { "id": 13, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You are welcome , any other questions today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need , thank you !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "I hope you enjoy your time here !" } ]
PMUL1155.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "centre" ], [ "_:result", "name", "great saint mary 's church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "category", "centre" ], [ "_:result", "name", "great saint mary 's church" ], [ "_:result", "postcode", "CB23PQ" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "category", "centre" ], [ "_:result", "name", "great saint mary 's church" ], [ "_:result", "postcode", "CB23PQ" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "category", "centre" ], [ "_:result", "name", "great saint mary 's church" ], [ "_:result", "postcode", "CB23PQ" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "category", "centre" ], [ "_:result", "name", "great saint mary 's church" ], [ "_:result", "postcode", "CB23PQ" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "id", "TR4068" ], [ "_:result", "leave_at", "5:35" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "category", "centre" ], [ "_:result", "name", "great saint mary 's church" ], [ "_:result", "postcode", "CB23PQ" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "day", "thursday" ], [ "_:result", "departure", "ely" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR4992" ], [ "_:result", "leave_at", "13:35" ], [ "_: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, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "great saint mary 's church" ], [ "_:result", "category", "centre" ], [ "_:result", "name", "great saint mary 's church" ], [ "_:result", "postcode", "CB23PQ" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "day", "thursday" ], [ "_:result", "departure", "ely" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR4992" ], [ "_:result", "leave_at", "13:35" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "?" ], [ "_: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,department,'infectious diseases');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "Am injured and are looking for a hospital nearby it should have the infectious diseases department ." }, { "id": 1, "rdf-acts": [ "inform((_:result,department,'infectious diseases');(_:result,phone,'01223217314');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The Addenbrookes Hospital has a phone number of 01223217314 for the infectious diseases department ." }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Thank you . Can I have the postcode ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Their postcode is CB20QQ . Can I get you any more information about them ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I needed . Thanks !" }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "welcome . at your service next time" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Great ! Have a nice day ! good bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Hope you feel better , have a great day ." } ]
SNG02003.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "infectious diseases" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "infectious diseases" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "infectious diseases" ], [ "_:result", "phone", "01223217314" ], [ "_:result", "type", "Hospital" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "infectious diseases" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "infectious diseases" ], [ "_:result", "phone", "01223217314" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "infectious diseases" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "infectious diseases" ], [ "_:result", "phone", "01223217314" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a local restaurant to try in Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are many ! Is there a certain style of cuisine you are looking for , or a specific price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I think I can find a restaurant on my own , but can you tell me if there are any museums ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have found 23 differnt museums in town . What part of town are you wanting to travel to ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I have no preference . Can you please provide me with the address , postcode , and area on one ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Trumpington St');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Fitzwilliam Museum');(_:result,postcode,'cb21rb');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Fitzwilliam Museum , in the centre , has free admission . Trumpington St , cb21rb ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , that sounds lovely . Thank you ." }, { "id": 7, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , on second thought I would like help finding a restaurant . What do you know about north american cuisine restaurants ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,count,'1');(_:result,food,'North American');(_:result,name,'Gourmet Burger Kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is one expensive North American restaurant in the centre of town . It is called the Gourmet Burger Kitchen ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Excellent . What 's the address and area there ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Regent Street City Centre');(_:result,area,'centre');(_:result,name,'gourmet burger kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "gourmet burger kitchen , in the centre is located at Regent Street City Centre" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the museum');(_:search,leave_at,'14:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to book a taxi to commute between the museum and the restaurant , leaving the museum by 14:30 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'white tesla');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Ok great . Your taxi booking has been completed . The care type will be a white tesla . Would you like the contact number ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Yes , please . That would be great ." }, { "id": 15, "rdf-acts": [ "inform((_:result,phone,'07555434856');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "The number is 07555434856 , is there anything else I can do for you ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that should be good , thank you ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting the Cambridge TownInfo centre , have a great day !" } ]
MUL0891.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "address", "Trumpington St" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Fitzwilliam Museum" ], [ "_:result", "postcode", "cb21rb" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "address", "Trumpington St" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Fitzwilliam Museum" ], [ "_:result", "postcode", "cb21rb" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "address", "Trumpington St" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb21rb" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "1" ], [ "_:result", "food", "North American" ], [ "_:result", "name", "Gourmet Burger Kitchen" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb21rb" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "north american" ], [ "_:result", "count", "1" ], [ "_:result", "food", "North American" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "the museum" ], [ "_:search", "leave_at", "14: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", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb21rb" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "north american" ], [ "_:result", "count", "1" ], [ "_:result", "food", "North American" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:search", "departure", "the museum" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white tesla" ], [ "_: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": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb21rb" ], [ "_:search", "food", "north american" ], [ "_:result", "count", "1" ], [ "_:result", "food", "North American" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "gourmet burger kitchen" ], [ "_:search", "departure", "the museum" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white tesla" ], [ "_:result", "phone", "07555434856" ], [ "_: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": [], "speaker": "user", "text": "I 'm looking for something to go to in Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What area of town were you looking to visit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "It does n't matter . I 'm looking for a nice museum ." }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'museum');(_:result,name,'Broughton house gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Broughton house gallery is a nice museum . Would you like the address ?" }, { "id": 4, "rdf-acts": [ "request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , please . May I also have the postcode and the area of town ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'center');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "They 're in the center of town . The postcode is cb11ln ." }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you , I 'm also looking for an expensive restaurant that serves European food ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 5 different restaurants available . Do you prefer to dine in a certain area of town ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'center');(_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "NO preference but lets try one in the center area since the museum is there ." }, { "id": 9, "rdf-acts": [ "select((_:result,name,'darrys cookhouse and wine shop');(_:result,name,'erania');(_:result,name,'michaelhouse cafe');(_:result,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three choices , erania , michaelhouse cafe , and darrys cookhouse and wine shop . Any preferences ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'15:30');(_:search,people,'six');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please get me a table for six at Erania for 15:30 on Wednesday ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'We d');(_:booking,duration,'15:30');(_:booking,name,'Eraina');(_:booking,people,'6');(_:booking,ref,'9IEPCLQU');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Very good , I have your reservation for 6 on We d at 15:30 made at Eraina . The reference number is 9IEPCLQU . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the museum');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I 'll be needed a taxi from the museum to the restaurant to get there in time for the reservation ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'black Toyota');(_:result,phone,'07957232666');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked a black Toyota . The contact number is 07957232666 . Would that be all for you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "A Black Toyota Taxi ?" }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Yes . Is there anything else I could help with ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I have everything I need for today . Thank you ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service . Have a great evening . Goodbye ." } ]
MUL2429.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Broughton house gallery" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "museum" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Broughton house gallery" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Broughton house gallery" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "category", "museum" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "center" ], [ "_:result", "area", "?" ], [ "_:result", "name", "darrys cookhouse and wine shop" ], [ "_:result", "name", "erania" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "category", "museum" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "center" ], [ "_:result", "area", "?" ], [ "_:result", "name", "darrys cookhouse and wine shop" ], [ "_:result", "name", "erania" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "six" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "We d" ], [ "_:booking", "duration", "15:30" ], [ "_:booking", "name", "Eraina" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "9IEPCLQU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the museum" ], [ "_:search", "destination", "the restaurant" ], [ "_: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", "category", "museum" ], [ "_:result", "category", "museum" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "center" ], [ "_:result", "area", "?" ], [ "_:result", "name", "darrys cookhouse and wine shop" ], [ "_:result", "name", "erania" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "count", "3" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "six" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "We d" ], [ "_:booking", "duration", "15:30" ], [ "_:booking", "name", "Eraina" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "9IEPCLQU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the museum" ], [ "_:search", "destination", "the restaurant" ], [ "_:result", "car", "black Toyota" ], [ "_:result", "phone", "07957232666" ], [ "_:result", "type", "Taxi" ], [ "_: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", "museum" ], [ "_:result", "category", "museum" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "center" ], [ "_:result", "area", "?" ], [ "_:result", "name", "darrys cookhouse and wine shop" ], [ "_:result", "name", "erania" ], [ "_:result", "name", "michaelhouse cafe" ], [ "_:result", "count", "3" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "six" ], [ "_:booking", "day", "We d" ], [ "_:booking", "duration", "15:30" ], [ "_:booking", "name", "Eraina" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "9IEPCLQU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the museum" ], [ "_:search", "destination", "the restaurant" ], [ "_:result", "car", "black Toyota" ], [ "_:result", "phone", "07957232666" ], [ "_:result", "type", "Taxi" ], [ "_:search", "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,name,'Parkside Police station');(_:search,type,'Police'))" ], "speaker": "user", "text": "Hi ! I need to find the Parkside Police station please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "It 's address is \t Parkside , Cambridge with Postcode CB11JG ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you Goodbye ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "You are very welcome . Have a good day ." } ]
SNG01307.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Parkside Police station" ], [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Parkside Police station" ], [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "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": "Okay , what area would you like to stay in and what is your price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a 4 star guesthouse with free parking in the expensive range ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry I do n't have anything that matches that criteria ." }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay . Do you have anything matching that description in the moderate price range instead ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'9');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , I have 9 options for you !" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you suggest one and make me a booking for 5 people for 5 nights starting from Sunday ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'the acorn house');(_:booking,ref,'C9BFUP76');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , your all set for the acorn house , your confirmation number is C9BFUP76 . Anything else today ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "I would like something fun to do in the middle of town ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,address,'1 station road');(_:result,area,'centre');(_:result,category,'nightclub');(_:result,name,'Club Salsa');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Club Salsa is a fun nightclub in city centre . The address is 1 station road . Is this the type if attraction you were interested in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm actually looking for a place that 's considered an entertainment venue ." }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,category,'entertainment');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry . There are no entertainment attractions in the centre . Is there another area I can look at for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How about a college instead ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,entrance_fee,'free');(_:result,name,'Gonville and Caius College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 13 colleges to visit in the city centre . If I may recommend something , Gonville and Caius College is quite lovely this time of year , and their entrance fee is free ." }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Great . Can you get me a taxi to the college ." }, { "id": 15, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure , are you wanting to depart from Club Salsa ? When do you want to arrive by ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'the college');(_:search,leave_at,'21:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to leave from the college by 21:45 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'yellow lexus');(_:result,phone,'07394743524');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "a yellow lexus will be picking you up the contact number is 07394743524 , anything else today ?" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 'll be it for me . Bye" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Okay , goodbye and have a great day" } ]
PMUL4917.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/1792b6f1" ], [ "_:search/1792b6f1", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/1792b6f1" ], [ "_:search/1792b6f1", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/1792b6f1" ], [ "_:search/1792b6f1", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "the acorn house" ], [ "_:booking", "ref", "C9BFUP76" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/1792b6f1" ], [ "_:search/1792b6f1", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "9" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "the acorn house" ], [ "_:booking", "ref", "C9BFUP76" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "1 station road" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/1792b6f1" ], [ "_:search/1792b6f1", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "9" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "the acorn house" ], [ "_:booking", "ref", "C9BFUP76" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "1 station road" ], [ "_:result", "name", "Club Salsa" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ad59eeae" ], [ "_:search/ad59eeae", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "entertainment" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "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": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/1792b6f1" ], [ "_:search/1792b6f1", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "the acorn house" ], [ "_:booking", "ref", "C9BFUP76" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "1 station road" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ad59eeae" ], [ "_:search/ad59eeae", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Gonville and Caius College" ], [ "_:result", "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", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/1792b6f1" ], [ "_:search/1792b6f1", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "the acorn house" ], [ "_:booking", "ref", "C9BFUP76" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "1 station road" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ad59eeae" ], [ "_:search/ad59eeae", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Gonville and Caius College" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the college" ], [ "_:search", "leave_at", "21: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", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/1792b6f1" ], [ "_:search/1792b6f1", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:booking", "name", "the acorn house" ], [ "_:booking", "ref", "C9BFUP76" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "1 station road" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/ad59eeae" ], [ "_:search/ad59eeae", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Gonville and Caius College" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the college" ], [ "_:search", "leave_at", "21:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow lexus" ], [ "_:result", "phone", "07394743524" ], [ "_: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,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a cheap hotel in Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'10');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 10 cheap hotels available . Which area of town are you looking to stay in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to stay in the west area ." }, { "id": 3, "rdf-acts": [ "select((_:result,name,'finches bed and breakfast');(_:result,name,'the cambridge belfry');(_:result,type,'Hotel'))", "inform((_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have finches bed and breakfast or the cambridge belfry . Would you like to book a room at one of them ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it have free wifi ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes it does . Would you like me to book it for you now ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'one');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please . I need it for one person on Saturday . A 3 night stay ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Ok I will book it for you" } ]
PMUL3254.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "10" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "10" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:result", "name", "finches bed and breakfast" ], [ "_:result", "name", "the cambridge belfry" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "10" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "west" ], [ "_:result", "name", "finches bed and breakfast" ], [ "_:result", "name", "the cambridge belfry" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "one" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hi , can you help me with some information on places to go in town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Sure , what type of attraction are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'swimming pool');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a swimming pool in the North ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Jesus green outdoor pool');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Jesus green outdoor pool is in that area ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What 's the address and entrance fee for that pool ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,', between victoria road and the river');(_:result,entrance_fee,'The entrance fee is unknown');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Adress , between victoria road and the river . The entrance fee is unknown . Is there anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a restaurant in the same area ." }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Okay , what type of food would you like to eat and what is your price range ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like asian oriental food in the expensive range ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Saigon City');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found Saigon City matching . Would you like to book a table there ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'14:45');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please book a table for 1 person at 14:45 on friday ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Friday');(_:booking,duration,'14:45');(_:booking,name,'Saigon City');(_:booking,ref,'2LC9ER6D');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table at Saigon City is booked for Friday at 14:45 . The reference number is 2LC9ER6D . Is there anything else I can help you with today ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'jesus green outdoor pool');(_:search,destination,'saigon city');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes . I will also need a taxi to take me from Jesus Green Outdoor pool to Saigon City arriving in time for the reservation ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'yellow volkswagen');(_:result,phone,'07774063266');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t yellow volkswagen \n Contact number \t : \t 07774063266" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks . That was all I needed . Goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You are welcome ! Enjoy your visit ." } ]
PMUL2171.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Jesus green outdoor pool" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "name", "Jesus green outdoor pool" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", ", between victoria road and the river" ], [ "_:result", "entrance_fee", "The entrance fee is unknown" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "name", "Jesus green outdoor pool" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", ", between victoria road and the river" ], [ "_:result", "entrance_fee", "The entrance fee is unknown" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "swimming pool" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", ", between victoria road and the river" ], [ "_:result", "entrance_fee", "The entrance fee is unknown" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Saigon City" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "address", ", between victoria road and the river" ], [ "_:result", "entrance_fee", "The entrance fee is unknown" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Saigon City" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "14:45" ], [ "_:booking", "name", "Saigon City" ], [ "_:booking", "ref", "2LC9ER6D" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "jesus green outdoor pool" ], [ "_:search", "destination", "saigon city" ], [ "_: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", "category", "swimming pool" ], [ "_:result", "address", ", between victoria road and the river" ], [ "_:result", "entrance_fee", "The entrance fee is unknown" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Saigon City" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "14:45" ], [ "_:booking", "name", "Saigon City" ], [ "_:booking", "ref", "2LC9ER6D" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "jesus green outdoor pool" ], [ "_:search", "destination", "saigon city" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow volkswagen" ], [ "_:result", "phone", "07774063266" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a moderately priced Indian restaurant ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , what part of town do you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Is there anything near the centre ? I 'll need the postcode and phone number as well ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "there no such restraunts in the centre" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Really ? No moderately - priced Indian restaurants at all ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "inform((_:result,area,'center');(_:result,food,'Indian');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "No , there are none . I have cheap and expensive Indian restaurants in the center of town , but nothing in between ." }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'17:15');(_:search,day,'wednesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "OK , just get me a train . The train should arrive by 17:15 and should leave on Wednesday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'17:15');(_:result,count,'245');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "i have 245 trains that arrive by 17:15 . where will you be departing from and where are you going ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving from ely to cambridge ." }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR5348');(_:result,leave_at,'5:35');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR5348 will depart at 5:35 would you like me took book it fore you ?" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that is all I needed . Thank you , good bye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you goodbye ." } ]
PMUL3905.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/143a06ea" ], [ "_:search/143a06ea", "area", "centre" ], [ "_:search/143a06ea", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/143a06ea" ], [ "_:search/143a06ea", "area", "centre" ], [ "_:search/143a06ea", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/acf6332a" ], [ "_:search/acf6332a", "type", "Restaurant" ], [ "_:result", "area", "center" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/143a06ea" ], [ "_:search/143a06ea", "area", "centre" ], [ "_:search/143a06ea", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/acf6332a" ], [ "_:search/acf6332a", "type", "Restaurant" ], [ "_:result", "area", "center" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "17:15" ], [ "_:result", "count", "245" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "ely" ], [ "_: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", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/143a06ea" ], [ "_:search/143a06ea", "area", "centre" ], [ "_:search/143a06ea", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/acf6332a" ], [ "_:search/acf6332a", "type", "Restaurant" ], [ "_:result", "area", "center" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "17:15" ], [ "_:result", "count", "245" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5348" ], [ "_:result", "leave_at", "5:35" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hi , I am looking for a place to stay ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area of town will you be staying in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'Lensfield Hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't know what area it is in , but I was hoping you could make a reservation for me at the Lensfield Hotel ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,name,'lensfield hotel');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have the lensfield hotel in the south area . When would you like that reservation for ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , that would be great . Can you reserve for me starting Thursday ?" }, { "id": 5, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many nights will you be staying ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place for 5 nights . And I need it for 8 people ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'TGFJKYMX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is : TGFJKYMX May I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I need some night life or places to go" }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What type of place are you looking for ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I just want to find somewhere in the centre to visit" }, { "id": 11, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'lots');(_:result,area,'centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "What type of attraction are you interested in ? There is lots to do in the centre" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Maybe a museum ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,count,'11');(_:result,entrance_fee,'free');(_:result,name,'museum of archaelogy and anthropology');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 11 . Would you like to go to museum of archaelogy and anthropology ? The entrance fee is free ." }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thanks , I will need a taxi to get inbetween those two places ." }, { "id": 15, "rdf-acts": [], "speaker": "system", "text": "And what sized car will you need ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I need to fit 8 people . Thanks ." }, { "id": 17, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time will you be traveling ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,leave_at,'07:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to leave the attraction by 07:45" }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'yellow ford');(_:result,phone,'07052781550');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Booking is successful . The tax is a yellow ford and the contact number is 07052781550 . Anything else ?" }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you much good bye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Thank you for your inquiry . Glad to be of service ." } ]
PMUL2650.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "?" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "?" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "?" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "?" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "TGFJKYMX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "TGFJKYMX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "lensfield hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "TGFJKYMX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "lots" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "TGFJKYMX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "lots" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "museum of archaelogy and anthropology" ], [ "_:result", "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": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "TGFJKYMX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "lots" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "museum of archaelogy and anthropology" ], [ "_:result", "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": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "TGFJKYMX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "lots" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "museum of archaelogy and anthropology" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "07:45" ], [ "_: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" ], [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "TGFJKYMX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "lots" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "museum of archaelogy and anthropology" ], [ "_:search", "leave_at", "07:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow ford" ], [ "_:result", "phone", "07052781550" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to find a place to eat dinner ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Great where would you like to visit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant in the south part of town that is moderately priced ." }, { "id": 3, "rdf-acts": [ "select((_:result,food,'Italian');(_:result,food,'Modern European');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have two restaurants matching your request . Would you like Italian or Modern European food ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm craving some Modern European food !" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to make a reservation for you then ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'14:15');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please , 1 person on sunday at 14:15 ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Sunday');(_:booking,duration,'14:15');(_:booking,name,'restaurant alimentum');(_:booking,people,'one');(_:booking,ref,'GNRKQ4IT');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked a reservation for one person at 14:15 on Sunday at restaurant alimentum successfully . Your reference number is GNRKQ4IT . Would you like me to do anything else for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Could you recommend a museum ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,entrance_fee,'free admission');(_:result,name,'byard art');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure thing , I reccomend byard art it has free admission ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thank you . Could I get the area , post code , and address ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"14 King 's Parade\");(_:result,area,'south');(_:result,postcode,'CB2 1SJ');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure ! It 's located in the south , at 14 King 's Parade CB2 1SJ . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's everything I needed , thank you !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "enjoy your stay in Cambridge !" } ]
PMUL2033.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Modern European" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Modern European" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Modern European" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "14:15" ], [ "_:booking", "name", "restaurant alimentum" ], [ "_:booking", "people", "one" ], [ "_:booking", "ref", "GNRKQ4IT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Modern European" ], [ "_:result", "count", "2" ], [ "_:search", "food", "modern european" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "14:15" ], [ "_:booking", "name", "restaurant alimentum" ], [ "_:booking", "people", "one" ], [ "_:booking", "ref", "GNRKQ4IT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "byard art" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Modern European" ], [ "_:result", "count", "2" ], [ "_:search", "food", "modern european" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "1" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "14:15" ], [ "_:booking", "name", "restaurant alimentum" ], [ "_:booking", "people", "one" ], [ "_:booking", "ref", "GNRKQ4IT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "byard art" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "14 King 's Parade" ], [ "_:result", "area", "south" ], [ "_:result", "postcode", "CB2 1SJ" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I am coming to Cambridge soon and am excited to eat at some great restaurants . Can you recommend an attraction for me to visit while I 'm there ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What type of attraction were you interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,\"do n't have a preference\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I do n't have a preference , but I 'd like it to be in the centre ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'the all saints church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Well , we 've got the all saints church in the centre and it 's free to visit ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "A free church would cover a lot of my local historical interests . What is their phone number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'jesus lane');(_:result,phone,'01223452587');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223452587 . The address is jesus lane with the post code of cb58bs . Do you need any other information ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm also looking for an expensive place to dine that 's in the same area as the church ." }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a number');(_:result,area,'Centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have a number of wonderful options for you to dine at in Centre , do you have a particular cuisine in mind or would you like a reccomendation ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))", "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I would like some Indian type food ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'6');(_:result,food,'Indian');(_:result,name,'Golden Curry');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 6 Indian restaurants for you to choose from . May I recommend The Golden Curry ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'14:15');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That would be great . Can you book it for 6 people at 14:15 on Wednesday ?" }, { "id": 11, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry but I was n't able to make those reservation . Can I try another time ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,duration,'13:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about trying at 13:15 instead ?" }, { "id": 13, "rdf-acts": [ "inform((_:booking,duration,'13:15');(_:booking,ref,'M5Q28TGA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table is reserved for 13:15 . Your reference number is M5Q28TGA ." }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'13:15');(_:search,departure,'all saints church');(_:search,destination,'golden curry');(_:search,name,'Golden Curry');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi from All Saints Church to the Golden Curry . I need to arrive to the restaurant by 13:15 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'white Ford');(_:result,phone,'07045306187');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I was able to book that taxi . Be looking for a white Ford . If you need to reach them , their phone number is 07045306187 . Anything else I can help with ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I believe that will be all today . Thank you ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Have a great trip !" } ]
MUL2470.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "do n't have a preference" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "do n't have a preference" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the all saints church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "do n't have a preference" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "do n't have a preference" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a number" ], [ "_:result", "area", "Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "category", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "do n't have a preference" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a number" ], [ "_:result", "area", "Centre" ], [ "_:search", "food", "indian" ], [ "_:result", "category", "?" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Golden Curry" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "do n't have a preference" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a number" ], [ "_:result", "area", "Centre" ], [ "_:search", "food", "indian" ], [ "_:result", "category", "?" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Golden Curry" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/e31d5df9" ], [ "_:booking/e31d5df9", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "13:15" ], [ "_: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", "do n't have a preference" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a number" ], [ "_:result", "area", "Centre" ], [ "_:search", "food", "indian" ], [ "_:result", "category", "?" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Golden Curry" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/e31d5df9" ], [ "_:booking/e31d5df9", "type", "Booking" ], [ "_:search", "duration", "13:15" ], [ "_:booking", "duration", "13:15" ], [ "_:booking", "ref", "M5Q28TGA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "13:15" ], [ "_:search", "departure", "all saints church" ], [ "_:search", "destination", "golden curry" ], [ "_:search", "name", "Golden Curry" ], [ "_: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", "do n't have a preference" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a number" ], [ "_:result", "area", "Centre" ], [ "_:search", "food", "indian" ], [ "_:result", "category", "?" ], [ "_:result", "count", "6" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Golden Curry" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/e31d5df9" ], [ "_:booking/e31d5df9", "type", "Booking" ], [ "_:search", "duration", "13:15" ], [ "_:booking", "duration", "13:15" ], [ "_:booking", "ref", "M5Q28TGA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "13:15" ], [ "_:search", "departure", "all saints church" ], [ "_:search", "destination", "golden curry" ], [ "_:search", "name", "Golden Curry" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white Ford" ], [ "_:result", "phone", "07045306187" ], [ "_: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,name,'restaurant one seven');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please provide me information on the restaurant one seven ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'British');(_:result,name,'Restaurant one seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Restaurant one seven serves British food in the centre area at moderate prices . Would you like to book there ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'20:00');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I would like to book a table for 3 people at 20:00 on Wednesday ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,day,'Wednesday');(_:booking,duration,'20:00');(_:booking,people,'3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have you booked for a table of 3 at 20:00 on Wednesday , would you like a confirmation receipt ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please give me the reference number ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()", "inform((_:result,area,'same area');(_:result,pricerange,'same area and price range');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I am sorry the Booking was unsuccessful can I help you find another place in the same area and price range ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am disappointed but willing to try another place in the same area and price range . What do you recommend ?" }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'21');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 21 different restaurants that follow those criteria . Did you want to stay within the british theme or try something else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , we can stick to British please" }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'Oak Bistro');(_:booking,ref,'EO5VQ6EJ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The Oak Bistro was available to be booked , your reference number is EO5VQ6EJ ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for all of your help you were great !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Your table will be reserved for 15 minutes . Enjoy your meal !" } ]
SSNG0065.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "20:00" ], [ "_:booking", "people", "3" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "20:00" ], [ "_:booking", "people", "3" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/93aaa173" ], [ "_:booking/93aaa173", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "same area" ], [ "_:result", "pricerange", "same area and price range" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "20:00" ], [ "_:booking", "people", "3" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/93aaa173" ], [ "_:booking/93aaa173", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "same area" ], [ "_:result", "pricerange", "same area and price range" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "20:00" ], [ "_:booking", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/93aaa173" ], [ "_:booking/93aaa173", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "same area" ], [ "_:result", "pricerange", "same area and price range" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "Oak Bistro" ], [ "_:booking", "ref", "EO5VQ6EJ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a moderately priced hotel ." }, { "id": 1, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'eighteen');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have eighteen entries that match that . Please specify whether or not parking and free WiFi are of importance to you" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It does n't need to include internet . Does that narrow down the options ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'alpha - milton guest house');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I 'd like to suggest alpha - milton guest house . Is there anything else I could help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Cool . Can you help me to book a room there for 4 people and 3 nights starting from saturday ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'20MS14XW');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set . The book was successful and the reference number is 20MS14XW ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'cinema');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm also looking for a cinema in the west ." }, { "id": 7, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,category,'cinema');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Sorry , I can not find any cinema in the west ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Do you see any museum instead ? Can I have the address ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'2 - 3 castle street');(_:result,amount,'plenty');(_:result,name,'cambridge and county folk museum');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Yep there are plenty of it . I would recommend the cambridge and county folk museum , which is located at 2 - 3 castle street ." }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,departure,'the museum');(_:search,destination,'the hotel');(_:search,leave_at,'11:45');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "That sounds great . Can I also have a taxi leaving at 11:45 from the museum to the hotel ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'white tesla');(_:result,phone,'07418410137');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Please look for the white tesla . Its contact number is 07418410137 . Is there anything else I can do for you ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's all i need . Thank you very much !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a nice trip ." } ]
MUL2577.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "has_parking", "?" ], [ "_:result", "amount", "eighteen" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "has_parking", "?" ], [ "_:result", "amount", "eighteen" ], [ "_:search", "has_internet", "no" ], [ "_:result", "name", "alpha - milton guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "has_parking", "?" ], [ "_:result", "amount", "eighteen" ], [ "_:search", "has_internet", "no" ], [ "_:result", "name", "alpha - milton guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "20MS14XW" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "has_parking", "?" ], [ "_:result", "amount", "eighteen" ], [ "_:search", "has_internet", "no" ], [ "_:result", "name", "alpha - milton guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "20MS14XW" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/0ebe1ff0" ], [ "_:search/0ebe1ff0", "area", "west" ], [ "_:search/0ebe1ff0", "category", "cinema" ], [ "_:search/0ebe1ff0", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "has_parking", "?" ], [ "_:search", "has_internet", "no" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "20MS14XW" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/0ebe1ff0" ], [ "_:search/0ebe1ff0", "area", "west" ], [ "_:search/0ebe1ff0", "category", "cinema" ], [ "_:search/0ebe1ff0", "type", "Attraction" ], [ "_:result", "address", "2 - 3 castle street" ], [ "_:result", "amount", "plenty" ], [ "_:result", "name", "cambridge and county folk museum" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the museum" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "has_parking", "?" ], [ "_:search", "has_internet", "no" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "20MS14XW" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/0ebe1ff0" ], [ "_:search/0ebe1ff0", "area", "west" ], [ "_:search/0ebe1ff0", "category", "cinema" ], [ "_:search/0ebe1ff0", "type", "Attraction" ], [ "_:result", "address", "2 - 3 castle street" ], [ "_:result", "amount", "plenty" ], [ "_:result", "name", "cambridge and county folk museum" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the museum" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white tesla" ], [ "_:result", "phone", "07418410137" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to take a train that departs from stansted airport on Thursday ." }, { "id": 1, "rdf-acts": [ "inform((_:result,destination,'Cambridge');(_:result,type,'Train'))", "thank()", "request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can find information on that for you . Just to confirm , are you travelling to Cambridge ? And , what time frame do you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'12:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to Cambridge and want to leave after 12:45 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR3720');(_:result,leave_at,'13:24');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have train TR3720 leaving at 13:24 is that okay with you ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes can you book that for me please ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'9NZD8HCW');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes I 've booked it and your reference number is 9NZD8HCW . Is there anything else I can help with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,people,'1');(_:search,type,'Attraction');(_:search,type,'Train'))" ], "speaker": "user", "text": "You booked for 1 ticket , correct ? And also , can you help me find a place to visit in the centre of town ?" }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Yes I did . Yes , what sort of place would you like to see ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Anything in the centre is fine with me , whatever place that you recommend ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'the old schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would suggest the old schools ." }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'none');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That is fine . I need the attraction type , entrance fee and address ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Herschel Road');(_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about Clare Hall ? It 's a college with free admission , and it is located on Herschel Road ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Got it . Thanks a lot . That 's all the Help I need today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Glad I could help , enjoy your trip ." } ]
PMUL1294.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:45" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR3720" ], [ "_:result", "leave_at", "13:24" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "id", "TR3720" ], [ "_:result", "leave_at", "13:24" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9NZD8HCW" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "id", "TR3720" ], [ "_:result", "leave_at", "13:24" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9NZD8HCW" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "1" ], [ "_:search", "category", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "id", "TR3720" ], [ "_:result", "leave_at", "13:24" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9NZD8HCW" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "1" ], [ "_:search", "area", "centre" ], [ "_:result", "name", "the old schools" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "none" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "category", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "id", "TR3720" ], [ "_:result", "leave_at", "13:24" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9NZD8HCW" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "1" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "none" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Herschel Road" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'none');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Got any fish and chip shops on the westside ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'west');(_:search,food,'seafood');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There does n't seem to be any seafood restaurants in the west . Would another area work for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I meant british food with that ." }, { "id": 3, "rdf-acts": [ "select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))", "inform((_:result,area,'westside');(_:result,count,'3');(_:result,food,'british');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three restaurants in the westside that serve british food . Do you prefer a moderate or expensive price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want one in the expensive range ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Huntingdon Road');(_:result,name,'Travellers Rest');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Travellers Rest is located on Huntingdon Road . Would you like reservations ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'17:15');(_:search,people,'7');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "yes for 7 at 17:15 on wednesday , I 'll need the reference number then too please" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Wednesday');(_:booking,duration,'17:15');(_:booking,people,'7');(_:booking,ref,'4WRE7J72');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a table booked for 7 people at 17:15 on Wednesday , your reference number is 4WRE7J72 . Can I help with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "yeah i also need a place to stay" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'33');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I 'd be happy to help . I am showing 33 hotels . Perhaps we can narrow it down a bit . What area of town would you like to stay in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Any area of town would be fine . I am looking for a guesthouse in the expensive price range ." }, { "id": 11, "rdf-acts": [ "canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , there are no expensive guesthouses in our listings , are you willing to consider other price ranges ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about one that is in the type of hotel . ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the university arms hotel located in the centre ." }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That will work . Can I book that for 7 people on Wednesday ? We will be there for 2 nights ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,ref,'09B5QSH5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure I got your reservation and your reference number is 09B5QSH5 ." }, { "id": 16, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you ! I will also need a taxi to travel between the two places ." }, { "id": 17, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Ok great and what time do you prefer ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,arrive_by,'17:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to be at restaurant by 17:15" }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'grey volvo');(_:result,phone,'07701301770');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "A grey volvo with pick you up and the contact number is 07701301770 . Is there anything else I can assist you with ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much for your help ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Can you book it for me and get a reference number ?" } ]
PMUL0255.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "none" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/70104f7b" ], [ "_:search/70104f7b", "area", "west" ], [ "_:search/70104f7b", "food", "seafood" ], [ "_:search/70104f7b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/70104f7b" ], [ "_:search/70104f7b", "area", "west" ], [ "_:search/70104f7b", "food", "seafood" ], [ "_:search/70104f7b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "westside" ], [ "_:result", "count", "3" ], [ "_:result", "food", "british" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/70104f7b" ], [ "_:search/70104f7b", "area", "west" ], [ "_:search/70104f7b", "food", "seafood" ], [ "_:search/70104f7b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "westside" ], [ "_:result", "count", "3" ], [ "_:result", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Huntingdon Road" ], [ "_:result", "name", "Travellers Rest" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/70104f7b" ], [ "_:search/70104f7b", "area", "west" ], [ "_:search/70104f7b", "food", "seafood" ], [ "_:search/70104f7b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "westside" ], [ "_:result", "count", "3" ], [ "_:result", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Huntingdon Road" ], [ "_:result", "name", "Travellers Rest" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "17:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "4WRE7J72" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/70104f7b" ], [ "_:search/70104f7b", "area", "west" ], [ "_:search/70104f7b", "food", "seafood" ], [ "_:search/70104f7b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "westside" ], [ "_:result", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Huntingdon Road" ], [ "_:result", "name", "Travellers Rest" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "17:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "4WRE7J72" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "expensive" ], [ "_: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/70104f7b" ], [ "_:search/70104f7b", "area", "west" ], [ "_:search/70104f7b", "food", "seafood" ], [ "_:search/70104f7b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "westside" ], [ "_:result", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Huntingdon Road" ], [ "_:result", "name", "Travellers Rest" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "17:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "4WRE7J72" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/930cfd52" ], [ "_:search/930cfd52", "category", "guesthouses" ], [ "_:search/930cfd52", "pricerange", "expensive" ], [ "_:search/930cfd52", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_: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/70104f7b" ], [ "_:search/70104f7b", "area", "west" ], [ "_:search/70104f7b", "food", "seafood" ], [ "_:search/70104f7b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Huntingdon Road" ], [ "_:search", "duration", "17:15" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "17:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "4WRE7J72" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/930cfd52" ], [ "_:search/930cfd52", "category", "guesthouses" ], [ "_:search/930cfd52", "pricerange", "expensive" ], [ "_:search/930cfd52", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "university arms hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_: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/70104f7b" ], [ "_:search/70104f7b", "area", "west" ], [ "_:search/70104f7b", "food", "seafood" ], [ "_:search/70104f7b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Huntingdon Road" ], [ "_:search", "duration", "17:15" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "17:15" ], [ "_:booking", "people", "7" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/930cfd52" ], [ "_:search/930cfd52", "category", "guesthouses" ], [ "_:search/930cfd52", "pricerange", "expensive" ], [ "_:search/930cfd52", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "university arms hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "09B5QSH5" ], [ "_:booking", "type", "Booking" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/70104f7b" ], [ "_:search/70104f7b", "area", "west" ], [ "_:search/70104f7b", "food", "seafood" ], [ "_:search/70104f7b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Huntingdon Road" ], [ "_:search", "duration", "17:15" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "17:15" ], [ "_:booking", "people", "7" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/930cfd52" ], [ "_:search/930cfd52", "category", "guesthouses" ], [ "_:search/930cfd52", "pricerange", "expensive" ], [ "_:search/930cfd52", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "university arms hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "09B5QSH5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/70104f7b" ], [ "_:search/70104f7b", "area", "west" ], [ "_:search/70104f7b", "food", "seafood" ], [ "_:search/70104f7b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Huntingdon Road" ], [ "_:search", "duration", "17:15" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "duration", "17:15" ], [ "_:booking", "people", "7" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "33" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/930cfd52" ], [ "_:search/930cfd52", "category", "guesthouses" ], [ "_:search/930cfd52", "pricerange", "expensive" ], [ "_:search/930cfd52", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "university arms hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "09B5QSH5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey volvo" ], [ "_:result", "phone", "07701301770" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay , I 'd prefer a hotel ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'9');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 9 hotels in town , do you have a side of town you 'd like to stay on ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,has_parking,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , but I 'd prefer a hotel in the expensive price range . I do not need free parking ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'5');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have five expensive hotels around town , ranging from 3 star to 4 star ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Which one would you recommend ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would recommend the Lensfield Hotel . It is a personal favorite . Would you like me to see what is available ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'two');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay , let 's book it for two people for 5 nights starting Friday ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,name,'Lensfield');(_:booking,type,'Booking'))", "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I could n't get you a room at the Lensfield . Maybe a shorter stay or different hotel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes as long as it 's in the same price range ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'Gonville');(_:booking,ref,'PVRV1EEJ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I was able to book you into the Gonville and your reference number is : PVRV1EEJ ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I need . Have a nice day ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Enjoy your stay at the Gonville Hotel . Bye ." } ]
SSNG0329.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "count", "9" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "dontcare" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:booking/c8da32a2" ], [ "_:booking/c8da32a2", "name", "Lensfield" ], [ "_:booking/c8da32a2", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_: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", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "dontcare" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "5" ], [ "_:system", "canthelp", "_:booking/c8da32a2" ], [ "_:booking/c8da32a2", "name", "Lensfield" ], [ "_:booking/c8da32a2", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "Gonville" ], [ "_:booking", "ref", "PVRV1EEJ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel with a 4 star rating to stay at and I do n't need to have internet . Can you help ?" }, { "id": 1, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))", "inform((_:result,count,'3');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have about 3 options that meet those requirements . All offer free parking and internet . 2 are expensive and 1 is cheap . Do you have a preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Tell me about the expensive options ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,area,'west');(_:result,name,'University Arms Hotel');(_:result,name,'huntingdon marriott hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They are the Huntingdon Marriott Hotel which is in the west area , and the University Arms Hotel which is in the Centre ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "The University Arms sounds good ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to make a reservation for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need it for 8 people , 2 nights from Monday ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Okay . Your booking was successful and your reference number is HLD21MYL ." } ]
PMUL3242.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'cinema');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What is the best cinema in Cambridge you can recommend ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Cineworld');(_:result,name,'Vue');(_:result,type,'Attraction'))", "select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cineworld and Vue are both excellent . Do you prefer the south or centre of town ?" }, { "id": 2, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "The exact area does not matter ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park , clifton way');(_:result,name,'Cineworld');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cineworld is located at cambridge leisure park , clifton way ." }, { "id": 4, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sounds great . What area is that in ? And could you get me the phone number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,area,'South');(_:result,name,'Cineworld');(_:result,phone,'00872208000');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cineworld is in the South and their number is 00872208000 . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I will book it for you , is there anything else I can do for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))", "thank()" ], "speaker": "user", "text": "Yes ! I am leaving from Cambridge on Tuesday . You need this info ." }, { "id": 9, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Alright and when would you want to leave by ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,destination,'birmingham new street');(_:search,leave_at,'21:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to birmingham new street and want to leave after 21:00" }, { "id": 11, "rdf-acts": [ "inform((_:result,id,'TR5600');(_:result,leave_at,'21:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5600 leaves at 21:01 . Can I book a seat for you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "How much is it ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,ticket,'75.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "The price of the train is 75.10 pounds ." }, { "id": 14, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What time does that train arrive ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'23:44');(_:result,type,'Train'))" ], "speaker": "system", "text": "The train arrives at 23:44 ." }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Okay , I 'm all done for today . Thanks , bye" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Would you like reservations for the train ?" } ]
PMUL1411.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Cineworld" ], [ "_:result", "name", "Vue" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "area", "?" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "name", "Cineworld" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "cinema" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "South" ], [ "_:result", "name", "Cineworld" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "cinema" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "area", "South" ], [ "_:result", "name", "Cineworld" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "type", "Attraction" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "cinema" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "area", "South" ], [ "_:result", "name", "Cineworld" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "type", "Attraction" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "cinema" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "area", "South" ], [ "_:result", "name", "Cineworld" ], [ "_:result", "phone", "00872208000" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5600" ], [ "_:result", "leave_at", "21:01" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "cinema" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "area", "South" ], [ "_:result", "name", "Cineworld" ], [ "_:result", "phone", "00872208000" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5600" ], [ "_:result", "leave_at", "21:01" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "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", "cinema" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "area", "South" ], [ "_:result", "name", "Cineworld" ], [ "_:result", "phone", "00872208000" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5600" ], [ "_:result", "leave_at", "21:01" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "arrive_by", "23:44" ], [ "_:result", "type", "Train" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a place to go in the centre of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'lots');(_:result,area,'center');(_:result,category,'boats');(_:result,category,'nightclubs');(_:result,category,'parks');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We offer lots to do in the center of town . We have everything from boats and parks to nightclubs . Are you in the mood for anything particular ?" }, { "id": 2, "rdf-acts": [ "request((_:result,category,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Do you have any suggestions ? I would just need the postcode and phone number and let me know what kind of attraction you suggest . Thanks !" }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'architecture');(_:result,name,'All Saints Church');(_:result,phone,'01223452587');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "If you are interested in architecture , there is All Saints Church . The phone number is 01223452587 and the postcode is cb58bs ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you so much ! I will check it out ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're quite welcome ! Thanks for contacting the Cambridge TownInfo Centre and have a great day !" } ]
SNG1072.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "lots" ], [ "_:result", "area", "center" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "lots" ], [ "_:result", "area", "center" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'll be happy to help . Can you tell me where you are leaving from and where you are going ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'19:00');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train that goes to Peterborough from Cambridge and arrives by 19:00 ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your departure day and time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,leave_at,'dontcare');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving monday and the departure time does n't matter ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR9859');(_:result,leave_at,'05.56');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "for 16.50 pounds TR9859 leaves at 05.56" }, { "id": 6, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Okay , does TR9859 arrive by 19:00 ? I would also like the travel time , please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'18:56');(_:result,duration,'50 minutes');(_:result,id,'TR0607');(_:result,leave_at,'18:06');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry for the confusion . I do n't show TR9859 . I have TR0607 that leaves at 18:06 , arrives at 18:56 . Travel time is 50 minutes . Does that work ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))", "inform((_:search,pricerange,'same price');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure that 's fine , does that have the same price ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,ticket,'16.50 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Yes , the price is 16.50 pounds . Can I help you with anything else today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'parkside pools');(_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I am also looking for more information on parkside pools . Can you tell me what kind of attraction it is ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Gonville Place');(_:result,area,'centre');(_:result,category,'swimming pool');(_:result,name,'Parkside Pools');(_:result,phone,'01223446100');(_:result,postcode,'cb11ly');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Parkside Pools is a swimming pool located in the centre of town . They are located at Gonville Place . Their postcode is cb11ly . They can be reached at 01223446100 ." }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "That sounds like the best attraction ever . Thank you for all your careful assistance . Have a lovely day ! Bye ! !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "And you have a wonderful day as well !" } ]
MUL1931.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR9859" ], [ "_:result", "leave_at", "05.56" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "arrive_by", "18:56" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "id", "TR0607" ], [ "_:result", "leave_at", "18:06" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "?" ], [ "_:search", "pricerange", "same price" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "arrive_by", "18:56" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "id", "TR0607" ], [ "_:result", "leave_at", "18:06" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "same price" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "parkside pools" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "arrive_by", "18:56" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "id", "TR0607" ], [ "_:result", "leave_at", "18:06" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "same price" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "parkside pools" ], [ "_:result", "address", "Gonville Place" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "swimming pool" ], [ "_:result", "name", "Parkside Pools" ], [ "_:result", "phone", "01223446100" ], [ "_:result", "postcode", "cb11ly" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a Chinese restaurant please . Or one that serves Chinese food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What area of town would you like the restaurant to be in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to be in the centre of town ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'Chinese');(_:result,name,'Jinling noodle bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Jinling noodle bar is in the centre area serving Chinese in the moderate price range . Would you like to reserve a table ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want something expensive ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'ugly duckling');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I think you would enjoy ugly duckling . Want more information ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'15:15');(_:search,people,'3');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))", "inform((_:search,area,'same area');(_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Could you make a reservation for 3 people at 15:15 on Saturday and provide the reference number ? Also looking for a theatre in the same area ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Saturday');(_:booking,duration,'15:15');(_:booking,name,'Ugly duckling');(_:booking,people,'3');(_:booking,ref,'PEZ07FH7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I made a reservation for your party of 3 at the Ugly duckling for Saturday at 15:15 . Your reference is PEZ07FH7 . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "I am also looking for a theater ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'cambridge corn exchange');(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,count,'4');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 4 options , but i personally recommend the cambridge corn exchange , would you like more info ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Yes more info and adress and is there any fee 's ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Wheeler Street');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Ok , their address is Wheeler Street ." }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "And i there an entrance fee ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'do not know');(_:result,entrance_fee,'suspect it varies');(_:result,phone,'01223357851');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I do not know you can call 01223357851 and find out . I suspect it varies based on day and time so calling would be best ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's great I will call them , thank you ." }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "No problem , are you all set or is there anything else that has n't been covered yet ?" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No thanks . You covered everything . Have a good night . Bye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Enjoy your dinner ." } ]
PMUL2026.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "area", "centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Jinling noodle bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "ugly duckling" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "duration", "15:15" ], [ "_:booking", "name", "Ugly duckling" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "PEZ07FH7" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "duration", "15:15" ], [ "_:booking", "name", "Ugly duckling" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "PEZ07FH7" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "cambridge corn exchange" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "duration", "15:15" ], [ "_:booking", "name", "Ugly duckling" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "PEZ07FH7" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "cambridge corn exchange" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "4" ], [ "_:result", "address", "Wheeler Street" ], [ "_: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", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "duration", "15:15" ], [ "_:booking", "name", "Ugly duckling" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "PEZ07FH7" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "cambridge corn exchange" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "4" ], [ "_:result", "address", "Wheeler Street" ], [ "_:result", "entrance_fee", "do not know" ], [ "_:result", "entrance_fee", "suspect it varies" ], [ "_:result", "phone", "01223357851" ], [ "_: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", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "duration", "15:15" ], [ "_:booking", "name", "Ugly duckling" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "PEZ07FH7" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "cambridge corn exchange" ], [ "_:result", "count", "4" ], [ "_:result", "address", "Wheeler Street" ], [ "_:result", "entrance_fee", "do not know" ], [ "_:result", "entrance_fee", "suspect it varies" ], [ "_:result", "phone", "01223357851" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I am looking for local hotels . I would prefer they be rated at least 3 stars and are on the expensive side ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Gonville hotel');(_:result,name,'lensfield hotel');(_:result,pricerange,'expensive');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Gonville hotel and the lensfield hotel are both expensive in the 3 star range ." }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need free wifi ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes both have free wifi . Can I check booking for either of these ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,day,'monday');(_:search,name,'gonville hotel');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . Please book the gonville hotel for 8 people and 4 nights starting on Monday ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "The booking was unsuccessful , would you like to try another place ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please book a different hotel in the same price range ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the Lensfield Hotel , but it is on the south side . Would that do ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Yes , can you book it for me ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Monday');(_:booking,name,'Lensfield');(_:booking,people,'8');(_:booking,ref,'C0YCW45C');(_:booking,stay,'4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You have been booked for 8 people for 4 days starting Monday at the Lensfield . Your confirmation number is C0YCW45C . Can I do anything else for you ?" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 's all I needed . Have a nice day ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Alright , glad I could help ." } ]
SSNG0280.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotels" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotels" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "name", "Gonville hotel" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "name", "Gonville hotel" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "stars", "3" ], [ "_:result", "name", "Gonville hotel" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/a25bbdfe" ], [ "_:booking/a25bbdfe", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "3" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/a25bbdfe" ], [ "_:booking/a25bbdfe", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "3" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:search", "day", "monday" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/a25bbdfe" ], [ "_:booking/a25bbdfe", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "name", "Lensfield" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "C0YCW45C" ], [ "_:booking", "stay", "4" ], [ "_: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,type,'Hospital'))" ], "speaker": "user", "text": "I Am injured and are 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 nearby on Hills Rd . Can I call the emergency department for you at 01223217118 ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "That hospital will be fine , do you have the address and postcode for that hospital ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))", "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital is located at Hills Rd , Cambridge , postcode CB20QQ . Is there a particular department you need ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No . That 's all the information I was looking for today . Thanks ." }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that would be all . Good bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful day , good bye ." } ]
SNG01906.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223217118" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223217118" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "department", "emergency department" ], [ "_:result", "phone", "01223217118" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I am looking for a 4 star hotel or guesthouse that includes free wifi . Can you help me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure thing , looks like we have several options here . Do you want to stay in a certain part of town , or do you have a price range you 're looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I might , but first do they have free parking ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'19');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Archway House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 19 places that meet your needs , all with free wifi and free parking . If you 're not picky about area , I recommend the Archway House ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Okay sounds great . Can you give me the address , phone number , and price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'52 gilbert road');(_:result,name,'Archway House');(_:result,phone,'01223575314');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The Archway House is in the moderate price range . Their address is 52 gilbert road . The phone number is 01223575314 . Do you need any other information ?" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . That 'll do it for today , Bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye ." } ]
SNG1045.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "19" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Archway House" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "19" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "address", "52 gilbert road" ], [ "_:result", "name", "Archway House" ], [ "_:result", "phone", "01223575314" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to dine for expensive british cuisine ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Of course , let me help you with that . In which area of town would you like to eat ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Any area is fine . Can I have the postcode for your favorite one ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'travellers rest');(_:result,postcode,'cb30df');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "Sure ! I recommend travellers rest . Their postcode is cb30df . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all for right now , thanks for your help !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a nice day !" } ]
SNG1308.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "travellers rest" ], [ "_:result", "postcode", "cb30df" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a place that has Chinese food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'17');(_:result,food,'chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "there are 17 chinese restaurants , do you prefer any price range or any area in town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 'm looking for the address of one in the east part of town ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'529 Newmarket Road Fen Ditton');(_:result,food,'Chinese');(_:result,name,'Yu Garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yu Garden is a great , but expensive , Chinese restaurant . They are located at 529 Newmarket Road Fen Ditton . Is there anything else I can do for you ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Goodbye ." } ]
WOZ20636.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "17" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "17" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "529 Newmarket Road Fen Ditton" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Yu Garden" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'cambridge eye unit');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I am injured I need a hospital that has the cambridge eye unit department" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'0122357168');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The number for that department is 0122357168" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Thanks . Can I get an address as well ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital is located at Hills Rd , Cambridge . Do you need the postcode ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Yes , please . May I also have the general phone number for my records , too ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The main phone number for Addenbrookes Hospital is 01223245151 . May I assist you with anything else ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Can I please have the full address of the hospital as well as the postal code ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The address of the hospital is TR6247 . The postcode is CB20QQ ." }, { "id": 8, "rdf-acts": [ "inform((_:search,id,'tr6247');(_:search,type,'Train'))" ], "speaker": "user", "text": "How would I find TR6247 in Cambridge ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Sorry for the mix - up the full address for Addenbrookes Hospital is ( including postcode ) : Hills Rd , Cambridge , CB20QQ and their number is 01223245151 . Can I help with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's all I need . Thanks for your help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Glad to be of help . Good day ." } ]
SNG01274.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "cambridge eye unit" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "cambridge eye unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "0122357168" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "cambridge eye unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "0122357168" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "type", "Hospital" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "cambridge eye unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "department", "cambridge eye unit" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:search", "id", "tr6247" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "department", "cambridge eye unit" ], [ "_:search", "id", "tr6247" ], [ "_:search", "type", "Train" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find a hotel quick , can you make it happen ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Definitely ! Do you have an area or price range in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I 'd like to stay in the East part of town . I prefer something expensive also ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'15 - 17 norman way , coldhams buisness park');(_:result,name,'the express by holiday inn cambridge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the express by holiday inn cambridge . 15 - 17 norman way , coldhams buisness park . Would you like to book there ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes that would be great , thank you ." }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "When would you like your booking for ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need it booked for 3 people for 5 nights starting Saturday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Saturday');(_:booking,people,'3');(_:booking,ref,'UX99D4XR');(_:booking,stay,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation has been made for 3 people , 5 days beginning Saturday . Your reference number is : UX99D4XR . Is there anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'hotel');(_:search,type,'Attraction');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would also like a place to go in the same area as the hotel ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What sort of place are you looking for ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,category,'museum');(_:search,type,'Attraction');(_:search,type,'Hotel'))", "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the postcode for the hotel ? I would also like to visit a museum ." }, { "id": 11, "rdf-acts": [ "inform((_:result,category,'art museums');(_:result,category,'museums');(_:result,count,'4');(_:result,entrance_fee,'5 pounds');(_:result,entrance_fee,'free');(_:result,name,'cambridge museum of technology');(_:result,postcode,'cb13lh');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The hotel postcode is cb13lh . There are 4 museums in the area I recommend cambridge museum of technology . It cost 5 pounds but there are free art museums ." }, { "id": 12, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That technology museum sounds interesting . Do you have the postcode , please ?" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "yes its cb13ef can I help you with anything else ?" } ]
PMUL2842.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "15 - 17 norman way , coldhams buisness park" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "15 - 17 norman way , coldhams buisness park" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_: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", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "15 - 17 norman way , coldhams buisness park" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "UX99D4XR" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "15 - 17 norman way , coldhams buisness park" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "UX99D4XR" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "hotel" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Hotel" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "15 - 17 norman way , coldhams buisness park" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "UX99D4XR" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "hotel" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "art museums" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "4" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "cambridge museum of technology" ], [ "_:result", "postcode", "cb13lh" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "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,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to find a train from Norwich on Saturday ." }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))", "inform((_:result,destination,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "Sure , what time will you need to arrive in Cambridge ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'Norwich');(_:search,leave_at,'13:00');(_:search,type,'Train'))", "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "It does n't matter what time I arrive , but I would like to make sure I leave Norwich at or after 13:00 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,duration,'79 minutes');(_:result,leave_at,'13:16');(_:result,ticket,'14.08 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The earliest train leaves Norwich for Cambridge at 13:16 . The price is 14.08 pounds and the duration will be 79 minutes . Would you like me to book ?" }, { "id": 4, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "When does it arrive and what is the train ID ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'14:35');(_:result,id,'TR8724');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The train would arrive at 14:35 . The train ID is TR8724 . Is there anything else I can do for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'polish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am also looking for Polish food , in the Centre of town ." }, { "id": 7, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'polish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , but there are no polish restaurants in the centre . Would you like to change your search ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about a restaurant that serves mediterranean food ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'2 rose crescent city centre');(_:result,name,'The gardenia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The gardenia located at 2 rose crescent city centre . Would you like to make reservations ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'19:00');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i would like to book a saturday reservation for 2 people at 19:00 please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,duration,'19:00');(_:booking,ref,'Y5GU93IK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked it for you at 19:00 and the reference number is Y5GU93IK . Is there anything else I can help with ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,food,'Mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yeah , I 'd like a place to eat , Mediterranean cuisine please ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Saturday');(_:booking,duration,'19:00');(_:booking,people,'2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , that was what I went ahead and booked for you already . Your reservation is set for Saturday at 19:00 for 2 people . Is there something else I can help with ?" }, { "id": 14, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have a reference number for that ?" }, { "id": 15, "rdf-acts": [ "thank()", "inform((_:booking,ref,'Y5GU93IK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "My apologies for not providing it . Your reference number for the restaurant booking is Y5GU93IK ." }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "Okay fantastic , that 's all I need today ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system !" } ]
MUL1686.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "Norwich" ], [ "_:search", "leave_at", "13:00" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Norwich" ], [ "_:search", "leave_at", "13:00" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "13:16" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Norwich" ], [ "_:search", "leave_at", "13:00" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "13:16" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:35" ], [ "_:result", "id", "TR8724" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "polish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Norwich" ], [ "_:search", "leave_at", "13:00" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "13:16" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:35" ], [ "_:result", "id", "TR8724" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/240aed31" ], [ "_:search/240aed31", "area", "centre" ], [ "_:search/240aed31", "food", "polish" ], [ "_:search/240aed31", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Norwich" ], [ "_:search", "leave_at", "13:00" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "13:16" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "14:35" ], [ "_:result", "id", "TR8724" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/240aed31" ], [ "_:search/240aed31", "area", "centre" ], [ "_:search/240aed31", "food", "polish" ], [ "_:search/240aed31", "type", "Restaurant" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "address", "2 rose crescent city centre" ], [ "_:result", "name", "The gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Norwich" ], [ "_:search", "leave_at", "13:00" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "13:16" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "arrive_by", "14:35" ], [ "_:result", "id", "TR8724" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/240aed31" ], [ "_:search/240aed31", "area", "centre" ], [ "_:search/240aed31", "food", "polish" ], [ "_:search/240aed31", "type", "Restaurant" ], [ "_:result", "address", "2 rose crescent city centre" ], [ "_:result", "name", "The gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "19:00" ], [ "_:booking", "ref", "Y5GU93IK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "Mediterranean" ], [ "_: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", "arrive_by", "?" ], [ "_:search", "departure", "Norwich" ], [ "_:search", "leave_at", "13:00" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "13:16" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "arrive_by", "14:35" ], [ "_:result", "id", "TR8724" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/240aed31" ], [ "_:search/240aed31", "area", "centre" ], [ "_:search/240aed31", "food", "polish" ], [ "_:search/240aed31", "type", "Restaurant" ], [ "_:result", "address", "2 rose crescent city centre" ], [ "_:result", "name", "The gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "2" ], [ "_:booking", "ref", "Y5GU93IK" ], [ "_:search", "food", "Mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "duration", "19:00" ], [ "_:booking", "people", "2" ], [ "_: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", "arrive_by", "?" ], [ "_:search", "departure", "Norwich" ], [ "_:search", "leave_at", "13:00" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "leave_at", "13:16" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "arrive_by", "14:35" ], [ "_:result", "id", "TR8724" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/240aed31" ], [ "_:search/240aed31", "area", "centre" ], [ "_:search/240aed31", "food", "polish" ], [ "_:search/240aed31", "type", "Restaurant" ], [ "_:result", "address", "2 rose crescent city centre" ], [ "_:result", "name", "The gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "2" ], [ "_:search", "food", "Mediterranean" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "duration", "19:00" ], [ "_:booking", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "Y5GU93IK" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for something to do in the west . What would you recommend ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,address,'23 high street , fen ditton');(_:result,name,'Lynne Strover Gallery');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Do you have any particular type of attraction in mind ? If not , try visiting the Lynne Strover Gallery at 23 high street , fen ditton . Do you need more information ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes . I need the phone number please ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223295264');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223295264 . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'18:15');(_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train that will arrive by 18:15 and should leave on Monday ." }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where is your departure site ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Cambridge ." }, { "id": 7, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be traveling to ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'birmingham new street');(_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be traveling to Birmingham New Street and I need tickets for 7 people ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'17:44');(_:result,departure,'Cambridge');(_:result,destination,'Birmingham');(_:result,id,'TR5435');(_:result,leave_at,'15:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5435 leaves Cambridge at 15:01 and arrives in Birmingham at 17:44 . Would you like to book this one ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'd like to book 7 tickets ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'YJ11D57E');(_:booking,ticket,'525.69 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful , the total fee is 525.69 GBP payable at the station . Your reference number is YJ11D57E . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Great that 's all I needed . Thank you . Bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Glad to help , have a good trip !" } ]
PMUL1402.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", "type", "Attraction" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "arrive_by", "17:44" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Birmingham" ], [ "_:result", "id", "TR5435" ], [ "_:result", "leave_at", "15:01" ], [ "_: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", "west" ], [ "_:search", "category", "?" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "arrive_by", "17:44" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Birmingham" ], [ "_:result", "id", "TR5435" ], [ "_:result", "leave_at", "15:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YJ11D57E" ], [ "_:booking", "ticket", "525.69 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , I am trying to plan a trip and could use some help with the trains ." }, { "id": 1, "rdf-acts": [ "thank()", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay sounds great ! Where are you headed ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,leave_at,'18:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm leaving Cambridge and heading to Peterborough Wednesday after 18:45 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR8199');(_:result,leave_at,'19:06');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR8199 leaves after 19:06 , would you like me to book you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please book it for 4 people ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'DQDGTDH8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book it for you . Your reference number is DQDGTDH8 . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'center');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I also want to go to a museum in the center part of town ." }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have several places . Did you have one in specific in mind ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "Not really , do you have one to recommend ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Broughton House Gallery is nice and has no entrance fee . Would you like the address or phone number ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Just the address and entrance fee if fine , if there is no info on the fee , than Ill need the number" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'98 king street');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is 98 king street and the entrance fee is free ! Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you provided all of the information that I needed . Thank you very much ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Please contact us again in the future . Goodbye ." } ]
PMUL1463.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "18:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "id", "TR8199" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "id", "TR8199" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "DQDGTDH8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "id", "TR8199" ], [ "_:result", "leave_at", "19:06" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "DQDGTDH8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "several" ], [ "_: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", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "id", "TR8199" ], [ "_:result", "leave_at", "19:06" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "DQDGTDH8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "id", "TR8199" ], [ "_:result", "leave_at", "19:06" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "DQDGTDH8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 king street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , I need a train on Sunday leaving peterborough ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'38');(_:result,day,'sunday');(_:result,departure,'peterborough');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 38 trains leaving peterborough on sunday . Where are you headed ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'12:30');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am hoping to arrive in cambridge by 12:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'13');(_:result,leave_at,'05:19');(_:result,leave_at,'every 30 minutes after');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have 13 trains meeting your criteria . The first leaves at 05:19 and leave every 30 minutes after . Can I book one of them for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the one with the shortest travel time ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'50 minutes');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "All the trains take exactly 50 minutes . What time would you like to depart ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'12:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hm , I 'll take any train that will let me arrive by or before 12:30 ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,arrive_by,'12:09');(_:booking,category,'Train');(_:booking,leave_at,'11:19');(_:booking,ref,'QS1AJEL1');(_:booking,ticket,'13.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Departs at 11:19 and arrives at 12:09 , that will be 13.2 GBP payable at the station , your reference number is QS1AJEL1 . Anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a hotel , one with free parking ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,has_parking,'none');(_:search,type,'Hotel'))", "inform((_:result,amount,'a lot');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are a lot of possibilities here but none indicate free parking , just whether they have parking or not . Could you list places with free parking ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need an expensive hotel that includes free parking ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,category,'hotel');(_:result,has_parking,'none');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Express by Holiday Inn Cambridge is an expensive hotel located in the east , and it includes parking . Would you like me to book a stay there for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,day,'sunday');(_:search,people,'same group of people');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I want to book this hotel for the same group of people and 3 nights starting from Sunday . I 'll need a reference number please ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,ref,'##');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation is confirmed and the reference number is ##" }, { "id": 14, "rdf-acts": [ "inform((_:search,name,'Express by Holiday Inn');(_:search,people,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm sorry ? Were you able to book the Express by Holiday Inn for 4 people ?" }, { "id": 15, "rdf-acts": [ "inform((_:booking,ref,'GT21FKR5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , sorry about that .. the reference number is GT21FKR5 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok , thank you , that 's all I need for now ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you ! Have a great day !" } ]
MUL0744.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "count", "38" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "peterborough" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "peterborough" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "13" ], [ "_:result", "leave_at", "05:19" ], [ "_:result", "leave_at", "every 30 minutes after" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "13" ], [ "_:result", "leave_at", "05:19" ], [ "_:result", "leave_at", "every 30 minutes after" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "13" ], [ "_:result", "leave_at", "05:19" ], [ "_:result", "leave_at", "every 30 minutes after" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "12:09" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "11:19" ], [ "_:booking", "ref", "QS1AJEL1" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "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", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "13" ], [ "_:result", "leave_at", "05:19" ], [ "_:result", "leave_at", "every 30 minutes after" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "duration", "50 minutes" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "12:09" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "11:19" ], [ "_:booking", "ref", "QS1AJEL1" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/501009fa" ], [ "_:search/501009fa", "has_parking", "none" ], [ "_:search/501009fa", "type", "Hotel" ], [ "_:result", "amount", "a lot" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "13" ], [ "_:result", "leave_at", "05:19" ], [ "_:result", "leave_at", "every 30 minutes after" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "duration", "50 minutes" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "12:09" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "11:19" ], [ "_:booking", "ref", "QS1AJEL1" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/501009fa" ], [ "_:search/501009fa", "has_parking", "none" ], [ "_:search/501009fa", "type", "Hotel" ], [ "_:result", "amount", "a lot" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "same group of people" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "13" ], [ "_:result", "leave_at", "05:19" ], [ "_:result", "leave_at", "every 30 minutes after" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "duration", "50 minutes" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "12:09" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "11:19" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:system", "canthelp", "_:search/501009fa" ], [ "_:search/501009fa", "has_parking", "none" ], [ "_:search/501009fa", "type", "Hotel" ], [ "_:result", "amount", "a lot" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "##" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Express by Holiday Inn" ], [ "_: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", "departure", "peterborough" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "13" ], [ "_:result", "leave_at", "05:19" ], [ "_:result", "leave_at", "every 30 minutes after" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "duration", "50 minutes" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "12:09" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "11:19" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:system", "canthelp", "_:search/501009fa" ], [ "_:search/501009fa", "has_parking", "none" ], [ "_:search/501009fa", "type", "Hotel" ], [ "_:result", "amount", "a lot" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:search", "name", "Express by Holiday Inn" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "GT21FKR5" ], [ "_: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,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi there . I need to book a train from Cambridge to Broxbourne ." }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a day you need to leave ? Do you have a time you need to leave or arrive ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'broxbourne');(_:search,destination,'cambridge');(_:search,leave_at,'13:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm sorry , I actually need to travel from Broxbourne to Cambridge . And yes , I actually do need to leave after 13:00 on Tuesday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,day,'Tuesday');(_:result,id,'TR8199');(_:result,leave_at,'13:32');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "All right , the TR8199 train leaves at 13:32 on Tuesday . Would you like me to purchase tickets for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , that would be great . I need 8 seats ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR8199');(_:booking,people,'8');(_:booking,ref,'ZJ8KWJQ9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright , I have your 8 tickets purchased for the TR8199 train . Your reference number is ZJ8KWJQ9 . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need . Thanks ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a nice day ." } ]
SNG0439.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "13:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "13:00" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "id", "TR8199" ], [ "_:result", "leave_at", "13:32" ], [ "_: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 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "13:00" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "id", "TR8199" ], [ "_:result", "leave_at", "13:32" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR8199" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "ZJ8KWJQ9" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "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 ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'quite a few');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found quite a few . What kind of food would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like an expensive gastropub ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'backstreet bistro');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have the backstreet bistro in the centre of town , does that sound good ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'13:30');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds perfect ! Can you book a table for 5 people @ 13:30 on Saturday ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'IX1RPSY3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are booked ! They will hold the table for 15 minutes . Your reference number is IX1RPSY3 . Can I help you with anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would also like to know if there are any shows or concerts in town ." }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'concert hall');(_:result,name,'Man on the Moon');(_:result,phone,'01223474144');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are great concerts at The Man on the Moon concert hall . Their phone number is 01223474144 , if you 'd like to check coming attractions . Would that work for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you tell me the postcode on that and the entrance fee ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'2 norfolk stree');(_:result,entrance_fee,'do not have it listed');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their address is 2 norfolk stree . I am not sure of their entrance fee , they do not have it listed ." }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could you give me the postcode ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb12lf');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb12lf . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that is everything ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Just let us know if you need anything else ." } ]
MUL2348.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" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "backstreet bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "backstreet bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "IX1RPSY3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "IX1RPSY3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "concert hall" ], [ "_:result", "name", "Man on the Moon" ], [ "_:result", "phone", "01223474144" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "IX1RPSY3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "concert hall" ], [ "_:result", "name", "Man on the Moon" ], [ "_:result", "phone", "01223474144" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "2 norfolk stree" ], [ "_:result", "entrance_fee", "do not have it listed" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "5" ], [ "_:booking", "ref", "IX1RPSY3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "concert hall" ], [ "_:result", "name", "Man on the Moon" ], [ "_:result", "phone", "01223474144" ], [ "_:result", "address", "2 norfolk stree" ], [ "_:result", "entrance_fee", "do not have it listed" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb12lf" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a cheap restaurant in the west ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'tnahh binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "name is tnahh binh" }, { "id": 2, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Pardon ? Is that the name of a restaurant ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'Vietnamese');(_:result,name,'Thanh Binh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there is a Vietnamese restaurant in the west called Thanh Binh ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address and phone number ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'17 Magdalene Street City Centre');(_:result,food,'vietnamese');(_:result,name,'Thanh Binh');(_:result,phone,'01223 362456');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address for the vietnamese restaurant Thanh Binh is 17 Magdalene Street City Centre and their phone number is 01223 362456 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for using the Cambridge restaurant system . Goodbye ." } ]
WOZ20247.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "tnahh binh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "name", "Thanh Binh" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "address", "17 Magdalene Street City Centre" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "name", "Thanh Binh" ], [ "_:result", "phone", "01223 362456" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a place to visit in town that is architecture ." }, { "id": 1, "rdf-acts": [ "select((_:result,category,'Churches or schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "What kind of architecture are you looking for ? Churches or schools ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like churches , and any really old buildings . If you could give me the addresses of a few of those that would be great ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'jesus lane');(_:result,address,'market square');(_:result,entrance_fee,'2 pounds');(_:result,entrance_fee,'free');(_:result,name,'All saints church');(_:result,name,\"great saint mary 's church\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "All saints church is on jesus lane with free entrance , great saint mary 's church is located at market square and has an entrance fee of 2 pounds ." }, { "id": 4, "rdf-acts": [ "request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the post code for that place and the area of town it is in ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'center');(_:result,name,'All Saints Church');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode for All Saints Church is cb58bs and it is located in the city center ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'gastropub');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great . I also need a gastropub restaurant in the east that is expensive ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'the royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have the royal standard . Would you like me to make a booking for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'12:45');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please . For 3 people at 12:45 on Friday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'8XDU4HAN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are set , the reference number is 8XDU4HAN , can I help with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I needed today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using the help desk , enjoy your day ." } ]
PMUL2118.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "Churches or schools" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "Churches or schools" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "address", "market square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All saints church" ], [ "_:result", "name", "great saint mary 's church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:result", "category", "Churches or schools" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "address", "market square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "center" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:result", "category", "Churches or schools" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "address", "market square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "the royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:45" ], [ "_: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", "architecture" ], [ "_:result", "category", "Churches or schools" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "address", "market square" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "center" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "the royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "8XDU4HAN" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'3-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a 3-star guesthouse . Can you please help me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,category,'guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 've found several guesthouse options , do you have a specific area of the city in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do any of those have free parking ? I really need it to include that ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouses');(_:result,count,'3');(_:result,has_parking,'none');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Three guesthouses rated 3 stars have free parking available . May I start a reservation for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , at whichever one you think is nicer . I need a room for 2 nights on Saturday . There are 6 of us ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Saturday');(_:booking,name,'Bridge Guest House');(_:booking,people,'six');(_:booking,ref,'ZZ1ECCCS');(_:booking,stay,'two');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have made a reservation for your party of six for two nights starting Saturday at Bridge Guest House . Your reference number is ZZ1ECCCS . Do you need anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'british');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am also looking for a place to dine in the moderate price range with British food ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Are you looking for a restaurant in a particular area ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "It should be in the centre ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'cotto');(_:result,phone,'01223302010');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i recommend cotto , phone-01223302010" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,duration,'14:15');(_:search,people,'same group');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That 's great . I 'd like to book a table for the same group at 14:15 on the same day ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'WV3AQGOI');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : WV3AQGOI . anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you . I 'll also need a taxi to commute between the two locations . I 'll need to arrive at the restaurant by the booked time ." }, { "id": 13, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time would you like to leave and from where ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'14:15');(_:search,departure,'the guesthouse');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Leaving the guesthouse and going to the restaurant , arriving by 14:15 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'black Ford');(_:result,phone,'07589149146');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "The booking is completed . Lookout for a black Ford contact number 07589149146 . Can I help with anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all . Thanks so much for all your help !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day ." } ]
PMUL0218.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3-star" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3-star" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3-star" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "people", "six" ], [ "_:booking", "ref", "ZZ1ECCCS" ], [ "_:booking", "stay", "two" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3-star" ], [ "_:result", "amount", "several" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "people", "six" ], [ "_:booking", "ref", "ZZ1ECCCS" ], [ "_:booking", "stay", "two" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3-star" ], [ "_:result", "amount", "several" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "people", "six" ], [ "_:booking", "ref", "ZZ1ECCCS" ], [ "_:booking", "stay", "two" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:result", "name", "cotto" ], [ "_:result", "phone", "01223302010" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "same group" ], [ "_: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", "stars", "3-star" ], [ "_:result", "amount", "several" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "people", "six" ], [ "_:booking", "stay", "two" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:result", "name", "cotto" ], [ "_:result", "phone", "01223302010" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "same group" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "WV3AQGOI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "the restaurant" ], [ "_: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", "category", "guesthouse" ], [ "_:search", "stars", "3-star" ], [ "_:result", "amount", "several" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "people", "six" ], [ "_:booking", "stay", "two" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:result", "name", "cotto" ], [ "_:result", "phone", "01223302010" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "same group" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "WV3AQGOI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:15" ], [ "_:search", "departure", "the guesthouse" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3-star" ], [ "_:result", "amount", "several" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "people", "six" ], [ "_:booking", "stay", "two" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:result", "name", "cotto" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "same group" ], [ "_:booking", "ref", "WV3AQGOI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:15" ], [ "_:search", "departure", "the guesthouse" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black Ford" ], [ "_:result", "phone", "07589149146" ], [ "_: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,'Police'))" ], "speaker": "user", "text": "Hello , I need information for the nearest police station please ." }, { "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": "Hello , the name is Parkside Police Station , located at Parkside , Cambridge , post code CB11JG . The phone number is 01223358966 . Do you need help with anything else ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much , that 's all I need for now . Goodbye ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Let me know if you need anything else ." } ]
SNG0116.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,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm interested in doing something touristy in the centre , where should I stop first ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,category,'churches');(_:result,category,'college');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "there are several college , churches and museums in that area" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Those all sound interesting . Do you have any recommendations ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'free school lane');(_:result,entrance_fee,'free');(_:result,name,'the whipple museum of the history of science');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about the whipple museum of the history of science located at free school lane . Their entrance fee is free ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure , can I have the postcode ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb23rh');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Certainly the post code is cb23rh . Can I assist you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,leave_at,'11:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need information about a train on Sunday , leaving after 11:45 ." }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "And can you tell me your departure site please ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving from Cambridge ." }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'tr7447');(_:result,leave_at,'13:00');(_:result,type,'Train'))" ], "speaker": "system", "text": "the tr7447 leaves at 13:00" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That sounds great . Do they have 7 tickets available ? If they do reserve the tickets and I need the reference number ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'ZHM8KDQA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : ZHM8KDQA . Do you need anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No . Thanks for your help . You have been really nice ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a nice time in Cambridge . Goodbye ." } ]
PMUL3442.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "college" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "college" ], [ "_:result", "category", "museums" ], [ "_:result", "address", "free school lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the whipple museum of the history of science" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "college" ], [ "_:result", "category", "museums" ], [ "_:result", "address", "free school lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the whipple museum of the history of science" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23rh" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "college" ], [ "_:result", "category", "museums" ], [ "_:result", "address", "free school lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the whipple museum of the history of science" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23rh" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "departure", "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", "several" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "college" ], [ "_:result", "category", "museums" ], [ "_:result", "address", "free school lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the whipple museum of the history of science" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "id", "tr7447" ], [ "_:result", "leave_at", "13:00" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "college" ], [ "_:result", "category", "museums" ], [ "_:result", "address", "free school lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the whipple museum of the history of science" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "id", "tr7447" ], [ "_:result", "leave_at", "13:00" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ZHM8KDQA" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'aylesbray lodge guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for information about Aylesbray lodge guest house please ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'5 mowbray road');(_:result,area,'south');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,phone,'01223240089');(_:result,postcode,'cb17sr');(_:result,pricerange,'moderate');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure ! It 's a moderate guesthouse in the south with 4 stars , free wifi , and parking . It 's located at 5 mowbray road cb17sr . Their phone is 01223240089 . Care to book there ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what s their postcode ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,postcode,'cb17sr');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Their postcode is cb17sr . Would you like me to make a reservation for you ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes please make a reservation" }, { "id": 5, "rdf-acts": [ "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "For how many rooms and how long is your stay going to be ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'21:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "Ignore that , I just need to get a train leaving after 21:45 from cambridge" }, { "id": 7, "rdf-acts": [ "inform((_:result,leave_at,'23:51');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There 's a train that leaves at 23:51 , would you like that ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,\"king 's lynn\");(_:search,type,'Train'))" ], "speaker": "user", "text": "Not sure . I need to go to King 's Lynn on Saturday . Does that train go there ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,leave_at,'22:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The earliest train is at 22:11 . Does that work for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "It certainly does . Can you book for 3 people , please ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'FKH54ZP9');(_:booking,ticket,'23.52 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booked ! Reference number : FKH54ZP9 . The fee is 23.52 GBP payable at the station ." }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Okay thank you . That is all I need today . Good bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you and have a nice visit ." } ]
MUL2001.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "5 mowbray road" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "postcode", "cb17sr" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "5 mowbray road" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "postcode", "cb17sr" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "5 mowbray road" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "postcode", "cb17sr" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "5 mowbray road" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "postcode", "cb17sr" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:45" ], [ "_:result", "leave_at", "23:51" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "king 's lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "5 mowbray road" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "postcode", "cb17sr" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:45" ], [ "_:booking", "category", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "king 's lynn" ], [ "_:result", "leave_at", "22:11" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "5 mowbray road" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4" ], [ "_:result", "postcode", "cb17sr" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:45" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "king 's lynn" ], [ "_:result", "leave_at", "22:11" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "FKH54ZP9" ], [ "_:booking", "ticket", "23.52 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I am looking for the Addenbrookes Hospital" }, { "id": 1, "rdf-acts": [ "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "Are you wanting a specific department ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,department,\"children 's surgical and medicine\");(_:search,type,'Hospital'))", "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Yes , please . I need the phone number for the children 's surgical and medicine department ." }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223217450');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The phone number you need is 01223217450 ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Thanks . What is the postcode ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Their postcode is CB20QQ . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nothing more . Thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You are very welcome . Please let us know if we can do anything else for you ." } ]
SNG01926.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "children 's surgical and medicine" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "children 's surgical and medicine" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223217450" ], [ "_:result", "type", "Hospital" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "children 's surgical and medicine" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223217450" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Find me a moderately priced place to eat in the South" }, { "id": 1, "rdf-acts": [ "select((_:result,food,'Italian');(_:result,food,'modern european');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,name,'Restaurant Alimentum');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have two options available Pizza Hut Cherry Hinton serving Italian and Restaurant Alimentum which serves modern european . Which would you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'14:45');(_:search,name,'restaurant alimentum');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Restaurant Alimentum sounds interesting . Can you get me a table for 3 at 14:45 on Friday ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'R5SKT4Z3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation is all set . Your reference number is R5SKT4Z3 . Do you need anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great I also need a train on the same day as the restaurant booking heading to cambridge ." }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time and departure site would you like to have ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'11:15');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving from leicester . I want to arrive at cambridge by 11:15 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'10:54');(_:result,destination,'Cambridge');(_:result,id,'TR4170');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR4170 arrives in Cambridge at 10:54 , would you like to reserve a ticket ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you give me the price , train ID and travel time please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'10:54');(_:result,departure,'Leicester');(_:result,destination,'Cambridge');(_:result,duration,'105 minutes');(_:result,id,'TR4170');(_:result,leave_at,'09:09');(_:result,ticket,'37.80 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Train TR4170 leaves Leicester at 09:09 and arrives in Cambridge at 10:54 . The duration of the trip is 105 minutes . The price is 37.80 pounds ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I needed today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using the service today !" } ]
PMUL4302.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "ticket", "?" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "name", "Restaurant Alimentum" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "name", "restaurant alimentum" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "ticket", "?" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "name", "Restaurant Alimentum" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "14:45" ], [ "_:search", "name", "restaurant alimentum" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "R5SKT4Z3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "ticket", "?" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "name", "Restaurant Alimentum" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "14:45" ], [ "_:search", "name", "restaurant alimentum" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "R5SKT4Z3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "ticket", "?" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "name", "Restaurant Alimentum" ], [ "_:result", "count", "2" ], [ "_:search", "duration", "14:45" ], [ "_:search", "name", "restaurant alimentum" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "R5SKT4Z3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "10:54" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4170" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "name", "Restaurant Alimentum" ], [ "_:result", "count", "2" ], [ "_:search", "duration", "14:45" ], [ "_:search", "name", "restaurant alimentum" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "R5SKT4Z3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "arrive_by", "10:54" ], [ "_:result", "departure", "Leicester" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR4170" ], [ "_:result", "leave_at", "09:09" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'modern euro');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Need a place to eat , modern euro food at the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'4');(_:result,food,'Modern European');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 4 Modern European places in the centre . Which price range is best for you ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "If you could recommend the best one , that would be great ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'40270 King Street City Centre');(_:result,name,'Darrys Cookhouse and Wine Shop');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I believe Darrys Cookhouse and Wine Shop is popular . It is at 40270 King Street City Centre . Can I make you a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'broxbourne');(_:search,leave_at,'15:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "ok great I also need a train that departs from Broxbourne and should leave after 15:00" }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Which day would you be traveling ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to arrive in Cambridge on Wednesday if possible ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'16:32');(_:result,day,'Wednesday');(_:result,departure,'broxbourne');(_:result,id,'TR5972');(_:result,leave_at,'15:32');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR5972 departs broxbourne on Wednesday at 15:32 and arrives by 16:32 . Would you like to buy a ticket ?" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Not at this time , thanks . But I appreciate the information . That 's all for today . Thanks . Bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a lovely day ." } ]
MUL1424.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern euro" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern euro" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Modern European" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern euro" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Modern European" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "40270 King Street City Centre" ], [ "_:result", "name", "Darrys Cookhouse and Wine Shop" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern euro" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Modern European" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "40270 King Street City Centre" ], [ "_:result", "name", "Darrys Cookhouse and Wine Shop" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "modern euro" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Modern European" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "40270 King Street City Centre" ], [ "_:result", "name", "Darrys Cookhouse and Wine Shop" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:32" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "broxbourne" ], [ "_:result", "id", "TR5972" ], [ "_:result", "leave_at", "15:32" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Looking for a restaurant in the East side of town" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'east');(_:result,count,'9');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It looks like there are 9 restaurants in the east side of town . Do you have a preference for the price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes expensive restaurant please" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'Grafton Hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Grafton Hotel restaurant is in the expensive price range and located in the east part of town ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "May I have the address and phone number please ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'grafton hotel 619 newmarket road fen ditton');(_:result,name,'grafton hotel restaurant');(_:result,phone,'01223 241387');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "grafton hotel restaurant is located at grafton hotel 619 newmarket road fen ditton and the phone number is 01223 241387 . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 'd like the postcode too please ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,name,'grafton hotel restaurant');(_:result,postcode,'8 p.a.');(_:result,postcode,'C.B 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code for the grafton hotel restaurant is C.B 5 , 8 P.A. Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all . Thank you ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye" } ]
WOZ20321.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "area", "east" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "count", "9" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Grafton Hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "count", "9" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "phone", "01223 241387" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:result", "count", "9" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "grafton hotel 619 newmarket road fen ditton" ], [ "_:result", "phone", "01223 241387" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "grafton hotel restaurant" ], [ "_:result", "postcode", "8 p.a." ], [ "_:result", "postcode", "C.B 5" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train from Cambridge leaving Monday ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where would you like to travel to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'15:45');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to go to Ely . I need to arrive by 15:45 ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,arrive_by,'14:07,that');(_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can get you tickets for an arrival time at 14:07,that is the soonest , is that okay ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . That 's perfect . Can you book for 2 people ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,people,'2');(_:booking,ref,'K9R2W1I6');(_:booking,ticket,'8.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , I made a reservation for 2 people . The reference number is K9R2W1I6 and the total fee is 8.8 GBP payable at the station ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'concerthall');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great . Can you recommend a Concerthall to go to ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'concert hall');(_:result,name,'the man on the moon');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "the man on the moon is a concert hall located in the centre part of town . would you like their address and their phone number ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Do you have any concert halls located in the west ?" }, { "id": 9, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,category,'concert hall');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "No , there are no concert hall on the west - side ." }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is there one that is in the type of college ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'West');(_:result,category,'college');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Clare Hall is a college in the West with no entrance fee . Will that do ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,name,'clare hall');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , that would work . Could I get the full address and phone details for Clare Hall please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'herschel road');(_:result,name,\"Clare Hall 's\");(_:result,phone,'01223332360');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , Clare Hall 's address is herschel road and it 's phone number is 01223332360 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need . Thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using Cambridge TownInfo centre . Please remember us for all of your future travel needs ." } ]
MUL1782.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "14:07,that" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "14:07,that" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "K9R2W1I6" ], [ "_:booking", "ticket", "8.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "concerthall" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "14:07,that" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "K9R2W1I6" ], [ "_:booking", "ticket", "8.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "concerthall" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "concert hall" ], [ "_:result", "name", "the man on the moon" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "14:07,that" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "K9R2W1I6" ], [ "_:booking", "ticket", "8.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "concert hall" ], [ "_:result", "name", "the man on the moon" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/4f0f6e7f" ], [ "_:search/4f0f6e7f", "area", "west" ], [ "_:search/4f0f6e7f", "category", "concert hall" ], [ "_:search/4f0f6e7f", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "14:07,that" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "K9R2W1I6" ], [ "_:booking", "ticket", "8.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/4f0f6e7f" ], [ "_:search/4f0f6e7f", "area", "west" ], [ "_:search/4f0f6e7f", "category", "concert hall" ], [ "_:search/4f0f6e7f", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "area", "West" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "clare hall" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "14:07,that" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "K9R2W1I6" ], [ "_:booking", "ticket", "8.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/4f0f6e7f" ], [ "_:search/4f0f6e7f", "area", "west" ], [ "_:search/4f0f6e7f", "category", "concert hall" ], [ "_:search/4f0f6e7f", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "area", "West" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "name", "clare hall" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "herschel road" ], [ "_:result", "name", "Clare Hall 's" ], [ "_:result", "phone", "01223332360" ], [ "_: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,department,'neurology neurosurgery');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I want to find a hospital in town . The hospital should have the neurology neurosurgery department" }, { "id": 1, "rdf-acts": [ "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "I have Addenbrookes Hospital on Hills Rd in Cambridge , they have a nuerology and nuerosurgery department , will that be okay ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "That would be fine . I just need the phone number and postcode . Thanks ." }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The phone number is 01223245151 and the post code is CB20QQ . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . I got what I needed . Goodbye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Have a great day !" } ]
SNG02309.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "neurology neurosurgery" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hi I am looking for places to go in the center of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'a lot');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , we have a lot of attractions available . What would you like to do ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "An entertainment attraction would be nice ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I do n't see a match . Do you have any other preferences ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'nightclubs');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How about we try nightclubs ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'ballare');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "how about ballare ? i 've heard great things ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'ballare');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Ballare sounds great . Is there a entrance fee ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The entrance fee is 5 pounds . What else can I help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'10:30');(_:search,day,'thursday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train for Thursday running from Norwich to Cambridge , and I 'd like to arrive by 10:30 . Can you help with that ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'4');(_:result,leave_at,'every hour starting at 05:16');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There a 4 trains that would work . They run every hour starting at 05:16 . When would you like to depart ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'10:30');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))", "request((_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I want to arrive by 10:30 for norwich to cambridge I need the train ID and departure time please" }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'09:35');(_:result,id,'tr9905');(_:result,leave_at,'08:16');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "the tr9905 will bet you there by 09:35 and it leaves at 08:16 , anything else today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is everything . Thank you so much ." }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Have a wonderful day !" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks . You too ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome ! Bye !" } ]
PMUL4304.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "a lot" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "a lot" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/f47ee39d" ], [ "_:search/f47ee39d", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "nightclubs" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "a lot" ], [ "_:system", "canthelp", "_:search/f47ee39d" ], [ "_:search/f47ee39d", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "nightclubs" ], [ "_:result", "name", "ballare" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "ballare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "a lot" ], [ "_:system", "canthelp", "_:search/f47ee39d" ], [ "_:search/f47ee39d", "type", "Attraction" ], [ "_:search", "category", "nightclubs" ], [ "_:result", "name", "ballare" ], [ "_:search", "name", "ballare" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "a lot" ], [ "_:system", "canthelp", "_:search/f47ee39d" ], [ "_:search/f47ee39d", "type", "Attraction" ], [ "_:search", "category", "nightclubs" ], [ "_:result", "name", "ballare" ], [ "_:search", "name", "ballare" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "4" ], [ "_:result", "leave_at", "every hour starting at 05:16" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "a lot" ], [ "_:system", "canthelp", "_:search/f47ee39d" ], [ "_:search/f47ee39d", "type", "Attraction" ], [ "_:search", "category", "nightclubs" ], [ "_:result", "name", "ballare" ], [ "_:search", "name", "ballare" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "4" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "09:35" ], [ "_:result", "id", "tr9905" ], [ "_:result", "leave_at", "08:16" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:result", "amount", "a lot" ], [ "_:system", "canthelp", "_:search/f47ee39d" ], [ "_:search/f47ee39d", "type", "Attraction" ], [ "_:search", "category", "nightclubs" ], [ "_:result", "name", "ballare" ], [ "_:search", "name", "ballare" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "4" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "09:35" ], [ "_:result", "id", "tr9905" ], [ "_:result", "leave_at", "08:16" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_: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,department,'inpatient occupational therapy');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "Hello , I 'm looking for a nearby hospital that has inpatient occupational therapy . Can you help me with this ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Telephone \t : \t 01223245151 \n Address \t : \t Hills Rd , Cambridge \n Postcode \t : \t CB20QQ" }, { "id": 2, "rdf-acts": [ "inform((_:search,department,'inpatient occupational therapy');(_:search,type,'Hospital'))", "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Is that the phone number for the inpatient occupational therapy department ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223216881');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "No , their direct number is 01223216881 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I need ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system !" } ]
SNG0198.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "inpatient occupational therapy" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:search", "department", "inpatient occupational therapy" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:search", "department", "inpatient occupational therapy" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223216881" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to go to broxbourne on monday" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi');(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Okay , not problem . Would you like to travel by train or taxi ? Where are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "Train , Monday , to Broxbourne from Cambridge ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a time you need to leave or arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'Cambridge');(_:search,leave_at,'21:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave Cambridge after 21:15" }, { "id": 5, "rdf-acts": [ "select((_:result,arrive_by,'23:01');(_:result,arrive_by,'24:01');(_:result,day,'Monday');(_:result,leave_at,'22:01');(_:result,leave_at,'23:01');(_:result,type,'Train'))", "inform((_:result,count,'2');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are two trains you can take on Monday , either the 22:01 ( arrive 23:01 ) or the 23:01 ( arrive 24:01 ) . Which train do you prefer ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that will work fine for me and my husband" }, { "id": 7, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,leave_at,'22:01');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book the 22:01 ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes that would be great , and it 'll just be me . Could you also find me a place to stay ?" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:booking,category,'Train');(_:booking,ref,'UNUTWNQN');(_:booking,ticket,'17.89 GBA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful your reference number is UNUTWNQN and the total is 17.89 GBA . I can is do you have a price range and what area ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,stars,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to stay in an expensive three star place with free parking . Is there anything like that ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'gonville place');(_:result,name,'gonville hotel');(_:result,type,'Hotel'))", "reqmore()", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 2 options - I would like to suggest the gonville hotel at gonville place . Is there anything else I could help you with ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,name,'gonville hotel');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "The Gonville Hotel sounds ok can you provide the the telephone number and do they have internet ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Gonville');(_:result,phone,'01223366611');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The Gonville does offer both free parking and free internet . You can reach them at 01223366611 . Is there anything else I can help with ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ss the gonville hotel a hotel and not a guesthouse ?" }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotel');(_:result,name,'the gonville');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The gonville is a hotel , not a guesthouse . Would you like a booking ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not right now . Thank you ." }, { "id": 17, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all , thanks ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service and enjoy your visit . Goodbye ." } ]
MUL2086.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "23:01" ], [ "_:result", "arrive_by", "24:01" ], [ "_:result", "day", "Monday" ], [ "_:result", "leave_at", "22:01" ], [ "_:result", "leave_at", "23:01" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:result", "arrive_by", "23:01" ], [ "_:result", "arrive_by", "24:01" ], [ "_:result", "day", "Monday" ], [ "_:result", "leave_at", "22:01" ], [ "_:result", "leave_at", "23:01" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "22:01" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:result", "arrive_by", "23:01" ], [ "_:result", "arrive_by", "24:01" ], [ "_:result", "day", "Monday" ], [ "_:result", "leave_at", "22:01" ], [ "_:result", "leave_at", "23:01" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "leave_at", "22:01" ], [ "_:search", "area", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "UNUTWNQN" ], [ "_:booking", "ticket", "17.89 GBA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "three" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:result", "arrive_by", "23:01" ], [ "_:result", "arrive_by", "24:01" ], [ "_:result", "day", "Monday" ], [ "_:result", "leave_at", "22:01" ], [ "_:result", "leave_at", "23:01" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "leave_at", "22:01" ], [ "_:search", "area", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "UNUTWNQN" ], [ "_:booking", "ticket", "17.89 GBA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "three" ], [ "_:result", "address", "gonville place" ], [ "_:result", "name", "gonville hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:result", "arrive_by", "23:01" ], [ "_:result", "arrive_by", "24:01" ], [ "_:result", "day", "Monday" ], [ "_:result", "leave_at", "22:01" ], [ "_:result", "leave_at", "23:01" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "leave_at", "22:01" ], [ "_:search", "area", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "UNUTWNQN" ], [ "_:booking", "ticket", "17.89 GBA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "three" ], [ "_:result", "address", "gonville place" ], [ "_:result", "count", "2" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville" ], [ "_:result", "phone", "01223366611" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "gonville hotel" ], [ "_: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", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:result", "arrive_by", "23:01" ], [ "_:result", "arrive_by", "24:01" ], [ "_:result", "day", "Monday" ], [ "_:result", "leave_at", "22:01" ], [ "_:result", "leave_at", "23:01" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "leave_at", "22:01" ], [ "_:search", "area", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "UNUTWNQN" ], [ "_:booking", "ticket", "17.89 GBA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "three" ], [ "_:result", "address", "gonville place" ], [ "_:result", "count", "2" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223366611" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "the gonville" ], [ "_: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": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "21:15" ], [ "_:result", "arrive_by", "23:01" ], [ "_:result", "arrive_by", "24:01" ], [ "_:result", "day", "Monday" ], [ "_:result", "leave_at", "22:01" ], [ "_:result", "leave_at", "23:01" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "leave_at", "22:01" ], [ "_:search", "area", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "UNUTWNQN" ], [ "_:booking", "ticket", "17.89 GBA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "three" ], [ "_:result", "address", "gonville place" ], [ "_:result", "count", "2" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223366611" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "the gonville" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'panahar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant named Panahar ." }, { "id": 1, "rdf-acts": [ "inform((_:booking,name,'panahar');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok . Would you like me to make a reservation at panahar ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,people,'five');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , for five people ." }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok for what day and time please ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'13:45');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That information is at 13:45 on sunday ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was unsuccessful . Is there another time you would like me to look for ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there another restaurant in the area for us at this time within the same price range ?" }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'33');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 33 restaurants that satisfy your preferences . Are you keen on eating a particular cuisine ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't have any preferences . Pick one you like ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'kymmoy');(_:booking,ref,'W8M1HZ59');(_:booking,type,'Booking');(_:result,food,'asian oriental');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I booked you a table in kymmoy . They serve asian oriental cuisine . Your reference number is W8M1HZ59 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! Have a nice day !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Enjoy your evening !" } ]
SSNG0138.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:booking", "name", "panahar" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "five" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:booking", "name", "panahar" ], [ "_:search", "people", "five" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:booking", "name", "panahar" ], [ "_:search", "people", "five" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "13:45" ], [ "_:system", "canthelp", "_:booking/fbd6ce62" ], [ "_:booking/fbd6ce62", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:booking", "name", "panahar" ], [ "_:search", "people", "five" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "13:45" ], [ "_:system", "canthelp", "_:booking/fbd6ce62" ], [ "_:booking/fbd6ce62", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "panahar" ], [ "_:search", "people", "five" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "13:45" ], [ "_:system", "canthelp", "_:booking/fbd6ce62" ], [ "_:booking/fbd6ce62", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "count", "33" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "kymmoy" ], [ "_:booking", "ref", "W8M1HZ59" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'finches bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi I am looking for a hotel called finches bed and breakfast" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'144 thornton road');(_:result,area,'west');(_:result,name,'Finches bed and breakfast');(_:result,phone,'01223276653');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Finches bed and breakfast is in the west side of town at 144 thornton road , phone 01223276653 . Would you like me to book a room for you ?" }, { "id": 2, "rdf-acts": [ "request((_:result,category,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you please give me the price range and the hotel type ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouse');(_:result,name,'Finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Finches bed and breakfast is a guesthouse , and the price range is cheap . Would you like me to book a room for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Oh , I forgot , do they have free parking ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They do have free parking , yes . Would you like me to book that for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "No that wo n't be necessary . Can you help me find a train though ? I need to go to cambridge ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'1414');(_:result,destination,'cambridge');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "There are 1414 trains heading to cambridge do you have some more information to narrow it down ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'12:15');(_:search,day,'friday');(_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need the train to leave on Friday from Peterborough , and arrive by 12:15 ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "inform((_:result,count,'13');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,leave_at,'11:19');(_:result,leave_at,'5:19');(_:result,leave_at,'twice an hour');(_:result,type,'Train'))" ], "speaker": "system", "text": "Alright , you have 13 options . Trains from Peterborough to Cambridge leave twice an hour , starting at 5:19 and running until 11:19 . Would you like to book one of these trips ?" }, { "id": 10, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , please . Any of those will do , but before you book it , could you let me know what the train ID , travel time , and ticket price will be ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'08:09');(_:result,duration,'50 minutes');(_:result,id,'TR0035');(_:result,leave_at,'07:19');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Certainly . TR0035 leaves at 07:19 and arrives by 08:09 . It is 16.50 pounds and the travel time is 50 minutes . Does this work for you ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much for all of your help today ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'6D90EJTE');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay . I have booked you on that train and your reference number for the journey is 6D90EJTE . Anything else I can help you with today ?" }, { "id": 14, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))" ], "speaker": "user", "text": "Actually yes , can I get the travel time , train ID , and price please ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'08:09');(_:result,duration,'50 minutes');(_:result,id,'TR0035');(_:result,leave_at,'07:19');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Certainly . TR0035 leaves at 07:19 and arrives by 08:09 . It is 16.50 pounds and the travel time is 50 minutes . The booking above was for only one ticket . Is that correct ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I actually did nt need to book the train yet , I just needed the information for now . That is all of the information that I need for today . Thank you !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service and have a great day ?" } ]
MUL0637.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "type", "Hotel" ], [ "_:result", "category", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_: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", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "1414" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "ticket", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "destination", "cambridge" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:result", "count", "13" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "11:19" ], [ "_:result", "leave_at", "5:19" ], [ "_:result", "leave_at", "twice an hour" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "destination", "cambridge" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:result", "count", "13" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "pricerange", "?" ], [ "_:result", "arrive_by", "08:09" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "id", "TR0035" ], [ "_:result", "leave_at", "07:19" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "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", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "13" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "pricerange", "?" ], [ "_:result", "arrive_by", "08:09" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "id", "TR0035" ], [ "_:result", "leave_at", "07:19" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "6D90EJTE" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "count", "13" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "pricerange", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "6D90EJTE" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "08:09" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "id", "TR0035" ], [ "_:result", "leave_at", "07:19" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'Lensfield Hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to find the Lensfield Hotel ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'53 - 57 Lensfield Road');(_:result,name,'Lensfield Hotel');(_:result,postcode,'cb21en');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Lensfield Hotel is location on 53 - 57 Lensfield Road , postcode cb21en . Would you like to look at booking a room ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stay,'three');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes please I will be there three nights . Send me a reference number please ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , I can do that . Can you let me know what days you would like to stay ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'll be there on Tuesday ." }, { "id": 5, "rdf-acts": [ "thank()", "inform((_:booking,ref,'0IKY6DF0');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set ; your reference number is : 0IKY6DF0 . I hope you enjoy your stay ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . I am also looking for places to go in town ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,area,'same area of town');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Should it be in the same area of town as the hotel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a theatre in the centre of town ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,name,'adc theatre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "adc theatre fits those criteria . Would you like more information on it ?" }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I need their entrance fee and phone number ." }, { "id": 11, "rdf-acts": [ "inform((_:result,entrance_fee,'do not know');(_:result,phone,'01223300085');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I do not know the entrance fee but the phone number is 01223300085 ." }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will give the theatre a call , thanks . I also need help with a taxi between the hotel and the theater , please ." }, { "id": 13, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "and for what time please ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "I want to leave by 8:15 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'blue Skoda');(_:result,phone,'07066636790');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your taxi reservation on a blue Skoda was successful . The contact number is 07066636790 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That is all that I need ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thanks for letting us assist you today ! Enjoy your trip ! Goodbye ." } ]
PMUL2537.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "three" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "three" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "0IKY6DF0" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "postcode", "cb21en" ], [ "_:search", "stay", "three" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "ref", "0IKY6DF0" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "same area of town" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "postcode", "cb21en" ], [ "_:search", "stay", "three" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "ref", "0IKY6DF0" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "same area of town" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "adc theatre" ], [ "_: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", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "postcode", "cb21en" ], [ "_:search", "stay", "three" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "ref", "0IKY6DF0" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "same area of town" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "adc theatre" ], [ "_:result", "entrance_fee", "do not know" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Hotel" ], [ "_: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", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "postcode", "cb21en" ], [ "_:search", "stay", "three" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "ref", "0IKY6DF0" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "same area of town" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "adc theatre" ], [ "_:result", "entrance_fee", "do not know" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "?" ], [ "_: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", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "postcode", "cb21en" ], [ "_:search", "stay", "three" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "ref", "0IKY6DF0" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "same area of town" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "adc theatre" ], [ "_:result", "entrance_fee", "do not know" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Skoda" ], [ "_:result", "phone", "07066636790" ], [ "_: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,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for some places to go in town . Can you help me find a swimmingpool in the west ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,type,'Attraction'))" ], "speaker": "system", "text": "Sorry , I did n't pull up any results . Would you like me to check surrounding areas ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No . Instead of swimming I think I will go to college . Any of those around here ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'5');(_:result,entrance_fee,'2.50 pounds');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "i have found five . would you like info for the 3 free or the 2 that cost 2.50 pounds ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "It does n't matter . Can you just recommend one for me ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'The magdalene college');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "The magdalene college is nice . It is free to enter . Would you like more information on it ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'magdalene college');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , may I please get Magdalene College 's phone number ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223332138');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , their phone number is 01223332138 . Can I help you with anything else today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train going to peterborough ." }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "From what location ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,leave_at,'10:45');(_:search,type,'Train'))", "request((_:result,arrive_by,?);(_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Cambridge will be the departure place . I 'd like to leave after 10:45 on Sunday . I 'll need the travel time , arrival time , and Train ID please ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Ok I will book it for you" } ]
PMUL1379.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bd3f4c57" ], [ "_:search/bd3f4c57", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bd3f4c57" ], [ "_:search/bd3f4c57", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bd3f4c57" ], [ "_:search/bd3f4c57", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "The magdalene college" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "magdalene college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bd3f4c57" ], [ "_:search/bd3f4c57", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "The magdalene college" ], [ "_:search", "name", "magdalene college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bd3f4c57" ], [ "_:search/bd3f4c57", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "The magdalene college" ], [ "_:search", "name", "magdalene college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'nusha');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for the Nusha . Can you help me ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Unit G6 , Cambridge Leisure Park , on Clifton Road');(_:result,category,'entertainment');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , that is a fun entertainment venue located at Unit G6 , Cambridge Leisure Park , on Clifton Road ." }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "what is the fee ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'Unfortunately');(_:result,entrance_fee,'they often change so we do not have that information');(_:result,phone,'01223902158');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Unfortunately , they often change so we do not have that information . But I can give you their phone number . It is 01223902158 . Can I assist you with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'21:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you . I also need a book a train , leaving cambridge after 21:30 ." }, { "id": 5, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok and what is your destination ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to go to London Liverpool Street on Friday ." }, { "id": 7, "rdf-acts": [ "select((_:result,id,'TR3138');(_:result,id,'TR9557');(_:result,leave_at,'21:59');(_:result,leave_at,'23:59');(_:result,type,'Train'))", "inform((_:result,type,'Train'))" ], "speaker": "system", "text": "TR9557 leaves at 21:59 , or , if that is too close to 21:30 , TR3138 leaves at 23:59 . Do either of those options work for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , can you give me arrival times and prices , please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'23:27');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Yes the train arrives at 23:27 and the price of the fare is 16.60 pounds ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Have a great day ." } ]
PMUL4063.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "nusha" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "nusha" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , on Clifton Road" ], [ "_:result", "category", "entertainment" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "nusha" ], [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , on Clifton Road" ], [ "_:result", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "Unfortunately" ], [ "_:result", "entrance_fee", "they often change so we do not have that information" ], [ "_:result", "phone", "01223902158" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "nusha" ], [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , on Clifton Road" ], [ "_:result", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "Unfortunately" ], [ "_:result", "entrance_fee", "they often change so we do not have that information" ], [ "_:result", "phone", "01223902158" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "nusha" ], [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , on Clifton Road" ], [ "_:result", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "Unfortunately" ], [ "_:result", "entrance_fee", "they often change so we do not have that information" ], [ "_:result", "phone", "01223902158" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR3138" ], [ "_:result", "id", "TR9557" ], [ "_:result", "leave_at", "21:59" ], [ "_:result", "leave_at", "23:59" ], [ "_:result", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "nusha" ], [ "_:result", "address", "Unit G6 , Cambridge Leisure Park , on Clifton Road" ], [ "_:result", "category", "entertainment" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "Unfortunately" ], [ "_:result", "entrance_fee", "they often change so we do not have that information" ], [ "_:result", "phone", "01223902158" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR3138" ], [ "_:result", "id", "TR9557" ], [ "_:result", "leave_at", "21:59" ], [ "_:result", "leave_at", "23:59" ], [ "_:result", "arrive_by", "23:27" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'norwhich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train going to norwhich from cambridge ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'133');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 've got 133 scheduled between Cambridge and Norwich . What day of the week are you planning to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave on Tuesday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'quite a few');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have quite a few results . Is there a specific time you 'd like to leave or arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,leave_at,'16:15');(_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "There are 7 people in my party and we 'd like to leave after 16:15 on Tuesday . I 'll need a reference number , please ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'KFMNIOGF');(_:booking,ticket,'123.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright , the booking was successful , the total fee is 123.2 GBP payable at the station . Reference number is : KFMNIOGF ." }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you so much . We also need a cheap place to stay . Can you help with that ?" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Is there a part of the city you would like to stay in ?" } ]
PMUL1560.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwhich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwhich" ], [ "_:result", "count", "133" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwhich" ], [ "_:result", "count", "133" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwhich" ], [ "_:result", "count", "133" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "KFMNIOGF" ], [ "_:booking", "ticket", "123.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'nightclub');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you recommend a nightclub in town , please ?" }, { "id": 1, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Attraction'))", "inform((_:result,category,'nightclubs');(_:result,count,'6');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 6 nightclubs . Are you looking for one in the centre or south side of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Let 's see what 's available in the centre" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,entrance_fee,'5 pounds');(_:result,name,'The soul tree nightclub');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The soul tree nightclub is in the centre and cost 5 pounds" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you give me the address and postcode , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'1 - 6 corn exchange street');(_:result,postcode,'cb23qf');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is 1 - 6 corn exchange street and the postcode is cb23qf" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Also I need a hotel called a and b guest house ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure . Do you need information on the guesthouse or would you like me to book a room ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))", "inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "what s the postcode and address to a and b guest house please" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'124 Tenison Road');(_:result,name,'A and B Guest House');(_:result,postcode,'cb12dp');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The address for The A and B Guest House is 124 Tenison Road . The postcode is cb12dp . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Nope , that 's all I needed !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Great ! If you need anything else do n't hesitate to call . Have a great time ! !" } ]
PMUL3082.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "count", "6" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "The soul tree nightclub" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "count", "6" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "The soul tree nightclub" ], [ "_:result", "address", "1 - 6 corn exchange street" ], [ "_:result", "postcode", "cb23qf" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "count", "6" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "The soul tree nightclub" ], [ "_:result", "address", "1 - 6 corn exchange street" ], [ "_:result", "postcode", "cb23qf" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclub" ], [ "_:result", "count", "6" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "124 Tenison Road" ], [ "_:result", "name", "A and B Guest House" ], [ "_:result", "postcode", "cb12dp" ], [ "_:result", "type", "Hotel" ], [ "_: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 need a place to stay" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What side of town or price range were you looking at ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Price does n't matter but would like a 4 star hotel in the west that includes free parking ." }, { "id": 3, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes are you interested in a cheap or expensive place to stay ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "that is not a issue . book it for 7 people and 4 nights starting from tuesday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,ref,'VJSD7MP1');(_:result,type,'Hotel'))", "reqmore()", "inform((_:booking,name,'Cambridge Belfry');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked you at The Cambridge Belfry hotel . Reference number is : VJSD7MP1 . Is there anything else I can do ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'the varsity restaurant');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks . Can you give me some information about the varsity restaurant ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'international');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is an international restaurant , in the moderate price range . Would you like to reserve a table ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'12:00');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . I need a reservation for 7 at 12:00 on Tuesday ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,day,'Tuesday');(_:booking,duration,'12:00');(_:booking,name,'Varsity Restaurant');(_:booking,people,'7');(_:booking,ref,'738I9LRF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked the Varsity Restaurant for 7 people on Tuesday at 12:00 . The reference number is : 738I9LRF ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you so much !" }, { "id": 11, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything more I can assist you with today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you ! Thanks for all your help !" }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Have a great day !" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , you as well ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "enjoy your stay in cambridge" } ]
PMUL4292.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:result", "category", "hotel" ], [ "_:result", "ref", "VJSD7MP1" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Cambridge Belfry" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "the varsity restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "4" ], [ "_:result", "category", "hotel" ], [ "_:result", "ref", "VJSD7MP1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Cambridge Belfry" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "the varsity restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "4" ], [ "_:result", "category", "hotel" ], [ "_:result", "ref", "VJSD7MP1" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "the varsity restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "12:00" ], [ "_:booking", "name", "Varsity Restaurant" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "738I9LRF" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "4" ], [ "_:result", "category", "hotel" ], [ "_:result", "ref", "VJSD7MP1" ], [ "_:search", "name", "the varsity restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "12:00" ], [ "_:booking", "name", "Varsity Restaurant" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "738I9LRF" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "stay", "4" ], [ "_:result", "category", "hotel" ], [ "_:result", "ref", "VJSD7MP1" ], [ "_:search", "name", "the varsity restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "12:00" ], [ "_:booking", "name", "Varsity Restaurant" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "738I9LRF" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]