turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need you to help me find an expensive restaurant to dine in , I 'd like it to be chinese food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Are you looking to dine in a particular area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant in the centre of town , please ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'tang chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have tang chinese that meets your criteria , would you like me to make a reservation for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , I just need the address , postcode and phone number . Thanks !" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'napier street city center');(_:result,name,'Tang chinese');(_:result,phone,'01223357187');(_:result,postcode,'cb11hr');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Tang chinese is located at napier street city center , phone number is 01223357187 , and the postcode is cb11hr ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That 's all I need . Thanks , good bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Thank you for calling . Goodbye ." } ]
SNG01715.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "tang chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "napier street city center" ], [ "_:result", "name", "Tang chinese" ], [ "_:result", "phone", "01223357187" ], [ "_:result", "postcode", "cb11hr" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant near the centre , moderate priced , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , are you wanting any particular type of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like british food please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'British');(_:result,name,'restaurant one seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about the restaurant one seven that serves British food and is in the moderate price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'13:30');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great . Can you book a table for 8 people on Friday at 13:30 ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'F9G08K4X');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have made those reservations . Your reference number is F9G08K4X ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for places to go in town . The attraction should be in the type of museum and should be in the same area as the restaurant" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,category,'museums');(_:result,count,'11');(_:result,name,'castle galleries');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 11 museums in that area . The castle galleries is one of my favorites . Would you like more information ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes . May I have the number and address ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,phone,'01223307402');(_:result,postcode,'cb23bj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "their address is unit su43 , grande arcade , saint andrews street , cb23bj . phone number is 01223307402 . anythin else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is everything thank you ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , Have a great day ." } ]
PMUL2133.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "british" ], [ "_:result", "food", "British" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "british" ], [ "_:result", "food", "British" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "F9G08K4X" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "british" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "F9G08K4X" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "food", "british" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "F9G08K4X" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "name", "castle galleries" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "postcode", "cb23bj" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I 'm looking for a place to eat on the East . I prefer a restaurant that serves British food" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'1');(_:result,name,'Grafton Hotel Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I see one option - Grafton Hotel Restaurant , an expensive restaurant . Would you like the address or to make a reservation ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'15:45');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . For 15:45 on Thursday ." }, { "id": 3, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people will there be in your party ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,people,'seven');(_:search,type,'Restaurant');(_:search,type,'Train'))" ], "speaker": "user", "text": "Seven altogether . And I need to find a train leaving from cambridge too ." }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))", "inform((_:booking,ref,'TQSYLE3M');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table is reserved , reference # TQSYLE3M . For the train , where will you be heading , and what day and time ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'21:00');(_:search,day,'friday');(_:search,destination,'the airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to get to the airport by 21:00 on Friday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'20:08');(_:result,id,'TR1110');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "the TR1110 could get you there by 20:08 . do you want tickets ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I will like tickets for 2 please ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'G9D4VF1V');(_:booking,ticket,'20.02');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are set , the reference number is G9D4VF1V , your total is 20.02 , you will need to pay at the station , any other questions ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "No , that would be all ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling Cambridge TownInfo centre , we were happy to help you explore our city . Have a wonderful day !" } ]
PMUL4588.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "15:45" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "people", "seven" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "15:45" ], [ "_:booking", "people", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "people", "seven" ], [ "_:search", "leave_at", "?" ], [ "_:booking", "ref", "TQSYLE3M" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "the airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "duration", "15:45" ], [ "_:booking", "people", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:booking", "ref", "TQSYLE3M" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "the airport" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "id", "TR1110" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Grafton Hotel Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "duration", "15:45" ], [ "_:booking", "people", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "the airport" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "id", "TR1110" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "G9D4VF1V" ], [ "_:booking", "ticket", "20.02" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I 'm looking for a 4 star place that offers free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'21');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 21 hotels that meet the description . Are you looking for one in a particular area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No particular area but it should have free parking too ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'52 Gilbert Road');(_:result,name,'Archway House');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Okay . I would recommend Archway House , which is at 52 Gilbert Road and has everything you 're looking for . Does that sound good ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , that does sound good . Can you book a room for 7 people for me for 3 nights starting from Sunday ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'40N5I5FN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : 40N5I5FN . anything else i could help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "great , thanks . I need also a chinese restaurant in moderate price range ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'some');(_:result,food,'chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are some excellent chinese restaurants in that price range . Do you have a location preference ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The location does n't matter . I just need a Chinese restaurant that is moderately priced . Thanks ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Jinling Noodle Bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Jinling Noodle Bar meets your criteria , should I book it for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'16:00');(_:search,people,'7');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Please do . I want it for 7 people on sunday at 16:00 . Please provide the reference number" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'RQHOVD73');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : RQHOVD73 . Is there anything else I can assist you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all for today . Thanks for all your help . Have a great day !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "thank you and enjoy your stay in our lovely city !" } ]
PMUL0201.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", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "21" ], [ "_: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", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "21" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "address", "52 Gilbert Road" ], [ "_:result", "name", "Archway House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "21" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "address", "52 Gilbert Road" ], [ "_:result", "name", "Archway House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "40N5I5FN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "21" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "address", "52 Gilbert Road" ], [ "_:result", "name", "Archway House" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "40N5I5FN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "some" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "21" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "address", "52 Gilbert Road" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "40N5I5FN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "some" ], [ "_:result", "food", "chinese" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Jinling Noodle Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "21" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "address", "52 Gilbert Road" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "3" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "some" ], [ "_:result", "food", "chinese" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Jinling Noodle Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "RQHOVD73" ], [ "_: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,'Restaurant'))" ], "speaker": "user", "text": "I need help finding a restaurant in Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,food,'african');(_:result,food,'asian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "What type of food do you want ? I have asian and african cuisine" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would actually like to find something that 's serving modern European food , preferably in the centre ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have four options . Do you want cheap , moderate , or expensively priced ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate please ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'2');(_:result,name,'de luca cucina and bar');(_:result,name,'riverside brasserie');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have two options - de luca cucina and bar or riverside brasserie . Would you like me to book a reservation at either one ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'19:00');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Either one would be fine . Can you book it for 3 people at 19:00 on saturday ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was unsuccessful . Would another date or time work ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,duration,'18:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you try to book me at 18:00 ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,duration,'18:00');(_:booking,ref,'CAOHGDS4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to successfully book you for 18:00 . Your reference number is CAOHGDS4 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'10:45');(_:search,day,'sunday');(_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks ! I also need a train to stevenage on Sunday . I need to get there by 10:45 , if possible ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'10:10');(_:result,id,'TR6488');(_:result,leave_at,'09:21');(_:result,ticket,'10.24 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR6488 leave at 09:21 and arrives 49 minutes later at 10:10 , the cost is 10.24 pounds , shall I book you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , can I get 3 tickets on that train , with a reference number , please ?" }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'OPFJG9NC');(_:booking,ticket,'30.72 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The train booking was successful . The total fee is 30.72 GBP and you pay that at the station . Your reference number is OPFJG9NC ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much , that will be all ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Welcome . Have a lovely day ." } ]
MUL1463.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "food", "african" ], [ "_:result", "food", "asian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "food", "african" ], [ "_:result", "food", "asian" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "food", "african" ], [ "_:result", "food", "asian" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "food", "african" ], [ "_:result", "food", "asian" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/515898ca" ], [ "_:booking/515898ca", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "18:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "food", "african" ], [ "_:result", "food", "asian" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/515898ca" ], [ "_:booking/515898ca", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "18:00" ], [ "_:booking", "duration", "18:00" ], [ "_:booking", "ref", "CAOHGDS4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "food", "african" ], [ "_:result", "food", "asian" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "riverside brasserie" ], [ "_:system", "canthelp", "_:booking/515898ca" ], [ "_:booking/515898ca", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "18:00" ], [ "_:booking", "duration", "18:00" ], [ "_:booking", "ref", "CAOHGDS4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "id", "TR6488" ], [ "_:result", "leave_at", "09:21" ], [ "_:result", "ticket", "10.24 pounds" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_: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": [ [ "_:result", "food", "african" ], [ "_:result", "food", "asian" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "riverside brasserie" ], [ "_:system", "canthelp", "_:booking/515898ca" ], [ "_:booking/515898ca", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "18:00" ], [ "_:booking", "duration", "18:00" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "id", "TR6488" ], [ "_:result", "leave_at", "09:21" ], [ "_:result", "ticket", "10.24 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "OPFJG9NC" ], [ "_:booking", "ticket", "30.72 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like information on museums to visit in the centre of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 11 museums in the centre of town . Is there a particular museum you are interested in ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Which one do you recommend ? Can i have the address and phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,name,'Castle Galleries');(_:result,phone,'01223307402');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'd recommend the Castle Galleries their phone number is 01223307402 and address is unit su43 , grande arcade , saint andrews street" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks ! I also need a train to Broxbourne on Saturday ." }, { "id": 5, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure . Where are you departing from and when did you want to arrive ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'21:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am departing from Cambridge and do n't care what time I arrive as long as I depart after 21:30 from broxbourne ." }, { "id": 7, "rdf-acts": [ "inform((_:result,departure,'cambridge');(_:result,id,'TR5034');(_:result,leave_at,'22:01');(_:result,type,'Train'))" ], "speaker": "system", "text": "The TR5034 departs from cambridge at 22:01 ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "I think that one is a good bet . Can you book it for me ?" }, { "id": 9, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets do you need ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 've got a group of 8 people in all ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,arrive_by,'23:01');(_:booking,category,'Train');(_:booking,departure,'cambridge');(_:booking,destination,'broxbourne');(_:booking,id,'TR5034');(_:booking,leave_at,'22:01');(_:booking,people,'8');(_:booking,ticket,'114.56 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are booked for 8 . Your total fee is 114.56 GBP . TR5034 departs from cambridge at 22:01 and arrives in broxbourne by 23:01 ." }, { "id": 12, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the reference number ?" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "The reference number is UWNPYQIB ." } ]
MUL0543.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:30" ], [ "_:search", "type", "Train" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR5034" ], [ "_:result", "leave_at", "22:01" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:30" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR5034" ], [ "_:result", "leave_at", "22:01" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "21:30" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR5034" ], [ "_:result", "leave_at", "22:01" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "arrive_by", "23:01" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "cambridge" ], [ "_:booking", "destination", "broxbourne" ], [ "_:booking", "id", "TR5034" ], [ "_:booking", "leave_at", "22:01" ], [ "_:booking", "people", "8" ], [ "_:booking", "ticket", "114.56 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can I get a train from Cambridge to Bishops Stortford ?" }, { "id": 1, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Certainly . When would you like to depart ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,leave_at,'20:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "On Thursday after 20:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,day,'Thursday');(_:result,departure,'Cambridge');(_:result,destination,'Bishops Stortford');(_:result,leave_at,'21:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "There is a train leaving Cambridge and heading to Bishops Stortford at 21:29 on Thursday . Would you like more information or to book a ticket ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,leave_at,'20:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "No . I need to depart from bishops stortford and go to cambridge on thursday after 20:15 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'22:07');(_:result,day,'Thursday');(_:result,leave_at,'21:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have one train that leaves at 21:29 and arrives by 22:07 on Thursday . Do you want me to book tickets ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , that train would work better for me . Can you book tickets for 7 people please ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'S6S3LN7B');(_:booking,ticket,'70.7 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booked ! Reference number is S6S3LN7B . You will pay 70.7 GBP at the station ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! Thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you ! I am glad I could help ." } ]
SNG0390.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "leave_at", "21:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "arrive_by", "22:07" ], [ "_:result", "day", "Thursday" ], [ "_:result", "leave_at", "21:29" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "arrive_by", "22:07" ], [ "_:result", "day", "Thursday" ], [ "_:result", "leave_at", "21:29" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "S6S3LN7B" ], [ "_:booking", "ticket", "70.7 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train departing out of Norwich to Cambridge , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Certainly . What day and time would you like to travel on ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,leave_at,'08:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to leave on friday after 08:15" }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR3293');(_:result,leave_at,'08:16');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR3293 will leave at 08:16 would that work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That would be perfect . Can you book that for 5 people and give me a reference number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR 3293');(_:booking,people,'5');(_:booking,ref,'BBG39TVV');(_:booking,ticket,'88 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , I 've booked 5 people on TR 3293 . Your reference number is BBG39TVV and your total due is 88 GBP payable at the station . Anything else I can do ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay too ." }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'guesthouses');(_:result,category,'hotel');(_:result,type,'Hotel'))", "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How about guesthouses ? Or would you prefer a hotel ? How long is your stay and how many rooms ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,day,'friday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "We will need the guesthouse for 4 nights starting friday and will need 2 rooms . Thank you ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Alexander Bed and Breakfast in the centre is an excellent choice . Would you like to make reservations ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What is the price range of the Alexander Bed and Breakfast ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The price range on the Alexander Bed and Breakfast is cheap . Would you like to book a room ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , actually I need a hotel in the expensive price range ." }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'University Arms Hotel');(_:result,pricerange,'expensive');(_:result,stars,'4');(_:result,type,'Hotel'))", "canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I have no expensive guesthouses , but I do have the University Arms Hotel that is expensive in the centre of town , rated 4 stars with wifi and parking ." }, { "id": 14, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Could I get the postcode and phone number ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,phone,'01223351241');(_:result,postcode,'cb21ad');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Sure , their phone number is 01223351241 and the postcode is cb21ad . Can I assist you with anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That should be all , thank you ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day ! Goodbye ." } ]
MUL2233.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "08:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "id", "TR3293" ], [ "_:result", "leave_at", "08:16" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "id", "TR3293" ], [ "_:result", "leave_at", "08:16" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR 3293" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "BBG39TVV" ], [ "_:booking", "ticket", "88 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "id", "TR3293" ], [ "_:result", "leave_at", "08:16" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR 3293" ], [ "_:booking", "ref", "BBG39TVV" ], [ "_:booking", "ticket", "88 GBP" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "id", "TR3293" ], [ "_:result", "leave_at", "08:16" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR 3293" ], [ "_:booking", "ref", "BBG39TVV" ], [ "_:booking", "ticket", "88 GBP" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "id", "TR3293" ], [ "_:result", "leave_at", "08:16" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR 3293" ], [ "_:booking", "ref", "BBG39TVV" ], [ "_:booking", "ticket", "88 GBP" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:result", "area", "centre" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "id", "TR3293" ], [ "_:result", "leave_at", "08:16" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR 3293" ], [ "_:booking", "ref", "BBG39TVV" ], [ "_:booking", "ticket", "88 GBP" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/73f848e0" ], [ "_:search/73f848e0", "category", "guesthouses" ], [ "_:search/73f848e0", "pricerange", "expensive" ], [ "_:search/73f848e0", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "id", "TR3293" ], [ "_:result", "leave_at", "08:16" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR 3293" ], [ "_:booking", "ref", "BBG39TVV" ], [ "_:booking", "ticket", "88 GBP" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/73f848e0" ], [ "_:search/73f848e0", "category", "guesthouses" ], [ "_:search/73f848e0", "pricerange", "expensive" ], [ "_:search/73f848e0", "type", "Hotel" ], [ "_:result", "phone", "01223351241" ], [ "_:result", "postcode", "cb21ad" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi I am looking for a moderate priced place to stay that has free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'about 17');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Let 's see what we can find . I have about 17 options . Do you have a certain area you prefer or maybe a price range preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer moderate price range and wifi included" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'kirkwood house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about kirkwood house ? It 's in the north ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it a guesthouse ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes it is a guesthouse . Would you like me to book it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please I need it booked for 3 people for 2 nights starting on Wednesday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'F74W1S62');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright , I have you booked successfully , and your reference number is F74W1S62 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,leave_at,'18:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "That 's awesome . Can you also look for a train for me ? I 'd like to leave on friday after 18:15 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,day,'Friday');(_:result,leave_at,'18:15');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have many trains on Friday after 18:15 . To narrow it down , can you tell me where is your starting location for the train ? And what is your destination ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "So the train should depart from cambridge and go to london kings cross ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'U4G7GGGH');(_:booking,ticket,'23.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 23.6 GBP payable at the station . \n Reference number is : U4G7GGGH ." }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Did you book that for my whole group ? 3 people ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'3');(_:booking,ref,'5VJX8JWT');(_:booking,ticket,'70.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sorry , no it was n't . I have updated this info for 3 people Booking was successful , the total fee is 70.8 GBP . Reference number is : 5VJX8JWT . Anything else ?" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "no that 's all for now . thanks , bye" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a nice trip . Bye ." } ]
MUL2240.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:result", "amount", "about 17" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:result", "amount", "about 17" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "name", "kirkwood house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:result", "amount", "about 17" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "name", "kirkwood house" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:result", "amount", "about 17" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "name", "kirkwood house" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "F74W1S62" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "name", "kirkwood house" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "F74W1S62" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "amount", "many" ], [ "_:result", "day", "Friday" ], [ "_:result", "leave_at", "18:15" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "name", "kirkwood house" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stay", "2" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "amount", "many" ], [ "_:result", "day", "Friday" ], [ "_:result", "leave_at", "18:15" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "U4G7GGGH" ], [ "_:booking", "ticket", "23.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "3" ], [ "_: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", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "name", "kirkwood house" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stay", "2" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "amount", "many" ], [ "_:result", "day", "Friday" ], [ "_:result", "leave_at", "18:15" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "5VJX8JWT" ], [ "_:booking", "ticket", "70.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'swimming pool');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I need a swimming pool in the north ." }, { "id": 1, "rdf-acts": [ "select((_:result,name,'Jesus green outdoor pool');(_:result,name,'kings hedges learner pool');(_:result,type,'Attraction'))", "inform((_:result,area,'north');(_:result,category,'swimming pools');(_:result,count,'2');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I have 2 swimming pools in the north area . Jesus green outdoor pool or kings hedges learner pool . Would you like more infomation on one ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'kings hedges learner pool');(_:search,type,'Attraction'))", "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes what 's the postcode for kings hedges learner pool ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'kings hedges learner pool');(_:result,postcode,'cb42xh');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode for kings hedges learner pool is cb42xh" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd also like to find an expensive restaurant in the same area , please ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was not successful book another day or time slot please" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'none');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want an expensive restaurant that serves asian oriental food in the same area as the attraction , please ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,amount,'only');(_:result,name,'kymmoy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The only restaurant in the area is kymmoy . Should I book it for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'14:00');(_:search,people,'2');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Please book for 2 people at 14:00 on Saturday . May I confirm the reference number ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'FK5FQYAN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking went through successfully . Your reference number is FK5FQYAN ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much for your help . You have been most helpful ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are most welcome !" } ]
MUL2381.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "swimming pool" ], [ "_:result", "name", "Jesus green outdoor pool" ], [ "_:result", "name", "kings hedges learner pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "swimming pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:result", "name", "kings hedges learner pool" ], [ "_:result", "postcode", "cb42xh" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "swimming pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:result", "name", "kings hedges learner pool" ], [ "_:result", "postcode", "cb42xh" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:booking/ced9cc39" ], [ "_:booking/ced9cc39", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "swimming pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:result", "postcode", "cb42xh" ], [ "_:system", "canthelp", "_:booking/ced9cc39" ], [ "_:booking/ced9cc39", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "only" ], [ "_:result", "name", "kymmoy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "swimming pool" ], [ "_:result", "area", "north" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "count", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:result", "postcode", "cb42xh" ], [ "_:system", "canthelp", "_:booking/ced9cc39" ], [ "_:booking/ced9cc39", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "only" ], [ "_:result", "name", "kymmoy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "FK5FQYAN" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I 'm looking for a hotel in the north , and I 'd like the more expensive range please ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , but there are no expensive hotels in the north area . Could I check for one in the moderate price range for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm sorry not hotels , guesthouses please ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are no guesthouses in the expensive range in the north area . There are five options , in the moderate range , any other preferences ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please check one in the moderate range ." }, { "id": 5, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have many listings , could I get what star rating to would preferred ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Honestly , I would prefer if you could suggest one as long as its moderately priced ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'acorn guest house');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Alright . Does the acorn guest house sound okay ? It 's 4 stars with free internet and parking ." }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'india house');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That would be fine . Could you also find out some information about the india house restaurant ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'31 Newnham Road Newnham');(_:result,name,'The india house');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The india house is in the expensive price range and located at 31 Newnham Road Newnham ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'16:30');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks . Could you reserve a table for 3 people at 16:30 on Thursday ?" }, { "id": 11, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I am unable to book during that time slot on Thursday . Would you like to try a different time on Thursday or maybe a different day ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,duration,'15:30');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about 15:30 ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'SP0ZTZU8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Your Reference number is : SP0ZTZU8 . Is there anything else I can help you with today ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , actually . I 'll be needing a taxi between those two locations . Please make sure they can have me at the restaurant by my reservation time ." }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'15:30');(_:result,destination,'India House');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Booking was successful . You will arrive at the India House by 15:30 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I needed . Thank you ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a nice day ." } ]
MUL1337.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/28fc08aa" ], [ "_:search/28fc08aa", "area", "north" ], [ "_:search/28fc08aa", "category", "hotels" ], [ "_:search/28fc08aa", "pricerange", "expensive" ], [ "_:search/28fc08aa", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/28fc08aa" ], [ "_:search/28fc08aa", "area", "north" ], [ "_:search/28fc08aa", "category", "hotels" ], [ "_:search/28fc08aa", "pricerange", "expensive" ], [ "_:search/28fc08aa", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:system", "canthelp", "_:search/a1de5fe9" ], [ "_:search/a1de5fe9", "area", "north" ], [ "_:search/a1de5fe9", "category", "guesthouses" ], [ "_:search/a1de5fe9", "pricerange", "expensive" ], [ "_:search/a1de5fe9", "type", "Hotel" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/28fc08aa" ], [ "_:search/28fc08aa", "area", "north" ], [ "_:search/28fc08aa", "category", "hotels" ], [ "_:search/28fc08aa", "pricerange", "expensive" ], [ "_:search/28fc08aa", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:system", "canthelp", "_:search/a1de5fe9" ], [ "_:search/a1de5fe9", "area", "north" ], [ "_:search/a1de5fe9", "category", "guesthouses" ], [ "_:search/a1de5fe9", "pricerange", "expensive" ], [ "_:search/a1de5fe9", "type", "Hotel" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/28fc08aa" ], [ "_:search/28fc08aa", "area", "north" ], [ "_:search/28fc08aa", "category", "hotels" ], [ "_:search/28fc08aa", "pricerange", "expensive" ], [ "_:search/28fc08aa", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:system", "canthelp", "_:search/a1de5fe9" ], [ "_:search/a1de5fe9", "area", "north" ], [ "_:search/a1de5fe9", "category", "guesthouses" ], [ "_:search/a1de5fe9", "pricerange", "expensive" ], [ "_:search/a1de5fe9", "type", "Hotel" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "india house" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/28fc08aa" ], [ "_:search/28fc08aa", "area", "north" ], [ "_:search/28fc08aa", "category", "hotels" ], [ "_:search/28fc08aa", "pricerange", "expensive" ], [ "_:search/28fc08aa", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:system", "canthelp", "_:search/a1de5fe9" ], [ "_:search/a1de5fe9", "area", "north" ], [ "_:search/a1de5fe9", "category", "guesthouses" ], [ "_:search/a1de5fe9", "pricerange", "expensive" ], [ "_:search/a1de5fe9", "type", "Hotel" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:search", "name", "india house" ], [ "_:result", "address", "31 Newnham Road Newnham" ], [ "_:result", "name", "The india house" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/28fc08aa" ], [ "_:search/28fc08aa", "area", "north" ], [ "_:search/28fc08aa", "category", "hotels" ], [ "_:search/28fc08aa", "pricerange", "expensive" ], [ "_:search/28fc08aa", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:system", "canthelp", "_:search/a1de5fe9" ], [ "_:search/a1de5fe9", "area", "north" ], [ "_:search/a1de5fe9", "category", "guesthouses" ], [ "_:search/a1de5fe9", "pricerange", "expensive" ], [ "_:search/a1de5fe9", "type", "Hotel" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:search", "name", "india house" ], [ "_:result", "address", "31 Newnham Road Newnham" ], [ "_:result", "name", "The india house" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/02f79786" ], [ "_:booking/02f79786", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "15:30" ], [ "_: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", "area", "north" ], [ "_:system", "canthelp", "_:search/28fc08aa" ], [ "_:search/28fc08aa", "area", "north" ], [ "_:search/28fc08aa", "category", "hotels" ], [ "_:search/28fc08aa", "pricerange", "expensive" ], [ "_:search/28fc08aa", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:system", "canthelp", "_:search/a1de5fe9" ], [ "_:search/a1de5fe9", "area", "north" ], [ "_:search/a1de5fe9", "category", "guesthouses" ], [ "_:search/a1de5fe9", "pricerange", "expensive" ], [ "_:search/a1de5fe9", "type", "Hotel" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:search", "name", "india house" ], [ "_:result", "address", "31 Newnham Road Newnham" ], [ "_:result", "name", "The india house" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/02f79786" ], [ "_:booking/02f79786", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "15:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "SP0ZTZU8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/28fc08aa" ], [ "_:search/28fc08aa", "area", "north" ], [ "_:search/28fc08aa", "category", "hotels" ], [ "_:search/28fc08aa", "pricerange", "expensive" ], [ "_:search/28fc08aa", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:system", "canthelp", "_:search/a1de5fe9" ], [ "_:search/a1de5fe9", "area", "north" ], [ "_:search/a1de5fe9", "category", "guesthouses" ], [ "_:search/a1de5fe9", "pricerange", "expensive" ], [ "_:search/a1de5fe9", "type", "Hotel" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:search", "name", "india house" ], [ "_:result", "address", "31 Newnham Road Newnham" ], [ "_:result", "name", "The india house" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/02f79786" ], [ "_:booking/02f79786", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "15:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "SP0ZTZU8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "15:30" ], [ "_:result", "destination", "India House" ], [ "_: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,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Find me train times from cambridge to london liverpool street ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Which day would you be traveling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,leave_at,'08:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Wednesday , please . Any time after 08:00 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'11:27');(_:result,destination,'London Liverpool Street');(_:result,id,'TR5874');(_:result,leave_at,'09:59');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR5874 that leaves at 09:59 and arrives in London Liverpool Street at 11:27 . Would that suit your needs ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes , I would like a ticket just for myself ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'E770Z8W7');(_:booking,ticket,'16.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked the seat and here is the information - Booking was successful , the total fee is 16.6 GBP payable at the station . \n Reference number is : E770Z8W7 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you . Please also find me a moderately priced hotel on the West side" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,\"Hobson 's House\");(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , Hobson 's House matches your request . Would you like me to book a room for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "check first if it has free parking and should have a star of 4" }, { "id": 9, "rdf-acts": [], "speaker": "system", "text": "It fits that criteria ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Okay , go ahead and book a room . It 's just for me ." }, { "id": 11, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many nights would you like ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please book for 2 nights , for 1 person starting on Monday ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "I 'm sorry , but the hobsons house is a 3 star guesthouse ." } ]
PMUL3767.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "08:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "08:00" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:27" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR5874" ], [ "_:result", "leave_at", "09:59" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "08:00" ], [ "_:result", "arrive_by", "11:27" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR5874" ], [ "_:result", "leave_at", "09:59" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "E770Z8W7" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "08:00" ], [ "_:result", "arrive_by", "11:27" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR5874" ], [ "_:result", "leave_at", "09:59" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "E770Z8W7" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Hobson 's House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "wednesday" ], [ "_:search", "leave_at", "08:00" ], [ "_:result", "arrive_by", "11:27" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR5874" ], [ "_:result", "leave_at", "09:59" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "E770Z8W7" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Hobson 's House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "08:00" ], [ "_:result", "arrive_by", "11:27" ], [ "_:result", "destination", "London Liverpool Street" ], [ "_:result", "id", "TR5874" ], [ "_:result", "leave_at", "09:59" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "E770Z8W7" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Hobson 's House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for an entertainment attraction please ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,area,'in town');(_:result,category,'entertainment');(_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are five entertainment attractions in town . What area of town do you want to visit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "The area does n't matter" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "My favorite is the Funky Fun House in the east . Would you like their address or phone number ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great , yes please may I have their phone number and postcode ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223304705');(_:result,postcode,'cb58hy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "their phone number is 01223304705 and the postcode is cb58hy" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'center');(_:search,food,'welsh');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks for that . Please find me a Welsh restaurant in the center" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,name,'Welsh');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are no Welsh restaurants in the centre would you like another area or type of food ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about international food ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'2');(_:result,food,'international');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes I have two international restaurants that are both in the moderate range . Would you like me to pick for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'19:30');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes and book for me a table for 8 people at 19:30 on wednesday" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'BXFB7UEY');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all set , the reference number is BXFB7UEY , any further questions ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's it . Thank you so much ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Enjoy your evening ! Let us know if we can be of any further assistance ." } ]
PMUL2197.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" ], [ "_:result", "area", "in town" ], [ "_:result", "category", "entertainment" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "category", "entertainment" ], [ "_:result", "count", "5" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "category", "entertainment" ], [ "_:result", "count", "5" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "postcode", "cb58hy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "center" ], [ "_:search", "food", "welsh" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "category", "entertainment" ], [ "_:result", "count", "5" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "postcode", "cb58hy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/fc48ceb8" ], [ "_:search/fc48ceb8", "name", "Welsh" ], [ "_:search/fc48ceb8", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "category", "entertainment" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "postcode", "cb58hy" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/fc48ceb8" ], [ "_:search/fc48ceb8", "name", "Welsh" ], [ "_:search/fc48ceb8", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "category", "entertainment" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "phone", "01223304705" ], [ "_:result", "postcode", "cb58hy" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/fc48ceb8" ], [ "_:search/fc48ceb8", "name", "Welsh" ], [ "_:search/fc48ceb8", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "count", "2" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "BXFB7UEY" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "I am planning a trip in Cambridge" }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "Excellent ! Do you need assistance with transportation arrangements ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "For now I 'd like to hear about places to go in the centre of town . Where all the action happens !" }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many places . What do you like to do ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'15:00');(_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "where i can go using a train The train should arrive by 15:00 and should depart from ely" }, { "id": 5, "rdf-acts": [ "select((_:result,category,'architecture');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "First let 's take a look at what we can find for attractions for you . Do you like architecture ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Architecture will be fine thanks" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'all saints church');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I 'd recommend all saints church , then . Would you like more information ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes can I get the address please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'jesus lane');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure thing here is the address jesus lane ." }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))", "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Here I think we got confused . Lets start over . Please give me a recommendation of a place to go in the town centre . Please include the postcode ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,name,'all saints church');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The centre of town is known for its architecture which is seen by visiting churches and an old school . All saints church is popular and has the postcode cb58bs ." }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you ! I also need a train please !" }, { "id": 13, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can help with that . What are your arrival and departure stations ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am departing from Ely to arrive at Cambridge ." }, { "id": 15, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day would you like to travel ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to travel on thursday please ." }, { "id": 17, "rdf-acts": [ "inform((_:result,count,'10');(_:result,day,'Thursday');(_:result,departure,'ely');(_:result,destination,'cambridge');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 10 trains travelling from ely to cambridge on Thursday , to help narrow it down what time would you like to arrive / depart ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,arrive_by,'15:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll need to arrive by 15:00" }, { "id": 19, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "inform((_:result,arrive_by,'13:52');(_:result,count,'5');(_:result,destination,'Cambridge');(_:result,id,'TR4992');(_:result,type,'Train'))" ], "speaker": "system", "text": "Okay , that narrows it down to 5 trains . TR4992 arrives closest to 15:00 . It will get you to Cambridge at 13:52 . Would you like me to book a seat ?" }, { "id": 20, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No thanks can I just have the travel time and the cost of the ticket ?" }, { "id": 21, "rdf-acts": [ "inform((_:result,duration,'17 minutes');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The ticket price is 4.40 pounds . The duration of the trip is 17 minutes . Can I further assist you , today ?" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No . That 's all . Thank you so much ! Goodbye" }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "Thank you for using the Cambridge TownInfo centre . Goodbye" } ]
PMUL3623.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "ely" ], [ "_:result", "category", "architecture" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "ely" ], [ "_:result", "category", "architecture" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "all saints church" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "ely" ], [ "_:result", "category", "architecture" ], [ "_:search", "category", "architecture" ], [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_: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": [ [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "departure", "ely" ], [ "_:search", "category", "architecture" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "all saints church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "category", "architecture" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "all saints church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_: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": [ [ "_:result", "amount", "many" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "category", "architecture" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "all saints church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_: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": [ [ "_:result", "amount", "many" ], [ "_:search", "category", "architecture" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "all saints church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "ely" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "category", "architecture" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "all saints church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "count", "5" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4992" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ] ], "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", "amount", "many" ], [ "_:search", "category", "architecture" ], [ "_:result", "address", "jesus lane" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "all saints church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "count", "5" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4992" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What can you tell me about the Lovell Lodge ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderate');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is a hotel in the north part of town in the moderate price range with a 2 star rating , free internet , and free parking" }, { "id": 2, "rdf-acts": [ "thank()", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Thanks , could you give me the address and phone number ?" }, { "id": 3, "rdf-acts": [ "thank()", "inform((_:result,address,'365 Milton Road');(_:result,name,'Lovell Lodge');(_:result,phone,'01223425478');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "No problem . The Lovell Lodge is located at 365 Milton Road and their phone number is 01223425478 . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , that 's all thank you !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Have a good day ." } ]
SNG0811.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "lovell lodge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "lovell lodge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "lovell lodge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "2" ], [ "_:result", "address", "365 Milton Road" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "phone", "01223425478" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am in the centre of town and am looking for a restaurant . Ideally it would be in the expensive price range ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'British');(_:result,food,'Chinese');(_:result,food,'other styles');(_:result,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have many different types of restaurants that fit that description including Chinese , British and other styles . Any preferences ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'17:45');(_:search,food,'chinese');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Chinese food is okay are there any tables available for 7 people on Sunday at 17:45 ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Ugly Duckling');(_:booking,ref,'IEFD0UBX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Perfect , I was able to book you a table at the Ugly Duckling , your reference number is IEFD0UBX . Is there anything else that I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same area of town');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for a place to go . I would like to go to a college in the same area of town as the restaurant ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,\"Saint Andrew 's Street\");(_:result,area,'centre');(_:result,entrance_fee,'no entrance fee');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))", "thank()", "inform((_:result,phone,'01223334900');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Perfect ! Christ 's College is located in the centre of town on Saint Andrew 's Street and there is no entrance fee . Their phone is 01223334900 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That was all I needed ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Great . Please let us know if you need anything else . Have a nice day !" } ]
PMUL2345.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "other styles" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "food", "chinese" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "other styles" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "food", "chinese" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Ugly Duckling" ], [ "_:booking", "ref", "IEFD0UBX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area of town" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "other styles" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "food", "chinese" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Ugly Duckling" ], [ "_:booking", "ref", "IEFD0UBX" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area of town" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm in the centre of town and need suggetions on things to see ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 44 entries for attractions . Are you looking for architecture , colleges , parks , nightclubs , or maybe a museum ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Nothing particular . What is your favorite attraction in the centre of town ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'boat');(_:result,name,'Cambridge Punter');(_:result,name,'the');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "You might enjoy the Cambridge Punter . It 's a boat ." }, { "id": 4, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sounds fun . Do you know the entrance fee ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'not listed');(_:result,phone,'07807718591');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry , it is not listed . But if you 'd like to call them the phone number is 07807718591 . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all today . Thank you very much ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting the help desk . Have a great day ." } ]
SNG1127.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "count", "44" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "boat" ], [ "_:result", "name", "Cambridge Punter" ], [ "_:result", "name", "the" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "count", "44" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "boat" ], [ "_:result", "name", "Cambridge Punter" ], [ "_:result", "name", "the" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "not listed" ], [ "_:result", "phone", "07807718591" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I think I may have hurt myself . Where is the nearest hospital ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "It is on Hills Rd , Cambridge . Do you need any help ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Ok , can you please give me the phone number and postcode ?" }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "The number is 01223245151 and the post code is CB20QQ . Do you need an officer ?" } ]
SNG0154.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'09:30');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi there , I 'm looking for a train that gets into Cambridge by 09:30" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'lots');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have lots of trains that come in by then . Where are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm leaving from Kings Lynn ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day would you like to travel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Wednesday is the day I want , please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'08:58');(_:result,destination,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have a train that gets into Cambridge by 08:58 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "That would work perfectly . Can you get me 5 tickets for that train ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'OGXNDTVX');(_:booking,ticket,'49 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful and the amount due at the station is 49 GBP . Your reference number is OGXNDTVX . Can I do anything else for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a place to dine that serves chinese food and is in the south ." }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three restaurants available . Did you have a price preference ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Not really . Can I just have the address , postcode , and phone for your favorite ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'82 Cherry Hinton Road Cherry Hinton');(_:result,name,'the good luck chinese food takeaway');(_:result,phone,'01223244149');(_:result,postcode,'cb17ag');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the good luck chinese food takeaway is expensive . the phone number is 01223244149 . the address and postcode are 82 Cherry Hinton Road Cherry Hinton cb17ag . anything else ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "That is all I need ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Ok great . Have a great day ." } ]
PMUL4918.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "09:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "09:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "lots" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "09:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "lots" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "09:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "lots" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "08:58" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "09:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "lots" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "08:58" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "OGXNDTVX" ], [ "_:booking", "ticket", "49 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "09:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "lots" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "08:58" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "OGXNDTVX" ], [ "_:booking", "ticket", "49 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "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": [ [ "_:search", "arrive_by", "09:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "lots" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "day", "wednesday" ], [ "_:result", "arrive_by", "08:58" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "people", "5" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "OGXNDTVX" ], [ "_:booking", "ticket", "49 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "82 Cherry Hinton Road Cherry Hinton" ], [ "_:result", "name", "the good luck chinese food takeaway" ], [ "_:result", "phone", "01223244149" ], [ "_:result", "postcode", "cb17ag" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'da vinci pizzeria');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you book me a taxi to da vinci pizzeria ?" }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Of course , when do you want to arrive ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'three forty five p.m.');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to be there by three forty five p.m." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time do you wan to leave by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'05:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to leave after 05:45 ." }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I 'd be happy to help ! Where are you coming from ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'williams art and antiques');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'll be leaving from williams art and antiques ." }, { "id": 7, "rdf-acts": [ "inform((_:result,car,'yellow lexus');(_:result,phone,'07451454919');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have a yellow lexus with phone number 07451454919 ." }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That you for helping me . I have all I need . Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Enjoy your stay ." } ]
SNG01929.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "da vinci pizzeria" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "da vinci pizzeria" ], [ "_:search", "arrive_by", "three forty five p.m." ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "da vinci pizzeria" ], [ "_:search", "arrive_by", "three forty five p.m." ], [ "_:search", "leave_at", "05:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "da vinci pizzeria" ], [ "_:search", "arrive_by", "three forty five p.m." ], [ "_:search", "leave_at", "05:45" ], [ "_:search", "departure", "williams art and antiques" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "da vinci pizzeria" ], [ "_:search", "arrive_by", "three forty five p.m." ], [ "_:search", "leave_at", "05:45" ], [ "_:search", "departure", "williams art and antiques" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow lexus" ], [ "_:result", "phone", "07451454919" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "I 'm looking for a police station . It has something to do with parkside , although I do n't know if that 's a name or a location ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,type,'Police'))" ], "speaker": "system", "text": "The Parkside Police Station is in Parkside , Cambridge ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all I need ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "You are most welcome ! have a great day !" } ]
SNG01389.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", "type", "Police" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay in the north ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Acorn guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Acorn guest house is in the north , would that work for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes if it has free parking , meals , pool and wifi . I want it to be in the expensive price range ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , there are no expensive hotels in the north area . Acorn Guest House is moderately priced , and does have free parking and wifi . Would you be interested ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,stars,'2');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I am looking for a hotel in the north part of town with free parking , a 2 star rating , and in the moderate price range ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Chesterton Road');(_:result,area,'north');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about Ashley Hotel in the north part of town ? It 's on Chesterton Road ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sounds good . Can you book it for four nights starting on Tuesday ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "No , I am sorry another day perhaps or a shorter stay might be able to get that booked for you ." }, { "id": 8, "rdf-acts": [ "inform((_:search,stay,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can we try it for 1 night ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'NTQSJSP0');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Your reference number is NTQSJSP0 . Do you need further assistance today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I need a train from Ely to Cambridge ." }, { "id": 11, "rdf-acts": [ "inform((_:result,departure,'Ely');(_:result,leave_at,'5:52');(_:result,leave_at,'7:52');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "The trains departs from Ely every two hours at 5:52 , 7:52 so on . What time do you plan to travel ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'21:45');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to be in cambridge by 21:45 . Could you find me close to that time ?" }, { "id": 13, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "And which day would you like to leave on ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Train'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I would like to leave on Tuesday please , can I have the price and depature times also ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'19:52');(_:result,destination,'Cambridge');(_:result,id,'TR1537');(_:result,leave_at,'19:35');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Your best bet would be TR1537 which arrives in Cambridge at 19:52 . The price is 4.40 pounds per ticket and the departure time is 19:35 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I need . Thank you ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you ! Please feel free to contact us if you change your mind or need further assistance ! Have a great day !" } ]
MUL2095.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/322b11b5" ], [ "_:search/322b11b5", "area", "north" ], [ "_:search/322b11b5", "category", "hotels" ], [ "_:search/322b11b5", "pricerange", "expensive" ], [ "_:search/322b11b5", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/322b11b5" ], [ "_:search/322b11b5", "area", "north" ], [ "_:search/322b11b5", "category", "hotels" ], [ "_:search/322b11b5", "pricerange", "expensive" ], [ "_:search/322b11b5", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "2" ], [ "_:result", "address", "Chesterton Road" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/322b11b5" ], [ "_:search/322b11b5", "area", "north" ], [ "_:search/322b11b5", "category", "hotels" ], [ "_:search/322b11b5", "pricerange", "expensive" ], [ "_:search/322b11b5", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "2" ], [ "_:result", "address", "Chesterton Road" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:system", "canthelp", "_:booking/1b70f9fd" ], [ "_:booking/1b70f9fd", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/322b11b5" ], [ "_:search/322b11b5", "area", "north" ], [ "_:search/322b11b5", "category", "hotels" ], [ "_:search/322b11b5", "pricerange", "expensive" ], [ "_:search/322b11b5", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "2" ], [ "_:result", "address", "Chesterton Road" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:system", "canthelp", "_:booking/1b70f9fd" ], [ "_:booking/1b70f9fd", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "NTQSJSP0" ], [ "_:booking", "type", "Booking" ], [ "_: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": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/322b11b5" ], [ "_:search/322b11b5", "area", "north" ], [ "_:search/322b11b5", "category", "hotels" ], [ "_:search/322b11b5", "pricerange", "expensive" ], [ "_:search/322b11b5", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "2" ], [ "_:result", "address", "Chesterton Road" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:system", "canthelp", "_:booking/1b70f9fd" ], [ "_:booking/1b70f9fd", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "NTQSJSP0" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "ely" ], [ "_:result", "departure", "Ely" ], [ "_:result", "leave_at", "5:52" ], [ "_:result", "leave_at", "7:52" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "ticket", "?" ], [ "_:system", "canthelp", "_:search/322b11b5" ], [ "_:search/322b11b5", "area", "north" ], [ "_:search/322b11b5", "category", "hotels" ], [ "_:search/322b11b5", "pricerange", "expensive" ], [ "_:search/322b11b5", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "2" ], [ "_:result", "address", "Chesterton Road" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:system", "canthelp", "_:booking/1b70f9fd" ], [ "_:booking/1b70f9fd", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "NTQSJSP0" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "ely" ], [ "_:result", "departure", "Ely" ], [ "_:result", "leave_at", "5:52" ], [ "_:result", "leave_at", "7:52" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/322b11b5" ], [ "_:search/322b11b5", "area", "north" ], [ "_:search/322b11b5", "category", "hotels" ], [ "_:search/322b11b5", "pricerange", "expensive" ], [ "_:search/322b11b5", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "2" ], [ "_:result", "address", "Chesterton Road" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:system", "canthelp", "_:booking/1b70f9fd" ], [ "_:booking/1b70f9fd", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "NTQSJSP0" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "ely" ], [ "_:result", "departure", "Ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "19:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR1537" ], [ "_:result", "leave_at", "19:35" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need help finding a hotel , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,name,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I can help you with anything you need . What hotel are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a hote on the north with free wifi ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Ok , thanks for that information . What is your price range for the hotel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a moderately priced hotel ." }, { "id": 5, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'quite a few');(_:result,category,'hotels');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have quite a few hotels that meet your criteria . May I ask if you have a preference of how many stars ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No star preference but it should also have free parking ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'9');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 9 options that meet your request . Do you want me to go ahead and book the cheapest for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'cheapest');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes the cheapest will be fine , thank you" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area do you need to be in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a hotel in the north , but please remember it needs to be moderately priced and include free parking & wifi ." }, { "id": 11, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have five places . Is there a star rating you prefer ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "yes a 3 star rating at least" }, { "id": 13, "rdf-acts": [ "inform((_:booking,name,'Hamilton Lodge');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Hamilton Lodge is available , would you like me to book you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'liverpool street');(_:search,leave_at,'20:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "No but I would like to find a train for Sunday going to Liverpool Street from Cambridge , leaving after 20:30 ." }, { "id": 15, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure thing would you like me to book that for you ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,name,'hamilton lodge');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "First , may I have the postcode and address of the Hamilton Lodge , please ? Then , I would like the train booked ." }, { "id": 17, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "inform((_:result,address,'156 chesterton road');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "156 chesterton road , cb41da . Now shall we finish booking the train ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes lets finish booking the train . I need to book for 4 people ." }, { "id": 19, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'8R9CJHWQ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked it Reference number is 8R9CJHWQ ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I needed today . Goodbye !" }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "I hope you have a nice trip . Goodbye ." } ]
PMUL1758.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", "name", "?" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "hotels" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheapest" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "hotels" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "hotels" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "hotels" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:booking", "name", "Hamilton Lodge" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "liverpool street" ], [ "_:search", "leave_at", "20:30" ], [ "_: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": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "hotels" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:booking", "name", "Hamilton Lodge" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "liverpool street" ], [ "_:search", "leave_at", "20:30" ], [ "_:booking", "category", "Train" ], [ "_:search", "name", "hamilton lodge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "hotels" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "3" ], [ "_:booking", "name", "Hamilton Lodge" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "liverpool street" ], [ "_:search", "leave_at", "20:30" ], [ "_:booking", "category", "Train" ], [ "_:search", "name", "hamilton lodge" ], [ "_:result", "address", "156 chesterton road" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "hotels" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "5" ], [ "_:search", "stars", "3" ], [ "_:booking", "name", "Hamilton Lodge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "liverpool street" ], [ "_:search", "leave_at", "20:30" ], [ "_:search", "name", "hamilton lodge" ], [ "_:result", "address", "156 chesterton road" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8R9CJHWQ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yeah , I 'm going to be looking for some british food ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'De Vere Univeristy Arms Regent Street City Centre');(_:result,amount,'several');(_:result,area,'close to your location');(_:result,name,'restaurant one seven');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are several restaurants close to your location , how about one called , restaurant one seven ? The restaurant is located on De Vere Univeristy Arms Regent Street City Centre ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are any of those options located in the centre of town ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'4 other');(_:result,area,'centre');(_:result,food,'British');(_:result,name,'Restaurant One Seven');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , Restaurant One Seven is located in the centre of town , as are 4 other restaurants with British food ." }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is it expensive ? I 'd like to really paint the town red !" }, { "id": 5, "rdf-acts": [ "inform((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is in a moderate price range ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there a restaurant in the Centre that serves British food and is in the expensive price range ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'3');(_:result,name,'Cambridge Chop House');(_:result,name,'Fitzbillies Restaurant');(_:result,name,'Midsummer House Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there are 3 - Fitzbillies Restaurant , The Cambridge Chop House , and Midsummer House Restaurant . My favorite is Midsummer House Restaurant - utterly decadent ! May I reserve a table for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'16:30');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . Reserve a table for 1 person at 16:30 on Tuesday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'LIF9IWL5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : LIF9IWL5 . Anything else ." }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , i 'm looking for places to go in the same town as the restaurant , any ideas and may I know the entrance fee , if there is one please ?" }, { "id": 11, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 44 attractions in your area . Can you let me know what type of attraction you are interested in ." }, { "id": 12, "rdf-acts": [ "inform((_:search,category,*);(_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Any type is fine , so please list all 44 attractions ." }, { "id": 13, "rdf-acts": [ "inform((_:result,name,'all saints church');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "all saints church is a great place . Would you like to know more ?" }, { "id": 14, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Just whether or not they have an entrance fee ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "No it 's free to enter , anything else ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'the church');(_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Just a taxi to get me from the church to the restaurant by the reservation time ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'yellow Volvo');(_:result,phone,'07341534913');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Great . I was able to book your ride for you . Your driver will be in a yellow Volvo and you can reach them at 07341534913 ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Cool , thank you ! I wo n't be needing anything else . Have a good day !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Great , I hope you have a lovely time in town !" } ]
PMUL2122.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "address", "De Vere Univeristy Arms Regent Street City Centre" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "close to your location" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "address", "De Vere Univeristy Arms Regent Street City Centre" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "4 other" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "address", "De Vere Univeristy Arms Regent Street City Centre" ], [ "_:result", "amount", "4 other" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "address", "De Vere Univeristy Arms Regent Street City Centre" ], [ "_:result", "amount", "4 other" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Cambridge Chop House" ], [ "_:result", "name", "Fitzbillies Restaurant" ], [ "_:result", "name", "Midsummer House Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "address", "De Vere Univeristy Arms Regent Street City Centre" ], [ "_:result", "amount", "4 other" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Cambridge Chop House" ], [ "_:result", "name", "Fitzbillies Restaurant" ], [ "_:result", "name", "Midsummer House Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "LIF9IWL5" ], [ "_:booking", "type", "Booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "address", "De Vere Univeristy Arms Regent Street City Centre" ], [ "_:result", "amount", "4 other" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Cambridge Chop House" ], [ "_:result", "name", "Fitzbillies Restaurant" ], [ "_:result", "name", "Midsummer House Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "LIF9IWL5" ], [ "_:booking", "type", "Booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "*" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "address", "De Vere Univeristy Arms Regent Street City Centre" ], [ "_:result", "amount", "4 other" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "LIF9IWL5" ], [ "_:booking", "type", "Booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "count", "44" ], [ "_:search", "category", "*" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "name", "all saints church" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "address", "De Vere Univeristy Arms Regent Street City Centre" ], [ "_:result", "amount", "4 other" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "LIF9IWL5" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "44" ], [ "_:search", "category", "*" ], [ "_:result", "category", "?" ], [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the church" ], [ "_: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, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "address", "De Vere Univeristy Arms Regent Street City Centre" ], [ "_:result", "amount", "4 other" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "LIF9IWL5" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "44" ], [ "_:search", "category", "*" ], [ "_:result", "category", "?" ], [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "departure", "the church" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow Volvo" ], [ "_:result", "phone", "07341534913" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for an expensive place to stay with free parking please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,has_parking,'none');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,phone,'01223866800');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Express by Holiday Inn Cambridge is an expensive hotel with free parking . Their phone number is 01223866800 ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it a guesthouse ? I 'd really like a guesthouse with 3 stars , if possible ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,stars,'3-star');(_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Unfortunately , I ca n't find a 3-star expensive guesthouse with free parking . Would you like me to find something else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about a hotel instead of a guesthouse ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,name,'Lensfield hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , The Lensfield hotel is in the south . It is very nice , can I book it for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "First , can you give me the phone number , postcode , and tell me if they have internet ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,name,'Lensfield');(_:result,phone,'01223355017');(_:result,postcode,'cb21en');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Lensfield does have free wifi . Their phone number is 01223355017 and their postcode is cb21en ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is perfect , thank you for your help . Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Let us know if you have any more questions !" } ]
SNG0972.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:system", "canthelp", "_:search/a1cde2ad" ], [ "_:search/a1cde2ad", "category", "guesthouse" ], [ "_:search/a1cde2ad", "pricerange", "expensive" ], [ "_:search/a1cde2ad", "stars", "3-star" ], [ "_:search/a1cde2ad", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:system", "canthelp", "_:search/a1cde2ad" ], [ "_:search/a1cde2ad", "category", "guesthouse" ], [ "_:search/a1cde2ad", "pricerange", "expensive" ], [ "_:search/a1cde2ad", "stars", "3-star" ], [ "_:search/a1cde2ad", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Lensfield hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_internet", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:system", "canthelp", "_:search/a1cde2ad" ], [ "_:search/a1cde2ad", "category", "guesthouse" ], [ "_:search/a1cde2ad", "pricerange", "expensive" ], [ "_:search/a1cde2ad", "stars", "3-star" ], [ "_:search/a1cde2ad", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "phone", "01223355017" ], [ "_:result", "postcode", "cb21en" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need to find the Addenbrookes hospital please" }, { "id": 1, "rdf-acts": [ "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital is located at Hills Rd in Cambridge . Would you like the number to a specific department ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "No , I would like its general phone number ." }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The general phone number is 01223245151 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all I need today ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Good - bye ." } ]
SNG0212.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'09:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train that departs from cambridge after 09:30 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'1064');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 1064 trains leaving after that time , do you have a preferred destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should leave on friday and should go to stevenage ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'49');(_:result,destination,'Stevenage');(_:result,leave_at,'11:21');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 49 trains headed to Stevenage on that date after that time . How does 11:21 sound ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That sounds great . Can you please book that for one person and give me the reference number ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'4SZT0AAV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It has been booked . The reference number is 4SZT0AAV ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you . I 'm also looking for a particular hotel called the Huntington Marriot Hotel . Can you help me ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Kingfisher Way');(_:result,name,'Huntington Marriott Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Huntington Marriott Hotel is located on Kingfisher Way . Would you like to book a room ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,stay,'4');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes I need a room for just myself for 4 nights staring from Monday . Also could you please provide me with the reference number ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'4EMWSAP1');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "All booked ! Your reference number is 4EMWSAP1 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Alright , that 's everything ! Thank you very much ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "I am glad I could be of service , I appreciate your business and I hope to see you again . Have a great day !" } ]
MUL0601.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:result", "count", "1064" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "49" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "leave_at", "11:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "49" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "leave_at", "11:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "4SZT0AAV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "49" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "leave_at", "11:21" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "4SZT0AAV" ], [ "_:booking", "type", "Booking" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Kingfisher Way" ], [ "_:result", "name", "Huntington Marriott Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "49" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "leave_at", "11:21" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Kingfisher Way" ], [ "_:result", "name", "Huntington Marriott Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "4EMWSAP1" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Well , I am planning a trip and need some help with a train ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Of course , do you know your departure location and time ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'10:30');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "I weill departing on thursday from cambridge and need to arrive by 10:30 in stevenage ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'3');(_:result,leave_at,'between 5:21 and 9:21');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have three , leaving between 5:21 and 9:21 . Do you have a preference ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Not really . I need to know how much a ticket costs and how long it travels ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'10:10');(_:result,duration,'49 minutes');(_:result,id,'TR0552');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Train TR0552 arrives by 10:10 the ticket price is 12.80 pounds and the travel time is 49 minutes ." }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Perfect . I am also looking for a place to stay with free parking" }, { "id": 7, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "No problem , how many nights will you be staying ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm not sure of that yet . It does need to be in the north ." }, { "id": 9, "rdf-acts": [ "select((_:result,category,'guest house');(_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Would you prefer a guest house or hotel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I would like a hotel in the north , the star of the hotel and free internet ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'acorn guest house');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "how about acorn guest house ? it 's 4 stars ." }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you , I 'll take it . Can you book me for that hotel ?" }, { "id": 13, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would be happy to- I just need to know for which nights and for how many people ." }, { "id": 14, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Just for myself . And say , 2 nights ought to do it ." }, { "id": 15, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))", "inform((_:result,day,'Thursday');(_:result,stay,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "2 nights starting on Thursday ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Actually I am just calling for information not a booking . I need a hotel , not guesthouse , in the north with free parking . Can you recommend a hotel ?" }, { "id": 17, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I do n't have any hotels in the north that meet your criteria . Would you like me to look in a different area ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm really needing something in the north . Please try again ." }, { "id": 19, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))", "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I just double checked . Still no hotels in the north that meet your criteria . What about a guesthouse ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No , I need a hotel in the north with free parking , no other criteria . I do n't need free internet ." }, { "id": 21, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry but I do n't have anything meeting that criteria ." }, { "id": 22, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Well okay then let 's just go with whatever 's available in the north ." }, { "id": 23, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Does the number of stars matter ?" }, { "id": 24, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,stars,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not really , can you give me the number of stars and whether or not they have internet ?" }, { "id": 25, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,name,'Ashley hotel');(_:result,stars,'two');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ashley hotel , it has two stars and yes they have internet" }, { "id": 26, "rdf-acts": [], "speaker": "user", "text": "Sweet . That 's all I needed then ." }, { "id": 27, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling today . Please call again if you have anything else that you need . Goodbye ." } ]
PMUL1828.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "?" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "stars", "4" ], [ "_:result", "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": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "?" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_: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": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "?" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "stars", "4" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "day", "Thursday" ], [ "_:result", "stay", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "?" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "stars", "4" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "day", "Thursday" ], [ "_:result", "stay", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/d7ccf214" ], [ "_:search/d7ccf214", "area", "north" ], [ "_:search/d7ccf214", "category", "hotels" ], [ "_:search/d7ccf214", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "?" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "stars", "4" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "day", "Thursday" ], [ "_:result", "stay", "2" ], [ "_:system", "canthelp", "_:search/d7ccf214" ], [ "_:search/d7ccf214", "area", "north" ], [ "_:search/d7ccf214", "category", "hotels" ], [ "_:search/d7ccf214", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/89674ab5" ], [ "_:search/89674ab5", "area", "north" ], [ "_:search/89674ab5", "category", "hotels" ], [ "_:search/89674ab5", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "?" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "stars", "4" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "day", "Thursday" ], [ "_:result", "stay", "2" ], [ "_:system", "canthelp", "_:search/d7ccf214" ], [ "_:search/d7ccf214", "area", "north" ], [ "_:search/d7ccf214", "category", "hotels" ], [ "_:search/d7ccf214", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/89674ab5" ], [ "_:search/89674ab5", "area", "north" ], [ "_:search/89674ab5", "category", "hotels" ], [ "_:search/89674ab5", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/c87d689e" ], [ "_:search/c87d689e", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:result", "has_internet", "?" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "stars", "4" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "day", "Thursday" ], [ "_:result", "stay", "2" ], [ "_:system", "canthelp", "_:search/d7ccf214" ], [ "_:search/d7ccf214", "area", "north" ], [ "_:search/d7ccf214", "category", "hotels" ], [ "_:search/d7ccf214", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/89674ab5" ], [ "_:search/89674ab5", "area", "north" ], [ "_:search/89674ab5", "category", "hotels" ], [ "_:search/89674ab5", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/c87d689e" ], [ "_:search/c87d689e", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "?" ], [ "_:result", "stars", "?" ], [ "_: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, 17, 18, 19, 20, 21, 22, 23, 24 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "3" ], [ "_:result", "leave_at", "between 5:21 and 9:21" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "id", "TR0552" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "day", "Thursday" ], [ "_:result", "stay", "2" ], [ "_:system", "canthelp", "_:search/d7ccf214" ], [ "_:search/d7ccf214", "area", "north" ], [ "_:search/d7ccf214", "category", "hotels" ], [ "_:search/d7ccf214", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/89674ab5" ], [ "_:search/89674ab5", "area", "north" ], [ "_:search/89674ab5", "category", "hotels" ], [ "_:search/89674ab5", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/c87d689e" ], [ "_:search/c87d689e", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Ashley hotel" ], [ "_:result", "stars", "two" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'eurology');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "i am looking for a hospital with a eurology department" }, { "id": 1, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Provided information , thank you ." }, { "id": 2, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I do n't understand . Can you provide the name of a hospital nearby I can go to ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,department,'urology');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital is at Hills Rd , Cambridge and has a urology department ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "May I have the postcode and phone number as well ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,department,'urology');(_:result,phone,'01223256650');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The postcode is CB20QQ , phone for urology is 01223256650 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "You 're welcome . Do you need help with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need . Thank you ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling . I 'm glad I could help you . Goodbye ." } ]
SNG02203.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "eurology" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "eurology" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "eurology" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "urology" ], [ "_:result", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "eurology" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "urology" ], [ "_:result", "phone", "01223256650" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "department", "eurology" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "urology" ], [ "_:result", "phone", "01223256650" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need help finding a guesthouse to stay at ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'a number');(_:result,category,'guesthouses');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have a number of different guesthouses available . Do you want to stay in a particular part of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like the east part of town please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Warkworth House');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Warkworth House is a great place . They are rated 4 stars , moderately priced and offer free parking and internet ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sound perfect . Could I make a booking for 6 people ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Of course ! What day and how many nights ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'll be starting my stay on this coming Sunday ." }, { "id": 7, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many days will you be staying ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "5 nights please ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'T212RFL5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is : T212RFL5 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'gourmet burger kitchen');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you know of a restaurant by the name of gourmet burger kitchen ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'City Centre');(_:result,food,'North American');(_:result,name,'Gourmet Burger Kitchen');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , Gourmet Burger Kitchen has North American cuisine and is expensive . It is located in the City Centre ." }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "can you tell me the phone number please" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223312598');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "You can reach them by phone at 01223312598 . Anything else I can help with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all the information I need . Thanks !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Ok great , have a wonderful day !" } ]
PMUL3112.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "a number" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "a number" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "a number" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "6" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "a number" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "6" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "a number" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "6" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "T212RFL5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "gourmet burger kitchen" ], [ "_: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" ], [ "_:result", "amount", "a number" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:search", "people", "6" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "T212RFL5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "gourmet burger kitchen" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "City Centre" ], [ "_:result", "food", "North American" ], [ "_:result", "name", "Gourmet Burger Kitchen" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "a number" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:search", "people", "6" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "T212RFL5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "gourmet burger kitchen" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "City Centre" ], [ "_:result", "food", "North American" ], [ "_:result", "name", "Gourmet Burger Kitchen" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223312598" ], [ "_:result", "type", "Restaurant" ] ], "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,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd really like to take my client out to a nice restaurant that serves indian food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,food,'Indian');(_:result,pricerange,'that price range');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I show many restaurants that serve Indian food in that price range . What area would you like to travel to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for an expensive indian restaurant in the area of centre ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'center');(_:result,food,'Indian');(_:result,name,'Saffron Brasserie');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Might I recommend Saffron Brasserie ? That is an expensive Indian restaurant in the center of town . I can book a table for you , if you like ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'19:30');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sure thing , please book for 6 people at 19:30 on Saturday ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'RF00JUFQ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Your Reference number is : RF00JUFQ ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'no');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay great ! Thank you so much . Could you also help me find a 3 star hotel in the area . I do n't need wifi either ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'The alpha - milton guest house');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The alpha - milton guest house is in the north and is moderately priced . It has 3 stars and no internet or parking . Would you like to book a room ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "That sounds great . Please book that now ." }, { "id": 9, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "May I ask how many people are in your group ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I have 6 people in my group ." }, { "id": 11, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many days would you like to stay ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "2 nights , starting the same day as the reservation ." }, { "id": 13, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry . It looks like they 're full . Would you like me to look for something else ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Yes please . Is there something else available in that area ?" }, { "id": 15, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,area,'that area');(_:result,category,'hotel');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , it looks like that is the only 3 star hotel in that area , would you like me to look somewhere else ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,stay,'1');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can we try for 1 night instead of 2 ? I 'll need the reference number please ." }, { "id": 17, "rdf-acts": [ "inform((_:booking,ref,'9XVT8M5T');(_:booking,stay,'one');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to get one night , the reference number is 9XVT8M5T ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "I 'm glad to help , you 're welcome !" } ]
MUL0001.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "that price range" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Saffron Brasserie" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "center" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Saffron Brasserie" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "RF00JUFQ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Indian" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "RF00JUFQ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The alpha - milton guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Indian" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "19:30" ], [ "_:booking", "ref", "RF00JUFQ" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The alpha - milton guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Indian" ], [ "_:search", "duration", "19:30" ], [ "_:booking", "ref", "RF00JUFQ" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The alpha - milton guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "6" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_: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": [ [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Indian" ], [ "_:search", "duration", "19:30" ], [ "_:booking", "ref", "RF00JUFQ" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The alpha - milton guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "6" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/d3296878" ], [ "_:booking/d3296878", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Indian" ], [ "_:search", "duration", "19:30" ], [ "_:booking", "ref", "RF00JUFQ" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The alpha - milton guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "6" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:system", "canthelp", "_:booking/d3296878" ], [ "_:booking/d3296878", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "area", "that area" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Indian" ], [ "_:search", "duration", "19:30" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "The alpha - milton guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "6" ], [ "_:search", "day", "same day" ], [ "_:system", "canthelp", "_:booking/d3296878" ], [ "_:booking/d3296878", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:result", "area", "that area" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "9XVT8M5T" ], [ "_:booking", "stay", "one" ], [ "_: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,name,\"king 's college\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for an attraction called King 's College ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,\"King 's Parace\");(_:result,area,'centre');(_:result,name,\"King 's College\");(_:result,phone,'01223331100');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Ah yes , King 's College is in centre of town . The address is King 's Parace and phone 01223331100 ." }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thank you very much . Can you give me the postcode ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'cb21st');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb21st ." }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a place to stay ." }, { "id": 5, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I can help you with that . Would you like a guesthouse or hotel ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'4-stars');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a hotel with 4-stars . Also , an expensive one ." }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'University Arms Hotel');(_:result,pricerange,'expensive');(_:result,stars,'four');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "There is one hotel matching your criteria . It is University Arms Hotel , it is expensive with a four star rating and both free internet and parking . Do you need more information ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be all the info I need thank you ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Okay ! Have a great trip ! Bye !" } ]
PMUL2803.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "King 's Parace" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "King 's College" ], [ "_:result", "phone", "01223331100" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "address", "King 's Parace" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "King 's College" ], [ "_:result", "phone", "01223331100" ], [ "_:result", "postcode", "cb21st" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "address", "King 's Parace" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "King 's College" ], [ "_:result", "phone", "01223331100" ], [ "_:result", "postcode", "cb21st" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4-stars" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "king 's college" ], [ "_:result", "address", "King 's Parace" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223331100" ], [ "_:result", "postcode", "cb21st" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4-stars" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you help me find a 4 star hotel in Cambridge ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'3');(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are three 4-star hotels . What area would you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer to stay in the west part of town ." }, { "id": 3, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are two choices , one is in the expensive price range , the other in the cheap price range . Which one is preferable to you ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "I do n't have a preference ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'huntingdon marriott hotel');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "How does the huntingdon marriott hotel sound to you ? May I book you there ?" }, { "id": 6, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Is this the expensive or cheap price range option ? How much does it cost per night ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They are in the expensive price range ." }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Ok . I 'd like the address , please ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'huntingdon');(_:result,address,'kingfisher way , hinchinbrook business park');(_:result,name,'huntingdon marriott hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The huntingdon marriott hotel is located at kingfisher way , hinchinbrook business park , huntingdon . Would you like to book a room ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'german');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Not at this time , but I would like to find a place to eat . Ideally an expensive German restaurant in the same area ." }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately , no such restaurant exists . Would you like to look in a different area , price range , or cuisine type ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about one that serves British food" }, { "id": 13, "rdf-acts": [ "select((_:result,name,'Graffiti');(_:result,name,'Travellers Rest');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two places Graffiti and Travellers Rest which would you like to try ?" }, { "id": 14, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'Graffiti');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Graffiti sounds good . May I have their phone number , address , and postcode , please ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,address,'Hotel Felix Whitehouse Lane Huntingdon Road');(_:result,name,'Graffiti');(_:result,phone,'01223277977');(_:result,postcode,'cb30lx');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address , phone number and post code for Graffiti are Hotel Felix Whitehouse Lane Huntingdon Road , 01223277977 , cb30lx ." }, { "id": 16, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,departure,'the restaurant');(_:search,destination,'my hotel');(_:search,leave_at,'11:30');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'll need a taxi from the restaurant back to my hotel . I 'd like to leave the restaurant by 11:30 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,departure,'Graffiti');(_:result,destination,'huntingdon marriott hotel');(_:result,leave_at,'11:30');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Ok , I 've booked you a taxi from Graffiti to Huntingdon Marriott Hotel at 11:30 . Anything else I can do for you ?" }, { "id": 18, "rdf-acts": [ "request((_:result,car,?);(_:result,phone,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Can I get the phone number of the taxi service and what car type will I be looking for ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'black audi');(_:result,phone,'07435240506');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "number is 07435240506 , and it is a black audi ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , you have been very helpful , that 's all I need for now ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "You are very welcome . Thank you for contacting Cambridge Towninfo Centre . Have a great day ." } ]
MUL0033.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "stars", "4-star" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "stars", "4-star" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "stars", "4-star" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "2" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "stars", "4-star" ], [ "_:result", "count", "2" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "huntingdon" ], [ "_:result", "address", "kingfisher way , hinchinbrook business park" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "german" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "stars", "4-star" ], [ "_:result", "count", "2" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "huntingdon" ], [ "_:result", "address", "kingfisher way , hinchinbrook business park" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/37df938e" ], [ "_:search/37df938e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "huntingdon" ], [ "_:result", "address", "kingfisher way , hinchinbrook business park" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/37df938e" ], [ "_:search/37df938e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "name", "Travellers Rest" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "name", "Graffiti" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/37df938e" ], [ "_:search/37df938e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "2" ], [ "_:search", "name", "Graffiti" ], [ "_:result", "address", "Hotel Felix Whitehouse Lane Huntingdon Road" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "phone", "01223277977" ], [ "_:result", "postcode", "cb30lx" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "my hotel" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/37df938e" ], [ "_:search/37df938e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "2" ], [ "_:search", "name", "Graffiti" ], [ "_:result", "address", "Hotel Felix Whitehouse Lane Huntingdon Road" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "phone", "01223277977" ], [ "_:result", "postcode", "cb30lx" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "my hotel" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "departure", "Graffiti" ], [ "_:result", "destination", "huntingdon marriott hotel" ], [ "_:result", "leave_at", "11:30" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "car", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/37df938e" ], [ "_:search/37df938e", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "count", "2" ], [ "_:search", "name", "Graffiti" ], [ "_:result", "address", "Hotel Felix Whitehouse Lane Huntingdon Road" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "postcode", "cb30lx" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "my hotel" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "departure", "Graffiti" ], [ "_:result", "destination", "huntingdon marriott hotel" ], [ "_:result", "leave_at", "11:30" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "car", "black audi" ], [ "_:result", "phone", "07435240506" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay in the north that has free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,area,'north');(_:result,count,'12');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "There are 12 options in the north , any others preferences ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't need parking ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'avalon guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "i can only find avalon guesthouse" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "That sounds fine . What is their address and postcode ? Oh , I 'll need their phone number too , if it 's available ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'62 gilbert road');(_:result,phone,'01223353071');(_:result,postcode,'cb43pd');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They are located at 62 gilbert road cb43pd , phone number 01223353071 . Would you like me to book it for you ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "yes please book it for me thank you" }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure thing what nights will you be staying ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'vue cinema');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Actually , I do n't want to book it at this time . Can I get some information about the Vue Cinema , though ?" }, { "id": 9, "rdf-acts": [], "speaker": "system", "text": "of course , what would you like to know ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I would like the address and phone number ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'The Grafton centre , East Road');(_:result,phone,'08712240240');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "the phone number is 08712240240 and the address is at The Grafton centre , East Road" }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thanks . Do you know if there is an entrance fee ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,\"I do n't have any information\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I do n't have any information about the entrance fee , sorry ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Oh , that 's alright , thanks for your help !" }, { "id": 15, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome ! Is there any other attraction I can look up for you ? Or any other info you need ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . That 's all I need today ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "It was a pleasure assisting you today . Good - bye ." } ]
PMUL2876.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "12" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "12" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "avalon guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "12" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "avalon guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "phone", "01223353071" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "12" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:result", "name", "avalon guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "phone", "01223353071" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "vue cinema" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "12" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:result", "name", "avalon guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "phone", "01223353071" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "vue cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "12" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:result", "name", "avalon guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "postcode", "cb43pd" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "vue cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "The Grafton centre , East Road" ], [ "_:result", "phone", "08712240240" ], [ "_: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", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "12" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:result", "name", "avalon guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "postcode", "cb43pd" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "vue cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "The Grafton centre , East Road" ], [ "_:result", "phone", "08712240240" ], [ "_:result", "entrance_fee", "I do n't have any information" ], [ "_: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", "area", "north" ], [ "_:search", "has_internet", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "12" ], [ "_:search", "has_parking", "no" ], [ "_:result", "name", "avalon guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "postcode", "cb43pd" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "vue cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "The Grafton centre , East Road" ], [ "_:result", "phone", "08712240240" ], [ "_:result", "entrance_fee", "I do n't have any information" ], [ "_:result", "type", "Attraction" ], [ "_: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,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I 'm looking for restaurants in the area that serve British cuisine . Could you give me some suggestions ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are many Indian restaurants in the city . Could you tell me in what area you would like to eat ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there something available in the west ?" }, { "id": 3, "rdf-acts": [ "select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there are 3 . Would you like something in the moderate or expensive price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'british');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't care about the price range . However , I need to confirm that the restaurant serves British food and is in the centre of town ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'british');(_:result,name,'Restaurant One Seven');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Restaurant One Seven meets your specifications of british food in the centre of town . Would you like me to book that for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'19:30');(_:search,people,'6');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . For 6 people at 19:30 on friday , please . I 'll need the reference number ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'59JRJR4E');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : 59JRJR4E ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great thanks so much !" }, { "id": 9, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I needed thank you" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great meal !" } ]
SNG0721.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "amount", "many" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "3" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "3" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "59JRJR4E" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "3" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "british" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "59JRJR4E" ], [ "_: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,arrive_by,'20:45');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I am looking for a train to arrive by 20:45 that is leaving Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a specific date of travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'd like to leave on Sunday ." }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "And where you you like to leave from and go to ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be going from Cambridge to Kings Lynn , to visit my sister ! Have n't seen her in forever ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'05:58');(_:result,id,'TR3212');(_:result,leave_at,'05:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR3212 Leaves at 05:11 and arrives at 05:58 . Can I book that for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'six');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , for six people . I will need the reference number . Thank you ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'L5RUWCHN');(_:booking,ticket,'47.04 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 47.04 GBP payable at the station . \n Reference number is : L5RUWCHN ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I will also need a place to stay . A guesthouse and it should include free wifi ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Okay , I can look that up for you . Did you want to stay in a particular area of town ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care about the area , but it needs to be cheap and have free parking ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I can see if there are rooms available at Alexander Bed and Breakfast in Centre . They are cheap , have free parking as well as free internet ." }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Sounds great , can you give me their phone number ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,phone,'01223525725');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Their number is 01223525725 . Is there anything else I can assist you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No . Thanks for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day ." } ]
MUL2035.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "05:58" ], [ "_:result", "id", "TR3212" ], [ "_:result", "leave_at", "05:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "05:58" ], [ "_:result", "id", "TR3212" ], [ "_:result", "leave_at", "05:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "six" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "L5RUWCHN" ], [ "_:booking", "ticket", "47.04 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "05:58" ], [ "_:result", "id", "TR3212" ], [ "_:result", "leave_at", "05:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "six" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "L5RUWCHN" ], [ "_:booking", "ticket", "47.04 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_: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", "20:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "05:58" ], [ "_:result", "id", "TR3212" ], [ "_:result", "leave_at", "05:11" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "six" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "L5RUWCHN" ], [ "_:booking", "ticket", "47.04 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "Centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "05:58" ], [ "_:result", "id", "TR3212" ], [ "_:result", "leave_at", "05:11" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "six" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "L5RUWCHN" ], [ "_:booking", "ticket", "47.04 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "Centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'nightclub');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a nightclub to go to . Are there any in the centre of town ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'nightclubs');(_:result,count,'5');(_:result,name,'Ballare');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 5 nightclubs in the centre . Ballare is one of them . Would that work for you ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))", "inform((_:search,name,'Ballare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is there an entrance fee for Ballare ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The fee is 5 pounds ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! That 's all I needed ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Okay , Thank you for calling ." } ]
SNG1090.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "nightclub" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "nightclub" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Ballare" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "name", "Ballare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "nightclub" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Ballare" ], [ "_:search", "name", "Ballare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for boat attractions in the centre area of town ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "There are 2 boat attractions named \" scudamores punting co \" and \" the cambridge punter . \"" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'the cambridge punter');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Let 's go with the cambridge punter . May I get the phone number to that please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,name,'the cambridge punter');(_:result,phone,'07807718591');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number to the cambridge punter is 07807718591 . Do you have any other questions about this location ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am also looking for a train leaving from leicester to cambridge ." }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'over 100');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are over 100 trains from which to choose . What day and time would you like to travel ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'08:30');(_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive by 08:30 and want to leave on Sunday . Can you help me with that please ." }, { "id": 7, "rdf-acts": [ "select((_:result,arrive_by,'06:54');(_:result,arrive_by,'07:54');(_:result,type,'Train'))", "inform((_:result,type,'Train'))" ], "speaker": "system", "text": "There is a train arriving at 06:54 and one at 07:54 . Which would you prefer ?" }, { "id": 8, "rdf-acts": [ "request((_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "The 7:54 . May I please have the train ID and departure time ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR0466');(_:result,leave_at,'06:09');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR0466 leaves at 06:09 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , that 's all I need . Thanks for your help !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "I 'm happy I could help you today . Have a great day !" } ]
MUL0427.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "boat" ], [ "_:search", "name", "the cambridge punter" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "boat" ], [ "_:search", "name", "the cambridge punter" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "the cambridge punter" ], [ "_:result", "phone", "07807718591" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "boat" ], [ "_:search", "name", "the cambridge punter" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "the cambridge punter" ], [ "_:result", "phone", "07807718591" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 100" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "boat" ], [ "_:search", "name", "the cambridge punter" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "the cambridge punter" ], [ "_:result", "phone", "07807718591" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 100" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "06:54" ], [ "_:result", "arrive_by", "07:54" ], [ "_:result", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "boat" ], [ "_:search", "name", "the cambridge punter" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "the cambridge punter" ], [ "_:result", "phone", "07807718591" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 100" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "06:54" ], [ "_:result", "arrive_by", "07:54" ], [ "_:result", "id", "TR0466" ], [ "_:result", "leave_at", "06:09" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am heading to Cambridge and I would like to know about some places to see in the north , do you have any suggestions ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Milton Country Park');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Milton Country Park is popular among visitors . Would you like the address ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'milton country park');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , may I please get the address , postcode , and the entrance fee for the Milton Country Park ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Milton Country Park');(_:result,entrance_fee,'free');(_:result,phone,'01223420060');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure . Their address is Milton Country Park , Milton . Their postcode is cb46az . Their phone number is 01223420060 . There is free admission to the park . Anything else I can help with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'16:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to get a train that leaves after 16:30 . Can you help with that ?" }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day would you like to leave and where are you departing from ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'lecester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave cambridge and arrive in lecester on monday ." }, { "id": 7, "rdf-acts": [ "canthelp((_:search,departure,'Cambridge');(_:search,leave_at,'16:30');(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'm sorry , I 'm not able to find a train leaving Cambridge after 16:30 . Is there another time I can search for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,leave_at,'16:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I think I said that wrong . I am actually looking for a train that leaves Leicester after 16:30 going to Cambridge ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'18:54');(_:result,leave_at,'17:09');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train departing at 17:09 that arrives at 18:54 . Would that work for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes I think that would work . What is the trainID ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,id,'TR2078');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The train ID is TR2078 . Are you ready for me to book this for you ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , most definately . Thanks" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'1');(_:booking,ref,'9IR5OSCS');(_:booking,ticket,'37.79 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great , your Booking was successful , the total fee is 37.79 GBP for 1 ticket . Reference number is 9IR5OSCS . Is there anything else I can help with today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is it . Thanks" }, { "id": 15, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You 're welcome . Have a nice trip , and thanks for using Cambridge TownInfo centre ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Glad to help , have a great day ." } ]
MUL1930.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "name", "Milton Country Park" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "milton country park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "name", "Milton Country Park" ], [ "_:search", "name", "milton country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Milton Country Park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "name", "Milton Country Park" ], [ "_:search", "name", "milton country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Milton Country Park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "lecester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "name", "Milton Country Park" ], [ "_:search", "name", "milton country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Milton Country Park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "monday" ], [ "_:system", "canthelp", "_:search/5eb3bc01" ], [ "_:search/5eb3bc01", "departure", "Cambridge" ], [ "_:search/5eb3bc01", "leave_at", "16:30" ], [ "_:search/5eb3bc01", "type", "Train" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "name", "Milton Country Park" ], [ "_:search", "name", "milton country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Milton Country Park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:search", "day", "monday" ], [ "_:system", "canthelp", "_:search/5eb3bc01" ], [ "_:search/5eb3bc01", "departure", "Cambridge" ], [ "_:search/5eb3bc01", "leave_at", "16:30" ], [ "_:search/5eb3bc01", "type", "Train" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:54" ], [ "_:result", "leave_at", "17:09" ], [ "_: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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "name", "Milton Country Park" ], [ "_:search", "name", "milton country park" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Milton Country Park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:search", "day", "monday" ], [ "_:system", "canthelp", "_:search/5eb3bc01" ], [ "_:search/5eb3bc01", "departure", "Cambridge" ], [ "_:search/5eb3bc01", "leave_at", "16:30" ], [ "_:search/5eb3bc01", "type", "Train" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:54" ], [ "_:result", "leave_at", "17:09" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR2078" ], [ "_: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", "area", "north" ], [ "_:result", "name", "Milton Country Park" ], [ "_:search", "name", "milton country park" ], [ "_:result", "address", "Milton Country Park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:search", "day", "monday" ], [ "_:system", "canthelp", "_:search/5eb3bc01" ], [ "_:search/5eb3bc01", "departure", "Cambridge" ], [ "_:search/5eb3bc01", "leave_at", "16:30" ], [ "_:search/5eb3bc01", "type", "Train" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:54" ], [ "_:result", "leave_at", "17:09" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "id", "TR2078" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "9IR5OSCS" ], [ "_:booking", "ticket", "37.79 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "name", "Milton Country Park" ], [ "_:search", "name", "milton country park" ], [ "_:result", "address", "Milton Country Park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:search", "day", "monday" ], [ "_:system", "canthelp", "_:search/5eb3bc01" ], [ "_:search/5eb3bc01", "departure", "Cambridge" ], [ "_:search/5eb3bc01", "leave_at", "16:30" ], [ "_:search/5eb3bc01", "type", "Train" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:54" ], [ "_:result", "leave_at", "17:09" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "id", "TR2078" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "9IR5OSCS" ], [ "_:booking", "ticket", "37.79 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a hotel with free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Do you have any other criteria ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'no');(_:search,pricerange,'cheaper');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It needs to be four star , but on the cheaper range , and free parking does n't need to be included ." }, { "id": 3, "rdf-acts": [ "select((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have several good guesthouses that meet your criteria . Or do you prefer a hotel ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Either is fine . Which one is your favorite ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I suggest the Alexander Bed and Breakfast ." }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Great that sounds like a plan ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book it for you ?" }, { "id": 8, "rdf-acts": [ "thank()", "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No thanks . Is that a guesthouse ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "yes that is a guesthouse" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Okay , great . I 'm also looking for attractions in the west ." }, { "id": 11, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'west');(_:result,count,'13');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 13 attractions in the west . Any particular type that you would like ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "What attraction do you suggest ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,category,'college');(_:result,name,'Clare Hall');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about Clare Hall , a college ?" }, { "id": 14, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds good . Is there an entrance fee ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,entrance_fee,'2.50 pounds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The entry fee is 2.50 pounds ." }, { "id": 16, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What 's their phone number ?" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223332360');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their phone number is 01223332360 . Can I help you with anything else today ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,departure,'the attraction');(_:search,destination,'the guesthouse');(_:search,leave_at,'05:30');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I 'll need a taxi from the attraction to the guesthouse . I want to leave the attraction by 05:30 . What is the car type and contact number please ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'blue Tesla');(_:result,phone,'07770229036');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked a blue Tesla , the number is 07770229036" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that will be it for today and thanks for your help" }, { "id": 21, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "i am glad i have been of help to you" }, { "id": 22, "rdf-acts": [], "speaker": "user", "text": "You bet . This is the end ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "Thanks for using our service today ." } ]
PMUL4507.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:result", "type", "Attraction" ], [ "_: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_internet", "yes" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "college" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "college" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:result", "category", "college" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223332360" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "destination", "the guesthouse" ], [ "_:search", "leave_at", "05:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:result", "category", "college" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "destination", "the guesthouse" ], [ "_:search", "leave_at", "05:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Tesla" ], [ "_:result", "phone", "07770229036" ], [ "_: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": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "stars", "four" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:result", "area", "west" ], [ "_:result", "count", "13" ], [ "_:result", "category", "college" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "destination", "the guesthouse" ], [ "_:search", "leave_at", "05:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Tesla" ], [ "_:result", "phone", "07770229036" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , can you help me find a place to stay ? Something moderately priced with free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,count,'17');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 17 guesthouses and hotels that fit your criteria , do you have a preference for area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not really , but I 'm looking for something with 2 stars ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'The ashley hotel');(_:result,name,'the lovell lodge');(_:result,pricerange,'moderate');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The ashley hotel and the lovell lodge are both in the north and are in the moderate price range with 2 stars ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Will you book it for a party of 7 . 5 days beginning Friday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))", "reqmore()", "inform((_:booking,ref,'VFGG7DOD');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking at the Ashley Hotel was successful . Reference number is : VFGG7DOD . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's great . No I do n't need anything else , thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Glad we could help you ." } ]
SNG0891.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "17" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "17" ], [ "_:search", "stars", "2" ], [ "_:result", "area", "north" ], [ "_:result", "name", "The ashley hotel" ], [ "_:result", "name", "the lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "17" ], [ "_:search", "stars", "2" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "2" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "VFGG7DOD" ], [ "_: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 'm a foodie and desperately need to find a restaurant in the centre . I 'm treating myself so anything in the expensive range is perfect" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "What type of food would you like to try ? I have many different places ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,day,'wednesday');(_:search,duration,'16:00');(_:search,people,'8');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to be in the centre of town . Surprise me with the type ! I need to book for 8 people on Wednesday 16:00 . Reference number please ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,name,'midsummer house restaurant');(_:booking,ref,'4X5NDCA9');(_:booking,type,'Booking');(_:result,food,'british');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Booking at midsummer house restaurant was successful . They serve british food , and the table will be reserved for 15 minutes . \n Reference number is : 4X5NDCA9 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a place to stay . Cheap guesthouse will do ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Alexander Bed and Breakfast is located in the centre , rated 4 stars and has free parking and internet . Would you like me to make a reservation ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "As long as it 's cheap , then yes ." }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , great ! How many will be staying , for how many nights , starting what day ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Hang on , I need to check on that ." }, { "id": 9, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Okay just let me know" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,people,'same group');(_:search,stay,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Alright , I need rooms for the same group on the same day . We 'll be staying for three nights ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Alexander');(_:booking,ref,'6HRQ154C');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK , you 're booked at the Alexander , reference # 6HRQ154C . Can I help you with anything else today ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "yeah , i need a taxi to get me from the hotel to the restaurant ." }, { "id": 13, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time do you need to leave ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'16:00');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "We 'll need to get to the restaurant on time so we 'll need to arrive by 16:00 to avoid losing our table . Be sure to provide contact number and car type ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'red tesla');(_:result,phone,'07274986037');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Here 's the information about your car : type \t : \t red tesla \n Contact number \t : \t 07274986037" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That is all I needed . You have been a wonderful help ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you , and have a good day !" } ]
PMUL3879.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", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "midsummer house restaurant" ], [ "_:booking", "ref", "4X5NDCA9" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "british" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "midsummer house restaurant" ], [ "_:booking", "ref", "4X5NDCA9" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "british" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "midsummer house restaurant" ], [ "_:booking", "ref", "4X5NDCA9" ], [ "_:result", "food", "british" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "duration", "16:00" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "midsummer house restaurant" ], [ "_:booking", "ref", "4X5NDCA9" ], [ "_:result", "food", "british" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "same group" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "duration", "16:00" ], [ "_:result", "ref", "?" ], [ "_:result", "food", "british" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "same group" ], [ "_:search", "stay", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Alexander" ], [ "_:booking", "ref", "6HRQ154C" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_: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", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "duration", "16:00" ], [ "_:result", "ref", "?" ], [ "_:result", "food", "british" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "same group" ], [ "_:search", "stay", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Alexander" ], [ "_:booking", "ref", "6HRQ154C" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:00" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_: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", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "duration", "16:00" ], [ "_:result", "ref", "?" ], [ "_:result", "food", "british" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "same group" ], [ "_:search", "stay", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Alexander" ], [ "_:booking", "ref", "6HRQ154C" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:00" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red tesla" ], [ "_:result", "phone", "07274986037" ], [ "_: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": [], "speaker": "user", "text": "I am looking for pasquale pizzeria ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,name,'Don Pasquale Pizzeria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have found a Don Pasquale Pizzeria located in Centre , would you like that address ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I would like the address , as well as the phone number . And what is the price range for dinner there ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'12 Market Hill City Centre');(_:result,phone,'01223350106');(_:result,postcode,'cb23nj');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is 12 Market Hill City Centre in postcode cb23nj . The phone number is 01223350106 , and it 's an expensive restaurant ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great ! I 'm also looking for a 3 star guesthouse to stay in ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'bridge guest house');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))", "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "May I suggest bridge guest house . They are in the south and moderately priced . How many is in your party and how long is your stay ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I wo n't be needing a booking . Thank you for the information . Have a great day !" }, { "id": 7, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You have a great day too ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks again for the help !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "It was my pleasure . Have a great evening . Goodbye ." } ]
MUL1237.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "area", "Centre" ], [ "_:result", "name", "Don Pasquale Pizzeria" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "Centre" ], [ "_:result", "name", "Don Pasquale Pizzeria" ], [ "_:result", "address", "12 Market Hill City Centre" ], [ "_:result", "phone", "01223350106" ], [ "_:result", "postcode", "cb23nj" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "address", "12 Market Hill City Centre" ], [ "_:result", "phone", "01223350106" ], [ "_:result", "postcode", "cb23nj" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "name", "bridge guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "address", "12 Market Hill City Centre" ], [ "_:result", "phone", "01223350106" ], [ "_:result", "postcode", "cb23nj" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "name", "bridge guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hey there , I 'm looking for a train to Cambridge on Saturday" }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "sure , what are your travel times ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'20:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving after 20:45 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'35');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 35 trains that match your request . To better help you , I 'll need to know where you 'll be departing from and what time you want to arrive by ." }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'bishops stortford');(_:search,leave_at,'20:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "Oh sillly me ! I 'm leaving from Bishops Stortford . Does n't matter what time I arrive , just ca n't leave until 20:45" }, { "id": 5, "rdf-acts": [ "inform((_:result,leave_at,'21:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I have a train that departs at 21:29 . Shall I book it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "book for 5 people and get me reference number" }, { "id": 7, "rdf-acts": [ "thank()", "inform((_:booking,category,'Train');(_:booking,ref,'ML7ZBHM1');(_:booking,ticket,'40.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , great . Your booking was successful ! Your reference number is ML7ZBHM1 . Your total fee is 40.4 GBP which can be paid at the station ." }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'kings hedges learner pool');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great I 'm also looking for an attraction called kings hedges learner pool ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'Jedburgh Court , Kings Hedges');(_:result,area,'north');(_:result,category,'pool');(_:result,phone,'01223353248');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes the pool is located i the north and their phone number is 01223353248 and their address is Jedburgh Court , Kings Hedges ." }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Is there an entrance fee ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'do not have that information');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I do not have that information , unfortunately . Is there anything else that I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I think you 've covered everything . Thank you so much for all your information ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a great day . Goodbye" } ]
PMUL4216.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "count", "35" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "count", "35" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "leave_at", "20:45" ], [ "_:result", "leave_at", "21:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "count", "35" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "leave_at", "20:45" ], [ "_:result", "leave_at", "21:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ML7ZBHM1" ], [ "_:booking", "ticket", "40.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "count", "35" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "leave_at", "20:45" ], [ "_:result", "leave_at", "21:29" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ML7ZBHM1" ], [ "_:booking", "ticket", "40.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Jedburgh Court , Kings Hedges" ], [ "_:result", "area", "north" ], [ "_:result", "category", "pool" ], [ "_:result", "phone", "01223353248" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "count", "35" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "leave_at", "20:45" ], [ "_:result", "leave_at", "21:29" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ML7ZBHM1" ], [ "_:booking", "ticket", "40.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "kings hedges learner pool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Jedburgh Court , Kings Hedges" ], [ "_:result", "area", "north" ], [ "_:result", "category", "pool" ], [ "_:result", "phone", "01223353248" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "do not have that information" ], [ "_: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,'south');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I 'm looking for an expensive hotel in the south of town ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Lensfield hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Lensfield hotel should fit your needs perfectly , would you like for me to set up a booking ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does that hotel have a 3 star rating ?" }, { "id": 3, "rdf-acts": [ "select((_:result,type,'Hotel'))" ], "speaker": "system", "text": "Indeed it does . Does it sound like somewhere you 'd like to stay ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'hotel');(_:search,has_parking,'no');(_:search,pricerange,'expensive');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do not need any free parking . Is there any expensive hotel in the south with 3 stars and no parking ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'south');(_:result,has_parking,'none');(_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,stars,'3-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "No , there is not . The only expensive 3-star hotel in the south is The Lensfield Hotel and it has parking ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'seven');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay , I need to book it for seven people 5 nights starting tuesday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'ALYDOZKZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I booked it for you . Your reference number is ALYDOZKZ ." }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you ! I also need to book a train to Cambridge ." }, { "id": 9, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))", "inform((_:result,amount,'many');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are many options . Could you please tell me where you are travelling from , on what day , and possibly at what time ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'11:30');(_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train going to cambridge that arrives at 11:30 . I will depart from kings lynn ." }, { "id": 11, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))", "inform((_:result,amount,'multiple');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are multiple trains that match the criteria you listed . Can you please provide the day you will be traveling on ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will need that for Tuesday as well ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'10:58');(_:result,departure,'kings lynn');(_:result,destination,'cambridge');(_:result,duration,'47 minutes');(_:result,id,'TR1704');(_:result,leave_at,'10:11');(_:result,ticket,'9.80 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR1704 leaves kings lynn at 10:11 and arrives at cambridge by 10:58 , making the travel time 47 minutes . The cost is 9.80 pounds . Are you interested in booking ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , please book this train for 7 people . I also will need the reference number ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'JEQ34OF0');(_:booking,ticket,'68.6');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful , the total fee is 68.6 GBP payable at the station . Reference number is : JEQ34OF0 . Is there anything else I can help you with ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That was it . Thanks so much for your help ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "I 'm glad I could help you with your accommodations and travel needs . Good bye ." } ]
MUL2207.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Lensfield hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Lensfield hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "south" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "south" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "ALYDOZKZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "south" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "ALYDOZKZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "?" ], [ "_:search", "leave_at", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "kings lynn" ], [ "_: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", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "south" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "ALYDOZKZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "multiple" ], [ "_:result", "type", "Train" ], [ "_: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", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "south" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "ALYDOZKZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "multiple" ], [ "_:search", "day", "tuesday" ], [ "_:result", "arrive_by", "10:58" ], [ "_:result", "departure", "kings lynn" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "id", "TR1704" ], [ "_:result", "leave_at", "10:11" ], [ "_:result", "ticket", "9.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_: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": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "south" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:search", "stay", "5" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "multiple" ], [ "_:search", "day", "tuesday" ], [ "_:result", "arrive_by", "10:58" ], [ "_:result", "departure", "kings lynn" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "id", "TR1704" ], [ "_:result", "leave_at", "10:11" ], [ "_:result", "ticket", "9.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "JEQ34OF0" ], [ "_:booking", "ticket", "68.6" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i need a hotel with wifi in the north part of town" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I can help with that . What kind of price range do you have in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am open as far as price range , but I would love a 4 star place ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,category,'hotel');(_:search,has_internet,'none');(_:search,stars,'4');(_:search,type,'Hotel'))", "select((_:result,stars,'lower');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There does n't appear to be a 4 star hotel with wifi in the north . Can I interest you in a lower star rating ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , the hotel needs to have a 4 star rating . Can you please check your system again ? Thanks" }, { "id": 5, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "i am sorry . i have double checked and still do not find anything matching your criteria . would you like a different star rating ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Perhaps there is a guestroom ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "No but would you like to try another location ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No I need the north . Is there anything else available in the north ?" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "there are a variety of good things in the north it depends on what you want i will find whatever you request" } ]
PMUL1882.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "canthelp", "_:search/34855606" ], [ "_:search/34855606", "category", "hotel" ], [ "_:search/34855606", "has_internet", "none" ], [ "_:search/34855606", "stars", "4" ], [ "_:search/34855606", "type", "Hotel" ], [ "_:result", "stars", "lower" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "canthelp", "_:search/34855606" ], [ "_:search/34855606", "category", "hotel" ], [ "_:search/34855606", "has_internet", "none" ], [ "_:search/34855606", "stars", "4" ], [ "_:search/34855606", "type", "Hotel" ], [ "_:result", "stars", "lower" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "?" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/dcef95bc" ], [ "_:search/dcef95bc", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:system", "canthelp", "_:search/34855606" ], [ "_:search/34855606", "category", "hotel" ], [ "_:search/34855606", "has_internet", "none" ], [ "_:search/34855606", "stars", "4" ], [ "_:search/34855606", "type", "Hotel" ], [ "_:result", "stars", "lower" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/dcef95bc" ], [ "_:search/dcef95bc", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/52015e5c" ], [ "_:search/52015e5c", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a cheap restaurant ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'ten');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are ten cheap restaurants in the city ; do you have a preference of area or type of cuisine ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,food,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't care ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Ask');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "Ask is a nice place , that is in the cheap price range . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,name,'ask');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Actually , I 'd like one in south part of town . Is Ask in the south ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))", "select((_:result,food,'Chinese');(_:result,food,'Portuguese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , but Ask is not in the south part of town . There are 2 restaurants in the south part of town and in the cheap price range . Would you like Portuguese or Chinese food ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "I have no preference , please make a suggestion ." }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,area,'south');(_:result,name,'nandos');(_:result,phone,'01223 327908');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is a nice restaurant in the south part of town and in the cheap price range . Their phone number is 01223 327908 and they are located at Cambridge Leisure Park Clifton Way ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , that sounds good . Thank you for your help ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "your welcome . thank you for calling" } ]
WOZ20470.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "ten" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "ten" ], [ "_:search", "food", "dontcare" ], [ "_:result", "name", "Ask" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "name", "ask" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "ten" ], [ "_:search", "food", "dontcare" ], [ "_:result", "name", "Ask" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "name", "ask" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6aad293b" ], [ "_:search/6aad293b", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "ten" ], [ "_:search", "food", "dontcare" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "south" ], [ "_:search", "name", "ask" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/6aad293b" ], [ "_:search/6aad293b", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "phone", "01223 327908" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'restaurant one seven');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant called \" restaurant one seven \" . Can you help me ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'De Vere University Arms Regent Street City Centre');(_:result,area,'centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is in the centre of town located at De Vere University Arms Regent Street City Centre" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'12:00');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That is the one . Can you make a reservation for 6 on Friday please ? 12:00 would be good ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Friday');(_:booking,duration,'noon');(_:booking,people,'6');(_:booking,ref,'6WSK0KXY');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I booked that for your for a party of 6 at noon on Friday . The reference number is : 6WSK0KXY . Is there anything else you need ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What is the price range of this restaurant ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "it 's a moderately priced restaurant ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for a place to stay in the centre . It should be cheap ." }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,name,'Alexander Bed and Breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alexander Bed and Breakfast is a nice 4 star guesthouse . Can I book a room for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do they have free wifi ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "They do . Shall I book it ?" }, { "id": 10, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you tell me if this a hotel or guesthouse and whether or not they have free parking please ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouse');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is a guesthouse and they have parking . Would you like to book that ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_parking,'none');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Actually they will do but no need to book , I was just getting information ." }, { "id": 13, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Ok great , is there anything else I can do for you ?" }, { "id": 14, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is the parking free ? ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Yes . Parking at alexander bed and breakfast \t is free ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , thank you for all the help ." }, { "id": 17, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "anything else today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that is it for today thanks for askin" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Have a good afternoon . Bye ." } ]
PMUL0109.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" ], [ "_:result", "address", "De Vere University Arms Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:result", "address", "De Vere University Arms Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "noon" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "6WSK0KXY" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:result", "address", "De Vere University Arms Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "noon" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "6WSK0KXY" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:result", "address", "De Vere University Arms Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "noon" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "6WSK0KXY" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:result", "address", "De Vere University Arms Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "noon" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "6WSK0KXY" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_parking", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:result", "address", "De Vere University Arms Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "noon" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "6WSK0KXY" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "none" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:result", "address", "De Vere University Arms Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "noon" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "6WSK0KXY" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "has_parking", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:result", "address", "De Vere University Arms Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "noon" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "6WSK0KXY" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_: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, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "name", "restaurant one seven" ], [ "_:result", "address", "De Vere University Arms Regent Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "noon" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "6WSK0KXY" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_: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,area,'south');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a restaurant in the south part of town that serves italian food" }, { "id": 1, "rdf-acts": [ "select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))", "inform((_:result,area,'south');(_:result,count,'2');(_:result,food,'italian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two italian restaurants in the south part of town . Would you prefer a moderate or expensive option ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Moderate is fine , can you give me the address and postcode ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'G4 Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'Pizza hut cherry hinton');(_:result,postcode,'7 d.y.');(_:result,postcode,'C.B 1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Pizza hut cherry hinton is located at G4 Cambridge Leisure Park Clifton Way Cherry Hinton , postcode C.B 1 , 7 D.Y." }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . Good bye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye !" } ]
WOZ20152.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "food", "italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "food", "italian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "G4 Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "Pizza hut cherry hinton" ], [ "_:result", "postcode", "7 d.y." ], [ "_:result", "postcode", "C.B 1" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want to dine at a Chinese food place in the centre area ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What is your price range for this restaurant ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do not have a price preference ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'88 Mill Road city centre');(_:result,name,'the rice house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about the rice house it is cheap and located at 88 Mill Road city centre ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds perfect . I would like to book a table for sunday ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Ok I will book that for you and get you a confirmation number" } ]
PMUL0898.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "address", "88 Mill Road city centre" ], [ "_:result", "name", "the rice house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "Do you have any trains to leicester for Wednesday ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'19');(_:result,day,'Wednesday');(_:result,destination,'Leicester');(_:result,leave_at,'5:21');(_:result,leave_at,'every hour thereafter');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , there are 19 trains running to Leicester on Wednesday , the first at 5:21 and then every hour thereafter . Would you like more specific information , or to book some tickets ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'12:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Cambridge after 12:15 .." }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR2854');(_:result,leave_at,'12:21');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2854 leaves at 12:21 would that work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Perfect . I 'll need 8 tickets ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'J3I2TFTK');(_:booking,ticket,'302.39 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 302.39 GBP payable at the station . \n Reference number is : J3I2TFTK ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'parks');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Are there any nice parks in town ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'parks');(_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 5 different parks in town . Did you have a certain area of town you prefer ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No , any you recommend will be fine . I 'll just need a phone number , postcode and address , please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'milton country park');(_:result,phone,'01223420060');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I 'd recommend milton country park on milton country park , milton , cb46az . Their phone number is 01223420060 . Will that be all ?" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Yes , I think that 's all I needed . Have a good day . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service today !" } ]
PMUL3327.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "leicester" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "leave_at", "5:21" ], [ "_:result", "leave_at", "every hour thereafter" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "leicester" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "destination", "Leicester" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "id", "TR2854" ], [ "_:result", "leave_at", "12:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "leicester" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "destination", "Leicester" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "id", "TR2854" ], [ "_:result", "leave_at", "12:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "J3I2TFTK" ], [ "_:booking", "ticket", "302.39 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "parks" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "leicester" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "destination", "Leicester" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "id", "TR2854" ], [ "_:result", "leave_at", "12:21" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "J3I2TFTK" ], [ "_:booking", "ticket", "302.39 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "parks" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "leicester" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "destination", "Leicester" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "id", "TR2854" ], [ "_:result", "leave_at", "12:21" ], [ "_:search", "people", "8" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "J3I2TFTK" ], [ "_:booking", "ticket", "302.39 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "parks" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "address", "milton country park" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I 'm looking for a moderately priced restaurant in the south part of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'the pizza hut cherry hinton');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the pizza hut cherry hinton is moderately priced and in the south part of town . Would you like their location ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . I would like the location and the phone number , please ." }, { "id": 3, "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 address of Pizza Hut Cherry Hinton is G4 Cambridge Leisure Park Clifton Way Cherry Hinton and the phone number is 01223 323737 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you and good bye ." } ]
WOZ20577.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" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the pizza hut cherry hinton" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "moderately priced" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any Danish restaurants on the east side of town ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,food,'Danish');(_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "There are not any Danish restaurants on the east side . Is there another search I can do for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What about Chinese ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'the yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the yu garden is in the east side ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'13:15');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Book it ! Friday , 13:15 , 3 people ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'R6HQVD9O');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : R6HQVD9O . is there anything else i can do for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'autumn house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for the hotel , Autumn House . Do you know of it ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'East area');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Autumn House');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes I do . The Autumn House is a 4 star guesthouse in the East area with both parking and internet . May I help you book your stay ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'three');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , that would be great . Please book for the three of us for 3 nights starting on Friday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'R6HQVD9O');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , and they will hold your table for 15 minutes . Your reference number is R6HQVD9O . Is there anything else I can assist you with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much for your help today . That 's all I need . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful day and a great trip . If there is anything else I can help with just let me know ." } ]
PMUL4327.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "danish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/674ec760" ], [ "_:search/674ec760", "area", "east" ], [ "_:search/674ec760", "food", "Danish" ], [ "_:search/674ec760", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/674ec760" ], [ "_:search/674ec760", "area", "east" ], [ "_:search/674ec760", "food", "Danish" ], [ "_:search/674ec760", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/674ec760" ], [ "_:search/674ec760", "area", "east" ], [ "_:search/674ec760", "food", "Danish" ], [ "_:search/674ec760", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "R6HQVD9O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "autumn house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/674ec760" ], [ "_:search/674ec760", "area", "east" ], [ "_:search/674ec760", "food", "Danish" ], [ "_:search/674ec760", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "duration", "13:15" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "R6HQVD9O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "autumn house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "East area" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "three" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/674ec760" ], [ "_:search/674ec760", "area", "east" ], [ "_:search/674ec760", "food", "Danish" ], [ "_:search/674ec760", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "duration", "13:15" ], [ "_:search", "name", "autumn house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "East area" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "three" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "R6HQVD9O" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'center');(_:search,category,'theatres');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for information on theatres in the center part of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'cambridge arts theatre');(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,category,'theatres');(_:result,count,'4');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are four theatres to pick from . I recommend the cambridge arts theatre , would you like more information ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "My husband is into the arts so that might actually work out perfect . Can I get their phone number please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,\"do n't have an entrance fee listed\");(_:result,phone,'01223503333');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Absolutely . Their number is 01223503333 . They do n't have an entrance fee listed , so be sure to ask them about it . Is there anything else you need ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I need to find a train to Cambridge ." }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be traveling from , and what day and time would you like to travel ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'16:00');(_:search,day,'saturday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave from London Liverpool Street on saturday . I need to arrive by 16:00 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'15:07');(_:result,id,'TR4078');(_:result,type,'Train'))" ], "speaker": "system", "text": "Okay how about the TR4078 it arrives by 15:07 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Perfect . I will need tickets for 6 people . Please provide the reference number ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'BBJ1JTXU');(_:booking,ticket,'79.67 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "No problem ! Your reference # is BBJ1JTXU . The total fee is 79.67 GBP , payable at the station . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great thank you that 's all I needed today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "It was a pleasure to assist you . Have a great day . Goodbye ." } ]
PMUL3054.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "category", "theatres" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "category", "theatres" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "cambridge arts theatre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "theatres" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "category", "theatres" ], [ "_:result", "name", "cambridge arts theatre" ], [ "_:result", "category", "theatres" ], [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "do n't have an entrance fee listed" ], [ "_:result", "phone", "01223503333" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "category", "theatres" ], [ "_:result", "name", "cambridge arts theatre" ], [ "_:result", "category", "theatres" ], [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "do n't have an entrance fee listed" ], [ "_:result", "phone", "01223503333" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:00" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "category", "theatres" ], [ "_:result", "name", "cambridge arts theatre" ], [ "_:result", "category", "theatres" ], [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "do n't have an entrance fee listed" ], [ "_:result", "phone", "01223503333" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:00" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "id", "TR4078" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "category", "theatres" ], [ "_:result", "name", "cambridge arts theatre" ], [ "_:result", "category", "theatres" ], [ "_:result", "count", "4" ], [ "_:result", "entrance_fee", "do n't have an entrance fee listed" ], [ "_:result", "phone", "01223503333" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:00" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "id", "TR4078" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "BBJ1JTXU" ], [ "_:booking", "ticket", "79.67 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I am traveling to Cambridge and am interested in local restaurants ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'110');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have over 110 restaurants to choose from . Can you tell me what your pricerange and/or style of food might be to narrow it down ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'so many');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "they are so many . if you can tell us were you are going and day we can help" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to go to kings lynn on thursday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'19');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "When do you need to be in Kings Lynn on Thursday ? I have 19 trains with a variety of departure times that may work for you ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I need a 5:00 pm departure time thank you" }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR7239');(_:result,leave_at,'5:11');(_:result,type,'Train'))", "canthelp((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,leave_at,'5:00');(_:search,type,'Train'))" ], "speaker": "system", "text": "There is no 5:00 train from cambridge to kings lynn on thursday , but there is TR7239 that leaves at 5:11 . Would that work ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , can I have the train ID and travel time , please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'5:58');(_:result,day,'Thursday');(_:result,departure,'Cambridge');(_:result,destination,'Kings Lynn');(_:result,duration,'47 minutes');(_:result,id,'TR7239');(_:result,leave_at,'5:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR7239 departs from Cambridge at 5:11 on Thursday and arrives at Kings Lynn by 5:58 . The duration of travel is 47 minutes . Do you need assistance booking it ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'gastropub');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No need to book it , but I would like to find a gastropub restaurant in the east please ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'the royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the royal standard is located in that area . would you like me to reserve a table for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'11:15');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please , could you book a table for 7 at 11:15 on thursday ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'1DX9H02O');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Your reference number is : 1DX9H02O . Do you need any further assistance today ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "That is all I need today ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a nice day , goodbye !" } ]
PMUL0637.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "110" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "110" ], [ "_:result", "amount", "so many" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "so many" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "so many" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR7239" ], [ "_:result", "leave_at", "5:11" ], [ "_:result", "type", "Train" ], [ "_:system", "canthelp", "_:search/c6bad9a2" ], [ "_:search/c6bad9a2", "day", "thursday" ], [ "_:search/c6bad9a2", "departure", "cambridge" ], [ "_:search/c6bad9a2", "destination", "kings lynn" ], [ "_:search/c6bad9a2", "leave_at", "5:00" ], [ "_:search/c6bad9a2", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "so many" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:search", "arrive_by", "?" ], [ "_:system", "canthelp", "_:search/c6bad9a2" ], [ "_:search/c6bad9a2", "day", "thursday" ], [ "_:search/c6bad9a2", "departure", "cambridge" ], [ "_:search/c6bad9a2", "destination", "kings lynn" ], [ "_:search/c6bad9a2", "leave_at", "5:00" ], [ "_:search/c6bad9a2", "type", "Train" ], [ "_:result", "arrive_by", "5:58" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "id", "TR7239" ], [ "_:result", "leave_at", "5:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "so many" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:search", "arrive_by", "?" ], [ "_:system", "canthelp", "_:search/c6bad9a2" ], [ "_:search/c6bad9a2", "day", "thursday" ], [ "_:search/c6bad9a2", "departure", "cambridge" ], [ "_:search/c6bad9a2", "destination", "kings lynn" ], [ "_:search/c6bad9a2", "leave_at", "5:00" ], [ "_:search/c6bad9a2", "type", "Train" ], [ "_:result", "arrive_by", "5:58" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "id", "TR7239" ], [ "_:result", "leave_at", "5:11" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_:result", "name", "the royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_: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", "pricerange", "?" ], [ "_:result", "amount", "so many" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:search", "arrive_by", "?" ], [ "_:system", "canthelp", "_:search/c6bad9a2" ], [ "_:search/c6bad9a2", "day", "thursday" ], [ "_:search/c6bad9a2", "departure", "cambridge" ], [ "_:search/c6bad9a2", "destination", "kings lynn" ], [ "_:search/c6bad9a2", "leave_at", "5:00" ], [ "_:search/c6bad9a2", "type", "Train" ], [ "_:result", "arrive_by", "5:58" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "id", "TR7239" ], [ "_:result", "leave_at", "5:11" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "east" ], [ "_:search", "food", "gastropub" ], [ "_:result", "name", "the royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "1DX9H02O" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'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,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have many option there . Any specific type of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I would like asian oriental food ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'the area');(_:result,count,'1');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is one in the area , would you like a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'12:30');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please for 6 people at 12:30 on monday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'yippee noodle bar');(_:booking,ref,'LJVY1UUN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You have a table at yippee noodle bar . Your reference number is LJVY1UUN . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , thank you . Do you have many trains from Cambridge to Peterborough ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'38');(_:result,day,'Mondays');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "On Mondays , there are 38 trains . When would you like to travel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,leave_at,'18:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I actually need to leave on Saturday , sometime after 18:45 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'19:56');(_:result,leave_at,'19:06');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is one that leaves at 19:06 arriving at 19:56 for 13.20 pounds . Would you like me to book that for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Sure , please book 6 tickets for me and give me the reference number" }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'5FFCTD31');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booked , with reference number 5FFCTD31 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that is all I need today ." }, { "id": 13, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "Thank you for using our services . Enjoy your trip !" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you and have a good day ." }, { "id": 15, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You 're welcome ." }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "This is it . I do not need any more assistance ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Happy to be of assistance . Goodbye !" } ]
PMUL0832.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", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "the area" ], [ "_:result", "count", "1" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "the area" ], [ "_:result", "count", "1" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "yippee noodle bar" ], [ "_:booking", "ref", "LJVY1UUN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "the area" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "yippee noodle bar" ], [ "_:booking", "ref", "LJVY1UUN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:result", "count", "38" ], [ "_:result", "day", "Mondays" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "18:45" ], [ "_: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", "moderately" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "the area" ], [ "_:search", "duration", "12:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "yippee noodle bar" ], [ "_:booking", "ref", "LJVY1UUN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:result", "count", "38" ], [ "_:result", "day", "Mondays" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "arrive_by", "19:56" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "the area" ], [ "_:search", "duration", "12:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "yippee noodle bar" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:result", "count", "38" ], [ "_:result", "day", "Mondays" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "arrive_by", "19:56" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5FFCTD31" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "the area" ], [ "_:search", "duration", "12:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "yippee noodle bar" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:result", "count", "38" ], [ "_:result", "day", "Mondays" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "arrive_by", "19:56" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5FFCTD31" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "the area" ], [ "_:search", "duration", "12:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "yippee noodle bar" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:result", "count", "38" ], [ "_:result", "day", "Mondays" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "arrive_by", "19:56" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5FFCTD31" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'20:30');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hello , I 'm trying to find a train from Cambridge that arrives by 20:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay , what is your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "My destination is stansted airport ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Great , what day would you like your train for ? Also , would you like to leave by a certain time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'20:30');(_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need the train for Monday . Departure time does n't matter , as long as I arrive by 20:30 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'20:08');(_:result,id,'TR6539');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "No problem , the TR6539 train should arrive by 20:08 , would you like to make a booking ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , can you find a guesthouse for me with a 4 star rating ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'20:08');(_:result,day,'Monday');(_:result,id,'TR6539');(_:result,type,'Train'))" ], "speaker": "system", "text": "How about TR6539 on Monday ? It arrives by 20:08 ." }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That would be great . What is the total travel time of the train ride ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,duration,'about 28 minutes');(_:result,type,'Train'))", "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "This trip is about 28 minutes . Now we can get to finding you a guesthouse . What area would you like me to look for ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "East please . Something moderately priced ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Carolina Bed and Breakfast');(_:result,name,'Warkworth House');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are three moderately priced guesthouses in the east . I would recommend either Carolina Bed and Breakfast or Warkworth House . Would you like me to book one of them ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,name,'carolina bed and breakfast');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , let 's try the Carolina Bed and Breakfast for four nights starting Thursday ." }, { "id": 13, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I m sorry that day is unavailable , would a shorter stay work or any other day or place ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about 2 nights ?" }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'1V6RIXRJ');(_:booking,stay,'Two');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Two nights works ! Your reference number is 1V6RIXRJ . Is there anything else I could do for you ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "Okay great , no that 's everything I needed ." }, { "id": 17, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Enjoy your stay !" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . Good bye ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great stay ." } ]
MUL2013.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "monday" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "id", "TR6539" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "monday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Monday" ], [ "_:result", "id", "TR6539" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "day", "monday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Monday" ], [ "_:result", "id", "TR6539" ], [ "_:result", "duration", "about 28 minutes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Monday" ], [ "_:result", "id", "TR6539" ], [ "_:result", "duration", "about 28 minutes" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Carolina Bed and Breakfast" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "name", "carolina bed and breakfast" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Monday" ], [ "_:result", "id", "TR6539" ], [ "_:result", "duration", "about 28 minutes" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Carolina Bed and Breakfast" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "name", "carolina bed and breakfast" ], [ "_:system", "canthelp", "_:booking/9f2c3086" ], [ "_:booking/9f2c3086", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Monday" ], [ "_:result", "id", "TR6539" ], [ "_:result", "duration", "about 28 minutes" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Carolina Bed and Breakfast" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "name", "carolina bed and breakfast" ], [ "_:system", "canthelp", "_:booking/9f2c3086" ], [ "_:booking/9f2c3086", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "1V6RIXRJ" ], [ "_:booking", "stay", "Two" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Monday" ], [ "_:result", "id", "TR6539" ], [ "_:result", "duration", "about 28 minutes" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Carolina Bed and Breakfast" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "name", "carolina bed and breakfast" ], [ "_:system", "canthelp", "_:booking/9f2c3086" ], [ "_:booking/9f2c3086", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "1V6RIXRJ" ], [ "_:booking", "stay", "Two" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'scandinavian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello there , please find me a restaurant on the West side that serves scandinavian food" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are no restaurants of that type available in the west . Would you prefer to try a different area or a different type of cuisine ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about indian cuisine then ?" }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'6');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 6 ! What price range would you like ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,\"does n't matter\");(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The price range does n't matter but I would like to make a reservation at one you may recommend ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Meghna');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I recommend the Meghna . It has moderate pricing and great food . Will that be satisfactory ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'13:15');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . That will do just fine . Can you reserve me a table for 5 people on Friday at 13:15 please ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'TE8OOTZC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The Booking was successful . The table will be reserved for 15 minutes . Reference number is : TE8OOTZC . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , could you help me find a train to birmingham new street on saturday ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'19');(_:result,departure,'cambridge');(_:result,destination,'birmingham new street');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We show 19 trains going to birmingham new street from cambridge . Do you have a preference as to the time ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'08:30');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I do need to get there by 08:30 . Can you tell me the travel time for that route ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'07:44');(_:result,departure,'cambridge');(_:result,duration,'163 minutes');(_:result,id,'TR4975');(_:result,leave_at,'05:01');(_:result,ticket,'60.08 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4975 will get you there by 07:44 leaving cambridge at 05:01 . Travel time is 163 minutes cost is 60.08 pounds . Would you like me to book seats for you ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No I do n't nee it booked yet . Thank you for all the help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for spending time in Cambridge , hope you have a pleasant stay ." } ]
PMUL3650.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "scandinavian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/02481374" ], [ "_:search/02481374", "area", "west" ], [ "_:search/02481374", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/02481374" ], [ "_:search/02481374", "area", "west" ], [ "_:search/02481374", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "does n't matter" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/02481374" ], [ "_:search/02481374", "area", "west" ], [ "_:search/02481374", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "6" ], [ "_:search", "pricerange", "does n't matter" ], [ "_:result", "name", "Meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/02481374" ], [ "_:search/02481374", "area", "west" ], [ "_:search/02481374", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "count", "6" ], [ "_:search", "pricerange", "does n't matter" ], [ "_:result", "name", "Meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "TE8OOTZC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/02481374" ], [ "_:search/02481374", "area", "west" ], [ "_:search/02481374", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "does n't matter" ], [ "_:result", "name", "Meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "TE8OOTZC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "count", "19" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "birmingham new street" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/02481374" ], [ "_:search/02481374", "area", "west" ], [ "_:search/02481374", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "does n't matter" ], [ "_:result", "name", "Meghna" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "TE8OOTZC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "count", "19" ], [ "_:result", "destination", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "08:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "07:44" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR4975" ], [ "_:result", "leave_at", "05:01" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can I get a train to Cambridge on Friday ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,departure,'london kings cross');(_:result,leave_at,'7:17 am');(_:result,type,'Train'))" ], "speaker": "system", "text": "There is a depature at london kings cross at 7:17 am ." }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'leicester');(_:search,leave_at,'12:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Actually , I need to depart from leicester after 12:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'14:54');(_:result,destination,'Cambridge');(_:result,leave_at,'13:09');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , there is a train that departs at 13:09 , arriving in Cambridge at 14:54 . Would that work for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes . Could you give me the Train ID ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR4625');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The train ID for that one is TR4625 . Can I help you with more ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need to find a cheap modern European restaurant ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'river bar steakhouse and grill');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is a restaurant called the river bar steakhouse and grill that fits that criteria . It is located in the city centre ." }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I please have the phone number and postcode ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223307030');(_:result,postcode,'cb58aq');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number is 01223307030 and the postcode is cb58aq . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that should be all . Thank you for all your help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are very welcome . Travel safely !" } ]
MUL1473.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "departure", "london kings cross" ], [ "_:result", "leave_at", "7:17 am" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "leicester" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "departure", "london kings cross" ], [ "_:search", "departure", "leicester" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "14:54" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:09" ], [ "_: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", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "departure", "london kings cross" ], [ "_:search", "departure", "leicester" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "arrive_by", "14:54" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:09" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR4625" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "departure", "london kings cross" ], [ "_:search", "departure", "leicester" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "arrive_by", "14:54" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:09" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR4625" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "river bar steakhouse and grill" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "departure", "london kings cross" ], [ "_:search", "departure", "leicester" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "arrive_by", "14:54" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "13:09" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR4625" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "river bar steakhouse and grill" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223307030" ], [ "_:result", "postcode", "cb58aq" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'8:00');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to Birmingham New Street that arrives by 8:00 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving from cambridge on tuesday" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'07:44');(_:result,leave_at,'5:01');(_:result,type,'Train'))" ], "speaker": "system", "text": "Okay , I 've got a training leaving at 5:01 and arriving by 07:44 , will that be good ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Perfect . I 'd like 8 tickets please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'E4459YTN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I have booked you 8 tickets on this train . Your reference number is E4459YTN . Is there anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay . Thank you for your help . That is all I believe ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Sure . Glad to have helped ." } ]
SNG0359.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "8:00" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "8:00" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "8:00" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "07:44" ], [ "_:result", "leave_at", "5:01" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "8:00" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "07:44" ], [ "_:result", "leave_at", "5:01" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "E4459YTN" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "i want to find a hospital in town" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes hospital is located in town . The address is Hills Rd , Cambridge ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "I 'll need the postcode and phone also please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The telephone number is 01223245151 and the postal code is CB20QQ , is there anything else I can help with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I 'm injured so let me call the hospital . Thanks . Goodbye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "I 'm sorry to hear that . Please reply if you need any further assistance ." } ]
SNG01541.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'Asian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm trying to find a cheap Asian restaurant to have dinner at tonight . What kind of options are available for me ?" }, { "id": 1, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have two places , how many people and what time ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Actually , can you suggest one of them . Can I get their contact info as well ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'40210 Millers Yard City Centre');(_:result,name,'Dojo Noodle Bar');(_:result,phone,'01223363471');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , I would suggest the Dojo Noodle Bar at 40210 Millers Yard City Centre . You can reach them at 01223363471 . I could reserve it for you ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's ok , I can take it from here . Thank you for all your help ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day . Goodbye ." } ]
SNG0500.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "Asian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "Asian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "Asian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "2" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "40210 Millers Yard City Centre" ], [ "_:result", "name", "Dojo Noodle Bar" ], [ "_:result", "phone", "01223363471" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I want to find a moderately priced restaurant in the north part of town . What is the phone number ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'golden wok');(_:result,pricerange,'moderate price');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "golden wok is in the moderate price range and is in the north area of town ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there anything else in the expensive range in the north area of town ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'French');(_:result,name,'restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there is an expensive French restaurant called restaurant two two ." }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the phone number of that one please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223 351880');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the phone number of it is 01223 351880 ." }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the phone number ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,name,'Restaurant Two Two');(_:result,phone,'01223 351880');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Restaurant Two Two 's phone number is 01223 351880 . How else may I assist you ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all . Thank you ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "My pleasure . Goodbye ." } ]
WOZ20615.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "phone", "?" ], [ "_:result", "area", "north" ], [ "_:result", "name", "golden wok" ], [ "_:result", "pricerange", "moderate price" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "phone", "?" ], [ "_:result", "area", "north" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "French" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "French" ], [ "_:result", "name", "restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 351880" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "French" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Restaurant Two Two" ], [ "_:result", "phone", "01223 351880" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , I 'd like to book a train to stansted airport from cambridge . Can you help ?" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Absolutely . Where will you departing from ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "From Cambridge , which is why I asked the Cambridge TownInfo centre ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day would you like to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,day,'saturday');(_:search,type,'Train'))" ], "speaker": "user", "text": "On Saturday . Is there a train that will arrive by 15:15 ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'06:08');(_:result,id,'TR7213');(_:result,leave_at,'05:40');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is ! TR7213 leaves at 05:40 and arrive at 06:08 it is 10.10 pounds . Can I book that for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No need to book it . Thanks . But can you help me find a cheap restaurant in the south ?" }, { "id": 7, "rdf-acts": [ "select((_:result,food,'Chinese');(_:result,food,'Portuguese');(_:result,name,'Lucky Star');(_:result,name,'Nandos');(_:result,type,'Restaurant'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure - The Lucky Star serves Chinese food and Nandos serves Portuguese food . Do either of those sound good ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'Lucky Star');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The Lucky Star sounds good . That 's all I need ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like to book a table ?" }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you also tell me the postcode ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure . The post code is cb17dy ." }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks for your help . Good bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Please let me know if you need anything else ." } ]
MUL1681.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "departure", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "06:08" ], [ "_:result", "id", "TR7213" ], [ "_:result", "leave_at", "05:40" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "06:08" ], [ "_:result", "id", "TR7213" ], [ "_:result", "leave_at", "05:40" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "name", "Nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "Lucky Star" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "06:08" ], [ "_:result", "id", "TR7213" ], [ "_:result", "leave_at", "05:40" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "name", "Nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "Lucky Star" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "06:08" ], [ "_:result", "id", "TR7213" ], [ "_:result", "leave_at", "05:40" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "name", "Nandos" ], [ "_:search", "name", "Lucky Star" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Restaurant" ], [ "_: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,'Police'))" ], "speaker": "user", "text": "I 'm looking for a police station , I think it 's called \" Parkside \" ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "There is a Parkside Police Station with a CB11JG Postcode , and its Telephone is 01223358966 ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . You will be in good hands . Goodbye ." } ]
SNG01783.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_: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,destination,'riverside brasserie');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you book me a taxi to riverside brasserie ?" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure ! Where are you coming from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'good luck');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will be leaving the good luck chinese food takeaway ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Ok , what time would you like to leave by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'12:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I actually need to arrive by 12:45" }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'grey honda');(_:result,phone,'07290151077');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your booking is completed , a grey honda will be picking you up . The contact number is 07290151077 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok thank you that is all I need ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Excellent . Have a nice day !" } ]
SNG01782.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "riverside brasserie" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "riverside brasserie" ], [ "_:search", "departure", "good luck" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "riverside brasserie" ], [ "_:search", "departure", "good luck" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "riverside brasserie" ], [ "_:search", "departure", "good luck" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey honda" ], [ "_:result", "phone", "07290151077" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'hamilton lodge');(_:search,destination,'restaurant one seven');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to book a taxi from the hamilton lodge to restaurant one seven ." }, { "id": 1, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Ok , what time do you want to leave ." }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'21:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like to arrive by 21:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'grey volkswagen');(_:result,phone,'07966585521');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Booking completed ! Anything else I can help with today ? \n Booked car type \t : \t grey volkswagen \n Contact number \t : \t 07966585521" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help , goodbye !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "No problem . Have a good day !" } ]
SNG01199.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "hamilton lodge" ], [ "_:search", "destination", "restaurant one seven" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "hamilton lodge" ], [ "_:search", "destination", "restaurant one seven" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "hamilton lodge" ], [ "_:search", "destination", "restaurant one seven" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey volkswagen" ], [ "_:result", "phone", "07966585521" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find a 4 star rated place to stay with free parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,area,'in town');(_:result,count,'19');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ok , there are 19 in town . Is there a particular part of town you 're interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No particular area but I would like it to be a hotel type in the moderate price range ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would suggest acorn guest house would you like me to book this for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I think I 'll take a drive past first and make sure it does n't look dodgy . Can you give me the address please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'154 chesterton road');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The address is 154 chesterton road . Is there anything else you would like to know ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "I am all set ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Can I get you set up in a room then ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . 7 people 5 nights from Wednesday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'5D2U451A');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . The reference number is 5D2U451A . What else can I do for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I was also interested in finding a place to go in town to see some architecture ." }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'quite a few');(_:result,name,'olds schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "we have quite a few olds schools is great , alot of people go there" }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the entrance fee there ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The entrance fee is free . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'the attraction');(_:search,leave_at,'22:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I 'll need to book a taxi to commute between Olds Schools and the hotel . I would like to leave the attraction by 22:30 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'yellow honda');(_:result,phone,'07785353163');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t yellow honda \n Contact number \t : \t 07785353163 \n Can I help with anything else today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that is all for today . thanks for the help" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "thanks and enjoy your stay" } ]
PMUL2861.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "area", "in town" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "area", "in town" ], [ "_:result", "count", "19" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "area", "in town" ], [ "_:result", "count", "19" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "area", "in town" ], [ "_:result", "count", "19" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "area", "in town" ], [ "_:result", "count", "19" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5D2U451A" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "architecture" ], [ "_: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" ], [ "_:search", "area", "?" ], [ "_:result", "area", "in town" ], [ "_:result", "count", "19" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5D2U451A" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "name", "olds schools" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "area", "in town" ], [ "_:result", "count", "19" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "5D2U451A" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "architecture" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "name", "olds schools" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "leave_at", "22: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": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "area", "in town" ], [ "_:result", "count", "19" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "5D2U451A" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "architecture" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "name", "olds schools" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "leave_at", "22:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow honda" ], [ "_:result", "phone", "07785353163" ], [ "_: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,has_internet,'yes');(_:search,stars,'zero');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to find a place to stay with a zero star rating that has free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 3 places that match your request . Do you have an area or price range you 're looking at ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'Not really');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not really except an expensive one ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "inform((_:result,category,'hotel');(_:result,name,'Cityroomz');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry , there is not an expensive one . I do have a moderate hotel , Cityroomz , would you be interested in that ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What about one in the cheap price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'City Centre North B and B');(_:result,name,'El Shaddai');(_:result,pricerange,'cheap');(_:result,stars,'0');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "El Shaddai is a cheap guesthouse in the centre with a 0 star rating . There is also City Centre North B and B in the north area ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,name,'El Shaddai');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "El Shaddai will do . Can you book me there for Wednesday ?" }, { "id": 7, "rdf-acts": [ "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "In order to complete your booking , can you tell me how many there are in your party and how many days you would like to stay ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Just 1 person for 3 days , Friday through Monday ." }, { "id": 9, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))", "inform((_:result,day,'Friday');(_:result,stay,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Friday through Monday would be 4 days , not 3 . Would you like me to book you for the 4 days instead of 3 ?" }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Oh , yes . That is fine . And can I get the post code for the guesthouse ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,postcode,'cb11eg');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Of course , the post code is cb11eg ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Are you able to help me find a train on friday ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,amount,'over 400');(_:result,day,'Friday');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Absolutely ! I have over 400 trains on Friday ! Where are you leaving from and going to ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to go from Bishops Stortford to Cambridge , please ." }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to travel ? Oh , and did you need that hotel reservation made , or no ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,arrive_by,'17:45');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive in cambridge by 17:45 . And no , I got the information I needed on the hotel for now , thanks ." }, { "id": 17, "rdf-acts": [ "inform((_:result,arrive_by,'16:07');(_:result,destination,'Cambridge');(_:result,id,'TR0465');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR0465 arrives by 16:07 in Cambridge . Shall I book that for you now ?" }, { "id": 18, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No , just tell me the price , I 'm not ready to commit to anything yet ." }, { "id": 19, "rdf-acts": [ "inform((_:result,ticket,'10.10 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The cost per ticket is 10.10 pounds for that route . Is there anything more I can assist you with ?" }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , you 've been great . Thanks for your time . Bye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Bye , enjoy the trip ." } ]
MUL2039.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "Not really" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:system", "canthelp", "_:search/e2e51d4c" ], [ "_:search/e2e51d4c", "pricerange", "expensive" ], [ "_:search/e2e51d4c", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:system", "canthelp", "_:search/e2e51d4c" ], [ "_:search/e2e51d4c", "pricerange", "expensive" ], [ "_:search/e2e51d4c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "name", "El Shaddai" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:system", "canthelp", "_:search/e2e51d4c" ], [ "_:search/e2e51d4c", "pricerange", "expensive" ], [ "_:search/e2e51d4c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "El Shaddai" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:system", "canthelp", "_:search/e2e51d4c" ], [ "_:search/e2e51d4c", "pricerange", "expensive" ], [ "_:search/e2e51d4c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:search", "name", "El Shaddai" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "day", "Friday" ], [ "_:result", "stay", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:system", "canthelp", "_:search/e2e51d4c" ], [ "_:search/e2e51d4c", "pricerange", "expensive" ], [ "_:search/e2e51d4c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:search", "name", "El Shaddai" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "day", "Friday" ], [ "_:result", "stay", "4" ], [ "_:result", "postcode", "cb11eg" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:system", "canthelp", "_:search/e2e51d4c" ], [ "_:search/e2e51d4c", "pricerange", "expensive" ], [ "_:search/e2e51d4c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:search", "name", "El Shaddai" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stay", "4" ], [ "_:result", "postcode", "cb11eg" ], [ "_:search", "day", "friday" ], [ "_:result", "amount", "over 400" ], [ "_:result", "day", "Friday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:system", "canthelp", "_:search/e2e51d4c" ], [ "_:search/e2e51d4c", "pricerange", "expensive" ], [ "_:search/e2e51d4c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:search", "name", "El Shaddai" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stay", "4" ], [ "_:result", "postcode", "cb11eg" ], [ "_:search", "day", "friday" ], [ "_:result", "amount", "over 400" ], [ "_:result", "day", "Friday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "bishops stortford" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:system", "canthelp", "_:search/e2e51d4c" ], [ "_:search/e2e51d4c", "pricerange", "expensive" ], [ "_:search/e2e51d4c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:search", "name", "El Shaddai" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stay", "4" ], [ "_:result", "postcode", "cb11eg" ], [ "_:search", "day", "friday" ], [ "_:result", "amount", "over 400" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0465" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "zero" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:system", "canthelp", "_:search/e2e51d4c" ], [ "_:search/e2e51d4c", "pricerange", "expensive" ], [ "_:search/e2e51d4c", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:search", "name", "El Shaddai" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stay", "4" ], [ "_:result", "postcode", "cb11eg" ], [ "_:search", "day", "friday" ], [ "_:result", "amount", "over 400" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0465" ], [ "_:booking", "category", "Train" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'chines');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hey any ideals for a cheap chines restaurant ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Charlie Chan');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Charlie Chan is a good one . Would you like me to book it ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is that one in the south ? That 's the area I 'll be in ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,area,'south');(_:result,name,'Charlie Chan');(_:result,name,'lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Charlie Chan is in the Centre . How about the lucky star ? It 's in the south ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'11:30');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sure that sounds good can get a booking for 6 people at 11:30 on sunday ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,day,'Sunday');(_:booking,duration,'11:30');(_:booking,people,'6');(_:booking,ref,'A57HXG6M');(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Ok . I have a table for 6 booked at 11:30 Sunday . The reference number is A57HXG6M . They will hold the table for 15 minutes ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks . I also need train tickets for Sunday ." }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you travel to and from ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be travelling from norwich to cambridge ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'19');(_:result,leave_at,'5:16 and going by the hour');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have 19 trains that day starting at 5:16 and going by the hour , any preferred time range ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,leave_at,'6');(_:search,type,'Train'))", "thank()" ], "speaker": "user", "text": "Anytime after 6 would be good thank you" }, { "id": 11, "rdf-acts": [ "inform((_:result,leave_at,'6:16');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train leaving at 6:16 . Would you like me to book that for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'8:45');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to be in Cambridge by 8:45 . Can you book a train for that will arrive close to 8:45 ? Thanks ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'08:35');(_:result,destination,'cambridge');(_:result,id,'tr4202');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "i have train tr4202 that will arrive in cambridge by 08:35 . how many tickets do you need ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'six');(_:search,type,'Train'))" ], "speaker": "user", "text": "There are six of us ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'WPGYOY1Y');(_:booking,ticket,'84.48 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 84.48 GBP payable at the station .Reference number is : WPGYOY1Y ." }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks for taking care of everything so quickly . Have a great afternoon ! Bye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Your welcome . I am glad I was able to help ." } ]
PMUL0519.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "chines" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "chines" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "chines" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "chines" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:30" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "A57HXG6M" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "chines" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:30" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "A57HXG6M" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_: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": [ [ "_:search", "food", "chines" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "lucky star" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:30" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "A57HXG6M" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "19" ], [ "_:result", "leave_at", "5:16 and going by the hour" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "chines" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "lucky star" ], [ "_:search", "duration", "11:30" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:30" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "A57HXG6M" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "norwich" ], [ "_:result", "count", "19" ], [ "_:search", "leave_at", "6" ], [ "_:result", "leave_at", "6:16" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "arrive_by", "8:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "chines" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "lucky star" ], [ "_:search", "duration", "11:30" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:30" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "A57HXG6M" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "norwich" ], [ "_:result", "count", "19" ], [ "_:search", "leave_at", "6" ], [ "_:result", "leave_at", "6:16" ], [ "_:booking", "category", "Train" ], [ "_:search", "arrive_by", "8:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "08:35" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "tr4202" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "chines" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "south" ], [ "_:result", "area", "Centre" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "lucky star" ], [ "_:search", "duration", "11:30" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "11:30" ], [ "_:booking", "people", "6" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "norwich" ], [ "_:result", "count", "19" ], [ "_:search", "leave_at", "6" ], [ "_:result", "leave_at", "6:16" ], [ "_:search", "arrive_by", "8:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "08:35" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "tr4202" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "WPGYOY1Y" ], [ "_:booking", "ticket", "84.48 GBP" ], [ "_: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,type,'Restaurant'))" ], "speaker": "user", "text": "I am traveling to Cambridge and looking forward to try local restaurants ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'so many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sure , i have so many options for you !" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Great , what would you recommend for me ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'African');(_:result,name,'Bedouin');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I would recommend Bedouin , which serves African food and is in the expensive price range ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you give me addresss and phone number please" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'100 Mill Road City Centre');(_:result,area,'centre');(_:result,name,'Bedouis');(_:result,phone,'01223367660');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Bedouis is located in the centre of town . Their address is 100 Mill Road City Centre . Their phone number is 01223367660" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks for that . I also need a train to bishops stortford from cambridge . I need it to leave from cambridge on Friday ." }, { "id": 7, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Did you have a certain time you would like to leave after or arrive by ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'14:45');(_:search,destination,'bishops');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I need to arrive at Bishops by 14:45 ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'm afraid there is no record for such trains , should we try for a different time ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'14:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "Any arrival time would work so long as it gets to Bishops before 14:45 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,type,'Train'))", "offer((_:booking,arrive_by,'14:07');(_:booking,category,'Train');(_:booking,departure,'cambridge');(_:booking,destination,'Bishops Stortford');(_:booking,id,'TR8585');(_:booking,leave_at,'13:29');(_:booking,ticket,'10.10 pounds');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR8585 leaves cambridge at 13:29 and arrives in Bishops Stortford at 14:07 . The price is 10.10 pounds . Would you like me to book it for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'center');(_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No but I am looking for a Lebanese restaurant in the city 's center ." }, { "id": 13, "rdf-acts": [ "inform((_:result,amount,'only');(_:result,area,'centre');(_:result,food,'lebanese');(_:result,name,'Ali Baba');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Ali Baba is the only lebanese restaurant in the centre of town in the moderate price range ." }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'11:45');(_:search,people,'5');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great . I need to book it for 5 people at 11:45 on Friday . Can I get the reference number please ?" }, { "id": 15, "rdf-acts": [ "inform((_:booking,day,'Friday');(_:booking,duration,'11:45');(_:booking,name,'Ali baba');(_:booking,people,'5');(_:booking,ref,'UHPZFTUK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set . Ali baba will be expecting the 5 of you at 11:45 on Friday . Your Reference number is : UHPZFTUK ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much . That 's all I needed today ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service today !" } ]
PMUL4396.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "so many" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "so many" ], [ "_:result", "food", "African" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "so many" ], [ "_:result", "food", "African" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouis" ], [ "_:result", "phone", "01223367660" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "so many" ], [ "_:result", "food", "African" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouis" ], [ "_:result", "phone", "01223367660" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "destination", "bishops" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "so many" ], [ "_:result", "food", "African" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouis" ], [ "_:result", "phone", "01223367660" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops" ], [ "_:system", "canthelp", "_:search/8f786005" ], [ "_:search/8f786005", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "so many" ], [ "_:result", "food", "African" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Bedouis" ], [ "_:result", "phone", "01223367660" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops" ], [ "_:system", "canthelp", "_:search/8f786005" ], [ "_:search/8f786005", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:45" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "14:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "cambridge" ], [ "_:booking", "destination", "Bishops Stortford" ], [ "_:booking", "id", "TR8585" ], [ "_:booking", "leave_at", "13:29" ], [ "_:booking", "ticket", "10.10 pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "phone", "01223367660" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops" ], [ "_:system", "canthelp", "_:search/8f786005" ], [ "_:search/8f786005", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:45" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "14:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "cambridge" ], [ "_:booking", "destination", "Bishops Stortford" ], [ "_:booking", "id", "TR8585" ], [ "_:booking", "leave_at", "13:29" ], [ "_:booking", "ticket", "10.10 pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "center" ], [ "_:search", "food", "lebanese" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "Ali Baba" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_: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": [ [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "phone", "01223367660" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops" ], [ "_:system", "canthelp", "_:search/8f786005" ], [ "_:search/8f786005", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:45" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "14:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "cambridge" ], [ "_:booking", "destination", "Bishops Stortford" ], [ "_:booking", "id", "TR8585" ], [ "_:booking", "leave_at", "13:29" ], [ "_:booking", "ticket", "10.10 pounds" ], [ "_:search", "area", "center" ], [ "_:search", "food", "lebanese" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "Ali Baba" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "duration", "11:45" ], [ "_:booking", "name", "Ali baba" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "UHPZFTUK" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'nightclubs');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for things to do in Cambridge . Can you tell me if there are any nightclubs ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'nightclub');(_:result,name,'ballare');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "ballare is a nightclub in the centre of town , would you like more details ?" }, { "id": 2, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Attraction'))", "inform((_:search,name,'ballare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How much is it to get in to ballare ? And which area is it in ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'centre');(_:result,entrance_fee,'5 pounds');(_:result,name,'Ballare');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Ballare 's entrance fee is 5 pounds and they 're located in the centre of town . Is there anything else I can help you with today ?" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 's it . Thanks a bunch ! Bye !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have fun !" } ]
SNG1081.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclubs" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclubs" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "ballare" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "?" ], [ "_:search", "name", "ballare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "nightclubs" ], [ "_:result", "category", "nightclub" ], [ "_:search", "name", "ballare" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:result", "name", "Ballare" ], [ "_:result", "type", "Attraction" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Are there places in town centre of architectural interest ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,category,'churches');(_:result,category,'old schools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many churches and old schools in town , what would you like to see ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Surprise me . What are the entrance fees ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'All Saints Church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "All Saints Church is beautiful , and , better yet , it 's free !" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That sounds great , thanks so much for your help !" }, { "id": 5, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You are very welcome . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That 's all I needed ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank You , have a nice day . Goodbye ." } ]
SNG1112.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", "many" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "old schools" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "old schools" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "old schools" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "name", "All Saints Church" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm hoping to find a place to eat ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you have any food type preferences ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to eat international food ." }, { "id": 3, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 3 restaurants serving this type of food . Would you prefer cheap or moderate price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like moderate pricing ." }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'both');(_:result,name,'Bloomsbury restaurant');(_:result,name,'Varsity restaurant');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Varsity restaurant and Bloomsbury restaurant are both in the moderate range . Do you have a preference ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to pick a restaurant in the north ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "There is no listing in the North , do you want to try a different area ?" } ]
PMUL0541.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "both" ], [ "_:result", "name", "Bloomsbury restaurant" ], [ "_:result", "name", "Varsity restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'trauma high dependency unit');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "Am looking for hospital in town it should have the trauma high dependency unit department ." }, { "id": 1, "rdf-acts": [ "inform((_:result,department,'trauma high dependency unit');(_:result,phone,'01223216305');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrokes Hospital has a trauma high dependency unit department . The contact number is 01223216305 ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you for the help ." }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all , thank you ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You are most welcome !" } ]
SNG02110.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "trauma high dependency unit" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "trauma high dependency unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "trauma high dependency unit" ], [ "_:result", "phone", "01223216305" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "trauma high dependency unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "trauma high dependency unit" ], [ "_:result", "phone", "01223216305" ], [ "_:result", "type", "Hospital" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,leave_at,'13:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train that is leaving on sunday and leaving after 13:30 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'221');(_:result,day,'Sunday');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I would be happy to help you . I have 221 trains departing Sunday , what day / time will you be departing and what is your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,leave_at,'13:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave Cambridge after 13:30 to go to Stevenage ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))", "inform((_:result,destination,'there');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have trains leaving to there , what time would you like to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'six');(_:search,type,'Train'))" ], "speaker": "user", "text": "That really should n't matter , I just need the booking for six ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'TR4550');(_:booking,people,'six');(_:booking,ref,'P9P4UBVH');(_:booking,ticket,'61.44 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , you have six tickets reserved on TR4550 . The total fee is 61.44 GBP payable at the station , and your reference number is P9P4UBVH ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I need . Have a nice day ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Okay great . glad we could be of help ." } ]
SNG0381.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "count", "221" ], [ "_:result", "day", "Sunday" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "count", "221" ], [ "_:result", "day", "Sunday" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "destination", "there" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "count", "221" ], [ "_:result", "day", "Sunday" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "destination", "there" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4550" ], [ "_:booking", "people", "six" ], [ "_:booking", "ref", "P9P4UBVH" ], [ "_:booking", "ticket", "61.44 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "Please put me in touch with the local police , I was just robbed ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Parkside Police Station');(_:result,type,'Police'))" ], "speaker": "system", "text": "I have information for the Parkside Police Station , is this close to your location ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "I do n't know , could you just give me the postcode and phone ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "The phone number is 01223358966 and the post code is CB11JG ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . The police will help you immediately . Goodbye ." } ]
SNG01393.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "name", "Parkside Police Station" ], [ "_:result", "type", "Police" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "name", "Parkside Police Station" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a posh British restaurant to take my bird to , know of one ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,name,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you have any location in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,*);(_:search,day,'monday');(_:search,duration,'11:00');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Any location is fine , Ill go with whatever you recommend , please book me for 7 people on monday at 11:00" }, { "id": 3, "rdf-acts": [ "inform((_:booking,name,'graffiti');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "A table has been booked for you at graffiti ." }, { "id": 4, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "May I have the reference number ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ref,'ABNPDU1B');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The reference number is ABNPDU1B" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train leaving on wednesday ." }, { "id": 7, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you travelling to and at what time ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'09:45');(_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Departing from Cambridge and going to London Liverpool Street . Leaving Wednesday and want to arrive by 09:45 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'9:45');(_:result,count,'2');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have two trains that will get you in by 9:45 . What is the earliest you want to leave ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I would like the train that gets me there close to 9:45 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'09:27');(_:result,id,'TR2835');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "TR2835 will arrive by 09:27 how many tickets do you need for the train ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'same group of people');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Oh , it 's the same group of people from the restaurant . Can I get the reference number ?" }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'XZCDEB01');(_:booking,ticket,'116.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 116.2 GBP payable at the station . \n Reference number is : XZCDEB01 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much !" }, { "id": 15, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Do you need anything else today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , that 'll be all for today . Thanks !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling and have a great trip ! Goodbye ." } ]
PMUL0667.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "name", "?" ], [ "_:search", "area", "*" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "name", "?" ], [ "_:search", "area", "*" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "graffiti" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "name", "?" ], [ "_:search", "area", "*" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "7" ], [ "_:booking", "name", "graffiti" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "ABNPDU1B" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "name", "?" ], [ "_:search", "area", "*" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "7" ], [ "_:booking", "name", "graffiti" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "ABNPDU1B" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "name", "?" ], [ "_:search", "area", "*" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "7" ], [ "_:booking", "name", "graffiti" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "ABNPDU1B" ], [ "_:search", "arrive_by", "09:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "arrive_by", "9:45" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "name", "?" ], [ "_:search", "area", "*" ], [ "_:search", "duration", "11:00" ], [ "_:booking", "name", "graffiti" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "ABNPDU1B" ], [ "_:search", "arrive_by", "09:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "2" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "09:27" ], [ "_:result", "id", "TR2835" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "same group of people" ], [ "_: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", "food", "british" ], [ "_:search", "name", "?" ], [ "_:search", "area", "*" ], [ "_:search", "duration", "11:00" ], [ "_:booking", "name", "graffiti" ], [ "_:result", "ref", "ABNPDU1B" ], [ "_:search", "arrive_by", "09:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "2" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "09:27" ], [ "_:result", "id", "TR2835" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "XZCDEB01" ], [ "_:booking", "ticket", "116.2 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "name", "?" ], [ "_:search", "area", "*" ], [ "_:search", "duration", "11:00" ], [ "_:booking", "name", "graffiti" ], [ "_:result", "ref", "ABNPDU1B" ], [ "_:search", "arrive_by", "09:45" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:result", "count", "2" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "09:27" ], [ "_:result", "id", "TR2835" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "XZCDEB01" ], [ "_:booking", "ticket", "116.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need to find an Italian place to eat . Hopefully with moderate prices ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 5 restaurants that would fit that , is there a particular area you want to dine in ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , just pick me one you think would be good to go to and please provide me with an address to that location ." }, { "id": 3, "rdf-acts": [ "select((_:result,name,'Prezzo');(_:result,type,'Restaurant'))", "inform((_:result,address,'21 - 24 Northampton Road');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about Prezzo ? It 's located at 21 - 24 Northampton Road ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much for the info . I will pay them a visit . Have a nice day ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You have a nice day also . Good bye ." } ]
SNG0497.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Prezzo" ], [ "_:result", "address", "21 - 24 Northampton Road" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a modern European restaurant in the moderate range ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'3');(_:result,name,'De Luca Cucina and Bar');(_:result,name,'Restaurant Alimentum');(_:result,name,'Riverside Brasserie');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have three restaurants that meet your criteria - Restaurant Alimentum , De Luca Cucina and Bar , and Riverside Brasserie . Would you like to book a table at one of these ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Sure , you can choose . As long it 's in the moderate price range and serves modern European food , can you tell me what area it is in please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,food,'modern European');(_:result,name,'riverside brasserie');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))", "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Certainly , how about riverside brasserie is in the moderate price range , serves modern European and it is in the Centre area . How many people shall I book it for ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Let me think on that , could you help me book a train ?" }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "could you be a little more specific please ; what day do you want to leave , and when do you want to leave ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,leave_at,'13:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to leave after 13:45 on thursday from cambridge to stansted airport ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'10');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I found 10 trains , do you have any time you need to arrive by ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'13:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "No , I just need to leave after 13:45 . Give me which ever one is earliest ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))", "inform((_:result,arrive_by,'15:08');(_:result,leave_at,'14:40');(_:result,type,'Train'))" ], "speaker": "system", "text": "The earliest one I have leaving is 14:40 and arriving at 15:08 . Would you like me to book this for just one person ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not at this time , no . I just needed the information , thank you ." }, { "id": 11, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I assist you with anything else today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is everything . Thank you !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Excellent . Have a good day !" } ]
MUL0319.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "3" ], [ "_:result", "name", "De Luca Cucina and Bar" ], [ "_:result", "name", "Restaurant Alimentum" ], [ "_:result", "name", "Riverside Brasserie" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "3" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "Centre" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "3" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "Centre" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "13:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "Centre" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "13:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "Centre" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "13:45" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "15:08" ], [ "_:result", "leave_at", "14:40" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "Centre" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "moderate" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "13:45" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "15:08" ], [ "_:result", "leave_at", "14:40" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I 'm looking for information on the Alexander Bed and Breakfast please ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Alexander Bed and Breakfast is a cheap 4 star guesthouse in the centre of town . It has internet and parking ." }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Excellent . Can I get the postal code for this hotel please ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,postcode,'cb12de');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The postcode is cb12de . Would you like me to book a room ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'nightclub');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "no , not now but will also looking for places to go in town . The attraction should be in the type of nightclub and should be in the west" }, { "id": 5, "rdf-acts": [ "canthelp((_:search,category,'nightclubs');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are no nightclubs in that area ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How about a museum ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'sidgwick avenue');(_:result,amount,'several');(_:result,entrance_fee,'free');(_:result,name,'the museum of classical archaeology');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have several in the area . I would recommend the museum of classical archaeology . It 's a free attraction located on sidgwick avenue ." }, { "id": 8, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the entry fee ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It 's absolutely free to get in ! Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I need the phone number and postcode please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,category,'museum');(_:result,phone,'01223335153');(_:result,postcode,'cb39da');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The museum 's phone number is 01223335153 , and the post code is cb39da . May I assist you with anything else today ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,destination,'the museum');(_:search,leave_at,'11:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi to take me from the hotel to the museum . I need to leave the hotel by 11:30" }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'red Volkswagen');(_:result,phone,'07550911572');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I booked your taxi . It is going to be a red Volkswagen . The contact number is 07550911572 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I needed today ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Great . Thanks for using our service !" } ]
PMUL2894.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb12de" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "category", "nightclub" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb12de" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/aa4291e4" ], [ "_:search/aa4291e4", "category", "nightclubs" ], [ "_:search/aa4291e4", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb12de" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/aa4291e4" ], [ "_:search/aa4291e4", "category", "nightclubs" ], [ "_:search/aa4291e4", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "amount", "several" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the museum of classical archaeology" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb12de" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/aa4291e4" ], [ "_:search/aa4291e4", "category", "nightclubs" ], [ "_:search/aa4291e4", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "the museum of classical archaeology" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/aa4291e4" ], [ "_:search/aa4291e4", "category", "nightclubs" ], [ "_:search/aa4291e4", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "the museum of classical archaeology" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:result", "phone", "01223335153" ], [ "_:result", "postcode", "cb39da" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the museum" ], [ "_:search", "leave_at", "11: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", "name", "alexander bed and breakfast" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/aa4291e4" ], [ "_:search/aa4291e4", "category", "nightclubs" ], [ "_:search/aa4291e4", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "the museum of classical archaeology" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:result", "postcode", "cb39da" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the museum" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red Volkswagen" ], [ "_:result", "phone", "07550911572" ], [ "_: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,name,'frankie and bennys');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "When i I get to Cambridge I need to know where to find a restaurant called frankie and bennys ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,name,'Frankie and Bennys');(_:result,phone,'01223412430');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Frankie and Bennys is located at Cambridge Leisure Park Clifton Way Cherry Hinton . Their postcode is cb17dy and their phone number is 01223412430 ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'18:00');(_:search,people,'3');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Ok I need to book a reservation for 3 people at 18:00 on Tuesday , I will need a reference number as well ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Tuesday');(_:booking,duration,'18:00');(_:booking,ref,'V6R6J5J2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay you 're all ready to go for Tuesday at 18:00 . Your reference number is V6R6J5J2 . Can I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to book a train that leaves from Leicester on Tuesday also ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'6');(_:result,leave_at,'starting on the : 09 of the hour from 19:09 to 23:09');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have 6 trains leaving after your reservation starting on the : 09 of the hour from 19:09 to 23:09 . Would you like me to book one of these ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,destination,'Cambrige');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train bound to Cambrige that arrives by 13:45 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'12:54');(_:result,day,'Tuesday');(_:result,departure,'Cambridge');(_:result,destination,'Cambridge');(_:result,destination,'Leicester');(_:result,leave_at,'11:09');(_:result,leave_at,'begin at 5:09');(_:result,type,'Train'))" ], "speaker": "system", "text": "The latest train we have leaving from Cambridge to Leicester leaves at 11:09 on Tuesday and arrives in Cambridge by 12:54 . Departure times begin at 5:09 and occur every hour ." }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "The 11:09 train would be fine . I need 3 tickets and a reference number , please ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'E1IVJM0G');(_:booking,ticket,'113.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 113.4 GBP payable at the station . Reference number is : E1IVJM0G ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great thank you for your help you have been great to deal with ." }, { "id": 11, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Thank you so much . greatly appreciated . '" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Have a great day ." } ]
MUL0378.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "frankie and bennys" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "frankie and bennys" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "Frankie and Bennys" ], [ "_:result", "phone", "01223412430" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "frankie and bennys" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "Frankie and Bennys" ], [ "_:result", "phone", "01223412430" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "18:00" ], [ "_:booking", "ref", "V6R6J5J2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "frankie and bennys" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "Frankie and Bennys" ], [ "_:result", "phone", "01223412430" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "18:00" ], [ "_:booking", "ref", "V6R6J5J2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "leicester" ], [ "_:result", "count", "6" ], [ "_:result", "leave_at", "starting on the : 09 of the hour from 19:09 to 23:09" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "Cambrige" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "frankie and bennys" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "Frankie and Bennys" ], [ "_:result", "phone", "01223412430" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "duration", "18:00" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "18:00" ], [ "_:booking", "ref", "V6R6J5J2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "leicester" ], [ "_:result", "count", "6" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "Cambrige" ], [ "_:result", "arrive_by", "12:54" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "leave_at", "11:09" ], [ "_:result", "leave_at", "begin at 5:09" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "frankie and bennys" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "Frankie and Bennys" ], [ "_:result", "phone", "01223412430" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "duration", "18:00" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "18:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "leicester" ], [ "_:result", "count", "6" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "Cambrige" ], [ "_:result", "arrive_by", "12:54" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "leave_at", "11:09" ], [ "_:result", "leave_at", "begin at 5:09" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "E1IVJM0G" ], [ "_:booking", "ticket", "113.4 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "frankie and bennys" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "name", "Frankie and Bennys" ], [ "_:result", "phone", "01223412430" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "duration", "18:00" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "18:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "leicester" ], [ "_:result", "count", "6" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "Cambrige" ], [ "_:result", "arrive_by", "12:54" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "leave_at", "11:09" ], [ "_:result", "leave_at", "begin at 5:09" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "E1IVJM0G" ], [ "_:booking", "ticket", "113.4 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'warkworth house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I am looking for information about the Warkworth House hotel ." }, { "id": 1, "rdf-acts": [ "request((_:search,name,?);(_:search,type,'Hotel'))", "inform((_:result,name,'Warkworth House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Is there anything specific you 'd like to know about the Warkworth House hotel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I just would like to book it for 2 people , for 5 nights , beginning Monday . Please give me reference number ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'ARWOR7QP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your room has been booked successfully . Your confirmation number is ARWOR7QP . Would you like help with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am also looking to book a train to norwich ." }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day are you looking to depart ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'21:00');(_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'Norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave on Saturday from Cambridge to be in Norwich before 21:00 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'18:55');(_:result,departure,'cambridge');(_:result,id,'TR4018');(_:result,leave_at,'17:36');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4018 leaves cambridge at 17:36 and arrives at 18:55 . May I book it for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Thank you so much . So that means a 79 minute travel time ? Let 's go ahead and book it ." }, { "id": 9, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Do you need two tickets ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Actually , I think I may book it later . Thank you very much for all your help ." }, { "id": 11, "rdf-acts": [ "inform((_:result,duration,'79 minutes');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Okay ! You 're very welcome . To answer your earlier question , yes : the travel time is 79 minutes . Is there anything else I can help you with today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's it . Thank you !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a wonderful day !" } ]
MUL0613.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "warkworth house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ARWOR7QP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "name", "Warkworth House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ARWOR7QP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "name", "Warkworth House" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ARWOR7QP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Norwich" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:55" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR4018" ], [ "_:result", "leave_at", "17:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "name", "Warkworth House" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ARWOR7QP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Norwich" ], [ "_:result", "arrive_by", "18:55" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR4018" ], [ "_:result", "leave_at", "17:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "?" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "name", "Warkworth House" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "ARWOR7QP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Norwich" ], [ "_:result", "arrive_by", "18:55" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR4018" ], [ "_:result", "leave_at", "17:36" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are several trains where are you going ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to go to Peterborough ." }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can certainly help . Where are you departing from ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am departing from Cambridge ." }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Do you have a day in mind to travel ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Train'))", "request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "ill travel ; on wednesday . get me the train ID and price" }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to depart ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'Cambridge');(_:search,leave_at,'09:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave Cambridge after 09:45 , please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,departure,'cambridge');(_:result,id,'TR9805');(_:result,leave_at,'10:06');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have a train leaving cambridge at 10:06 . The ID is TR9805 and it 's 16.50 pounds per ticket ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks for helping" }, { "id": 11, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "You 're welcome . Anything else I can help you with today ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "No , I only needed the train info . Thanks , again . Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "We hope you have a nice time in town . Good bye !" } ]
SNG02136.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "wednesday" ], [ "_:result", "id", "?" ], [ "_:result", "ticket", "?" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "09:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "09:45" ], [ "_:search", "type", "Train" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR9805" ], [ "_:result", "leave_at", "10:06" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "several" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "leave_at", "09:45" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "id", "TR9805" ], [ "_:result", "leave_at", "10:06" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "I want to see local sights , can you help ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'a wide variety');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , there is a wide variety , do you have an activity type that your are interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hiking');(_:search,category,'historical');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I like hiking and seeing historical sites ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'Cambridge');(_:search,category,'hiking area');(_:search,category,'historical site');(_:search,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry , there does not seem to be a historical site or hiking area in Cambridge . Is there anything else I can help with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would like to find a hotel in the cheap price range ?" }, { "id": 5, "rdf-acts": [ "thank()", "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sure , I can help you with that . What section of town were you looking for ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i do n't really care about the area ." }, { "id": 7, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay . Are you interested in hotels that offer internet and/or parking ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'dontcare');(_:search,has_parking,'dontcare');(_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does n't really matter if they offer either of those or not . I just want it to be a 0 star hotel ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotel');(_:result,name,'City Cenrtree North and B');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "City Cenrtree North and B is a cheap hotel , would you like me to book it for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please , 6 people for 5 nights and we would be arriving Monday ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,day,'Monday');(_:booking,name,'citycentre north B&B');(_:booking,people,'6');(_:booking,stay,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , I seem to be having an error in my system . You want a booking at the citycentre north B&B for 6 people , 5 nights , on Monday ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,stars,'zero');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , a guesthouse is fine . I was looking for zero stars and in the cheap price range ." }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'the city centre north b and b');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Then the city centre north b and b is what you want , shall I book you ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Yes , please book it for me ." }, { "id": 15, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking');(_:search,name,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry that does n't seem to be available would you like me to try a different day or guesthouse ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Let book the same but on Tuesday instead ." }, { "id": 17, "rdf-acts": [ "inform((_:booking,day,'Tuesday');(_:booking,ref,'0J3V1091');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful for Tuesday . Your Reference number is : 0J3V1091 ." }, { "id": 18, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))", "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'm also looking for somewhere to go . Perhaps the college . Can you tell me the postcode for the college ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'18');(_:result,name,\"christ 's college\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 18 colleges in town . I recommend christ 's college in the centre . The postcode is cb23bu ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thanks . I do n't need anymore help . Goodbye !" }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "I 'm happy I could help today . Goodbye !" } ]
PMUL2808.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "a wide variety" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hiking" ], [ "_:search", "category", "historical" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "a wide variety" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/ddaf1c96" ], [ "_:search/ddaf1c96", "area", "Cambridge" ], [ "_:search/ddaf1c96", "category", "hiking area" ], [ "_:search/ddaf1c96", "category", "historical site" ], [ "_:search/ddaf1c96", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "a wide variety" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/ddaf1c96" ], [ "_:search/ddaf1c96", "area", "Cambridge" ], [ "_:search/ddaf1c96", "category", "hiking area" ], [ "_:search/ddaf1c96", "category", "historical site" ], [ "_:search/ddaf1c96", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "a wide variety" ], [ "_:system", "canthelp", "_:search/ddaf1c96" ], [ "_:search/ddaf1c96", "area", "Cambridge" ], [ "_:search/ddaf1c96", "category", "hiking area" ], [ "_:search/ddaf1c96", "category", "historical site" ], [ "_:search/ddaf1c96", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "a wide variety" ], [ "_:system", "canthelp", "_:search/ddaf1c96" ], [ "_:search/ddaf1c96", "area", "Cambridge" ], [ "_:search/ddaf1c96", "category", "hiking area" ], [ "_:search/ddaf1c96", "category", "historical site" ], [ "_:search/ddaf1c96", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "City Cenrtree North and B" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "a wide variety" ], [ "_:system", "canthelp", "_:search/ddaf1c96" ], [ "_:search/ddaf1c96", "area", "Cambridge" ], [ "_:search/ddaf1c96", "category", "hiking area" ], [ "_:search/ddaf1c96", "category", "historical site" ], [ "_:search/ddaf1c96", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "City Cenrtree North and B" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "name", "citycentre north B&B" ], [ "_:booking", "people", "6" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "zero" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "a wide variety" ], [ "_:system", "canthelp", "_:search/ddaf1c96" ], [ "_:search/ddaf1c96", "area", "Cambridge" ], [ "_:search/ddaf1c96", "category", "hiking area" ], [ "_:search/ddaf1c96", "category", "historical site" ], [ "_:search/ddaf1c96", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "name", "citycentre north B&B" ], [ "_:booking", "people", "6" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "zero" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "the city centre north b and b" ], [ "_: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": [ [ "_:result", "amount", "a wide variety" ], [ "_:system", "canthelp", "_:search/ddaf1c96" ], [ "_:search/ddaf1c96", "area", "Cambridge" ], [ "_:search/ddaf1c96", "category", "hiking area" ], [ "_:search/ddaf1c96", "category", "historical site" ], [ "_:search/ddaf1c96", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "name", "citycentre north B&B" ], [ "_:booking", "people", "6" ], [ "_:booking", "stay", "5" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "zero" ], [ "_:result", "name", "the city centre north b and b" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/baad87aa" ], [ "_:booking/baad87aa", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "day", "tuesday" ], [ "_: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": [ [ "_:result", "amount", "a wide variety" ], [ "_:system", "canthelp", "_:search/ddaf1c96" ], [ "_:search/ddaf1c96", "area", "Cambridge" ], [ "_:search/ddaf1c96", "category", "hiking area" ], [ "_:search/ddaf1c96", "category", "historical site" ], [ "_:search/ddaf1c96", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "name", "citycentre north B&B" ], [ "_:booking", "people", "6" ], [ "_:booking", "stay", "5" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "zero" ], [ "_:result", "name", "the city centre north b and b" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/baad87aa" ], [ "_:booking/baad87aa", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "ref", "0J3V1091" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:result", "amount", "a wide variety" ], [ "_:system", "canthelp", "_:search/ddaf1c96" ], [ "_:search/ddaf1c96", "area", "Cambridge" ], [ "_:search/ddaf1c96", "category", "hiking area" ], [ "_:search/ddaf1c96", "category", "historical site" ], [ "_:search/ddaf1c96", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "has_parking", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "name", "citycentre north B&B" ], [ "_:booking", "people", "6" ], [ "_:booking", "stay", "5" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "zero" ], [ "_:system", "canthelp", "_:booking/baad87aa" ], [ "_:booking/baad87aa", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "ref", "0J3V1091" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Please recommend some worthwhile places to visit in the centre ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'some');(_:result,category,'churches');(_:result,category,'colleges');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "there are some great museums , colleges and churches for you to visit ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))", "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great , I would like to get some phone numbers for those places in the centre ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,name,'broughton house gallery');(_:result,type,'Attraction'))", "canthelp((_:search,category,'churches');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I have Hughes Hall , 01223334898 , with free entrance . The broughton house gallery at 01223314960 , also free . I do n't seem to have any churches . Can I help you further ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'birmingham new street');(_:search,leave_at,'18:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I need a train going to birmingham new street leaving after 18:15 ." }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be departing from , and on what day ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'Cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be departing from Cambridge on Wednesday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'5');(_:result,day,'Weds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are five trains leaving on Weds . Do you want me to pick one to book ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Sure , and make me a booking for 7 people ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I will go ahead and book that for you ." }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Ok , that would be great . Can I get the reference number please ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,arrive_by,'21:44');(_:booking,category,'Train');(_:booking,day,'wednesday');(_:booking,departure,'cambridge');(_:booking,destination,'birmingham new street');(_:booking,leave_at,'19:01');(_:booking,people,'7');(_:booking,ref,'2BGY3ZRW');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR9236 leaves cambridge on wednesday on 19:01 and arrives at birmingham new street at 21:44 . I have booked 7 tickets . Your Reference number is : 2BGY3ZRW ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I need for today . You 've been a great help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful visit . Thank you for using Cambridge TownInfo Centre . Goodbye ." } ]
PMUL3349.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/122f9d72" ], [ "_:search/122f9d72", "category", "churches" ], [ "_:search/122f9d72", "type", "Attraction" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/122f9d72" ], [ "_:search/122f9d72", "category", "churches" ], [ "_:search/122f9d72", "type", "Attraction" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "Cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "broughton house gallery" ], [ "_:system", "canthelp", "_:search/122f9d72" ], [ "_:search/122f9d72", "category", "churches" ], [ "_:search/122f9d72", "type", "Attraction" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "Cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Weds" ], [ "_: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 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "broughton house gallery" ], [ "_:system", "canthelp", "_:search/122f9d72" ], [ "_:search/122f9d72", "category", "churches" ], [ "_:search/122f9d72", "type", "Attraction" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "Cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Weds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_: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": [ [ "_:result", "amount", "some" ], [ "_:result", "category", "churches" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "broughton house gallery" ], [ "_:system", "canthelp", "_:search/122f9d72" ], [ "_:search/122f9d72", "category", "churches" ], [ "_:search/122f9d72", "type", "Attraction" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "Cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Weds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "arrive_by", "21:44" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "wednesday" ], [ "_:booking", "departure", "cambridge" ], [ "_:booking", "destination", "birmingham new street" ], [ "_:booking", "leave_at", "19:01" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "2BGY3ZRW" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotels');(_:search,stars,'3-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I 'd like to find out more about any luxury hotels that have at least a 3-star rating ." }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,name,'Gonville');(_:result,name,'Lensfield hotel');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have found 2 luxury hotels that both have 3 star ratings . The Gonville and The Lensfield hotel are both available to book ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'no');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The hotel should be expensive and does not need to have free parking ." }, { "id": 3, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,name,'Gonville');(_:result,name,'Lensfield');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Both the Gonville and Lensfield are expensive . Both also do have free parking . Do either one of those sound suitable ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "the first one sounds ok to me ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can go ahead and book it for you ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please make a booking for 1 people and 5 nights starting from saturday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Saturday');(_:booking,name,'Gonville Hotel');(_:booking,ref,'PUX8NRCE');(_:booking,stay,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I made a reservation for you at the Gonville Hotel for 5 nights starting Saturday . Your reference is PUX8NRCE . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That was all I needed ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Ok , have a great day !" } ]
PMUL1864.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotels" ], [ "_:search", "stars", "3-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "stars", "3-star" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Gonville" ], [ "_:result", "name", "Lensfield hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "stars", "3-star" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "3" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "stars", "3-star" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "3" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "3-star" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "3" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Gonville" ], [ "_:result", "name", "Lensfield" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Gonville Hotel" ], [ "_:booking", "ref", "PUX8NRCE" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to find a train that will arrive cambridge by 13:45 on friday" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "sure , where are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm departing from cambridge and want to go to birmingham new street" }, { "id": 3, "rdf-acts": [ "offer((_:booking,arrive_by,'12:08');(_:booking,category,'Train');(_:booking,id,'tr7195');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "the tr7195 will get you there by 12:08 how many tickets please ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Well , first , what is the departure time , price and travel time ? It sounds like it will work ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'12:44');(_:result,duration,'163 minutes');(_:result,id,'TR6668');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "Sorry , that was the TR6668 , not TR7195 , arrives by 12:44 , duration of the trip is 163 minutes and the price is 75.10 pounds ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you . Are there any expensive restaurants in the town centre ?" }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a variety');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are a variety of options in that area . Is there a particular type of food that you would like ?" }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))", "inform((_:search,food,'Not really');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Not really . Can I just have the postcode and phone number for your favorite place ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'kymmoy');(_:result,phone,'01223311911');(_:result,postcode,'cb12as');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kymmoy is the best ! their phone number is 01223311911 and postcode is cb12as" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great . Thanks . That is all ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Okay . I hope you enjoy your stay ! Let us know if we can be of further help ." } ]
PMUL3243.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "12:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "tr7195" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "12:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "tr7195" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "arrive_by", "12:44" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR6668" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "12:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "tr7195" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "arrive_by", "12:44" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR6668" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a variety" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "food", "Not really" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "12:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "tr7195" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "leave_at", "?" ], [ "_:result", "arrive_by", "12:44" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR6668" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "a variety" ], [ "_:search", "food", "Not really" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "kymmoy" ], [ "_:result", "phone", "01223311911" ], [ "_:result", "postcode", "cb12as" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hi , I am looking for some attractions that are in the centre of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'tons');(_:result,area,'centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are tons of things to see and do in the centre ! Is there a particular type of attraction you are looking for ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "What do you recommend ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Cambridge university botanic gardens');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Cambridge university botanic gardens is always a fun way to spend time on a beautiful day . It is gorgeous this time of year . Can I give you more information ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))", "inform((_:search,name,'botanic gardens');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , please . I LOVE botanic gardens . Can you find the phone number for me ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223336265');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223336265 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a place to stay ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Which area would you like ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would also like the hotel to be in the city centre . I 'd like to find something in the cheap price range ." }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,name,'Alexander Bed and Breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are two hotels that fit your criteria . I would recommend the Alexander Bed and Breakfast as it gets 4 stars ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "May I have the postcode , address and the star of the hotel please ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'56 saint barnabas road');(_:result,category,'hotel');(_:result,postcode,'cb12de');(_:result,stars,'four');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "It 's a four star hotel , located at 56 saint barnabas road with the postcode cb12de . Is there anything else I can find for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'cambridge university botanic gardens');(_:search,destination,'alexander bed and breakfast');(_:search,leave_at,'14:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi . I need to leave Cambridge university botanic gardens by 14:00 and go to Alexander Bed and Breakfast ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'red tesla');(_:result,phone,'07685178468');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked your taxi look for a red tesla and the contact number is 07685178468 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Sure thank you so much , that is all ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome and glad I could assist you ." } ]
PMUL2968.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", "tons" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "tons" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Cambridge university botanic gardens" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ], [ "_:search", "name", "botanic gardens" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "tons" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Cambridge university botanic gardens" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "botanic gardens" ], [ "_:result", "phone", "01223336265" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "tons" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Cambridge university botanic gardens" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "botanic gardens" ], [ "_:result", "phone", "01223336265" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "tons" ], [ "_:result", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "botanic gardens" ], [ "_:result", "phone", "01223336265" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "tons" ], [ "_:result", "area", "centre" ], [ "_:search", "name", "botanic gardens" ], [ "_:result", "phone", "01223336265" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "category", "hotel" ], [ "_:result", "postcode", "cb12de" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "cambridge university botanic gardens" ], [ "_:search", "destination", "alexander bed and breakfast" ], [ "_:search", "leave_at", "14:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "tons" ], [ "_:result", "area", "centre" ], [ "_:search", "name", "botanic gardens" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "category", "hotel" ], [ "_:result", "postcode", "cb12de" ], [ "_:result", "stars", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "cambridge university botanic gardens" ], [ "_:search", "destination", "alexander bed and breakfast" ], [ "_:search", "leave_at", "14:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red tesla" ], [ "_:result", "phone", "07685178468" ], [ "_: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,destination,\"rosa 's bed and breakfast\");(_:search,leave_at,'17:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to book a taxi going to Rosa 's Bed and Breakfast that leaves after 17:45 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where would you like to depart from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'saigon city');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will be leaving from saigon city ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'yellow bmw');(_:result,phone,'07333936064');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked you a yellow bmw . The contact number is 07333936064 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much !" }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else you need help with today ?" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 's all . Goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you , and have a nice day !" } ]
SNG0091.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "rosa 's bed and breakfast" ], [ "_:search", "leave_at", "17:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "rosa 's bed and breakfast" ], [ "_:search", "leave_at", "17:45" ], [ "_:search", "departure", "saigon city" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "rosa 's bed and breakfast" ], [ "_:search", "leave_at", "17:45" ], [ "_:search", "departure", "saigon city" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow bmw" ], [ "_:result", "phone", "07333936064" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "rosa 's bed and breakfast" ], [ "_:search", "leave_at", "17:45" ], [ "_:search", "departure", "saigon city" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow bmw" ], [ "_:result", "phone", "07333936064" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'bedouin');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I would like some information about a restaurant in Cambridge called Bedouin . Can you find out if they are taking reservations for me ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'center');(_:result,food,'African');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "That is an African restaurant in the center of town . It is in the expensive price range .Any other information you need ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I have the address and postcode please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'100 Mill Road City Centre');(_:result,name,'Bedouin');(_:result,postcode,'cb12bd');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address for Bedouin is 100 Mill Road City Centre . The post code is cb12bd . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I actually need some places to go in the centre area ." }, { "id": 5, "rdf-acts": [ "select((_:result,category,'architecture');(_:result,category,'boating');(_:result,category,'colleges');(_:result,category,'museums');(_:result,category,'theatres');(_:result,type,'Attraction'))", "inform((_:result,amount,'many options');(_:result,area,'centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many options for attractions in the centre area , are you interested in architecture , colleges , boating , theatres or museums ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am interested in colleges" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,\"christ 's college\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about christ 's college ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That would be fine . Can I get the address and phone number ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,\"saint andrew 's street\");(_:result,phone,'01223334900');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure the address is saint andrew 's street and the phone number is 01223334900 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you for your help !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "thank you and enjoy your stay !" } ]
PMUL2477.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "bedouin" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "bedouin" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "center" ], [ "_:result", "food", "African" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "bedouin" ], [ "_:result", "area", "center" ], [ "_:result", "food", "African" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "postcode", "cb12bd" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "bedouin" ], [ "_:result", "food", "African" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "postcode", "cb12bd" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theatres" ], [ "_:result", "amount", "many options" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "bedouin" ], [ "_:result", "food", "African" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "postcode", "cb12bd" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theatres" ], [ "_:result", "amount", "many options" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "bedouin" ], [ "_:result", "food", "African" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb12bd" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "theatres" ], [ "_:result", "amount", "many options" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "Can I get some help locating a room for the night ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Absolutely . What type of lodging did you have in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a guesthouse with free wifi and parking , please ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'a great number');(_:result,category,'guesthouses');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "You 're in luck , there are a great number of guesthouses that might work . Did you have an area in mind ?" }, { "id": 4, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))", "inform((_:search,area,\"do n't care\");(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care about the area . Which one do you suggest ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the Acorn Guest House ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds great ! I need a reservation just for me for 5 nights starting on Thursday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'LULJ5N6X');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have that booked , the reference number is LULJ5N6X ." }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you that is all , bye bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Goodbye !" } ]
SNG0830.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "a great number" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:search", "area", "do n't care" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "a great number" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "area", "?" ], [ "_:search", "area", "do n't care" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "a great number" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "area", "?" ], [ "_:search", "area", "do n't care" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "LULJ5N6X" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'university arms hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for the University Arms Hotel ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'regent street');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The University Arms Hotel is located on regent street . Would you like their phone number ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to book a room for 2 nights for 2 people starting on Friday please ." }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sorry , it looks like they 're all booked up . Would you like to try a different day or just one night ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "One night would work . Be sure to include my reference number ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'6P5MIATO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Excellent . The booking worked . Your reference number is 6P5MIATO ." }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'09:00');(_:search,day,'same day');(_:search,type,'Train'))" ], "speaker": "user", "text": "Awesome . I 'm also looking to book a train that arrives there on the same day by 09:00 ." }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))", "inform((_:result,destination,'cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "Certainly , where will you be departing from for your train to cambridge ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Birmingham New Street ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'only');(_:result,id,'TR4887');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "TR4887 is the only morning train that early . I can certainly book it for you ! How many riders will be traveling ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'two');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need two tickets please , can I also get the time it will take to travel on the train ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,type,'Booking');(_:result,duration,'163 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have gone ahead and booked that for you . The train ride will be 163 minutes ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Alright , that is everything I need to know ! Thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Safe travels !" } ]
MUL0635.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "university arms hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "university arms hotel" ], [ "_:result", "address", "regent street" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "university arms hotel" ], [ "_:result", "address", "regent street" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/db3fd1d6" ], [ "_:booking/db3fd1d6", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "university arms hotel" ], [ "_:result", "address", "regent street" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/db3fd1d6" ], [ "_:booking/db3fd1d6", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "6P5MIATO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "day", "same day" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "university arms hotel" ], [ "_:result", "address", "regent street" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/db3fd1d6" ], [ "_:booking/db3fd1d6", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "6P5MIATO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "day", "same day" ], [ "_:search", "destination", "?" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "university arms hotel" ], [ "_:result", "address", "regent street" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:system", "canthelp", "_:booking/db3fd1d6" ], [ "_:booking/db3fd1d6", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "6P5MIATO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "day", "same day" ], [ "_:search", "destination", "?" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "amount", "only" ], [ "_:result", "id", "TR4887" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "university arms hotel" ], [ "_:result", "address", "regent street" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:system", "canthelp", "_:booking/db3fd1d6" ], [ "_:booking/db3fd1d6", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "6P5MIATO" ], [ "_:search", "arrive_by", "09:00" ], [ "_:search", "day", "same day" ], [ "_:search", "destination", "?" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "departure", "birmingham new street" ], [ "_:result", "amount", "only" ], [ "_:result", "id", "TR4887" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "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 on the south side of town ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'Italian');(_:result,food,'Modern European');(_:result,type,'Restaurant'))", "inform((_:result,area,'South area');(_:result,count,'2');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two moderately priced restaurants in the South area . Would you like Italian or Modern European ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Is there anything else ? Can I get the phone number please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'south');(_:result,name,'The pizza hut cherry hinton');(_:result,phone,'01223 323737');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The pizza hut cherry hinton is located in the south part of town and is in the moderate price range . Their phone number is 01223 323737 . May I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Yes , goodbye ." } ]
WOZ20643.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" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Modern European" ], [ "_:result", "area", "South area" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Modern European" ], [ "_:result", "count", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "name", "The pizza hut cherry hinton" ], [ "_:result", "phone", "01223 323737" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am trying to find out about trains that arrive in Cambridge" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'quite a few');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are quite a few trains coming into Cambridge . Where will you be departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'16:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to arrive by 16:15" }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Okay . First , let 's find out you 're departing from ." }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from stevenage and going to cambridge ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'14:43');(_:result,leave_at,'13:54');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There 's a train running every day leaving at 13:54 and arriving at 14:43 . Did you have a particular day in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking to travel on Monday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'14:43');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The latest train arrives by 14:43 would you like me to book that for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That should work ! I will also need a place to stay . I am looking for a guesthouse in the centre of town , in the expensive range . It should include free wifi as well ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))", "select((_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I am terribly sorry no guesthouses are available , how about a hotel stay instead ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure , let 's look at hotels instead , then ." }, { "id": 11, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I found two hotels do you want the detail information for the hotels ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Do either of them have free parking included ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , they both offer free parking ." }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Could you provide the details ?" }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Gonville Place');(_:result,address,'Regent Street');(_:result,name,'Gonville Hotel');(_:result,name,'University Arms Hotel');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Gonville Hotel is on Gonville Place and is rated 3 stars . The University Arms Hotel is 4 stars and it 's on Regent Street . Would you like to book a room ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "Yes , this seems alright . Go ahead and book it ." }, { "id": 17, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))", "inform((_:booking,day,'Monday');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Will you be needing the room for Monday ?" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , actually , I 'm not ready to book yet . That is all I need for today . Thanks . Bye ." }, { "id": 19, "rdf-acts": [ "inform((_:result,phone,'01223351241');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Their phone number is 01223351241 if you would like to book later ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . I will call back when I am ready to finish my booking ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "We 'll be here to assist you when you 're ready . Bye for now ." } ]
MUL2012.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" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "?" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "14:43" ], [ "_:result", "leave_at", "13:54" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "13:54" ], [ "_:search", "day", "monday" ], [ "_:result", "arrive_by", "14:43" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "13:54" ], [ "_:search", "day", "monday" ], [ "_:result", "arrive_by", "14:43" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b5500981" ], [ "_:search/b5500981", "category", "guesthouses" ], [ "_:search/b5500981", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotels" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "13:54" ], [ "_:search", "day", "monday" ], [ "_:result", "arrive_by", "14:43" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b5500981" ], [ "_:search/b5500981", "category", "guesthouses" ], [ "_:search/b5500981", "type", "Hotel" ], [ "_:search", "category", "hotels" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "13:54" ], [ "_:search", "day", "monday" ], [ "_:result", "arrive_by", "14:43" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b5500981" ], [ "_:search/b5500981", "category", "guesthouses" ], [ "_:search/b5500981", "type", "Hotel" ], [ "_:search", "category", "hotels" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_: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": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "13:54" ], [ "_:search", "day", "monday" ], [ "_:result", "arrive_by", "14:43" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b5500981" ], [ "_:search/b5500981", "category", "guesthouses" ], [ "_:search/b5500981", "type", "Hotel" ], [ "_:search", "category", "hotels" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "address", "Gonville Place" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "13:54" ], [ "_:search", "day", "monday" ], [ "_:result", "arrive_by", "14:43" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b5500981" ], [ "_:search/b5500981", "category", "guesthouses" ], [ "_:search/b5500981", "type", "Hotel" ], [ "_:search", "category", "hotels" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "address", "Gonville Place" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "stay", "?" ], [ "_:booking", "day", "Monday" ], [ "_: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, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a few" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "16:15" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "leave_at", "13:54" ], [ "_:search", "day", "monday" ], [ "_:result", "arrive_by", "14:43" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b5500981" ], [ "_:search/b5500981", "category", "guesthouses" ], [ "_:search/b5500981", "type", "Hotel" ], [ "_:search", "category", "hotels" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "address", "Gonville Place" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:booking", "stay", "?" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ], [ "_:result", "phone", "01223351241" ], [ "_: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,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hello , I 'd like some information on a train departing from Cambridge on saturday ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "I am sure I can help you with that . Where will you be traveling to , and is there a special time you would like to depart ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to stevenage on saturday ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "At what time do you wish to depart or arrive ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'09:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should leave after 09:15 . I 'm not particular on arrival time ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'10:10');(_:result,id,'TR7542');(_:result,leave_at,'9:21');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR7542 leaving at 9:21 and arriving at 10:10 . Would you like to make reservations for that ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please . I will have a party of 7 . May I please get the reference number as well ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,ref,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Yes , I will provide a reference number ." }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can I have the reference number ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'3TX311FG');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reference number is 3TX311FG ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great . Can you find me a place to go in the west ?" }, { "id": 11, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Is there a certain type of attraction you 'd like ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I have no preference . Can you just make a recommendation and provide the address , postcode , and phone number ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'Herschel Road');(_:result,category,'college');(_:result,name,'Clare Hall');(_:result,phone,'01223332360');(_:result,postcode,'cb39al');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Clare Hall is a great college to visit . Their address is on Herschel Road . Postcode is cb39al . Their phone number is 01223332360 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for the information ." }, { "id": 15, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Is there anything else I can help you with today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all for today ! Thank you for the help !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL1030.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "09:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "id", "TR7542" ], [ "_:result", "leave_at", "9:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "id", "TR7542" ], [ "_:result", "leave_at", "9:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:search", "ref", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "id", "TR7542" ], [ "_:result", "leave_at", "9:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:search", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3TX311FG" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "id", "TR7542" ], [ "_:result", "leave_at", "9:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:search", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3TX311FG" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_: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", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "id", "TR7542" ], [ "_:result", "leave_at", "9:21" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:search", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3TX311FG" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Herschel Road" ], [ "_:result", "category", "college" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "phone", "01223332360" ], [ "_:result", "postcode", "cb39al" ], [ "_: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", "departure", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "09:15" ], [ "_:result", "arrive_by", "10:10" ], [ "_:result", "id", "TR7542" ], [ "_:result", "leave_at", "9:21" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:search", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3TX311FG" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Herschel Road" ], [ "_:result", "category", "college" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "phone", "01223332360" ], [ "_:result", "postcode", "cb39al" ], [ "_:result", "type", "Attraction" ], [ "_: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,departure,'carolina bed and breakfast');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can a taxi pick me up at carolina bed and breakfast ?" }, { "id": 1, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "When do you want to leave by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'24:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to be sure and leave after 24:00" }, { "id": 3, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is your destination ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'lensfield hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to go to lensfield hotel" }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'yellow Volkswagen');(_:result,leave_at,'24:15');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "The taxi is booked for 24:15 . It is a yellow Volkswagen ." }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I 'll also need the contact number please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'07744553058');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Your contact number is 07744553058 . May I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I need . Thank you ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo centre , and have a nice day ." } ]
SNG02313.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "carolina bed and breakfast" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "carolina bed and breakfast" ], [ "_:search", "leave_at", "24:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "carolina bed and breakfast" ], [ "_:search", "leave_at", "24:00" ], [ "_:search", "destination", "lensfield hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "carolina bed and breakfast" ], [ "_:search", "leave_at", "24:00" ], [ "_:search", "destination", "lensfield hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow Volkswagen" ], [ "_:result", "leave_at", "24:15" ], [ "_:result", "type", "Taxi" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "carolina bed and breakfast" ], [ "_:search", "leave_at", "24:00" ], [ "_:search", "destination", "lensfield hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow Volkswagen" ], [ "_:result", "leave_at", "24:15" ], [ "_:result", "phone", "07744553058" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What museums are in Cambridge ? I am asking \" for a friend \" ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'museums');(_:result,count,'23');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 23 museums in Cambridge , so it would be a bit much to list them all . Can you give me a specific area to look in ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I 'm not too particular on the location . Do you have any that you recommend ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'east');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Sure . I suggest the Cambridge Artworks . It 's in the east section of the city , and is free . Would you like any more information ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))", "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds good . Can you give me the postcode for the Cambridge Artworks ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'the cambridge artworks');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode for the cambridge artworks is cb13ef" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you . I also need info on a train . It should go to Birmingham new street and leave on Monday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR9195');(_:result,leave_at,'0501');(_:result,type,'Train'))" ], "speaker": "system", "text": "how about TR9195 ? it leaves at 0501" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "That sounds great , can you get me 6 tickets ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'PEY94A3O');(_:booking,ticket,'450.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 450.6 GBP payable at the station . \n Reference number is : PEY94A3O . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be all thank you so much ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Ok . Thank you and good bye ." } ]
PMUL4994.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "cambridge artworks" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "cambridge artworks" ], [ "_:result", "name", "the cambridge artworks" ], [ "_:result", "postcode", "cb13ef" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "cambridge artworks" ], [ "_:result", "name", "the cambridge artworks" ], [ "_:result", "postcode", "cb13ef" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "id", "TR9195" ], [ "_:result", "leave_at", "0501" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "area", "?" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "area", "east" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "cambridge artworks" ], [ "_:result", "name", "the cambridge artworks" ], [ "_:result", "postcode", "cb13ef" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "id", "TR9195" ], [ "_:result", "leave_at", "0501" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "PEY94A3O" ], [ "_:booking", "ticket", "450.6 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What type of attractions are in the centre ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'44');(_:result,name,'all saints church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I found 44 things . what about all saints church ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds cool ! Can I get their address , postcode , and entrance fee ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'jesus lane');(_:result,entrance_fee,'free');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is jesus lane , the post code is cb58bs , and it 's free to enter . Is there anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd also like to find a guesthouse to stay in ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'Most');(_:result,category,'guesthouses');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Most of the accommodations in Cambridge are guesthouses , so I 'm sure we can find something for you . Do you have a certain area or price range in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Well I would like a 4-star place with free wifi , if possible ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'18');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have found 18 guesthouses that would work . Perhaps we can narrow this down . What part of town would you like to stay in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can we make that a hotel instead ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,area,'west');(_:result,category,'hotels');(_:result,count,'2');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 2 hotels in the west and one in the centre . the one in the centre is cheap and the other two are expensive ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , thanks ! Are they both 4-star ?" }, { "id": 11, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They are all 4 star . Do you have a price preference ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm sorry , I have n't been clear . I am looking for a guesthouse , not a hotel . Is there a 4-star guesthouse with free wifi ?" }, { "id": 13, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have many options . what area would you like to be in ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "It does n't matter what area . I 'll need free wifi . I need to book for 5 people for 2 nights starting Monday . I 'll need the reference number please ." }, { "id": 15, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "How about price . Is there a certain range you want to stay in ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,pricerange,'Not');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not really . What 's your recommendation ?" }, { "id": 17, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'East');(_:result,category,'guesthouse');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the Allenbell , East area , cheap price and a guesthouse . Shall I book that ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'5');(_:search,stay,'two');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes go ahead and book it for 5 people and two nights starting this Monday ." }, { "id": 19, "rdf-acts": [ "inform((_:booking,ref,'BD7V5LON');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : BD7V5LON ." }, { "id": 20, "rdf-acts": [], "speaker": "user", "text": "that is all for now thatk you ." }, { "id": 21, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "you are welcome" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you again" }, { "id": 23, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "enjoy your stay" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I really have to go now . I 'm going to be late for work . Thanks for the help . Goodbye ." }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "thanks for using our services" } ]
PMUL3190.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "count", "44" ], [ "_:result", "name", "all saints church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "category", "?" ], [ "_:result", "count", "44" ], [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "count", "44" ], [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "Most" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "Most" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "Most" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "amount", "Most" ], [ "_:search", "area", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "pricerange", "?" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "pricerange", "?" ], [ "_:result", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "name", "all saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:search", "pricerange", "Not" ], [ "_: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", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "ref", "?" ], [ "_:search", "pricerange", "Not" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "East" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "two" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "ref", "?" ], [ "_:search", "pricerange", "Not" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "East" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "two" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "BD7V5LON" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "ref", "?" ], [ "_:search", "pricerange", "Not" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "East" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "two" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "BD7V5LON" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4-star" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "ref", "?" ], [ "_:search", "pricerange", "Not" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "East" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "two" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "BD7V5LON" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'christmas');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant in the south serving christmas food . Can you help me ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,food,'christmas');(_:search,type,'Restaurant'))", "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry , I could n't find any christmas restaurants in the south . Want to try a different kind of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , I 'd really like cheap Christmas food . How about in a different area ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,food,'Christmas');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I do n't have anything that serves Christmas food and is cheap ." }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'Portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What about a place serving Portuguese food ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,area,'south');(_:result,food,'Portuguese');(_:result,name,'Nandos');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Nandos is a cheap Portuguese restaurant in the south , would like more information about it ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , could I get the postcode ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,', cambridge leisure park clifton way');(_:result,phone,'01223327908');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Postcode cb17dy . Their phone and address is 01223327908 , Cambridge Leisure Park Clifton Way . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you help me with a cheap guesthouse in the south of town ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'1');(_:result,name,\"rosa 's bed and breakfast\");(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have one option for you . It is rosa 's bed and breakfast . Would you like a reservation ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please book the reservation and provide a reference number ." }, { "id": 11, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , I can help you with the booking ? On what day will you be coming in ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to book for Friday for 5 nights ." }, { "id": 13, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people will be staying ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "There will be 7 of us ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,ref,'58HYUWPB');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , you are booked , with reference number 58HYUWPB" }, { "id": 16, "rdf-acts": [ "inform((_:search,leave_at,'15:45');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I also want to book a taxi to leave Rosa 's bed and breakfast by 15:45 . I would like the contact number and car type ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'red volkswagen');(_:result,phone,'07404379938');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked a red volkswagen for you . The contact number is 07404379938 ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks you have been great !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your stay here in our lovely city !" } ]
PMUL0422.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "food", "christmas" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/a79d316b" ], [ "_:search/a79d316b", "area", "south" ], [ "_:search/a79d316b", "food", "christmas" ], [ "_:search/a79d316b", "type", "Restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/a79d316b" ], [ "_:search/a79d316b", "area", "south" ], [ "_:search/a79d316b", "food", "christmas" ], [ "_:search/a79d316b", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/186f1744" ], [ "_:search/186f1744", "food", "Christmas" ], [ "_:search/186f1744", "pricerange", "cheap" ], [ "_:search/186f1744", "type", "Restaurant" ], [ "_:search", "food", "Portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/a79d316b" ], [ "_:search/a79d316b", "area", "south" ], [ "_:search/a79d316b", "food", "christmas" ], [ "_:search/a79d316b", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/186f1744" ], [ "_:search/186f1744", "food", "Christmas" ], [ "_:search/186f1744", "pricerange", "cheap" ], [ "_:search/186f1744", "type", "Restaurant" ], [ "_:search", "food", "Portuguese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "name", "Nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/a79d316b" ], [ "_:search/a79d316b", "area", "south" ], [ "_:search/a79d316b", "food", "christmas" ], [ "_:search/a79d316b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/186f1744" ], [ "_:search/186f1744", "food", "Christmas" ], [ "_:search/186f1744", "pricerange", "cheap" ], [ "_:search/186f1744", "type", "Restaurant" ], [ "_:search", "food", "Portuguese" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "name", "Nandos" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", ", cambridge leisure park clifton way" ], [ "_:result", "phone", "01223327908" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/a79d316b" ], [ "_:search/a79d316b", "area", "south" ], [ "_:search/a79d316b", "food", "christmas" ], [ "_:search/a79d316b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/186f1744" ], [ "_:search/186f1744", "food", "Christmas" ], [ "_:search/186f1744", "pricerange", "cheap" ], [ "_:search/186f1744", "type", "Restaurant" ], [ "_:search", "food", "Portuguese" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", ", cambridge leisure park clifton way" ], [ "_:result", "phone", "01223327908" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/a79d316b" ], [ "_:search/a79d316b", "area", "south" ], [ "_:search/a79d316b", "food", "christmas" ], [ "_:search/a79d316b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/186f1744" ], [ "_:search/186f1744", "food", "Christmas" ], [ "_:search/186f1744", "pricerange", "cheap" ], [ "_:search/186f1744", "type", "Restaurant" ], [ "_:search", "food", "Portuguese" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", ", cambridge leisure park clifton way" ], [ "_:result", "phone", "01223327908" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/a79d316b" ], [ "_:search/a79d316b", "area", "south" ], [ "_:search/a79d316b", "food", "christmas" ], [ "_:search/a79d316b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/186f1744" ], [ "_:search/186f1744", "food", "Christmas" ], [ "_:search/186f1744", "pricerange", "cheap" ], [ "_:search/186f1744", "type", "Restaurant" ], [ "_:search", "food", "Portuguese" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", ", cambridge leisure park clifton way" ], [ "_:result", "phone", "01223327908" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_: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/a79d316b" ], [ "_:search/a79d316b", "area", "south" ], [ "_:search/a79d316b", "food", "christmas" ], [ "_:search/a79d316b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/186f1744" ], [ "_:search/186f1744", "food", "Christmas" ], [ "_:search/186f1744", "pricerange", "cheap" ], [ "_:search/186f1744", "type", "Restaurant" ], [ "_:search", "food", "Portuguese" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", ", cambridge leisure park clifton way" ], [ "_:result", "phone", "01223327908" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "7" ], [ "_:booking", "ref", "58HYUWPB" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/a79d316b" ], [ "_:search/a79d316b", "area", "south" ], [ "_:search/a79d316b", "food", "christmas" ], [ "_:search/a79d316b", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/186f1744" ], [ "_:search/186f1744", "food", "Christmas" ], [ "_:search/186f1744", "pricerange", "cheap" ], [ "_:search/186f1744", "type", "Restaurant" ], [ "_:search", "food", "Portuguese" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", ", cambridge leisure park clifton way" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "area", "south" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "1" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "5" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "7" ], [ "_:booking", "ref", "58HYUWPB" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red volkswagen" ], [ "_:result", "phone", "07404379938" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]