turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a high end restaurant in the centre , can you help me out ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'33');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 33 restaurants that meet that criteria . Is there a certain type of food you are looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'light bites');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want one that serves light bites ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I am sorry but not results came up with your criteria , would you like to try something else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What about one that has Italian food ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'4');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I have 4 restaurants that come up , based on that criteria . Would you like more information about them ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'15:30');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That 's okay , I 'll just pick the first one . Can you make a reservation for 2 at 15:30 this Monday ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I apologize booking was unsuccessful . Would you like me to try another restaurant ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please try another one of the 4 restaurants you found ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'the clowns cafe');(_:booking,ref,'I0EPBDJ4');(_:booking,type,'Booking'))", "reqmore()", "inform((_:result,address,'54 King Street City Centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "You are booked into the clowns cafe at 54 King Street City Centre . Your reference number is I0EPBDJ4 . May I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much for your help" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Goodbye !" } ]
SSNG0174.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "light bites" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/0c946008" ], [ "_:search/0c946008", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/0c946008" ], [ "_:search/0c946008", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/0c946008" ], [ "_:search/0c946008", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/1bff714e" ], [ "_:booking/1bff714e", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/0c946008" ], [ "_:search/0c946008", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "count", "4" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "2" ], [ "_:system", "canthelp", "_:booking/1bff714e" ], [ "_:booking/1bff714e", "type", "Booking" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "the clowns cafe" ], [ "_:booking", "ref", "I0EPBDJ4" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "54 King Street City Centre" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "I am looking for the nearest police station ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "The police station is located at : Parkside , Cambridge . The number is 01223358966 . Can I help with anything else ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye" }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "You are most welcome !" } ]
SNG01739.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", "phone", "01223358966" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train to cambridge on Saturday ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where would you be departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Ely ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,day,'Saturday');(_:search,departure,'Ely');(_:search,destination,'Cambridge');(_:search,type,'Train'))", "select((_:result,day,'Friday');(_:result,type,'Train'))" ], "speaker": "system", "text": "Could you leave on Friday ? There are no trains available on Saturday from Ely to Cambridge ." }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "Sorry , I misspoke . I am actually departing from Broxbourne ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'19');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are about 19 trains available . I can narrow that down some if you tell me if you want to leave or arrive by a certain time ." }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'15:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive by 15:30 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'9');(_:result,leave_at,'every hour from 05:32');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 9 trains that meet your criteria that day , one leaving every hour from 05:32 . Do you have a departure time preference ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'15:30');(_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "No , we just want to get there either at or right before 15:30 , please . Can you get me 8 tickets on the closest train to that time ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR7846');(_:booking,leave_at,'09:32');(_:booking,people,'8');(_:booking,ref,'D0CG7JD3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "8 tickets for the TR7846 leaving at 09:32 your reference number is D0CG7JD3 . Anything else today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm sorry , I meant that I need 5 ticket for the train booked . Can you fix this ?" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Yes sure . I booked that for you for 5 people and the reference number is IFXPNYHS ." } ]
PMUL4056.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", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:system", "canthelp", "_:search/97b8a224" ], [ "_:search/97b8a224", "day", "Saturday" ], [ "_:search/97b8a224", "departure", "Ely" ], [ "_:search/97b8a224", "destination", "Cambridge" ], [ "_:search/97b8a224", "type", "Train" ], [ "_:result", "day", "Friday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:system", "canthelp", "_:search/97b8a224" ], [ "_:search/97b8a224", "day", "Saturday" ], [ "_:search/97b8a224", "departure", "Ely" ], [ "_:search/97b8a224", "destination", "Cambridge" ], [ "_:search/97b8a224", "type", "Train" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "broxbourne" ], [ "_:result", "count", "19" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:system", "canthelp", "_:search/97b8a224" ], [ "_:search/97b8a224", "day", "Saturday" ], [ "_:search/97b8a224", "departure", "Ely" ], [ "_:search/97b8a224", "destination", "Cambridge" ], [ "_:search/97b8a224", "type", "Train" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "broxbourne" ], [ "_:result", "count", "9" ], [ "_:result", "leave_at", "every hour from 05:32" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "cambridge" ], [ "_:system", "canthelp", "_:search/97b8a224" ], [ "_:search/97b8a224", "day", "Saturday" ], [ "_:search/97b8a224", "departure", "Ely" ], [ "_:search/97b8a224", "destination", "Cambridge" ], [ "_:search/97b8a224", "type", "Train" ], [ "_:result", "day", "Friday" ], [ "_:search", "departure", "broxbourne" ], [ "_:result", "count", "9" ], [ "_:result", "leave_at", "every hour from 05:32" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR7846" ], [ "_:booking", "leave_at", "09:32" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "D0CG7JD3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train that leaves Cambridge on Sunday ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Alright . What is your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to go to Peterborough ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'5:51');(_:result,id,'TR7423');(_:result,leave_at,'05:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have TR7423 that leaves at 05:00 and arrives at 5:51 . Would you like me to book this ?" }, { "id": 4, "rdf-acts": [ "request((_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "what time in minutes does the journey take ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'51 minutes');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The trip takes a total of 51 minutes . Is there anything else you need ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for places in the centre of the town to visit for architecture . Do you have any suggestions ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,category,'churches');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several . The churches are very nice , I especially like Holy Trinity Church . Does that sound like what you 're looking for ?" }, { "id": 8, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure that works . What 's the entrance fee ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is no entrance fee at Holy Trinity Church . Can I help you with anything else today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . goodbye !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Have a lovely day !" } ]
MUL1943.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "5:51" ], [ "_:result", "id", "TR7423" ], [ "_:result", "leave_at", "05:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:result", "arrive_by", "5:51" ], [ "_:result", "id", "TR7423" ], [ "_:result", "leave_at", "05:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "leave_at", "?" ], [ "_:result", "duration", "51 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:result", "arrive_by", "5:51" ], [ "_:result", "id", "TR7423" ], [ "_:result", "leave_at", "05:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "leave_at", "?" ], [ "_:result", "duration", "51 minutes" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "churches" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:result", "arrive_by", "5:51" ], [ "_:result", "id", "TR7423" ], [ "_:result", "leave_at", "05:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "leave_at", "?" ], [ "_:result", "duration", "51 minutes" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "churches" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel that is in the expensive price range ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 5 hotels in Cambridge that match your request . Is there a particular area of town you are interested in ? East ? Centre ? west ? south ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Any area should be fine . The hotel should include free parking and should include free wifi ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'all five');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ok . All five hotels have both free parking and wifi . How does the university arms hotel sound ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "It sounds expensive . Can I have the phone number and area please ?" }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "It is in the centre are and the phone number is 0122351241 . May I help you with anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'center');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I also want to go to an attraction in the center part of town ." }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'concerthall');(_:result,name,'about the man on the moon');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about The Man on the Moon ? It 's a concerthall ." }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great . May I have the phone number and postcode , please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'01223474144');(_:result,postcode,'cb12lf');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Phone number is 01223474144 , and postcode is cb12lf" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you . I am looking to get a taxi to commute between the two places ." }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "That should be easy , I just need a time and which place you will be leaving from ." }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,departure,'man on the moon');(_:search,destination,'university arms hotel');(_:search,leave_at,'24:30');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to leave Man on the Moon at 24:30 and go to the University Arms Hotel ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'24:30');(_:result,car,'white Lexus');(_:result,phone,'07122328188');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked you a white Lexus that will arrive by 24:30 . The contact number for your driver is 07122328188 . Anything else for you today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all for me , thank you for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "I 'm glad I could be of help ." } ]
PMUL2621.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "count", "5" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "?" ], [ "_:result", "amount", "all five" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "university arms hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "count", "5" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "?" ], [ "_:result", "amount", "all five" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "university arms hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "count", "5" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "?" ], [ "_:result", "amount", "all five" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "phone", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "concerthall" ], [ "_:result", "name", "about the man on the moon" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "count", "5" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "?" ], [ "_:result", "amount", "all five" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:result", "category", "concerthall" ], [ "_:result", "name", "about the man on the moon" ], [ "_:result", "phone", "01223474144" ], [ "_:result", "postcode", "cb12lf" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "count", "5" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "?" ], [ "_:result", "amount", "all five" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:result", "category", "concerthall" ], [ "_:result", "name", "about the man on the moon" ], [ "_:result", "phone", "01223474144" ], [ "_:result", "postcode", "cb12lf" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "man on the moon" ], [ "_:search", "destination", "university arms hotel" ], [ "_:search", "leave_at", "24:30" ], [ "_: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": [ [ "_:result", "count", "5" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "?" ], [ "_:result", "amount", "all five" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "center" ], [ "_:result", "category", "concerthall" ], [ "_:result", "name", "about the man on the moon" ], [ "_:result", "postcode", "cb12lf" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "man on the moon" ], [ "_:search", "destination", "university arms hotel" ], [ "_:search", "leave_at", "24:30" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "24:30" ], [ "_:result", "car", "white Lexus" ], [ "_:result", "phone", "07122328188" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'mediterranean');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you recommend an expensive restaurant that serves Mediterranean food ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Sure thing ! Where are you located ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't care what part of town the restaurant is in ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'shiraz restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about shiraz restaurant ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is their phone number and post code ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223307581');(_:result,postcode,'1 D.P');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their postcode is C.B 2 , 1 D.P and their phone number is 01223307581 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "enjoy your meal ." } ]
WOZ20524.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "mediterranean" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "shiraz restaurant" ], [ "_:result", "phone", "01223307581" ], [ "_:result", "postcode", "1 D.P" ], [ "_:result", "postcode", "C.B 2" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'17:15');(_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to Peterborough that will be there no later than 17:15 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have several choices , do you have a time for your departure ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train arriving in Peterborough ." }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "And where will you be leaving from ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving Cambridge on Sunday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'16:56');(_:result,destination,'Peterborough');(_:result,id,'TR1086');(_:result,leave_at,'16:06');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR1086 that leaves at 16:06 and will have you in Peterborough at 16:56 . Would this work for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes , that will be fine can you get me a ticket ?" }, { "id": 7, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets will you need ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need 7 tickets ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR1086');(_:booking,people,'7');(_:booking,ref,'IJ6ZQ2GF');(_:booking,ticket,'92.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've booked you 7 tickets on the TR1086 . Your reference is IJ6ZQ2GF and the total fee of 92.4 GBP is payable at the station . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for a place to stay ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "sure , in what area of town ?" } ]
PMUL4736.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:result", "amount", "several" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "16:56" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "id", "TR1086" ], [ "_:result", "leave_at", "16:06" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:15" ], [ "_:result", "amount", "several" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "16:56" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "id", "TR1086" ], [ "_:result", "leave_at", "16:06" ], [ "_: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": [ [ "_:search", "arrive_by", "17:15" ], [ "_:result", "amount", "several" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "16:56" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "id", "TR1086" ], [ "_:result", "leave_at", "16:06" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR1086" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "IJ6ZQ2GF" ], [ "_:booking", "ticket", "92.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "I am looking for information in Cambridge" }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "Certainly . What can I help you with today ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for places to stay that has 3 stars" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have several options . Any specific area ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't really care where . But , it does need free parking . I 'm thinking I may need free wifi also . Is there anything ?" }, { "id": 5, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have five options available . Would you prefer a hotel or guesthouse ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Do you have any recommendations ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'53 - 57 lensfield road');(_:result,area,'south');(_:result,name,'the lensfield hotel');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I recommend the lensfield hotel located on the south side of town at 53 - 57 lensfield road . Do you need anymore information ?" }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Great can you give me the phone number ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'01223355017');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Their phone number is 01223355017 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you that will be all" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services . Please feel free to call on us again if we can be of help planning your trip to Cambridge ." } ]
PMUL3116.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "stars", "3" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "stars", "3" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "3" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "5" ], [ "_:result", "address", "53 - 57 lensfield road" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lensfield hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "3" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "5" ], [ "_:result", "address", "53 - 57 lensfield road" ], [ "_:result", "area", "south" ], [ "_:result", "name", "the lensfield hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223355017" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "Yes , I 'm calling regarding Addenbrookes Hospital . What is the address please ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The Addenbrookes Hospital is located at Hills Rd , Cambridge Postcode CB20QQ ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! That is all I need ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "You are very welcome !" } ]
SNG02333.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", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a museum to visit ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many museums in town . Do you have a preference in area ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "No , what can you recommend ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Cambridge Contemporary Art');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Do you like modern art ? Cambridge Contemporary Art is great , and admission is free ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Well , the price is great . What is there postcode ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb21su');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their postcode is cb21su . Is there anything else you need help with today ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you have been very helpful . Thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great time !" } ]
SNG1311.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Contemporary Art" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Contemporary Art" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21su" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I would like to find a restaurant that is in the cheap price range on the west side of town ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'italian');(_:result,food,'vietnamese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Would you prefer italian or vietnamese food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'14:00');(_:search,food,'Italian');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Italian . Would you reserve a table for 5 for me ? I 'd like that to be at 14:00 on Tuesday ." }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,name,'la margherita');(_:booking,type,'Booking'))", "inform((_:booking,name,'thanh binh');(_:booking,type,'Booking');(_:result,food,'Vietnamese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Booking was unsuccessful for la margherita . Would you like me to try booking for the Vietnamese restaurant called thanh binh ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Sure , let 's do that ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Thanh Binh');(_:booking,ref,'XX1TF9GV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I reserved a table for you at Thanh Binh . The reference number is XX1TF9GV . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks for all your help" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day !" } ]
SSNG0191.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "vietnamese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "food", "Italian" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "food", "Italian" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/7ff1052d" ], [ "_:booking/7ff1052d", "name", "la margherita" ], [ "_:booking/7ff1052d", "type", "Booking" ], [ "_:booking", "name", "thanh binh" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "food", "Italian" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/7ff1052d" ], [ "_:booking/7ff1052d", "name", "la margherita" ], [ "_:booking/7ff1052d", "type", "Booking" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Thanh Binh" ], [ "_:booking", "ref", "XX1TF9GV" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave from Cambridge on Wednesday . Can you help me find a train ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have several that fit the bill , do you have a destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'17:45');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to go to ely , and arrive by 17:45 ." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Do you have a time you would like to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'17:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "i want to leave as late as possible and still arrive by 17:45 ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,arrive_by,'16:07');(_:booking,category,'Train');(_:booking,id,'TR6745');(_:booking,leave_at,'15:50');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can book you on the TR6745 leaving at 15:50 and arriving at 16:07 ." }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "That sounds wonderful !" }, { "id": 7, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets will you need ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I do n't need a ticket , I just need to know the price and travel time , please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'16:07');(_:result,leave_at,'15.50');(_:result,ticket,'4.40 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "That train will leave at 15.50 and arrive at 16:07 . the cost is 4.40 pounds ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'multiple sports');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great . I also need a multiple sports attraction in the centre of town ." }, { "id": 11, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,category,'multiple sports venues');(_:search,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "i do nt happen to have any multiple sports venues in the centre . would you like me to find something else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What about architecture in the centre ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,name,\"Little saint mary 's church\");(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I recommendvLittle saint mary 's church do n't let the name fool you , they are large and have a lot to see , would you like more information ?" }, { "id": 14, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I get the address , please ?" }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"Little Saint Mary 's Lane\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is Little Saint Mary 's Lane . Is there anything else you need to know ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "It was nice talking to you . If you need assistance in the future , please do n't hesitate to text us again . Goodbye !" } ]
PMUL1111.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR6745" ], [ "_:booking", "leave_at", "15:50" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR6745" ], [ "_:booking", "leave_at", "15:50" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR6745" ], [ "_:booking", "leave_at", "15:50" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "duration", "?" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "leave_at", "15.50" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR6745" ], [ "_:booking", "leave_at", "15:50" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "duration", "?" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "leave_at", "15.50" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "canthelp", "_:search/30d6bdf3" ], [ "_:search/30d6bdf3", "area", "centre" ], [ "_:search/30d6bdf3", "category", "multiple sports venues" ], [ "_:search/30d6bdf3", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_: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", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR6745" ], [ "_:booking", "leave_at", "15:50" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "duration", "?" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "leave_at", "15.50" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:system", "canthelp", "_:search/30d6bdf3" ], [ "_:search/30d6bdf3", "area", "centre" ], [ "_:search/30d6bdf3", "category", "multiple sports venues" ], [ "_:search/30d6bdf3", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Little saint mary 's church" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:45" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "16:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR6745" ], [ "_:booking", "leave_at", "15:50" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "duration", "?" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "leave_at", "15.50" ], [ "_:result", "ticket", "4.40 pounds" ], [ "_:system", "canthelp", "_:search/30d6bdf3" ], [ "_:search/30d6bdf3", "area", "centre" ], [ "_:search/30d6bdf3", "category", "multiple sports venues" ], [ "_:search/30d6bdf3", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Little saint mary 's church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Little Saint Mary 's Lane" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay . The hotel does n't need to have free parking and should have a star of 4" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area of town would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "preferably the north side of town or somewhere near a shopping center" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,category,'hotels');(_:search,stars,'4');(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Great , I have found several guesthouses but unfortunately no hotels in the north side that are rated 4 stars . Would you be interested in something like that ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer a hotel , is there one that has free wifi ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'University arms hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The University arms hotel sounds like something you 'd like !" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "That sounds great . Can you give me their address and postcode ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'regent street');(_:result,postcode,'cb21ad');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Sure ! The address is regent street \t and the postcode is cb21ad ." }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks , that 's all . Good bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "welcome again some other time" } ]
SNG01296.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/2177477e" ], [ "_:search/2177477e", "area", "north" ], [ "_:search/2177477e", "category", "hotels" ], [ "_:search/2177477e", "stars", "4" ], [ "_:search/2177477e", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/2177477e" ], [ "_:search/2177477e", "area", "north" ], [ "_:search/2177477e", "category", "hotels" ], [ "_:search/2177477e", "stars", "4" ], [ "_:search/2177477e", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "University arms hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/2177477e" ], [ "_:search/2177477e", "area", "north" ], [ "_:search/2177477e", "category", "hotels" ], [ "_:search/2177477e", "stars", "4" ], [ "_:search/2177477e", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "University arms hotel" ], [ "_:result", "address", "regent street" ], [ "_:result", "postcode", "cb21ad" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for places to go in a boat in the Cambridge area . Can you help me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'boat attractions');(_:result,count,'4');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , we have 4 different boat attractions here in Cambridge . What part of town will you be in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Attraction'))", "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Any part of town would be fine , can I just get the postcode of one ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'East');(_:result,name,'Camboats');(_:result,postcode,'cb58sx');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Absolutely . The postcode for Camboats is cb58sx , located East of Cambridge ." }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking for a train leaving from Cambridge and arriving by 15:15 ." }, { "id": 5, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you traveling to please ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to go to peterborough ." }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking');(_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Awesome . And for what day will that be for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "Traveling to peterborough will be on Monday ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'14:56');(_:result,id,'TR2586');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2586 arrives by 14:56 . Would you like to book it ?" }, { "id": 10, "rdf-acts": [ "request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you tell me the departure time as well as the travel time of the train ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,duration,'50 minutes');(_:result,leave_at,'14:06');(_:result,type,'Train'))" ], "speaker": "system", "text": "The train leaves at 14:06 and will arrive at the destination in 50 minutes" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great . Thank you very much . That is all I need for now ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "We are happy to help . Thank you for using our service . Have a great day !" } ]
MUL0462.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:result", "category", "boat attractions" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:result", "category", "boat attractions" ], [ "_:result", "count", "4" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Camboats" ], [ "_:result", "postcode", "cb58sx" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:result", "category", "boat attractions" ], [ "_:result", "count", "4" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Camboats" ], [ "_:result", "postcode", "cb58sx" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "15:15" ], [ "_: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", "category", "boat" ], [ "_:result", "category", "boat attractions" ], [ "_:result", "count", "4" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Camboats" ], [ "_:result", "postcode", "cb58sx" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "cambridge" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:result", "category", "boat attractions" ], [ "_:result", "count", "4" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Camboats" ], [ "_:result", "postcode", "cb58sx" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "cambridge" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "14:56" ], [ "_:result", "id", "TR2586" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:result", "category", "boat attractions" ], [ "_:result", "count", "4" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Camboats" ], [ "_:result", "postcode", "cb58sx" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "departure", "cambridge" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "14:56" ], [ "_:result", "id", "TR2586" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "leave_at", "14:06" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'Cambridge Belfry');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you tell me about the Cambridge Belfry ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,stars,'four');(_:result,type,'Hotel'))", "reqmore()", "thank()" ], "speaker": "system", "text": "Sure thing ! It 's a cheap four star hotel on the west side with parking and internet available . Is there anything else you would like to know ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,has_parking,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you get me the phone number ? I like that they have free parking . That sounds great . Thanks !" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01954714600');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "01954714600 is their phone number ." }, { "id": 4, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do they have free parking ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , they have free parking , would you like me to book it ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'20:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes please . Also , i need a train that needs to get there around 20:30 . Can you look that up as well ?" }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking');(_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure ! which day would you like ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Monday , thank you . I 'll be departing from leicester to cambridge ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'last train of the');(_:result,arrive_by,'19:54');(_:result,leave_at,'18:09');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The last train of the evening leaves at 18:09 and arrives at 19:54 . Would you like me to book that for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , can you book 2 tickets please and also could i get a reference number when you are done ? Thank you ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'4E1BCSIN');(_:booking,ticket,'75.59 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set . The total fee is 75.59 GBP payable at the station . Your Reference number is : 4E1BCSIN ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for all your help !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Glad I could help , have a great day ." } ]
PMUL4229.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Cambridge Belfry" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Cambridge Belfry" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Cambridge Belfry" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "has_parking", "?" ], [ "_:result", "phone", "01954714600" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "Cambridge Belfry" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01954714600" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "Cambridge Belfry" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01954714600" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "arrive_by", "20:30" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "Cambridge Belfry" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01954714600" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_parking", "none" ], [ "_:search", "arrive_by", "20:30" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "last train of the" ], [ "_:result", "arrive_by", "19:54" ], [ "_:result", "leave_at", "18:09" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "Cambridge Belfry" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01954714600" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_parking", "none" ], [ "_:search", "arrive_by", "20:30" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "last train of the" ], [ "_:result", "arrive_by", "19:54" ], [ "_:result", "leave_at", "18:09" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "4E1BCSIN" ], [ "_:booking", "ticket", "75.59 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,pricerange,'none');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I would like to know what tourist attractions are in the south end of town ? Preferably something family friendly and moderately priced ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))", "inform((_:result,area,'south');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Are you perhaps looking for a hotel ? I 've got two moderately priced guesthouses on the south end ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay in the centre of town with some moderate pricing and they must include free parking , can you help me with that ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))", "inform((_:result,area,'south');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I am sorry but I am not finding anything in the moderate price range for the centre of town . However , I did find two in the south ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No let 's try the east side of town ." }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'bed and breakfast');(_:result,category,'guesthouses');(_:result,count,'2');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes I have two options for you , both with free parking . both are guesthouses and one is a bed and breakfast ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Let 's try the guesthouse . Could you please book it for 2 people for 3 nights from Thursday ? I will need the reference number as well ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'Warkworth House');(_:booking,ref,'UH7ZYX20');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I successfully booked your room at the Warkworth House . The reference number is UH7ZYX20 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will also need a train on the same day as the hotel booking heading to Kings Lynn ." }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))", "inform((_:result,amount,'several');(_:result,day,'Thursday');(_:result,destination,'Kings Lynn');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have several trains heading to Kings Lynn on Thursday . Where and what time would you like your departure to be ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'kings lynn');(_:search,leave_at,'19:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to depart from Kings Lynn aft 19:00 on Thursday ." }, { "id": 11, "rdf-acts": [ "inform((_:result,day,'Thursday');(_:result,departure,'Kings Lynn');(_:result,leave_at,'19:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've found a train leaving Kings Lynn on Thursday at 19:11 , would you like me to book that for you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Hmm , how long is the travel time on that one ? And when does it arrive ? Can you get me the price , too ?" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Travel time is 47 minutes . Arrival time would be 20:58 . Ticket cost would be 9.80" } ]
MUL0692.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "none" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "ticket", "?" ], [ "_:search", "category", "?" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "ticket", "?" ], [ "_:search", "category", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/897fcca1" ], [ "_:search/897fcca1", "area", "centre" ], [ "_:search/897fcca1", "pricerange", "moderate" ], [ "_:search/897fcca1", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "ticket", "?" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/897fcca1" ], [ "_:search/897fcca1", "area", "centre" ], [ "_:search/897fcca1", "pricerange", "moderate" ], [ "_:search/897fcca1", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:search", "area", "east" ], [ "_:result", "category", "bed and breakfast" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "ticket", "?" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/897fcca1" ], [ "_:search/897fcca1", "area", "centre" ], [ "_:search/897fcca1", "pricerange", "moderate" ], [ "_:search/897fcca1", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:search", "area", "east" ], [ "_:result", "category", "bed and breakfast" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Warkworth House" ], [ "_:booking", "ref", "UH7ZYX20" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "ticket", "?" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/897fcca1" ], [ "_:search/897fcca1", "area", "centre" ], [ "_:search/897fcca1", "pricerange", "moderate" ], [ "_:search/897fcca1", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:search", "area", "east" ], [ "_:result", "category", "bed and breakfast" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "has_parking", "none" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Warkworth House" ], [ "_:booking", "ref", "UH7ZYX20" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "amount", "several" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "19:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "ticket", "?" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/897fcca1" ], [ "_:search/897fcca1", "area", "centre" ], [ "_:search/897fcca1", "pricerange", "moderate" ], [ "_:search/897fcca1", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:search", "area", "east" ], [ "_:result", "category", "bed and breakfast" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "has_parking", "none" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Warkworth House" ], [ "_:booking", "ref", "UH7ZYX20" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "amount", "several" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "19:00" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Kings Lynn" ], [ "_:result", "leave_at", "19:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I 'm looking for a place to stay in town . I 'd like a place with free parking and a 2 star rating , please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,has_parking,'none');(_:result,name,'ashley hotel');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ashley hotel is in the north part of town and has a 2 star rating and parking ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it a hotel or guesthouse ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'hotel');(_:result,name,'Ashley');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Ashley is a hotel . It 's on the north end of town . Would you like to make a reservation here or should we keep looking ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That 's fine . Can you book it for 2 people for 2 nights , starting from Thursday ?" }, { "id": 5, "rdf-acts": [ "thank()", "reqmore()", "inform((_:booking,ref,'VEPGFLTA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure ! Your reference number is VEPGFLTA . Anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . I appreciate all your help ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day ! Goodbye ." } ]
SNG0819.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:result", "area", "north" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "2" ], [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Ashley" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "2" ], [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Ashley" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "VEPGFLTA" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hi , I am looking for information on places to go in town . Can you suggest some things ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Sure , I can help you with that . Is there a specific kind of attraction or part of town you were interested in going to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to visit a college in the centre of town please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,area,'centre');(_:result,category,'colleges');(_:result,entrance_fee,'2 pounds');(_:result,name,'corpus christi');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several colleges in the centre of town , I recommend corpus christi it does cost 2 pounds to visit but it is beautiful ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the address for that ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"King 's Parade\");(_:result,name,'Corpus Christi College');(_:result,postcode,'cb21rh');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Corpus Christi College is located at King 's Parade , postcode is cb21rh . Anything else I can do for you today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'la raza');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I am looking for a restaurant someone recommended . It 's called la raza ? Do you have any information on that ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'spanish');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is located in the centre of town , serves spanish food and is on the cheap price range ." }, { "id": 8, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have the postcode for that ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,name,'la raza');(_:result,postcode,'cb2311');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The postcode for la raza is cb2311 . May I help you with anything else today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need for now thanks for your help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us today . Have a nice day ." } ]
PMUL2180.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "name", "corpus christi" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "name", "Corpus Christi College" ], [ "_:result", "postcode", "cb21rh" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "la raza" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "King 's Parade" ], [ "_:result", "name", "Corpus Christi College" ], [ "_:result", "postcode", "cb21rh" ], [ "_:search", "name", "la raza" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "spanish" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "colleges" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "address", "King 's Parade" ], [ "_:search", "name", "la raza" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "spanish" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "la raza" ], [ "_:result", "postcode", "cb2311" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to get a bite to eat in the east part of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Okay ! What kind of cuisine would you like to eat ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would really like indian food ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,name,'curry prince');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about curry prince that serves indian food that is in the moderate price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have anything expensive ?" }, { "id": 5, "rdf-acts": [ "select((_:result,name,'Pipasha Restaurant');(_:result,name,'Sitar Tandoori');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Yes ! Would you like to try Pipasha Restaurant , or Sitar Tandoori ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'16:30');(_:search,name,'pipasha restaurant');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Pipasha Restaurant would be great . Can you book a table for 6 at 16:30 on Wednesday ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'5357S0AC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes ! I 've got your table booked , they 'll hold it for 15 minutes . Your reference number is 5357S0AC . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'the junction');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a place called the junction what area in the city is that located ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'south');(_:result,category,'theatre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is a theatre located in the south . Would you like information for it ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,departure,'the junction');(_:search,destination,'pipasha restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "No , that was all I needed . But I could use a taxi from The Junction to Pipasha Restaurant by 16:30 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'grey Ford');(_:result,phone,'07384640819');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay . Your booking was completed . The car type is grey Ford . The contact number is 07384640819 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I need , thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day !" } ]
PMUL3557.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "curry prince" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Pipasha Restaurant" ], [ "_:result", "name", "Sitar Tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "name", "pipasha restaurant" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Pipasha Restaurant" ], [ "_:result", "name", "Sitar Tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5357S0AC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "the junction" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Pipasha Restaurant" ], [ "_:result", "name", "Sitar Tandoori" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5357S0AC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "the junction" ], [ "_:result", "area", "south" ], [ "_:result", "category", "theatre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "the junction" ], [ "_:search", "destination", "pipasha restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Pipasha Restaurant" ], [ "_:result", "name", "Sitar Tandoori" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5357S0AC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "the junction" ], [ "_:result", "area", "south" ], [ "_:result", "category", "theatre" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "the junction" ], [ "_:search", "destination", "pipasha restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey Ford" ], [ "_:result", "phone", "07384640819" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am traveling to Cambridge and excited about seeing local tourist attractions , any suggestions for me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several attractions in Cambridge . What type of attractions are you interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Actually , let 's find some lodging accommodations first . I 'd like something moderately priced with a 4-star rating . Oh , and I 'll have my laptop with me so I 'd like wifi to be included ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guest houses');(_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 11 guest houses available . Is there is certain area of the city you prefer ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'2');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Any area is fine , can you book one for 7 people for 2 nights starting on wednesday ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,day,'Wednesday');(_:booking,people,'7');(_:booking,stay,'2');(_:booking,type,'Booking'))", "inform((_:result,category,'guesthouses');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , apparently none of our guesthouses can accommodate 7 people for 2 nights on Wednesday . Would you like to try a different day or stay period ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hmm . I suppose we could leave a little sooner . Are there any that can accommodate us for one night ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'A and B guesthouse');(_:booking,ref,'EQG0KVRJ');(_:booking,stay,'1');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book you A and B guesthouse for 1 night , reference number is EQG0KVRJ" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! Thank you ! I 'm also looking for places to go in town ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We 're fortunate , Cambridge has many attractions . What did you have in mind ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'park');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to visit a park . Can you tell me about any parks in the city ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,area,'south');(_:result,name,'Wandlebury Country Park');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Wandlebury Country Park is in the south of town , would you like to know more ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that 's all I need for now ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Enjoy !" } ]
MUL2673.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Attraction" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4-star" ], [ "_:result", "category", "guest houses" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4-star" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:result", "area", "?" ], [ "_:system", "canthelp", "_:booking/4918469c" ], [ "_:booking/4918469c", "day", "Wednesday" ], [ "_:booking/4918469c", "people", "7" ], [ "_:booking/4918469c", "stay", "2" ], [ "_:booking/4918469c", "type", "Booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4-star" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:result", "area", "?" ], [ "_:system", "canthelp", "_:booking/4918469c" ], [ "_:booking/4918469c", "day", "Wednesday" ], [ "_:booking/4918469c", "people", "7" ], [ "_:booking/4918469c", "stay", "2" ], [ "_:booking/4918469c", "type", "Booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "A and B guesthouse" ], [ "_:booking", "ref", "EQG0KVRJ" ], [ "_:booking", "stay", "1" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4-star" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:result", "area", "?" ], [ "_:system", "canthelp", "_:booking/4918469c" ], [ "_:booking/4918469c", "day", "Wednesday" ], [ "_:booking/4918469c", "people", "7" ], [ "_:booking/4918469c", "stay", "2" ], [ "_:booking/4918469c", "type", "Booking" ], [ "_:result", "category", "guesthouses" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "one" ], [ "_:booking", "name", "A and B guesthouse" ], [ "_:booking", "ref", "EQG0KVRJ" ], [ "_:booking", "stay", "1" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "park" ], [ "_: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" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4-star" ], [ "_:result", "count", "11" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/4918469c" ], [ "_:booking/4918469c", "day", "Wednesday" ], [ "_:booking/4918469c", "people", "7" ], [ "_:booking/4918469c", "stay", "2" ], [ "_:booking/4918469c", "type", "Booking" ], [ "_:result", "category", "guesthouses" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "one" ], [ "_:booking", "name", "A and B guesthouse" ], [ "_:booking", "ref", "EQG0KVRJ" ], [ "_:booking", "stay", "1" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a guesthouse with free wifi please ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'23');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 23 different options available . Is there an area you would prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for something expensive in the north ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'north');(_:search,category,'guesthouses');(_:search,has_internet,'none');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no expensive guesthouses in the north with free wifi ." }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "OK , how about a moderately priced one ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'8');(_:result,name,'Acorn Guest house');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 8 moderately priced guesthouses in the north . May I suggest the 4 star Acorn Guest house ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'north');(_:search,day,'wednesday');(_:search,pricerange,'expensive');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are there any expensive hotels in the north ? I plan on staying with 4 other people for 4 nights , starting wednesday ." }, { "id": 7, "rdf-acts": [ "request((_:search,has_parking,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have a parking preference ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No parking preference . Can you please recommend one ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,area,'North');(_:search,category,'hotels');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry . I am not finding any hotels in the expensive price range in the North . Would you like to change your search ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you check for moderate price range instead ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately - priced');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "The Acorn Guest House is moderately - priced , in the north . They offer free wifi as well . Would you like me to book you a room ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure , I need it for 5 people and 4 nights from Wednesday ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,ref,'FC2BDIC9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : FC2BDIC9 ." }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train on Wednesday , leaving from Kings Lynn ." }, { "id": 15, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))", "inform((_:result,departure,'cambridge');(_:result,destination,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "When would you like to leave or arrive in Cambridge by ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,arrive_by,'18:45');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I would like to arrive in Cambridge by 18:45 please ." }, { "id": 17, "rdf-acts": [ "inform((_:result,arrive_by,'17:58');(_:result,id,'TR3677');(_:result,type,'Train'))" ], "speaker": "system", "text": "ok the TR3677 will get you there at 17:58" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks that 's all i need" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day ." } ]
PMUL4504.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "23" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "23" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/94598f69" ], [ "_:search/94598f69", "area", "north" ], [ "_:search/94598f69", "category", "guesthouses" ], [ "_:search/94598f69", "has_internet", "none" ], [ "_:search/94598f69", "pricerange", "expensive" ], [ "_:search/94598f69", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/94598f69" ], [ "_:search/94598f69", "area", "north" ], [ "_:search/94598f69", "category", "guesthouses" ], [ "_:search/94598f69", "has_internet", "none" ], [ "_:search/94598f69", "pricerange", "expensive" ], [ "_:search/94598f69", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "name", "Acorn Guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "day", "wednesday" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/94598f69" ], [ "_:search/94598f69", "area", "north" ], [ "_:search/94598f69", "category", "guesthouses" ], [ "_:search/94598f69", "has_internet", "none" ], [ "_:search/94598f69", "pricerange", "expensive" ], [ "_:search/94598f69", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "name", "Acorn Guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "day", "wednesday" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stay", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/94598f69" ], [ "_:search/94598f69", "area", "north" ], [ "_:search/94598f69", "category", "guesthouses" ], [ "_:search/94598f69", "has_internet", "none" ], [ "_:search/94598f69", "pricerange", "expensive" ], [ "_:search/94598f69", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "name", "Acorn Guest house" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "day", "wednesday" ], [ "_:search", "stay", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/f486b0a6" ], [ "_:search/f486b0a6", "area", "North" ], [ "_:search/f486b0a6", "category", "hotels" ], [ "_:search/f486b0a6", "pricerange", "expensive" ], [ "_:search/f486b0a6", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/94598f69" ], [ "_:search/94598f69", "area", "north" ], [ "_:search/94598f69", "category", "guesthouses" ], [ "_:search/94598f69", "has_internet", "none" ], [ "_:search/94598f69", "pricerange", "expensive" ], [ "_:search/94598f69", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/f486b0a6" ], [ "_:search/f486b0a6", "area", "North" ], [ "_:search/f486b0a6", "category", "hotels" ], [ "_:search/f486b0a6", "pricerange", "expensive" ], [ "_:search/f486b0a6", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/94598f69" ], [ "_:search/94598f69", "area", "north" ], [ "_:search/94598f69", "category", "guesthouses" ], [ "_:search/94598f69", "has_internet", "none" ], [ "_:search/94598f69", "pricerange", "expensive" ], [ "_:search/94598f69", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/f486b0a6" ], [ "_:search/f486b0a6", "area", "North" ], [ "_:search/f486b0a6", "category", "hotels" ], [ "_:search/f486b0a6", "pricerange", "expensive" ], [ "_:search/f486b0a6", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "FC2BDIC9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "kings lynn" ], [ "_: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", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/94598f69" ], [ "_:search/94598f69", "area", "north" ], [ "_:search/94598f69", "category", "guesthouses" ], [ "_:search/94598f69", "has_internet", "none" ], [ "_:search/94598f69", "pricerange", "expensive" ], [ "_:search/94598f69", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/f486b0a6" ], [ "_:search/f486b0a6", "area", "North" ], [ "_:search/f486b0a6", "category", "hotels" ], [ "_:search/f486b0a6", "pricerange", "expensive" ], [ "_:search/f486b0a6", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "FC2BDIC9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "?" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "18: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", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/94598f69" ], [ "_:search/94598f69", "area", "north" ], [ "_:search/94598f69", "category", "guesthouses" ], [ "_:search/94598f69", "has_internet", "none" ], [ "_:search/94598f69", "pricerange", "expensive" ], [ "_:search/94598f69", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/f486b0a6" ], [ "_:search/f486b0a6", "area", "North" ], [ "_:search/f486b0a6", "category", "hotels" ], [ "_:search/f486b0a6", "pricerange", "expensive" ], [ "_:search/f486b0a6", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "FC2BDIC9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "?" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "id", "TR3677" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can I get information on places to stay in the north that have free internet ?" }, { "id": 1, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , do you prefer a guesthouse or a hotel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't have a preference . I will need parking too ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'arbury lodge guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I would suggest this place arbury lodge guesthouse . Is that okay ?" }, { "id": 4, "rdf-acts": [ "request((_:result,category,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "getme its price range , phone number and hotel type" }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'GUESTHOUSE');(_:result,name,'Arbury Lodge guesthouse');(_:result,phone,'01223364319');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Arbury Lodge guesthouse is a GUESTHOUSE in the moderate price range , and the phone is 01223364319 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have any restaurants near there with Chinese food ?" }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three . Did you have a preference for price ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))", "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I would like somewhere moderately priced ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Golden Wok');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Golden Wok suits your needs . Would you like me to make a reservation ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'17:30');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please . Can you book a for a table of 5 at 17:30 on Monday ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'42ARMODJ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The reservation was successful . The table will be reserved for 15 minutes and your reference number is 42ARMODJ . Anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No . I am all set thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Ok great , have a wonderful day !" } ]
PMUL3113.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", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "arbury lodge guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:result", "category", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "GUESTHOUSE" ], [ "_:result", "name", "Arbury Lodge guesthouse" ], [ "_:result", "phone", "01223364319" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "GUESTHOUSE" ], [ "_:result", "name", "Arbury Lodge guesthouse" ], [ "_:result", "phone", "01223364319" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "GUESTHOUSE" ], [ "_:result", "phone", "01223364319" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "people", "5" ], [ "_: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" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "GUESTHOUSE" ], [ "_:result", "phone", "01223364319" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "pricerange", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "42ARMODJ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am coming to cambridge to try some good food , but would like to find a place to go in the centre area ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are many good restaurants in the centre . Did you have a type of cuisine in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'center');(_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to go to an attraction first in the center of town . Are there any museums ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'museums');(_:result,count,'11');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 11 museums in the centre . Would you like me to recommend one ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'the golden curry');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No but you can give me the phone number of your recommendation . What can you tell me about the golden curry restaurant ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Mill Road City Centre');(_:result,food,'Indian');(_:result,name,'Golden Curry');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Golden Curry is an expensive Indian restaurant at Mill Road City Centre . Would you like for me to book you a table ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'17:45');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please ! Do they have availability for 8 people at 17:45 on Friday night ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'NGFEAHB8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful ! The reference number is NGFEAHB8 . Your table will be reserved for 15 minutes ." }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi to go between the restaurant and hotel by the reservation time ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I will work on looking for that and be back with you in a moment ." }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Any luck on the taxi ?" }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Before I can book the taxi I need to know what hotel you are staying at so the driver knows where to pick you up ." }, { "id": 12, "rdf-acts": [ "inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Actually I need the taxi from a museum to go to the restaurant . What s a good museum to visit ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,name,'Primavera');(_:result,type,'Attraction'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I personally like the Primavera museum in the city centre . It 's free to get into . Would that interest you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'17:45');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "That sounds fine . Can I have a taxi go from there to the restaurant by 17:45 ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'black tesla');(_:result,phone,'07668622365');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Sure , you 'll be expecting a black tesla . Their contact number is 07668622365" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that is all I need today !" }, { "id": 17, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "Have a great time on your trip ! You 're welcome !" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Okay I need to go now . Bye !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "I just wanted to leave you with the phone number to Primavera . It is 01223357708 . Enjoy your stay in our beautiful city . Bye ." } ]
PMUL3403.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "center" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "center" ], [ "_:search", "category", "museums" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "the golden curry" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "center" ], [ "_:search", "category", "museums" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:search", "name", "the golden curry" ], [ "_:result", "phone", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Mill Road City Centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Golden Curry" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "center" ], [ "_:search", "category", "museums" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:search", "name", "the golden curry" ], [ "_:result", "phone", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Mill Road City Centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Golden Curry" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "NGFEAHB8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "center" ], [ "_:search", "category", "museums" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:search", "name", "the golden curry" ], [ "_:result", "phone", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Mill Road City Centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Golden Curry" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "NGFEAHB8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "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", "center" ], [ "_:search", "category", "museums" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:search", "name", "the golden curry" ], [ "_:result", "phone", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Mill Road City Centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Golden Curry" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "NGFEAHB8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "center" ], [ "_:search", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:search", "name", "the golden curry" ], [ "_:result", "phone", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Mill Road City Centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "NGFEAHB8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Primavera" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "center" ], [ "_:search", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:search", "name", "the golden curry" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Mill Road City Centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "NGFEAHB8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Primavera" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black tesla" ], [ "_:result", "phone", "07668622365" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "center" ], [ "_:search", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:search", "name", "the golden curry" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Mill Road City Centre" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "NGFEAHB8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Primavera" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black tesla" ], [ "_:result", "phone", "07668622365" ], [ "_:result", "type", "Taxi" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find a place to stay with free parking and wifi . What can you find for me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'33');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 33 of them , is there a certain are of town you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I 'd like one in the North please ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Please specify your price range and star rating of the hotel you 're interested in ." }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,stars,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't have a preference ." }, { "id": 5, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Would you prefer a hotel or guesthouse type ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Either is fine . What 's the address of your favorite ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'154 chesterton road');(_:result,name,'Acorn guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The address of Acorn guest house is 154 chesterton road ." }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you . Is it a hotel or guesthouse ? I also need some kind of activity to pass the time ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "As stated it is a guesthouse . What kind of activity would you like ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Any is fine . I just need it to be in the same area as the hotel ." }, { "id": 11, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Milton country park');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Milton country park \t is avaibale and free would you like that ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes that would be fine . Could you give me an address and the entrance fee ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'milton country park');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is milton country park , milton , and it is a free attraction ." }, { "id": 14, "rdf-acts": [ "request((_:result,car,?);(_:result,category,?);(_:result,type,'Hotel');(_:result,type,'Taxi'))", "inform((_:search,departure,'the hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "can i get a taxi to commute between the two places . i leave the hotel at 06.00 , get me the contact number and car type please" }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'white volvo');(_:result,departure,'the acorn');(_:result,destination,'country park');(_:result,leave_at,'06:00');(_:result,phone,'07400057498');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked a car from the acorn to country park for 06:00 . It will be a white volvo contact number 07400057498 . Anything else today/" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that was it . Thanks for your help !" }, { "id": 17, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "So glad that I could assist . Please call again ." }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Ok . Good bye !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !" } ]
MUL2568.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "33" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "33" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "name", "Acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "33" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "name", "Acorn guest house" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "dontcare" ], [ "_: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" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "33" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Milton country park" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_: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_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "33" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "dontcare" ], [ "_:result", "name", "Milton country park" ], [ "_:result", "address", "milton country park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:result", "car", "?" ], [ "_:result", "category", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "Taxi" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "33" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "dontcare" ], [ "_:result", "name", "Milton country park" ], [ "_:result", "address", "milton country park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "category", "?" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white volvo" ], [ "_:result", "departure", "the acorn" ], [ "_:result", "destination", "country park" ], [ "_:result", "leave_at", "06:00" ], [ "_:result", "phone", "07400057498" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "33" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "dontcare" ], [ "_:result", "name", "Milton country park" ], [ "_:result", "address", "milton country park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "category", "?" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white volvo" ], [ "_:result", "departure", "the acorn" ], [ "_:result", "destination", "country park" ], [ "_:result", "leave_at", "06:00" ], [ "_:result", "phone", "07400057498" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to Cambridge , departing from the Peterborough station ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'266');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are a total of 266 trains traveling from Peterborough to Cambridge . What day would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,day,'saturday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to travel on Saturday and arrive by 15:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'14:38');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,leave_at,'14:19');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a train scheduled to depart Peterborough at 14:19 and will arrive in Cambridge by 14:38 . Would you me like to book this for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , for 2 people , please ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,arrive_by,'15:09');(_:booking,category,'Train');(_:booking,ref,'YENH8FDC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay all booked ! The arrival time is actually 15:09 and your reference number is YENH8FDC ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks ! I 'm also looking for a chinese place located in the centre ?" }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'10');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 10 that match your preference . Do you have a price range ? Or do you know the name of the restaurant ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a restaurant in the cheap price range . Can you find one ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,count,'3');(_:result,food,'Chinese');(_:result,name,'Charlie Chan');(_:result,name,'Golden House');(_:result,name,'Rice House');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three Chinese restaurants in the Centre that are in the cheap price range : Charlie Chan , Rice House , and Golden House . Do you have a preference ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'golden house');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Golden House sounds delicious , please provide the address ." }, { "id": 11, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))", "inform((_:result,address,'12 Lensfield Road City Centre');(_:result,postcode,'cb21eg');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Absolutely ! The address is 12 Lensfield Road City Centre post code cb21eg . How many people would you like me to make a reservation for ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No reservation needed at this time . In fact , I have everything I need . Thanks for your help today , I 'm all set ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank You , have a great day . Goodbye" } ]
MUL0352.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "266" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "266" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "14:19" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "266" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "14:19" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:booking", "arrive_by", "15:09" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YENH8FDC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "14:19" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:booking", "arrive_by", "15:09" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YENH8FDC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "14:19" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:booking", "arrive_by", "15:09" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YENH8FDC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "Centre" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "golden house" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "15:15" ], [ "_:search", "day", "saturday" ], [ "_:result", "arrive_by", "14:38" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "14:19" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:booking", "arrive_by", "15:09" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YENH8FDC" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "Centre" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "name", "golden house" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "12 Lensfield Road City Centre" ], [ "_:result", "postcode", "cb21eg" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , can you help me find a cheap guesthouse ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'9');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 9 to choose from . What area would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care . I 'd like a hotel though , with 4 stars ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'cambridge belfry');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , the cambridge belfry fits all of your needs ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds wonderful . Can you please book a reservation for 7 people ?" }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "On which day would you like to start this reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sunday , for 4 nights please ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'YS8H6AOE');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book the room the reference number is YS8H6AOE . Is there anything else I can help with today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much . That is all for today ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . have a great trip !" } ]
SNG1249.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "9" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "cambridge belfry" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "9" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "cambridge belfry" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "7" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "9" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "cambridge belfry" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "7" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "YS8H6AOE" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'efes restaurant');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant called Efes Restaurant ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'King Street City Centre');(_:result,area,'centre');(_:result,food,'turkish');(_:result,name,'Efes restaurant');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Efes restaurant is in town centre , serving turkish food and is moderately priced . The address for it is King Street City Centre . Would you like to reserve a table ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'18:45');(_:search,people,'1');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please , just for 1 on Sunday at 18:45 . I will need a reference number as well ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,day,'Sunday');(_:booking,duration,'18:45');(_:booking,ref,'RZD2U6C2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! I booked you in at 18:45 on a Sunday . Your reference number is RZD2U6C2 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thanks . I 'd also like suggestions on attractions in town under the college category ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,entrance_fee,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,category,'colleges');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have many colleges , some with an entrance free and some without . Do you have a preferred location or cost concern ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I will take one that you recommend . I will need the postcode and address ." }, { "id": 7, "rdf-acts": [ "inform((_:result,address,\"storey 's way\");(_:result,name,'churchill college');(_:result,postcode,'cb30ds');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "How about churchill college ? Address is storey 's way , postcode cb30ds . Anything else I can do for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))", "inform((_:search,name,'Churchill College');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What 's the address for Churchill College ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,\"saint andrew 's street\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is saint andrew 's street ." }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I get the postcode as well for it ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,postcode,'cb30ds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb30ds ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Wonderful . Thank you so much for this ! Have a great day ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "And a great day to you as well !" } ]
MUL0921.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "efes restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "efes restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "King Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "Efes restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "efes restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "King Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "Efes restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "18:45" ], [ "_:booking", "ref", "RZD2U6C2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "efes restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "King Street City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "Efes restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "18:45" ], [ "_:booking", "ref", "RZD2U6C2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "college" ], [ "_:search", "area", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "18:45" ], [ "_:booking", "ref", "RZD2U6C2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "college" ], [ "_:search", "area", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "name", "churchill college" ], [ "_:result", "postcode", "cb30ds" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:search", "name", "Churchill College" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "18:45" ], [ "_:booking", "ref", "RZD2U6C2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "college" ], [ "_:search", "area", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:result", "name", "churchill college" ], [ "_:result", "postcode", "cb30ds" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "Churchill College" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:45" ], [ "_:search", "people", "1" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "duration", "18:45" ], [ "_:booking", "ref", "RZD2U6C2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "college" ], [ "_:search", "area", "?" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "colleges" ], [ "_:result", "name", "churchill college" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "Churchill College" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "postcode", "cb30ds" ], [ "_: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,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like to know of interesting places to go situated in the centre of cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'a ton of options');(_:result,area,'centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There 's a ton of options in the centre . What type of attraction are you interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'Indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to find an Indian food restaurant" }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Are you sure you 're interested in a restaurant ? I know you mentioned earlier you 're looking for an attraction . Could you give me more specifics about what attraction you 're searching for ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "You 're right , we should an attraction first . I 'm pretty open to anything as long as its located in the centre ." }, { "id": 5, "rdf-acts": [ "request((_:search,entrance_fee,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'44 great thoughts at hand');(_:result,category,'beautiful architecture to museums and boating');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Well , I have 44 great thoughts at hand , from beautiful architecture to museums and boating . Let 's narrow down your interests- what 's your attraction budget ?" }, { "id": 6, "rdf-acts": [ "request((_:result,category,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I do n't have one . how about you pick your favorite attraction and give me the entrance fee , type and phone number ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'old schools');(_:result,phone,'01223332320');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I really like old schools . It is in the centre and has a phone number of 01223332320" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))", "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "looking for a place to stay . The hotel should be in the type of hotel and should include free wifi . \n The hotel should be in the cheap price range and should have a star of 4 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I would suggest the acorn guest house ." }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I really need a hotel and not a guest house are there any in the area ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'west');(_:result,has_parking,'none');(_:result,name,'cambridge belfry');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How does the cambridge belfry sound ? It 's in the west part of town and you 'd have access to free parking , too ." }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Sure , can I just get their phone number ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,phone,'01954714600');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , the number is 01954714600 ." }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . I do n't need anything else from you today . Bye , have a good one !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you ! Have a great day ." } ]
PMUL2714.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "a ton of options" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "Indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "a ton of options" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "Indian" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:search", "food", "Indian" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "dontcare" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "44 great thoughts at hand" ], [ "_:result", "category", "beautiful architecture to museums and boating" ], [ "_:result", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "Indian" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "44 great thoughts at hand" ], [ "_:result", "category", "beautiful architecture to museums and boating" ], [ "_:result", "category", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "old schools" ], [ "_:result", "phone", "01223332320" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "Indian" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "44 great thoughts at hand" ], [ "_:result", "category", "beautiful architecture to museums and boating" ], [ "_:result", "category", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223332320" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "Indian" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "44 great thoughts at hand" ], [ "_:result", "category", "beautiful architecture to museums and boating" ], [ "_:result", "category", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "01223332320" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "cambridge belfry" ], [ "_: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", "food", "Indian" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "44 great thoughts at hand" ], [ "_:result", "category", "beautiful architecture to museums and boating" ], [ "_:result", "category", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "cambridge belfry" ], [ "_:result", "phone", "01954714600" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm headed to Cambridge later and I would love to go to a museum . Could you recommend one ? Any one will do , I 'm pretty flexible ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'6 trinity street');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Contemporary Art museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Well there is the Cambridge Contemporary Art museum that is free to enter and is located at 6 trinity street . Does that interest you ?" }, { "id": 2, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure . What area of town is that ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'center');(_:result,category,'museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "That museum is in the center of town ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'huesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , also looking for a huesthouse that has free wifi ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are many guesthouses that meet this criteria . Is there a specific area and pricerange that you would prefer ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I 'd like a place in the east part of town in the moderate price range ." }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'Warkworth house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Warkworth house fits all of your needs . Would you like to make a reservation ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Possibly . What is the address ? And do they have free parking ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Warkworth Terrace');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The address is Warkworth Terrace and they do have free internet and parking . Would you like for me to book it ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would first like to book a taxi , between the museum and the hotel please ." }, { "id": 11, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time would you like to be picked up at the museum ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,leave_at,'18:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Please book it at 18:15" }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'yellow Ford');(_:result,departure,'the museum');(_:result,destination,'Warkworth House');(_:result,leave_at,'18:15');(_:result,phone,'07214860547');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "OK , a yellow Ford will pick you up at the museum and take you to the Warkworth House at 18:15 . The contact number for the taxi is 07214860547 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Lovely . That 'll be everything . Thank you !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "No problem . Enjoy your visit to Cambridge !" } ]
MUL1126.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "6 trinity street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Contemporary Art museum" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "address", "6 trinity street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Contemporary Art museum" ], [ "_:result", "area", "center" ], [ "_:result", "category", "museum" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "huesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "address", "6 trinity street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Contemporary Art museum" ], [ "_:result", "area", "center" ], [ "_:search", "category", "huesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "address", "6 trinity street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "center" ], [ "_:search", "category", "huesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Warkworth house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_parking", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "center" ], [ "_:search", "category", "huesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Warkworth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "address", "Warkworth Terrace" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "center" ], [ "_:search", "category", "huesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Warkworth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "address", "Warkworth Terrace" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "center" ], [ "_:search", "category", "huesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Warkworth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "address", "Warkworth Terrace" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow Ford" ], [ "_:result", "departure", "the museum" ], [ "_:result", "destination", "Warkworth House" ], [ "_:result", "leave_at", "18:15" ], [ "_:result", "phone", "07214860547" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'north indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a place to eat that serves north indian food ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'all indian');(_:result,type,'Restaurant'))", "canthelp((_:search,food,'north indian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm not finding any north indian restaurants , may I expand the search to include all indian food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No thank you . Can you please search for Japanese food instead ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'city Centre');(_:result,count,'1');(_:result,food,'Japanese');(_:result,name,'Wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have one Japanese restaurant listed . It is called Wagamama and is in the city Centre . Would you like to book a table ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,duration,'16:15');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "i wish to book a table for 5 people at 16:15 on teusday" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'V5WEDA1V');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful . Your reference number is V5WEDA1V and the table will be reserved for 15 minutes ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great . I also need to find a train going to cambridge for the same day ." }, { "id": 7, "rdf-acts": [ "inform((_:result,day,'tuesday');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have all of tuesday 's options available , where will you be coming from ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'10:45');(_:search,people,'five');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train from Cambridge by no later then 10:45 for five people please . May I have the confirmation number for that please ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,leave_at,'10:08');(_:booking,ref,'S5D8VQIU');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I booked a train that leaves at 10:08 . The reference number is S5D8VQIU ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you so much for your help . Goodbye !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Glad I could help . Goodbye ." } ]
PMUL0855.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "north indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "food", "all indian" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/7bfe01a3" ], [ "_:search/7bfe01a3", "food", "north indian" ], [ "_:search/7bfe01a3", "type", "Restaurant" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/7bfe01a3" ], [ "_:search/7bfe01a3", "food", "north indian" ], [ "_:search/7bfe01a3", "type", "Restaurant" ], [ "_:search", "food", "japanese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "city Centre" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "16:15" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/7bfe01a3" ], [ "_:search/7bfe01a3", "food", "north indian" ], [ "_:search/7bfe01a3", "type", "Restaurant" ], [ "_:search", "food", "japanese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "city Centre" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "16:15" ], [ "_:search", "people", "5" ], [ "_:booking", "ref", "V5WEDA1V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/7bfe01a3" ], [ "_:search/7bfe01a3", "food", "north indian" ], [ "_:search/7bfe01a3", "type", "Restaurant" ], [ "_:search", "food", "japanese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "city Centre" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:search", "duration", "16:15" ], [ "_:booking", "ref", "V5WEDA1V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:result", "day", "tuesday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "people", "five" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/7bfe01a3" ], [ "_:search/7bfe01a3", "food", "north indian" ], [ "_:search/7bfe01a3", "type", "Restaurant" ], [ "_:search", "food", "japanese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "city Centre" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:search", "duration", "16:15" ], [ "_:search", "day", "same day" ], [ "_:result", "day", "tuesday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "people", "five" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "10:08" ], [ "_:booking", "ref", "S5D8VQIU" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,leave_at,'10:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi leaving after 10:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I 'd be happy to assist you today , but first I 'll need to know your departure and destination locations ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'sitar tandoori');(_:search,destination,'clare hall');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I need to be picked up from Sitar Tandoori and I am going to Clare Hall . And I need the car type and contact number ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "When do you need to arrive ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "I Do n't have a specific time just need to leave after 10:30" }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'red bmw');(_:result,phone,'07717590121');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay your booking is complete . You have a red bmw coming to get you and a contact number of 07717590121 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's great . Thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Enjoy your visit to Cambridge !" } ]
SNG01227.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "10:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "10:30" ], [ "_:search", "departure", "sitar tandoori" ], [ "_:search", "destination", "clare hall" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "10:30" ], [ "_:search", "departure", "sitar tandoori" ], [ "_:search", "destination", "clare hall" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "10:30" ], [ "_:search", "departure", "sitar tandoori" ], [ "_:search", "destination", "clare hall" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red bmw" ], [ "_:result", "phone", "07717590121" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'medical decisions unit');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "Hello , I need a hospital please and make sure it has a medical decisions unit , if you will ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,department,'medical decisions unit');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital has a medical decisions unit . It is at Hills Rd , Cambridge ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Thank you . Can you please let me know their phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,department,'medical decisions');(_:result,phone,'01223596066');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The medical decisions department can be reached at 01223596066 ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "What is the postcode ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The postcode is CB20QQ ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "You 're very welcome . Will there be anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's it . Thanks ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Thank you for using the Cambridge TownInfo centre . Goodbye ." } ]
SNG01232.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "medical decisions unit" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "medical decisions unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "medical decisions unit" ], [ "_:result", "type", "Hospital" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "medical decisions unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "medical decisions" ], [ "_:result", "phone", "01223596066" ], [ "_:result", "type", "Hospital" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "department", "medical decisions unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "medical decisions" ], [ "_:result", "phone", "01223596066" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "department", "medical decisions unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "department", "medical decisions" ], [ "_:result", "phone", "01223596066" ], [ "_: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,destination,'stevenage train station');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I am looking for a taxi to the Stevenage train station ." }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure thing , when would you like to arrive or leave by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'23:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "It 's important that I arrive no later than 23:30 ." }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where will you be departing from ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'frankie and bennys');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will be departing from frankie and bennys ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'yellow ford');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have confirmed you booking for a taxi , a yellow ford will be picking you up ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks ! What is the contact number ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'07629492399');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "The number is 07629492399 \n Would you like help with anything else today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need . Thank you for your help ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Have a safe trip !" } ]
SNG01649.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "stevenage train station" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "stevenage train station" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "23:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "stevenage train station" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "23:30" ], [ "_:search", "departure", "frankie and bennys" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "stevenage train station" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "23:30" ], [ "_:search", "departure", "frankie and bennys" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow ford" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "stevenage train station" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "23:30" ], [ "_:search", "departure", "frankie and bennys" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow ford" ], [ "_:result", "phone", "07629492399" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you tell me some colleges that I could go to in town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Sure , what specific area of town are you interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking on the east side of town ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I am sorry , but I have not found any colleges in the specific area you requested ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Ok , how about a museum in the east ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'museums');(_:result,count,'4');(_:result,entrance_fee,'free admission');(_:result,name,'Cambridge Artworks');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Okay . There are four museums in that area . I recommend the Cambridge Artworks . It is free admission ." }, { "id": 6, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds nice can I please get a postcode , entrance fee , and phone number ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'no fee');(_:result,phone,'0122390268');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 0122390268 , postcode is cb13ef and there is no fee . May I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'Copper Kettle');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant called The Copper Kettle ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'4 Kings Parade');(_:result,area,'centre');(_:result,name,'Copper Kettle');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Okay , The Copper Kettle is located on 4 Kings Parade in the city centre . Would you like me to make a reservation for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'13:30');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need reservations for 2 people at 13:30 on saturday ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,ref,'PMI1IGTJ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure ! Booking was successful and your reference number is PMI1IGTJ ." }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would also like to book a taxi to commute between the two places ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'black tesla');(_:result,phone,'07542406962');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Your taxi is booked ! You will be picked up in a black tesla and their contact number is 07542406962 . Is there anything else I can help with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you no that will be all !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a nice day ." } ]
PMUL2103.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/39157ac5" ], [ "_:search/39157ac5", "category", "colleges" ], [ "_:search/39157ac5", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/39157ac5" ], [ "_:search/39157ac5", "category", "colleges" ], [ "_:search/39157ac5", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "4" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/39157ac5" ], [ "_:search/39157ac5", "category", "colleges" ], [ "_:search/39157ac5", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "no fee" ], [ "_:result", "phone", "0122390268" ], [ "_:result", "postcode", "cb13ef" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Copper Kettle" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/39157ac5" ], [ "_:search/39157ac5", "category", "colleges" ], [ "_:search/39157ac5", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "no fee" ], [ "_:result", "phone", "0122390268" ], [ "_:result", "postcode", "cb13ef" ], [ "_:search", "name", "Copper Kettle" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "4 Kings Parade" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Copper Kettle" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/39157ac5" ], [ "_:search/39157ac5", "category", "colleges" ], [ "_:search/39157ac5", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "no fee" ], [ "_:result", "phone", "0122390268" ], [ "_:result", "postcode", "cb13ef" ], [ "_:search", "name", "Copper Kettle" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "4 Kings Parade" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Copper Kettle" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "2" ], [ "_:booking", "ref", "PMI1IGTJ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/39157ac5" ], [ "_:search/39157ac5", "category", "colleges" ], [ "_:search/39157ac5", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "category", "museum" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "4" ], [ "_:result", "entrance_fee", "no fee" ], [ "_:result", "postcode", "cb13ef" ], [ "_:search", "name", "Copper Kettle" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "4 Kings Parade" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Copper Kettle" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "2" ], [ "_:booking", "ref", "PMI1IGTJ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black tesla" ], [ "_:result", "phone", "07542406962" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a 0 star hotel to stay at somewhere in the north area ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'328a Histon Road');(_:result,count,'1');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'city centre north b & b.');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have one place that suits your needs . It is the City Centre North B & B. They are located on 328a Histon Road . They offer both free wifi and parking ." }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Is that place cheap ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'City Centre North B & B');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes . City Centre North B & B is in the cheap pricerange ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ok , that 's awesome . Can you book me a room there for Saturday for 8 people and 2 nights ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry . The booking was unsuccessful . Would you like to try for another day or a shorter stay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure , how about just for one night ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'MOUX96ZE');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Success . The reference number is MOUX96ZE ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! Thanks so much for your help with that ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Perfect . I 'm sure you 'll love it . Good day ." } ]
SNG0986.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "328a Histon Road" ], [ "_:result", "count", "1" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "city centre north b & b." ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "0" ], [ "_:result", "address", "328a Histon Road" ], [ "_:result", "count", "1" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "City Centre North B & B" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "0" ], [ "_:result", "address", "328a Histon Road" ], [ "_:result", "count", "1" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "City Centre North B & B" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/9fd9ad06" ], [ "_:booking/9fd9ad06", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "0" ], [ "_:result", "address", "328a Histon Road" ], [ "_:result", "count", "1" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "City Centre North B & B" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/9fd9ad06" ], [ "_:booking/9fd9ad06", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "MOUX96ZE" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'theater');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Please find a theater in the centre ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'4');(_:result,name,'Cambridge Arts Theatre');(_:result,name,'Cambridge Corn Exchange');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have four , from the Cambridge Corn Exchange to the Cambridge Arts Theatre ." }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))", "inform((_:search,name,'the');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Could i get the postcode for the Cambridge Corn ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb23qe');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their postcode is cb23qe . What else may I help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'peking restaurant');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I am looking for information on a particular restaurant called the Peking Restaurant ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "i found the resturant you need . Shall i book it ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'13:30');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes book it for 6 people at 13:30 on wednesday please ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'PC3LTRM3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I set up that reservation for you , your reference number is : PC3LTRM3 . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "I am all set ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "OK , I 'm glad we could be of service to you today ! Enjoy your time in Cambridge !" } ]
PMUL4314.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theater" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theater" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Cambridge Arts Theatre" ], [ "_:result", "name", "Cambridge Corn Exchange" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:search", "name", "the" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theater" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Cambridge Arts Theatre" ], [ "_:result", "name", "Cambridge Corn Exchange" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23qe" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "peking restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theater" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Cambridge Arts Theatre" ], [ "_:result", "name", "Cambridge Corn Exchange" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23qe" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "peking restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theater" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Cambridge Arts Theatre" ], [ "_:result", "name", "Cambridge Corn Exchange" ], [ "_:result", "postcode", "cb23qe" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "peking restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "PC3LTRM3" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stay,'none');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello . I 'd like to find a hotel to stay in for the weekend . I 'd like one with restaurants and entertainment within walking distance ." }, { "id": 1, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would it be possible for you to book another day ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to find a guesthouse with a 4 star rating ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'The');(_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The alexander bed and breakfast would fit your needs would you like me to make a reservation for you" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "YES I NEED IT FOR 3 PEOPLE FOR 2 NIGHT STARTING MONDAY AND I NEED THE REFERENCE NUMBER" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'I36DJXLT');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK , I was able to get the reservation for you . The reference number is I36DJXLT . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Find a restaurant in the centre that 's the same price range as the hotel , please ." }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'over 20');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found over 20 choices . Is there a certain type of food you 're interested in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like Italian food , please ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,name,'Pizza Express');(_:result,pricerange,'moderately');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is a Pizza Express in the centre that is moderately priced . Would you like to book there ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'17:15');(_:search,people,'same group of people');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , for the same group of people on Monday at 17:15 , please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'WU3RYCER');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a table reserved for you , they 'll hold it for 15 minutes . The reference number is WU3RYCER . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you for your help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome , have a great day ! Enjoy Cambridge !" } ]
MUL1208.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "stay", "none" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "stay", "none" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "The" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:booking", "day", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "The" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "I36DJXLT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:booking", "day", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "The" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "I36DJXLT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "amount", "over 20" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:booking", "day", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "I36DJXLT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "amount", "over 20" ], [ "_:search", "food", "italian" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Pizza Express" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:booking", "day", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "same price range" ], [ "_:result", "amount", "over 20" ], [ "_:search", "food", "italian" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Pizza Express" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "WU3RYCER" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to take a train out of Cambridge , I will be leaving town on Wednesday ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'5');(_:result,day,'Wednesday');(_:result,departure,'Cambridge');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 5 trains out of Cambridge on Wednesday . Do you have a departure time in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'peterborough');(_:search,leave_at,'12:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to go to peterborough and leave after 12:45 , I have to attend a meeting beforehand ." }, { "id": 3, "rdf-acts": [ "inform((_:result,day,'Wednesday');(_:result,id,'TR1879');(_:result,leave_at,'13:06');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR1879 leaves at 13:06 on Wednesday . Will that work for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the price of the fair and could you tell me what is the arrival time into Peterborough ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'13:56');(_:result,day,'Wednesday');(_:result,destination,'Peterborough');(_:result,ticket,'16.50 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The price is 16.50 pounds and the train will arrive in Peterborough by 13:56 Wednesday . Would you like me to book a ticket for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , one ticket please , can I also get the reference number ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,day,'Wednesday');(_:booking,departure,'Cambridge');(_:booking,destination,'Peterborough');(_:booking,id,'TR1879');(_:booking,leave_at,'13:06');(_:booking,people,'one');(_:booking,ref,'xu1qlhvw');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I booked you one seat on TR1879 departing Cambridge for Peterborough on Wednesday at 13:06 , Reference : xu1qlhvw . Can I help further today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for a museum in centre . Could you give me the address , postcode and phone number of one ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'98 King Street');(_:result,name,'Broughton House Gallery');(_:result,phone,'01223314960');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Broughton House Gallery is located at 98 King Street , postcode cb11ln . Their phone number is 01223314960 . Is there anything else you need ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need right now . Thanks , you have been very helpful !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , I hope you enjoy your time in Cambridge !" } ]
PMUL1170.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "12:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "12:45" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "id", "TR1879" ], [ "_:result", "leave_at", "13:06" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "id", "TR1879" ], [ "_:result", "leave_at", "13:06" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "13:56" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "id", "TR1879" ], [ "_:result", "leave_at", "13:06" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "13:56" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "Peterborough" ], [ "_:booking", "id", "TR1879" ], [ "_:booking", "leave_at", "13:06" ], [ "_:booking", "people", "one" ], [ "_:booking", "ref", "xu1qlhvw" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "id", "TR1879" ], [ "_:result", "leave_at", "13:06" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "13:56" ], [ "_:result", "day", "Wednesday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "ticket", "16.50 pounds" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "Peterborough" ], [ "_:booking", "id", "TR1879" ], [ "_:booking", "leave_at", "13:06" ], [ "_:booking", "people", "one" ], [ "_:booking", "ref", "xu1qlhvw" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 King Street" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Someone just hit my car and then attacked me , get the cops for me now !" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "Cambridge , parkside police telephone number 01223358966 ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "Thank you , may I please have the address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "They are located in Parkside , Cambridge with postal code CB11JG . Can I hep with anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "You are very welcome . Is there anything else I can do for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "That is all I need ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Alright , have a great day ." } ]
SNG02072.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "phone", "01223358966" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "phone", "01223358966" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to book a train to Cambridge ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'plenty');(_:result,type,'Train'))" ], "speaker": "system", "text": "We have plenty of options . Would you like to narrow it down by travel time ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'17:00');(_:search,day,'monday');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I would like to depart from Cambridge and arrive in Norwich no later than 17:00 on Monday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'16:55');(_:result,count,'11');(_:result,day,'monday');(_:result,destination,'norwich');(_:result,id,'TR9460');(_:result,ticket,'17:60 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have 11 trains that arrive in norwich on monday . TR9460 arrives in norwich at 16:55 and costs 17:60 pounds . Does that work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , please book that train for 4 people and give me the reference number ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'EHHSIN9X');(_:booking,ticket,'70.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reference number is EHHSIN9X , and the total is 70.4 GBP . Can I help you with something else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would also like some recommendations for places to go in town ." }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Attraction'))", "reqmore()", "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are many places to go in town . Is there anything more specific you would like ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like something on the south side , please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'a couple');(_:result,category,'cinema');(_:result,category,'entertainment venues');(_:result,category,'museum');(_:result,category,'nightclub');(_:result,category,'parks');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are a couple parks , a cinema , a museum , a nightclub , and 2 entertainment venues , any of those sound ok ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'museum');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "The museum on the south side sounds good . Could I get an address for that ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,\"14 king 's parade\");(_:result,category,'museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "You 'll find the museum at 14 king 's parade ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you so much that is all I need ." }, { "id": 13, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all , thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , enjoy your time in Cambridge ." } ]
MUL0506.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "plenty" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "plenty" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "16:55" ], [ "_:result", "count", "11" ], [ "_:result", "day", "monday" ], [ "_:result", "destination", "norwich" ], [ "_:result", "id", "TR9460" ], [ "_:result", "ticket", "17:60 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "plenty" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "16:55" ], [ "_:result", "count", "11" ], [ "_:result", "day", "monday" ], [ "_:result", "destination", "norwich" ], [ "_:result", "id", "TR9460" ], [ "_:result", "ticket", "17:60 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EHHSIN9X" ], [ "_:booking", "ticket", "70.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "16:55" ], [ "_:result", "count", "11" ], [ "_:result", "day", "monday" ], [ "_:result", "destination", "norwich" ], [ "_:result", "id", "TR9460" ], [ "_:result", "ticket", "17:60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EHHSIN9X" ], [ "_:booking", "ticket", "70.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "16:55" ], [ "_:result", "count", "11" ], [ "_:result", "day", "monday" ], [ "_:result", "destination", "norwich" ], [ "_:result", "id", "TR9460" ], [ "_:result", "ticket", "17:60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EHHSIN9X" ], [ "_:booking", "ticket", "70.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "a couple" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "entertainment venues" ], [ "_:result", "category", "museum" ], [ "_:result", "category", "nightclub" ], [ "_:result", "category", "parks" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "17:00" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "16:55" ], [ "_:result", "count", "11" ], [ "_:result", "day", "monday" ], [ "_:result", "destination", "norwich" ], [ "_:result", "id", "TR9460" ], [ "_:result", "ticket", "17:60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EHHSIN9X" ], [ "_:booking", "ticket", "70.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "a couple" ], [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "14 king 's parade" ], [ "_:result", "category", "museum" ], [ "_: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", "arrive_by", "17:00" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "arrive_by", "16:55" ], [ "_:result", "count", "11" ], [ "_:result", "day", "monday" ], [ "_:result", "destination", "norwich" ], [ "_:result", "id", "TR9460" ], [ "_:result", "ticket", "17:60 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EHHSIN9X" ], [ "_:booking", "ticket", "70.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "a couple" ], [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "14 king 's parade" ], [ "_:result", "category", "museum" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a pleasant guesthouse to stay in . Would you be able to help me find one ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Sure ! What area would you like to stay ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to stay in the north . I would also like the guesthouse to have free parking and wifi ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'acorn guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the acorn guesthouse ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It has free parking and wifi ? Sounds great ." }, { "id": 5, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many nights would you like to book it for ?" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Just get me their phone number ." }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'01223353888');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The phone number is 01223353888 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks . I could also use some help finding out about a train going into Cambridge ." }, { "id": 9, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I will need departure city , time of arrival or departure and day of travel please ." }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'12:45');(_:search,day,'tuesday');(_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "Day of travel is Tuesday and departure city is Ely and to arrive by 12:45" }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'11:52');(_:result,destination,'Cambridge');(_:result,id,'TR3412');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR3412 that arrives at 11:52 in Cambridge . Would you like me to book it for you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,leave_at,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you give me the departure time and price , please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,leave_at,'11:35');(_:result,ticket,'4.40 Pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "It departs at 11:35 , and costs 4.40 Pounds . Can I help you with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That was all I needed . Thanks !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Please let us know if we can assist you in the future . Thank you ! Goodbye ." } ]
PMUL3870.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" ], [ "_:search", "area", "north" ], [ "_: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", "area", "north" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "north" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "north" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "type", "Hotel" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "north" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "type", "Hotel" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "north" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223353888" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3412" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "leave_at", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "north" ], [ "_:result", "name", "acorn guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223353888" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3412" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "leave_at", "11:35" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a nice restaurant ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Sure ! What kind of food do you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I was thinking some indian food would be great ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'22');(_:result,food,'indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 22 indian restaurants- do you have a preference for area of town ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , I do n't care where it is . I 'm thinking I 'd like an expensive restaurant ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Curry Garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like to try Curry Garden ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,duration,'17:30');(_:search,people,'6');(_:search,type,'Restaurant');(_:search,type,'Train'))" ], "speaker": "user", "text": "That is fine book me a table for 6 on Sat at 17:30 . I also need a train for the same and should leave leicester for cambridge" }, { "id": 7, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))", "inform((_:booking,name,'Curry Garden');(_:booking,ref,'HK9YCL6Z');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright , I have made your requested booking at curry garden , and the reference number is HK9YCL6Z . As for the train , what time would you like to depart ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,departure,'leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "it does n't matter as long as I am there by 13:45 leaving leicester going to cambridge , I 'll need the reference number too please" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'12:54');(_:result,departure,'leicester');(_:result,destination,'cambridge');(_:result,id,'TR6210');(_:result,leave_at,'11:09');(_:result,type,'Train'))", "reqmore()", "inform((_:booking,category,'Train');(_:booking,day,'saturday');(_:booking,people,'6');(_:booking,ref,'LR5I1RZV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have found TR6210 leaving leicester at 11:09 on saturday and arriving in cambridge at 12:54 . I have booked 6 seats . Reference number is LR5I1RZV . anything else i can do ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all for today . Thanks so much for all your help . Goodbye" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your day ." } ]
PMUL4234.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:result", "food", "indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:result", "food", "indian" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "duration", "17:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:result", "food", "indian" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "17:30" ], [ "_:search", "people", "6" ], [ "_:search", "leave_at", "?" ], [ "_:booking", "name", "Curry Garden" ], [ "_:booking", "ref", "HK9YCL6Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:result", "food", "indian" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Curry Garden" ], [ "_:search", "duration", "17:30" ], [ "_:search", "people", "6" ], [ "_:search", "leave_at", "?" ], [ "_:booking", "name", "Curry Garden" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:result", "arrive_by", "12:54" ], [ "_:result", "departure", "leicester" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR6210" ], [ "_:result", "leave_at", "11:09" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "saturday" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "LR5I1RZV" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to book a popular , cheap restaurant ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Do you have a specific area in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))" ], "speaker": "user", "text": "I 'm sorry I need to find the information for Parkside Police Station ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "Sure , the telephone number is 01223358966 , the address is Parkside , Cambridge and the postcode is CB11JG ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That was all . Thanks" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Please let us know if we can help any further . Have a nice day !" } ]
SNG01964.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "name", "Parkside Police Station" ], [ "_:search", "type", "Police" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "name", "Parkside Police Station" ], [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "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 need a restaurant in Cambridge that is expensive and also in the centre of town ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'100 Mill Road City Centre');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Bedouin at 100 Mill Road City Centre meets your criteria . Would you like a booking made for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'german');(_:search,name,'bedouin');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Does Bedouin serve German food ?" }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,food,'African');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "No , it serves African style food . Would you like to find a restaurant that serves German ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes , if there is one available ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,food,'german');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I do n't have any expensive german restaurants in the centre ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'japanese');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any Japanese restaurants in the same area and price range ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'Japanese');(_:result,name,'Wagamama');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Wagamama is a Japanese restaurant in the centre area in the expensive price range ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'17:15');(_:search,people,'6');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Great ! I 'd like to make a reservation for 6 people at 17:15 on Tuesday . And I 'd like a reference number , please ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'ZMGYWSSO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Your reference number is ZMGYWSSO . Is there anything else that I could help you with ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'19:15');(_:search,day,'same day');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train on the same day that arrives by 19:15 and departs from Norwich ( going to Cambridge , of course ) ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'18:35');(_:result,count,'13');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are 13 trains the latest is an arrival at 18:35 would that work for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'9:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm sorry I mean to say 9:15 . I need to arrive by 9:15 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'08:35');(_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,id,'TR0339');(_:result,leave_at,'07:16');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "TR0339 leaves Norwich at 07:16 and arrives in Cambridge at 08:35 . Would you like me to reserve your tickets , and if so , how many will be traveling ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'six');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please reserve six tickets for us ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'8IIV469O');(_:booking,ticket,'105.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked your tickets . The reservation number is 8IIV469O . The fee is 105.6 GBP payable at the station . Is there anything else I can do for you ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all , thank you ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "It 's my pleasure ! Thank you for contacting us . Goodbye !" } ]
MUL0393.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "german" ], [ "_:search", "name", "bedouin" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "name", "Bedouin" ], [ "_:search", "name", "bedouin" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "African" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:result", "name", "Bedouin" ], [ "_:search", "name", "bedouin" ], [ "_:result", "food", "African" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/ed8b5eac" ], [ "_:search/ed8b5eac", "food", "german" ], [ "_:search/ed8b5eac", "pricerange", "expensive" ], [ "_:search/ed8b5eac", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:search", "name", "bedouin" ], [ "_:system", "canthelp", "_:search/ed8b5eac" ], [ "_:search/ed8b5eac", "food", "german" ], [ "_:search/ed8b5eac", "pricerange", "expensive" ], [ "_:search/ed8b5eac", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:search", "name", "bedouin" ], [ "_:system", "canthelp", "_:search/ed8b5eac" ], [ "_:search/ed8b5eac", "food", "german" ], [ "_:search/ed8b5eac", "pricerange", "expensive" ], [ "_:search/ed8b5eac", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ZMGYWSSO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:search", "name", "bedouin" ], [ "_:system", "canthelp", "_:search/ed8b5eac" ], [ "_:search/ed8b5eac", "food", "german" ], [ "_:search/ed8b5eac", "pricerange", "expensive" ], [ "_:search/ed8b5eac", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ZMGYWSSO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "count", "13" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "arrive_by", "9:15" ], [ "_: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" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:search", "name", "bedouin" ], [ "_:system", "canthelp", "_:search/ed8b5eac" ], [ "_:search/ed8b5eac", "food", "german" ], [ "_:search/ed8b5eac", "pricerange", "expensive" ], [ "_:search/ed8b5eac", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "duration", "17:15" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ZMGYWSSO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "13" ], [ "_:booking", "category", "Train" ], [ "_:search", "arrive_by", "9:15" ], [ "_:result", "arrive_by", "08:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0339" ], [ "_:result", "leave_at", "07:16" ], [ "_: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": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "100 Mill Road City Centre" ], [ "_:search", "name", "bedouin" ], [ "_:system", "canthelp", "_:search/ed8b5eac" ], [ "_:search/ed8b5eac", "food", "german" ], [ "_:search/ed8b5eac", "pricerange", "expensive" ], [ "_:search/ed8b5eac", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "japanese" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "duration", "17:15" ], [ "_:result", "ref", "?" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "13" ], [ "_:search", "arrive_by", "9:15" ], [ "_:result", "arrive_by", "08:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR0339" ], [ "_:result", "leave_at", "07:16" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8IIV469O" ], [ "_:booking", "ticket", "105.6 GBP" ], [ "_: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,name,'cafe jello gallery');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you tell me anything about cafe jello gallery ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'13 magdalene street');(_:result,area,'west');(_:result,category,'museum');(_:result,name,'Cafe Jello Gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , the Cafe Jello Gallery is a museum located at 13 magdalene street in the west side of town . Would you also like their phone number ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Yes I would ." }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223312112');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223312112 . Do you need the postcode ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "No , but I am looking for a train from Ely on Thursday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'10');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 10 trains that day . Is there a particular time you 'd like to leave or arrive ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "i would like to arrive after 2:00 in the afternoon ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'11:52');(_:result,day,'thursday');(_:result,id,'TR0813');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "We have the TR0813 that arrives at 11:52 on thursday . Does that work ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "I think that could work please make a booking for 6 people" }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'GXIE5O8F');(_:booking,ticket,'26.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful ! Your reference number is GXIE5O8F . You have to pay 26.4 GBP at the station ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much that is all I needed . Have a good day ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , and you have a nice day as well !" } ]
MUL0522.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "cafe jello gallery" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "cafe jello gallery" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Cafe Jello Gallery" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "cafe jello gallery" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Cafe Jello Gallery" ], [ "_:result", "phone", "01223312112" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "cafe jello gallery" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Cafe Jello Gallery" ], [ "_:result", "phone", "01223312112" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "ely" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "cafe jello gallery" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Cafe Jello Gallery" ], [ "_:result", "phone", "01223312112" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "ely" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "day", "thursday" ], [ "_:result", "id", "TR0813" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "cafe jello gallery" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Cafe Jello Gallery" ], [ "_:result", "phone", "01223312112" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "ely" ], [ "_:result", "count", "10" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "day", "thursday" ], [ "_:result", "id", "TR0813" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GXIE5O8F" ], [ "_:booking", "ticket", "26.4 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Would you like me to look up entertainment for you ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'entertainment');(_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Actually , I think that it 's me who should be looking entertainment up for YOU ! There are 5 entertainment venues around the city . What part of town would you like to visit ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like a type of entertainment in the south , please ." }, { "id": 3, "rdf-acts": [ "select((_:result,name,'Nusha');(_:result,name,'Tenpin');(_:result,type,'Attraction'))", "inform((_:result,area,'south');(_:result,count,'2');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have two options for you . Both are in the south part of town . One is Nusha and the other is Tenpin . Do you have a preference ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'tenpin');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Give me the address and postcode for Tenpin please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'cambridge leisure park , clifton way');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "cambridge leisure park , clifton way is the address . cb17dy is the postcode" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks . I also need a train from Bishops Stortford going to Cambridge ." }, { "id": 7, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day do you need it for ? When do you want to depart by ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,leave_at,'09:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to leave on Tuesday sometime after 09:00 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR0635');(_:result,leave_at,'09:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR0635 leaves at 09:29 . Would you like for me to book a seat ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'll need 8 tickets please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,day,'tuesday');(_:booking,destination,'Cambridge');(_:booking,leave_at,'11:29');(_:booking,people,'8');(_:booking,ref,'SEDKQ1LD');(_:booking,ticket,'80.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked your tickets to Cambridge for 8 people on tuesday at 11:29 . Reference number : SEDKQ1LD , fee is 80.8 GBP payable at the station . Anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 'll do it . Thank you very much !" }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Enjoy your trip !" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Have a nice day !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us . Have a good day ." } ]
MUL1952.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "category", "entertainment" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "category", "entertainment" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:result", "name", "Nusha" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "tenpin" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "category", "entertainment" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:result", "name", "Nusha" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:search", "name", "tenpin" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "category", "entertainment" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:result", "name", "Nusha" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:search", "name", "tenpin" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "09:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "category", "entertainment" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:result", "name", "Nusha" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:search", "name", "tenpin" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "09:00" ], [ "_:result", "id", "TR0635" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "category", "entertainment" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:result", "name", "Nusha" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:search", "name", "tenpin" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "09:00" ], [ "_:result", "id", "TR0635" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "leave_at", "11:29" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "SEDKQ1LD" ], [ "_:booking", "ticket", "80.8 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "category", "entertainment" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:result", "name", "Nusha" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:search", "name", "tenpin" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "09:00" ], [ "_:result", "id", "TR0635" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "leave_at", "11:29" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "SEDKQ1LD" ], [ "_:booking", "ticket", "80.8 GBP" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm going to be traveling to Cambridge and I 'd really like to find information about what restaurants there are on the north end of the city . Can you help me ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Cambridge City Football Club , Milton Road , Chesterton');(_:result,food,'European');(_:result,name,'City Stop Restaurant');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "If you enjoy European cuisine , City Stop Restaurant is a good choice . The address is Cambridge City Football Club , Milton Road , Chesterton . Would you like more options ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Actually , I would like something expensive that serves gastropub food ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry , I do n't have any places like that . Perhaps you 'd like to try something different ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Aww , too bad . Well , how about something in a good chinese restaurant ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'2');(_:result,name,'Hakka');(_:result,name,'Hotpot');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "You have two very good choices . Hakka and The Hotpot . Would you like to make a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'17:00');(_:search,name,'hakka');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about Hakka for 4 people at 17:00 on tuesday ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately they are booked . Would you like to try a different time ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'16:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , how about 16:00 on tuesday ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'07S9K8FU');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book that successfully , The table will be reserved for 15 minutes . Reference number is 07S9K8FU , is there anything else that I can help with ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes actually . I need to find a train departing Ely on Tuesday as well ." }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'plenty');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok , we have plenty of options , where to and what is the preferred time ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to go to cambridge and I want to arrive by 13:45 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'11:52');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,id,'TR3412');(_:result,leave_at,'11:35');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR3412 departs Ely at 11:35 and arrives in Cambridge by 11:52 . Would that suit you ? I can try to book a ticket for you if you like ." }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'4');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please book it for 4 people on Tuesday and once booked , please send me the reference number ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'9U62ZK58');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Thank you , the booking was successful , total cost of 17.6 GBP payable at the station . The reference number is 9U62ZK58 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "It was my pleasure . Thank you for contacting the Cambridge TownInfo centre . Have a great day ." } ]
MUL1556.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "address", "Cambridge City Football Club , Milton Road , Chesterton" ], [ "_:result", "food", "European" ], [ "_:result", "name", "City Stop Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "gastropub" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "address", "Cambridge City Football Club , Milton Road , Chesterton" ], [ "_:result", "food", "European" ], [ "_:result", "name", "City Stop Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c8971978" ], [ "_:search/c8971978", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "address", "Cambridge City Football Club , Milton Road , Chesterton" ], [ "_:result", "food", "European" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c8971978" ], [ "_:search/c8971978", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Hakka" ], [ "_:result", "name", "Hotpot" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "name", "hakka" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "address", "Cambridge City Football Club , Milton Road , Chesterton" ], [ "_:result", "food", "European" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c8971978" ], [ "_:search/c8971978", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Hakka" ], [ "_:result", "name", "Hotpot" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "hakka" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/363524d2" ], [ "_:booking/363524d2", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "address", "Cambridge City Football Club , Milton Road , Chesterton" ], [ "_:result", "food", "European" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c8971978" ], [ "_:search/c8971978", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Hakka" ], [ "_:result", "name", "Hotpot" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "hakka" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/363524d2" ], [ "_:booking/363524d2", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "16:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "07S9K8FU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "address", "Cambridge City Football Club , Milton Road , Chesterton" ], [ "_:result", "food", "European" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c8971978" ], [ "_:search/c8971978", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Hakka" ], [ "_:result", "name", "Hotpot" ], [ "_:search", "name", "hakka" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/363524d2" ], [ "_:booking/363524d2", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "16:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "07S9K8FU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "ely" ], [ "_:result", "amount", "plenty" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13: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", "area", "north" ], [ "_:result", "address", "Cambridge City Football Club , Milton Road , Chesterton" ], [ "_:result", "food", "European" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c8971978" ], [ "_:search/c8971978", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Hakka" ], [ "_:result", "name", "Hotpot" ], [ "_:search", "name", "hakka" ], [ "_:system", "canthelp", "_:booking/363524d2" ], [ "_:booking/363524d2", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "16:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "07S9K8FU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "ely" ], [ "_:result", "amount", "plenty" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "departure", "Ely" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3412" ], [ "_:result", "leave_at", "11:35" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "4" ], [ "_: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": [ [ "_:search", "area", "north" ], [ "_:result", "address", "Cambridge City Football Club , Milton Road , Chesterton" ], [ "_:result", "food", "European" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c8971978" ], [ "_:search/c8971978", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Hakka" ], [ "_:result", "name", "Hotpot" ], [ "_:search", "name", "hakka" ], [ "_:system", "canthelp", "_:booking/363524d2" ], [ "_:booking/363524d2", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "16:00" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "ely" ], [ "_:result", "amount", "plenty" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "departure", "Ely" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3412" ], [ "_:result", "leave_at", "11:35" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "9U62ZK58" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am planning a trip to Cambridge and I 'm looking for a place to stay . I prefer a 4 star hotel in the west ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "If price is no object , I 'd recommend the Huntingdon Marriott Hotel . I also have a cheap hotel and a cheap guesthouse in the west ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer a guesthouse with free wifi . Do you have one ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'finches bed and breakfast');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , finches bed and breakfast is a guesthouse in the east , cheap yet 4 stars , and both parking and internet are available . Would you like to book a room ?" }, { "id": 4, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do they have free parking ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes , they have parking . Would you like to book or know more info ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "i d love to book !" }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great , can you tell me when you 'd like to book ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'that area');(_:search,category,'college');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you please give me the address and phone number of the location ? I would also like to find some college - related attractions in that area ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'144 Thornton Road');(_:result,name,'Finches');(_:result,phone,'01223276653');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The number for Finches is 01223276653 . The address is 144 Thornton Road ." }, { "id": 10, "rdf-acts": [ "thank()", "inform((_:search,area,'east');(_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "OK , thank you . I ca n't book just yet . Are there any colleges in the east part of town ?" }, { "id": 11, "rdf-acts": [ "canthelp((_:search,area,'east');(_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are no colleges available in the east part of town ." }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "Hmm . Is there a similar guesthouse in an area that does have colleges ?" }, { "id": 13, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))", "inform((_:result,amount,'only');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "No , unfortunately . That 's the only place ." }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,leave_at,'21:00');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like to book a taxi leaving the hotel by 21:00 . I 'd also like the contact number and car type ." }, { "id": 15, "rdf-acts": [ "inform((_:result,area,'west');(_:result,category,'colleges');(_:result,count,'5');(_:result,name,'Churchill College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I apologize for any confusion , there are actually 5 colleges located on the West side of town near the guesthouse . I would recommend visiting the Churchill College ." }, { "id": 16, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Great ! May I have the address and phone number ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,address,\"storey 's way\");(_:result,name,'Churchill College');(_:result,phone,'01223336233');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Sure . Churchill College is on storey 's way , and the phone is 01223336233 ." }, { "id": 18, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Great , now I need to book a taxi to go between the two , please ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'black lexus');(_:result,phone,'07034946796');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked your taxi . It is a black lexus and the contact number is 07034946796 ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! Thanks for your help ." }, { "id": 21, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome ! Is there anything else I can do for you ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Actually I think there has been some confusion . I 'm looking for a 4 star guesthouse with free wifi in the WEST . The locations you gave me are in the wrong area ." }, { "id": 23, "rdf-acts": [ "inform((_:result,area,'West');(_:result,name,'Finches B & B');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I do apologize for the confusion earlier , I misspoke . Finches B & B is in fact in the West ." }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , thank you ." }, { "id": 25, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Would you like more information ?" }, { "id": 26, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nah that wo n't be necessary . Appreciate the help !" }, { "id": 27, "rdf-acts": null, "speaker": "system", "text": "Thank you , I 'm glad we could help !" } ]
MUL1193.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "finches bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "that area" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 Thornton Road" ], [ "_:result", "name", "Finches" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 Thornton Road" ], [ "_:result", "name", "Finches" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/9545f665" ], [ "_:search/9545f665", "area", "east" ], [ "_:search/9545f665", "category", "colleges" ], [ "_:search/9545f665", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 Thornton Road" ], [ "_:result", "name", "Finches" ], [ "_:result", "phone", "01223276653" ], [ "_:search", "area", "east" ], [ "_:search", "category", "colleges" ], [ "_:system", "canthelp", "_:search/9545f665" ], [ "_:search/9545f665", "area", "east" ], [ "_:search/9545f665", "category", "colleges" ], [ "_:search/9545f665", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/f0647382" ], [ "_:search/f0647382", "type", "Hotel" ], [ "_:result", "amount", "only" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "21:00" ], [ "_: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", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 Thornton Road" ], [ "_:result", "phone", "01223276653" ], [ "_:search", "area", "east" ], [ "_:search", "category", "colleges" ], [ "_:system", "canthelp", "_:search/9545f665" ], [ "_:search/9545f665", "area", "east" ], [ "_:search/9545f665", "category", "colleges" ], [ "_:search/9545f665", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/f0647382" ], [ "_:search/f0647382", "type", "Hotel" ], [ "_:result", "amount", "only" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "area", "west" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Churchill College" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "colleges" ], [ "_:system", "canthelp", "_:search/9545f665" ], [ "_:search/9545f665", "area", "east" ], [ "_:search/9545f665", "category", "colleges" ], [ "_:search/9545f665", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/f0647382" ], [ "_:search/f0647382", "type", "Hotel" ], [ "_:result", "amount", "only" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "21:00" ], [ "_:result", "car", "?" ], [ "_:result", "area", "west" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "name", "Churchill College" ], [ "_:result", "phone", "01223336233" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "colleges" ], [ "_:system", "canthelp", "_:search/9545f665" ], [ "_:search/9545f665", "area", "east" ], [ "_:search/9545f665", "category", "colleges" ], [ "_:search/9545f665", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/f0647382" ], [ "_:search/f0647382", "type", "Hotel" ], [ "_:result", "amount", "only" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "21:00" ], [ "_:result", "area", "west" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "name", "Churchill College" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black lexus" ], [ "_:result", "phone", "07034946796" ], [ "_: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": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/9545f665" ], [ "_:search/9545f665", "area", "east" ], [ "_:search/9545f665", "category", "colleges" ], [ "_:search/9545f665", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/f0647382" ], [ "_:search/f0647382", "type", "Hotel" ], [ "_:result", "amount", "only" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "21:00" ], [ "_:result", "area", "west" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "name", "Churchill College" ], [ "_:result", "car", "black lexus" ], [ "_:result", "phone", "07034946796" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/9545f665" ], [ "_:search/9545f665", "area", "east" ], [ "_:search/9545f665", "category", "colleges" ], [ "_:search/9545f665", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/f0647382" ], [ "_:search/f0647382", "type", "Hotel" ], [ "_:result", "amount", "only" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "21:00" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "car", "black lexus" ], [ "_:result", "phone", "07034946796" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Finches B & B" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/9545f665" ], [ "_:search/9545f665", "area", "east" ], [ "_:search/9545f665", "category", "colleges" ], [ "_:search/9545f665", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/f0647382" ], [ "_:search/f0647382", "type", "Hotel" ], [ "_:result", "amount", "only" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "21:00" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "car", "black lexus" ], [ "_:result", "phone", "07034946796" ], [ "_:search", "area", "west" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Finches B & B" ], [ "_: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, 19, 20, 21, 22, 23, 24, 25, 26 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,food,'lebanese');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am looking for a Lebanese restaurant in any area . Could you please provide me with a phone number and postcode ? I 'm very hungry and need food ! !" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'lebanese');(_:result,name,'Ali baba');(_:result,phone,'01462 432565');(_:result,postcode,'1 N.T');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Ali baba is a lebanese restaurant in the centre of town . Their phone number is 01462 432565 and the postcode is C.B 2 , 1 N.T" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye !" }, { "id": 3, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You 're welcome !" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you goodbye" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye ." } ]
WOZ20179.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "Ali baba" ], [ "_:result", "phone", "01462 432565" ], [ "_:result", "postcode", "1 N.T" ], [ "_:result", "postcode", "C.B 2" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "lebanese" ], [ "_:result", "name", "Ali baba" ], [ "_:result", "phone", "01462 432565" ], [ "_:result", "postcode", "1 N.T" ], [ "_:result", "postcode", "C.B 2" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a resturant that serves British food ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'11');(_:result,food,'British');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 11 British restaurants . What price ranges do you want ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am open to any price range , but am looking for somewhere located in the centre area of town ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'cotto');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I would recommend cotto , they are moderately priced , would you like more info on them ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes can I please get more info ." }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223302010');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "their phone number is 01223302010" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "May I also get the address for the restaurant ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'183 East Road City Centre');(_:result,postcode,'cb11bg');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Absolutely , there address is 183 East Road City Centre cb11bg . Is there anything else I may help you with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes I need to find a place to stay in the centre area . It should be a 4 star guesthouse with free wifi ." }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Do you know of any hotels in the area that meet my standards ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "You 're the help desk , please tell me what you find ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "alexander bed and breakfast is the only matching all your requirements . Can I book it for you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I do n't need a reservation but would like the address please ." }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'56 saint barnabas road');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The address is 56 saint barnabas road ." }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "i also need a taxi to commute between the two places" }, { "id": 15, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "For how many people & what time do you want to leave & arrive ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,leave_at,'08:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "It 's just for me and I want the taxi to leave the hotel by 08:00 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'black Volvo');(_:result,phone,'07902240237');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Please look for a black Volvo . The contact number is : 07902240237 . What else can I assist you with today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's it . Thank you so much for your help ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'yellow volvo');(_:result,phone,'07325574995');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I reserved a yellow volvo for you . The driver can be reached at 07325574995 . Is there anything else I can help you with ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . I have everything I need for now ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Great . Thank you for calling . Have a great day . Goodbye ." } ]
PMUL0187.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", "count", "11" ], [ "_:result", "food", "British" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "count", "11" ], [ "_:result", "food", "British" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "cotto" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "count", "11" ], [ "_:result", "food", "British" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "cotto" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223302010" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "count", "11" ], [ "_:result", "food", "British" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "name", "cotto" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "phone", "01223302010" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "183 East Road City Centre" ], [ "_:result", "postcode", "cb11bg" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "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", "food", "british" ], [ "_:result", "count", "11" ], [ "_:result", "food", "British" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "name", "cotto" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "phone", "01223302010" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "183 East Road City Centre" ], [ "_:result", "postcode", "cb11bg" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "count", "11" ], [ "_:result", "food", "British" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "phone", "01223302010" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "183 East Road City Centre" ], [ "_:result", "postcode", "cb11bg" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "count", "11" ], [ "_:result", "food", "British" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "phone", "01223302010" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb11bg" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "count", "11" ], [ "_:result", "food", "British" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "phone", "01223302010" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb11bg" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "type", "Hotel" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "08:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "count", "11" ], [ "_:result", "food", "British" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "postcode", "cb11bg" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "08:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black Volvo" ], [ "_:result", "phone", "07902240237" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:result", "count", "11" ], [ "_:result", "food", "British" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "postcode", "cb11bg" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "hotels" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "08:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow volvo" ], [ "_:result", "phone", "07325574995" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'norwich train station');(_:search,leave_at,'02:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "i want to book a taxi . The taxi should leave after 02:30 and should go to Norwich train station ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))", "thank()" ], "speaker": "system", "text": "I can definitely help you with that . Where will you be departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'jesus college');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will be departing from jesus college ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'grey Audi');(_:result,phone,'07597249308');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked you a grey Audi . The contact number is 07597249308 . What else may I help you with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that 's is all i wanted for today , thanks" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thanks and have a nice day ." } ]
SNG1161.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "norwich train station" ], [ "_:search", "leave_at", "02:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "norwich train station" ], [ "_:search", "leave_at", "02:30" ], [ "_:search", "departure", "jesus college" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "norwich train station" ], [ "_:search", "leave_at", "02:30" ], [ "_:search", "departure", "jesus college" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey Audi" ], [ "_:result", "phone", "07597249308" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to stansted airport from cambridge please ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok , what day will you be traveling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'12:45');(_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thursday . I need to arrive by 12:45 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'at 6:08');(_:result,day,'Thursday');(_:result,destination,'Stansted Airport');(_:result,leave_at,'5:40');(_:result,type,'Train'))" ], "speaker": "system", "text": "The closest to thing I can find is a train leaving at 5:40 on Thursday . It arrives at Stansted Airport at 6:08 . Is this okay ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , that works . Can I get the train i d number and the price please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR7966');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "the train Number is TR7966 , it will cost you 10.10 pounds ." }, { "id": 6, "rdf-acts": [ "request((_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the departure time of that also please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR7966');(_:result,leave_at,'5:40');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR7966 departs at 5:40 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great . Now I need a place to stay ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,count,'33');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 33 different lodging options in town . Do you have a preference for type , area , pricerange , or star rating ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It should be a 4 star hotel ." }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area and price range are you looking for ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Type does n't matter . I want it to be cheap and in the north . With a 4 star rating ." }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,name,'The worth house');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The worth house is located in the north and cheap , would you like a reservation ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it rated 4 stars ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'four');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes it is a four star . It also has free internet and free parking . When were you planning your stay ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "book it for 7 people and 5 nights starting from saturday" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'M0ZETXSZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . Reference number is : M0ZETXSZ . Is there anything else I can help you with ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . I am all set ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "That 's great . Have a safe trip . goodbye ." } ]
PMUL1985.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", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "at 6:08" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Stansted Airport" ], [ "_:result", "leave_at", "5:40" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "at 6:08" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Stansted Airport" ], [ "_:result", "leave_at", "5:40" ], [ "_:result", "id", "TR7966" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "at 6:08" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Stansted Airport" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "id", "TR7966" ], [ "_:result", "leave_at", "5:40" ], [ "_:result", "type", "Train" ], [ "_: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", "stansted airport" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "at 6:08" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Stansted Airport" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "id", "TR7966" ], [ "_:result", "leave_at", "5:40" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_: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", "stansted airport" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "at 6:08" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Stansted Airport" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "id", "TR7966" ], [ "_:result", "leave_at", "5:40" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "at 6:08" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Stansted Airport" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "id", "TR7966" ], [ "_:result", "leave_at", "5:40" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "The worth house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "arrive_by", "12:45" ], [ "_:result", "arrive_by", "at 6:08" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Stansted Airport" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "id", "TR7966" ], [ "_:result", "leave_at", "5:40" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "The worth house" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "arrive_by", "12:45" ], [ "_:result", "arrive_by", "at 6:08" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Stansted Airport" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "id", "TR7966" ], [ "_:result", "leave_at", "5:40" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "The worth house" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "M0ZETXSZ" ], [ "_: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,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need to find a place to eat in Centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,area,'centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are many restaurants in centre . Did you have a specific price range or cuisine style you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "moderate and British please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'British');(_:result,name,'Restaurant one seven');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Restaurant one seven looks good and is British in the moderate price range ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'13:45');(_:search,people,'one');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great ! Can I book a table for one at 13:45 on Thursday ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'QJMICCEY');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful they will hold the table for 15 minutes and the reference number is QJMICCEY . Is there anything else I can help with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I am also looking for a train departing from cambridge ." }, { "id": 7, "rdf-acts": [ "inform((_:result,departure,'cambridge');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok what time will you be departing from cambridge ? What is your destination ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'18:15');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "My destination is kings lynn and I need to arrive by 18:15 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'quite a few');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are quite a few trains that will arrive at the time . What time would you prefer to depart ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'18:15');(_:search,day,'friday');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "What 's the last train that gets to Kings Lynn by 18:15 Friday ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'17:58');(_:result,id,'TR9226');(_:result,type,'Train'))" ], "speaker": "system", "text": "That would be train TR9226 . It arrives at 17:58 ." }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "What time does that train depart ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,leave_at,'17:11');(_:result,type,'Train'))" ], "speaker": "system", "text": "It departs at 17:11 ." }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "Perfect . Please book that train for one person ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'I4012ZAZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book it , reference number is I4012ZAZ ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I actually did n't need that booked just yet , but that will probably save me some time , so thanks ! That 's all I needed ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Great ! Have a good trip ." } ]
MUL1514.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJMICCEY" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJMICCEY" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJMICCEY" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJMICCEY" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "id", "TR9226" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:45" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QJMICCEY" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "id", "TR9226" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant one seven" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "13:45" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:15" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "id", "TR9226" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "I4012ZAZ" ], [ "_: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,name,'Parkside Police station');(_:search,type,'Police'))", "request((_:result,address,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "Could you give me the address of the Parkside Police station ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,type,'Police'))", "reqmore()" ], "speaker": "system", "text": "The phone number is 01223358966 . Can I help you find anything else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'Parkside Police Station');(_:search,type,'Police'))", "request((_:result,address,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "I also need the address for the Parkside Police Station , please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))" ], "speaker": "system", "text": "The address is Parkside , Cambridge ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks for your help" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You are more than welcome !" } ]
SNG01982.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Parkside Police station" ], [ "_:search", "type", "Police" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "address", "?" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "Parkside Police Station" ], [ "_:search", "type", "Police" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "phone", "01223358966" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "Parkside Police Station" ], [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'swimming pool');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I need to find a swimming pool in the south area of Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "canthelp((_:search,area,'south');(_:search,category,'swimming pools');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are n't any swimming pools in south Cambridge . Do you to expand your search to different areas or other types of attractions ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'cinema');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is there a type of cinema ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'1');(_:result,name,'Cineworld');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes ! I have one called Cineworld . Would you like their telephone number ." }, { "id": 4, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes please give me their phone number and tell me what their entrance fee is please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,entrance_fee,'unable to view');(_:result,name,\"Cineworld Cinema 's\");(_:result,phone,'00872208000');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cineworld Cinema 's phone number is 00872208000 . Unfortunately , I am unable to view their entrance fee . Did you also need the address ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,destination,'kings lynn');(_:search,leave_at,'09:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "No , I do n't need the address . You can however help me find a train that leaves for Kings Lynn after 09:45" }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking');(_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "On what day ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Sunday please thanks for your help ." }, { "id": 9, "rdf-acts": [ "inform((_:result,id,'TR7535');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "train TR7535 should be ok , should I book ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I need to book tickets for 7 people please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'I76GOXIN');(_:booking,ticket,'54.88 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That booking was successful . Your reference number is I76GOXIN and the cost is 54.88 GBP . Anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's everything , thank you so much !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo Centre . Have a wonderful day !" } ]
PMUL1210.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "swimming pool" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/a72a157a" ], [ "_:search/a72a157a", "area", "south" ], [ "_:search/a72a157a", "category", "swimming pools" ], [ "_:search/a72a157a", "type", "Attraction" ], [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/a72a157a" ], [ "_:search/a72a157a", "area", "south" ], [ "_:search/a72a157a", "category", "swimming pools" ], [ "_:search/a72a157a", "type", "Attraction" ], [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Cineworld" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/a72a157a" ], [ "_:search/a72a157a", "area", "south" ], [ "_:search/a72a157a", "category", "swimming pools" ], [ "_:search/a72a157a", "type", "Attraction" ], [ "_:search", "category", "cinema" ], [ "_:result", "count", "1" ], [ "_:result", "entrance_fee", "unable to view" ], [ "_:result", "name", "Cineworld Cinema 's" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "09:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/a72a157a" ], [ "_:search/a72a157a", "area", "south" ], [ "_:search/a72a157a", "category", "swimming pools" ], [ "_:search/a72a157a", "type", "Attraction" ], [ "_:search", "category", "cinema" ], [ "_:result", "count", "1" ], [ "_:result", "entrance_fee", "unable to view" ], [ "_:result", "name", "Cineworld Cinema 's" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "09:45" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/a72a157a" ], [ "_:search/a72a157a", "area", "south" ], [ "_:search/a72a157a", "category", "swimming pools" ], [ "_:search/a72a157a", "type", "Attraction" ], [ "_:search", "category", "cinema" ], [ "_:result", "count", "1" ], [ "_:result", "entrance_fee", "unable to view" ], [ "_:result", "name", "Cineworld Cinema 's" ], [ "_:result", "phone", "00872208000" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "09:45" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:result", "id", "TR7535" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/a72a157a" ], [ "_:search/a72a157a", "area", "south" ], [ "_:search/a72a157a", "category", "swimming pools" ], [ "_:search/a72a157a", "type", "Attraction" ], [ "_:search", "category", "cinema" ], [ "_:result", "count", "1" ], [ "_:result", "entrance_fee", "unable to view" ], [ "_:result", "name", "Cineworld Cinema 's" ], [ "_:result", "phone", "00872208000" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "09:45" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:result", "id", "TR7535" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "I76GOXIN" ], [ "_:booking", "ticket", "54.88 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay in the north with a 4 star rating please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'8');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Archway House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 8 guesthouses in the north . Would you like some information on the Archway House ? It has free parking and internet ." }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it in the cheap price range ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "No , it 's moderately priced would you like another hotel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What hotels have free parking ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_parking,'none');(_:result,name,'archway house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the archway house that offers free parking . Would you like to make reservations ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No thank you , could I have the address with postcode and phone number ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'52 gilbert road cb43pe');(_:result,phone,'01223575314');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The address is 52 gilbert road cb43pe , phone number 01223575314 . Is there anything else you need today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to find a boat in the north of town as well ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Riverboat Georgina');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is the Riverboat Georgina in the north . Would you like the information for it ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you just give me the entrance fee amount and the address ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'cambridge passenger cruisers , jubilee house');(_:result,entrance_fee,'unlisted');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is cambridge passenger cruisers , jubilee house . The entrance fee is unlisted . Anything else today ?" }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "There is no entrance fee ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'absent from my database');(_:result,entrance_fee,'not available');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The entrance fee is not available . It is absent from my database ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , thank you so much ! I do n't need anything else then , goodbye !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you so much for using our services . Goodbye ." } ]
PMUL2554.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Archway House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Archway House" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "archway house" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "archway house" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "52 gilbert road cb43pe" ], [ "_:result", "phone", "01223575314" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "52 gilbert road cb43pe" ], [ "_:result", "phone", "01223575314" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "north" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Riverboat Georgina" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "?" ], [ "_:result", "phone", "01223575314" ], [ "_:search", "area", "north" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Riverboat Georgina" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "cambridge passenger cruisers , jubilee house" ], [ "_:result", "entrance_fee", "unlisted" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "8" ], [ "_:result", "has_internet", "none" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "?" ], [ "_:result", "phone", "01223575314" ], [ "_:search", "area", "north" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Riverboat Georgina" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "cambridge passenger cruisers , jubilee house" ], [ "_:result", "entrance_fee", "absent from my database" ], [ "_:result", "entrance_fee", "not available" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hello ! I need to book a train from Cambridge to Peterborough ." }, { "id": 1, "rdf-acts": [ "inform((_:result,day,'friday');(_:result,id,'TR9859');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR9859 will take you there on friday . Need a ticket ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,leave_at,'18:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need the train to leave after 18:45 on Sunday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,day,'Sunday');(_:result,destination,'Peterborough');(_:result,id,'TR7734');(_:result,leave_at,'19:06');(_:result,type,'Train'))" ], "speaker": "system", "text": "Sure , TR7734 will get you to Peterborough on Sunday . It leaves at 19:06 . How does that work ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the total travel time ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'50 minutes');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The total travel time is 50 minutes and the price is 13.20 pounds . Would you like to book a seat ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'club salsa');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , please book that for me . I 'm also looking for Club Salsa . Can you tell me where that is located ?" }, { "id": 7, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets are you needing ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "one ticket please" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'CZ4831YE');(_:booking,ticket,'13.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 13.2 GBP payable at the station . Your reference number is : CZ4831YE . Can I help with anything else ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))", "inform((_:search,name,'Club Salsa');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I 'm trying to find out where Club Salsa is , and what the postcode and phone number are please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'1 station road');(_:result,name,'Club Salsa');(_:result,phone,'07782218745');(_:result,postcode,'cb12jb');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Club Salsa is located at 1 station road . The post code is cb12jb . The phone number is 07782218745 . Can I be of further assistance ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'm not familiar with that address . What part of town is that in ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is in the Centre ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . Those are my questions for today . Goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful day !" } ]
PMUL1216.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:result", "day", "friday" ], [ "_:result", "id", "TR9859" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "18:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "18:45" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Sunday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "id", "TR7734" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "day", "Sunday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "id", "TR7734" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "club salsa" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "day", "Sunday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "id", "TR7734" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "club salsa" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "day", "Sunday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "id", "TR7734" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "CZ4831YE" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Club Salsa" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "day", "Sunday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "id", "TR7734" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:search", "people", "one" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "CZ4831YE" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Club Salsa" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "1 station road" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "phone", "07782218745" ], [ "_:result", "postcode", "cb12jb" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "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", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "18:45" ], [ "_:result", "day", "Sunday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "id", "TR7734" ], [ "_:result", "leave_at", "19:06" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:search", "people", "one" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "CZ4831YE" ], [ "_:booking", "ticket", "13.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Club Salsa" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "1 station road" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "phone", "07782218745" ], [ "_:result", "postcode", "cb12jb" ], [ "_:result", "address", "?" ], [ "_:result", "area", "Centre" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for train going to Cambridge ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'1414');(_:result,destination,'cambridge');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 1414 trains heading to cambridge , what is your departure location ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to leave from Bishops Stortford ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "To narrow down the results , please tell me what day and time you would like to depart ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,leave_at,'18:15');(_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave on tuesday after 18:15 . I need to work around 6 different people 's schedules ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'20:07');(_:result,id,'TR9286');(_:result,leave_at,'19:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The closest departure to that time would be TR9286 leaving at 19:29 and arriving at 20:07 . Would you like me to book that for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))", "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That works - yes , please book 6 tickets , and I 'll need a reference number . Can you also tell me about restaurants on the east side of town ?" }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:booking,category,'Train');(_:booking,id,'TR9286');(_:booking,leave_at,'19:29');(_:booking,ref,'HJRIJOWD');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your train is booked . TR9286 , leaving at 19:29 . Your reference number is HJRIJOWD . What type of restaurant are you interested in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I like Greek food . I also need to get a list of local attractions in the east ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,area,'east');(_:result,name,'Camboats');(_:result,name,'Cambridge Museum of Technology');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Certainly . We have many different attractions in the east , from Camboats to the Funky Fun House and the Cambridge Museum of Technology . Are you looking for anything specific ?" }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I do n't really care , just something interesting . Can you pick something for me and let me know the entrance fee , postcode , and phone number ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'5 Greens Road');(_:result,entrance_fee,'free');(_:result,name,'Cambridge Artworks');(_:result,phone,'01223902168');(_:result,postcode,'cb13ef');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "OK , how about Cambridge Artworks , the phone number is 01223902168 , the address is 5 Greens Road , the postcode is cb13ef , and it 's free !" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That sounds great ! Thanks , that 's all I need for now ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you ! Goodbye ." } ]
MUL0517.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", "count", "1414" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "1414" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "1414" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "id", "TR9286" ], [ "_:result", "leave_at", "19:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "1414" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "id", "TR9286" ], [ "_:result", "leave_at", "19:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:search", "food", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9286" ], [ "_:booking", "leave_at", "19:29" ], [ "_:booking", "ref", "HJRIJOWD" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "1414" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "id", "TR9286" ], [ "_:result", "leave_at", "19:29" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:search", "food", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9286" ], [ "_:booking", "leave_at", "19:29" ], [ "_:booking", "ref", "HJRIJOWD" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Camboats" ], [ "_:result", "name", "Cambridge Museum of Technology" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "1414" ], [ "_:result", "destination", "cambridge" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "id", "TR9286" ], [ "_:result", "leave_at", "19:29" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:search", "food", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9286" ], [ "_:booking", "leave_at", "19:29" ], [ "_:booking", "ref", "HJRIJOWD" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "east" ], [ "_:result", "address", "5 Greens Road" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cambridge Artworks" ], [ "_:result", "phone", "01223902168" ], [ "_:result", "postcode", "cb13ef" ], [ "_: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,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant that 's expensive and in the centre ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'cambridge chop house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The cambridge chop house is available , would you like to book there ?" }, { "id": 2, "rdf-acts": [ "request((_:result,food,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What food type does it have ? Can you also provide me their phone number ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'British');(_:result,phone,'01223359506');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "They serve British food and their phone is 01223359506 . Would you like to book a table ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I do n't need to book a table at the moment , but I also wanted to find a college to visit in the same area ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'Downing College');(_:result,type,'Attraction'))", "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Regent Street');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I love the Downing College in the city centre . It 's free to attend . It 's on Regent Street and is free . Would that work ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That sounds perfect . Thank you for your help today !" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can do ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's it ! Thank you so much !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Have a good trip !" } ]
PMUL2178.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "cambridge chop house" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "cambridge chop house" ], [ "_:result", "food", "British" ], [ "_:result", "phone", "01223359506" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "British" ], [ "_:result", "phone", "01223359506" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Downing College" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "British" ], [ "_:result", "phone", "01223359506" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Downing College" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'gallery at twelve a high street');(_:search,leave_at,'4:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to come to gallery at twelve a high street by 4:00 ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Ok , where do you need to go ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I want to the gallery at twelve high street ." }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I 'm sorry , can you confirm if you 're leaving from or going to Gallery at Twelve a High Street ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'the junction');(_:search,destination,'gallery at twelve');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I am departing from the junction and going to gallery at twelve ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'grey skoda');(_:result,departure,'the junction');(_:result,destination,'gallery at twelve a high');(_:result,leave_at,'4:00');(_:result,phone,'07355269466');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "You 'll be picked up at the junction , to gallery at twelve a high , by 4:00 . Your auto is a grey skoda , contact number : 07355269466 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you !" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "You 're welcome . Is there anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all . Thank you ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Ok , thank you for contacting us and have a great day !" } ]
SNG02257.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "gallery at twelve a high street" ], [ "_:search", "leave_at", "4:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "4:00" ], [ "_:search", "destination", "?" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "4:00" ], [ "_:search", "departure", "the junction" ], [ "_:search", "destination", "gallery at twelve" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "4:00" ], [ "_:search", "departure", "the junction" ], [ "_:search", "destination", "gallery at twelve" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey skoda" ], [ "_:result", "departure", "the junction" ], [ "_:result", "destination", "gallery at twelve a high" ], [ "_:result", "leave_at", "4:00" ], [ "_:result", "phone", "07355269466" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "4:00" ], [ "_:search", "departure", "the junction" ], [ "_:search", "destination", "gallery at twelve" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey skoda" ], [ "_:result", "departure", "the junction" ], [ "_:result", "destination", "gallery at twelve a high" ], [ "_:result", "leave_at", "4:00" ], [ "_:result", "phone", "07355269466" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need an expensive restaurant in the centre of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,food,'British');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are many British restaurants in the area , is that okay ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That is fine , Ill go with what you recommend , can I get the place 's phone number and address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Midsummer Common');(_:result,name,'midsummer house restaurant');(_:result,phone,'01223369299');(_:result,postcode,'cb41 ha');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "i recommend midsummer house restaurant \t phone number is 01223369299 and address is Midsummer Common , cb41 ha" }, { "id": 4, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What type of food do they serve ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'British');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The restaurant serves British food . Would you like to make a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "nah , but i need to catch a train" }, { "id": 7, "rdf-acts": [ "request((_:search,day,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "When and where will you be traveling ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going from Cambridge to London Kings Cross on Friday ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are several trains , do you have a time preference ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'09:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should arrive by 09:15 if possible" }, { "id": 11, "rdf-acts": [ "inform((_:result,amount,'it is the latest');(_:result,arrive_by,'07:51');(_:result,id,'TR8026');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR8026 arrives at 07:51 and it is the latest . will that work for you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , what 's the total travel time please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,duration,'51 minutes');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Total travel time is 51 minutes . Can I help you with anything else ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Can you tell me what time the train will be departing ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,id,'TR8026');(_:result,leave_at,'07:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR8026 leaves the station at 07:00 . Would you like me to go ahead and make reservations for you ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not at this time , thank you ." }, { "id": 17, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 18, "rdf-acts": [], "speaker": "user", "text": "No that will be all for now ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling and have a great day . Goodbye ." } ]
PMUL0697.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:result", "food", "British" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:result", "food", "British" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "phone", "01223369299" ], [ "_:result", "postcode", "cb41 ha" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "phone", "01223369299" ], [ "_:result", "postcode", "cb41 ha" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "British" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "phone", "01223369299" ], [ "_:result", "postcode", "cb41 ha" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "British" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "phone", "01223369299" ], [ "_:result", "postcode", "cb41 ha" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "British" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "phone", "01223369299" ], [ "_:result", "postcode", "cb41 ha" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "British" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "type", "Train" ], [ "_:result", "amount", "it is the latest" ], [ "_:result", "arrive_by", "07:51" ], [ "_:result", "id", "TR8026" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "?" ] ], "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", "expensive" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "phone", "01223369299" ], [ "_:result", "postcode", "cb41 ha" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "British" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:result", "amount", "it is the latest" ], [ "_:result", "arrive_by", "07:51" ], [ "_:result", "id", "TR8026" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "51 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "phone", "01223369299" ], [ "_:result", "postcode", "cb41 ha" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "British" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:result", "amount", "it is the latest" ], [ "_:result", "arrive_by", "07:51" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "51 minutes" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR8026" ], [ "_:result", "leave_at", "07:00" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "Midsummer Common" ], [ "_:result", "name", "midsummer house restaurant" ], [ "_:result", "phone", "01223369299" ], [ "_:result", "postcode", "cb41 ha" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "British" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:result", "amount", "it is the latest" ], [ "_:result", "arrive_by", "07:51" ], [ "_:booking", "category", "Train" ], [ "_:result", "duration", "51 minutes" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR8026" ], [ "_:result", "leave_at", "07:00" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'bridge guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm coming into town and want to try local restaurants and am looking for a hotel called Bridge Guest House . Do you know where this place is at ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'151 hills road');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "yes it is located in 151 hills road . anything else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes I would like to book it for 6 people for 3 nights staring from Thursday and would like a reference number after doing so ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:booking,ref,'S770N2F9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked the hotel for you . The reference number is S770N2F9 . What kinds of restaurants are you hoping to try ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like chinese food please ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,area,'all over town');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found several all over town . I can narrow the options down based on what part of town you prefer ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to be in the centre" }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'10');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 10 restaurants available . What price range would you prefer ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "A cheap place please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'charlie chan');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "how about charlie chan ? sounds lovely ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "that sounds good to me . i want you to book it for me" }, { "id": 11, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay . I need to know the day , time , and number of people you would like to book a reservation for ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,duration,'14:00');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need the reservation for 6 people at 14:00 please ." }, { "id": 13, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day would you like the restaurant for please ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'14:00');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "book at table for 6 at 14:00 on thursday , please ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Thursday');(_:booking,duration,'14:00');(_:booking,name,'Charlie Chan');(_:booking,people,'6');(_:booking,ref,'3QUDNYHJ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have made your reservation for 6 people at 14:00 on Thursday for Charlie Chan . Your reference number is 3QUDNYHJ . Is there anything else I may assist you with ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,leave_at,'14:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes I need a taxi leaving the hotel for the restaurant a little before 14:00 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'yellow lexus');(_:result,phone,'07801886354');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay . I 've booked a taxi for you . It 'll be a yellow lexus and the contact number is 07801886354" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That is all I need ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thanks for letting us assist you ! Enjoy your visit !" } ]
PMUL0052.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:result", "address", "151 hills road" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:result", "address", "151 hills road" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "ref", "S770N2F9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "S770N2F9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all over town" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "S770N2F9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all over town" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "S770N2F9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all over town" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "10" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "charlie chan" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "S770N2F9" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all over town" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "10" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "charlie chan" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "6" ], [ "_: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", "name", "bridge guest house" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "S770N2F9" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all over town" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "10" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "charlie chan" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "bridge guest house" ], [ "_:result", "address", "151 hills road" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all over town" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "10" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "charlie chan" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "Charlie Chan" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "3QUDNYHJ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "14:00" ], [ "_: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", "name", "bridge guest house" ], [ "_:result", "address", "151 hills road" ], [ "_:search", "stay", "3" ], [ "_:result", "ref", "?" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all over town" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "10" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "charlie chan" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "14:00" ], [ "_:booking", "name", "Charlie Chan" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "3QUDNYHJ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "14:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow lexus" ], [ "_:result", "phone", "07801886354" ], [ "_: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,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant in the centre .." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'60');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are over 60 restaurants to choose from in the centre . Is there a type of food you are interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like for it to be expensive . Any you choose is fine . I 'll need the postcode , also , please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'Asian Oriental');(_:result,name,'Kymmoy');(_:result,postcode,'cb12as');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Kymmoy meets your criteria . It serves Asian Oriental food . The postcode is cb12as ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,\"sheep 's green and lammas land park fen causeway\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great , thanks . I 'm also looking for an attraction called the sheep 's green and lammas land park fen causeway ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Sheep 's green and lammas land park fen causeway is a park in the south area with free admission . Postcode cb22ad , phone 01223302580 and is located on fen causeway , newnham road ." } ]
PMUL4357.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "60" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "60" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "Asian Oriental" ], [ "_:result", "name", "Kymmoy" ], [ "_:result", "postcode", "cb12as" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "sheep 's green and lammas land park fen causeway" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'polish');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a polish restaurant that is in the moderate price range ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'in town');(_:search,food,'polish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry , there are no polish restaurants in town . Perhaps you 'd like to try a different type of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you find one that serves spanish food , instead ?" }, { "id": 3, "rdf-acts": [ "select((_:result,name,'and la raza');(_:result,name,'la tasca');(_:result,type,'Restaurant'))", "offer((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , we have la tasca , and la raza . Can I book one for you , if so for how many people and what date ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'15:30');(_:search,name,'la tasca');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I will try la tasca . The booking is just for me on Monday at 15:30 ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'42Z6AY64');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You have a table and it will be held for 15 minutes . The reference number is 42Z6AY64 . Can I be of further assistance ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'byard art');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I also need to find a place called Byard Art ." }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What type of place is that ?" }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "It 's an attraction in town . Can you find it by name ? I just need their phone number and the cost ." }, { "id": 9, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,phone,'01223464646');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Sure ! The cost is free and their phone number is 01223464646 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Terrific ! I also need a taxi that will get me from Byard to my restaurant by the reservation time , please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'grey lexus');(_:result,phone,'07863299997');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I was able to book a grey lexus phone number is 07863299997" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's awesome . Thanks . I think that will do it for today . Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "you are welcome to use our services anytime ." } ]
MUL2480.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "polish" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/45f76379" ], [ "_:search/45f76379", "area", "in town" ], [ "_:search/45f76379", "food", "polish" ], [ "_:search/45f76379", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/45f76379" ], [ "_:search/45f76379", "area", "in town" ], [ "_:search/45f76379", "food", "polish" ], [ "_:search/45f76379", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "and la raza" ], [ "_:result", "name", "la tasca" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "name", "la tasca" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/45f76379" ], [ "_:search/45f76379", "area", "in town" ], [ "_:search/45f76379", "food", "polish" ], [ "_:search/45f76379", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "and la raza" ], [ "_:result", "name", "la tasca" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "42Z6AY64" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "byard art" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/45f76379" ], [ "_:search/45f76379", "area", "in town" ], [ "_:search/45f76379", "food", "polish" ], [ "_:search/45f76379", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "and la raza" ], [ "_:result", "name", "la tasca" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "42Z6AY64" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "byard art" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/45f76379" ], [ "_:search/45f76379", "area", "in town" ], [ "_:search/45f76379", "food", "polish" ], [ "_:search/45f76379", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "and la raza" ], [ "_:result", "name", "la tasca" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "42Z6AY64" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "byard art" ], [ "_:search", "category", "?" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223464646" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/45f76379" ], [ "_:search/45f76379", "area", "in town" ], [ "_:search/45f76379", "food", "polish" ], [ "_:search/45f76379", "type", "Restaurant" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "and la raza" ], [ "_:result", "name", "la tasca" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "42Z6AY64" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "byard art" ], [ "_:search", "category", "?" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey lexus" ], [ "_:result", "phone", "07863299997" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a place to dine" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are many different options in town ! Do you have a particular type of food and price range in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Expensive is what I am looking for . I do n't have a preference for the exact type of food ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'chesterton');(_:result,food,'asian oriental');(_:result,name,'Saigon City');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is Saigon City which is asian oriental located in chesterton" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great . Can I get their phone number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223356555');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , it is 01223356555 . Is there anything else I can assist you with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'15:45');(_:search,day,'saturday');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "looking for a train , The train should arrive by 15:45 and should leave on saturday . \n The train should go to cambridge and should depart from ely" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'13:52');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,id,'TR4698');(_:result,leave_at,'13:35');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4698 leaves Ely at 13:35 and arrives in Cambridge at 13:52 . Will this work for you ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes please book it foe me thank you" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR4698');(_:booking,ref,'7MHIH3MB');(_:booking,ticket,'3.52 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked the train TR4698 for you successfully . Your reference number is 7MHIH3MB . The price is 3.52 GBP payable at station . Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that 's all ! Thank you very much !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are welcome ! Have a nice day !" } ]
PMUL0849.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "chesterton" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "Saigon City" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "chesterton" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "Saigon City" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223356555" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "chesterton" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "Saigon City" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223356555" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "departure", "Ely" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4698" ], [ "_:result", "leave_at", "13:35" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "chesterton" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "Saigon City" ], [ "_:result", "phone", "01223356555" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "departure", "Ely" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4698" ], [ "_:result", "leave_at", "13:35" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4698" ], [ "_:booking", "ref", "7MHIH3MB" ], [ "_:booking", "ticket", "3.52 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi there . Can you help me find a train from Norwich to Cambridge ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are several trains on that route . What time would you like to leave / depart ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,leave_at,'12:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave after 12:15 on a Sunday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,departure,'Norwich');(_:result,leave_at,'12:16');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a 12:16 departure from Norwich . Would you like me to book this for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I 'm not sure if I need to book just yet . Can you tell me the travel time for this please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'79 minute');(_:result,id,'TR5225');(_:result,ticket,'14.08 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Sure , TR5225 is a 79 minute trip and each seat costs 14.08 pounds . Can I help you with anything else today ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Is there an All Saint 's Church ? I would like to visit it as well ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'city cenre');(_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , all saints church is located t city cenre . It has free entrance ." }, { "id": 8, "rdf-acts": [ "request((_:result,category,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds wonderful . Could I get the phone number along with the attraction type ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'architecture');(_:result,phone,'01223452587');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is listed as architecture , and their phone number is 01223452587" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much ! That is all the help I need for now ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are very welcome ! Have a great day and I hope you enjoy your visit ! Call for help anytime ." } ]
MUL1981.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" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "leave_at", "12:16" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "leave_at", "12:16" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "79 minute" ], [ "_:result", "id", "TR5225" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "leave_at", "12:16" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "79 minute" ], [ "_:result", "id", "TR5225" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "city cenre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "all saints church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "leave_at", "12:16" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "79 minute" ], [ "_:result", "id", "TR5225" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "city cenre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "all saints church" ], [ "_:result", "category", "architecture" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'd like to visit a college in the centre of town . Could you help me find one ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'colleges');(_:result,count,'13');(_:result,name,\"Christ 's College\");(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Yes , I can . I have 13 different colleges that I can recommend in the centre of town . A popular option is Christ 's College ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Oh that sounds good . May I have their address , postcode , and entrance fee , please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,\"saint andrew 's street\");(_:result,category,'college');(_:result,entrance_fee,'free');(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes their address is saint andrew 's street and their postcode is cb23bu and admission to the college is free ." }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'21:15');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "Fantastic ! Could you also find me a train that goes to bishops stortford and arrives by 21:15 ?" }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be departing from ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Cambridge is my departure point , and I want to travel on Wednesday ." }, { "id": 7, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a time you want to leave after ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No . I 'm open to departure time . Can you list the train ID and travel time ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,duration,'38');(_:result,id,'TR4404');(_:result,type,'Train'))" ], "speaker": "system", "text": "The TrainID is TR4404 and the total travel time is 38 ." }, { "id": 10, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What 's the price ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,ticket,'10.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "The price for a ticket is 10.10 pounds ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , thanks so much ! Goodbye" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Goodbye . Have a nice day ." } ]
MUL1902.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "21:15" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "21:15" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "21:15" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ], [ "_: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", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "arrive_by", "21:15" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "38" ], [ "_:result", "id", "TR4404" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "13" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb23bu" ], [ "_:search", "arrive_by", "21:15" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "38" ], [ "_:result", "id", "TR4404" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I want to go to a place that has architecture ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'all');(_:result,area,'centre');(_:result,category,'old schools and churches');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , I 've pulled up information on old schools and churches and they are all located in the centre . Would you like their addresses ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "If I could just get the phone numbers and postcodes , that would be great !" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'All saints church');(_:result,phone,'01223452587');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "All saints church is located at postcode cb58bs . Their number is 01223452587 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That 's perfect , I 've heard of it . How about a cozy 4 star guesthouse nearby ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'center');(_:result,count,'1');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay I have one matching that description in the city center and it is in the cheap price range but 4 stars . Would you like a booking ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it include free parking as well ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,name,'alexander bed and breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It does . It is the Alexander Bed and Breakfast ." }, { "id": 8, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can I get the price range for that guesthouse please ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouse');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is a cheap guesthouse . Would you like to book a room ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,destination,'the guesthouse');(_:search,leave_at,'2:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "No , but can you get me a taxi to the guesthouse ? I should finish sightseeing at 2:30 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'blue lexus');(_:result,phone,'07351739758');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "You 're all set ! The car will be a blue lexus and the contact number is 07351739758 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "THank you that is all I needed today , have a nice day ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , please contact us if you need help with something else ." } ]
PMUL2912.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "all" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "old schools and churches" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "all" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "old schools and churches" ], [ "_:result", "name", "All saints church" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "all" ], [ "_:result", "category", "old schools and churches" ], [ "_:result", "name", "All saints church" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "count", "1" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_: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": [ [ "_:result", "amount", "all" ], [ "_:result", "category", "old schools and churches" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "count", "1" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "all" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "count", "1" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "destination", "the guesthouse" ], [ "_:search", "leave_at", "2:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "all" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "count", "1" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "destination", "the guesthouse" ], [ "_:search", "leave_at", "2:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue lexus" ], [ "_:result", "phone", "07351739758" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'anatolia');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to find the Anatolia restaurant please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'30 Bridge street City Centre');(_:result,postcode,'cb21uj');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have that place here , the adress is 30 Bridge street City Centre , postcode cb21uj" }, { "id": 2, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the price range ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is in the moderate price range . Would you like a reservation ?" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , I 'm all set . Thanks ! Bye !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful day ." } ]
SNG0525.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "anatolia" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "anatolia" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "30 Bridge street City Centre" ], [ "_:result", "postcode", "cb21uj" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "anatolia" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "30 Bridge street City Centre" ], [ "_:result", "postcode", "cb21uj" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'british');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find an expensive restaurant that serves British food ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'6');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 6 matches , do you have a location preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is one of them located in Centre ? I will be staying over there and would like something close ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'51 Trumpington Street');(_:result,area,'centre');(_:result,name,'Fitzbillies Restaurant');(_:result,phone,'01223352500');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Fitzbillies Restaurant is located in the city 's centre at 51 Trumpington Street . The phone number is 01223352500 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much for the assistance ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No . I am also looking for a hotel . Alexander Bed and Breakfast ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'56 saint barnabas road');(_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Alexander Bed and Breakfast that is on 56 saint barnabas road ? Would you like me to book it ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "yes . i would like to stay starting wednesday for 5 nights with 6 people ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'QVRVE9AS');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is : QVRVE9AS . Can I help with anything else today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be all for today . Thanks so much for all your help . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "please contact us again in the future . goodbye ." } ]
PMUL0227.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "6" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "51 Trumpington Street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Fitzbillies Restaurant" ], [ "_:result", "phone", "01223352500" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "6" ], [ "_:search", "area", "centre" ], [ "_:result", "address", "51 Trumpington Street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Fitzbillies Restaurant" ], [ "_:result", "phone", "01223352500" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "6" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223352500" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "6" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223352500" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "QVRVE9AS" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'18:45');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to book a train for 18:45 that leaves Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your final destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "Norwich is my final destination ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Do you have a day in mind ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be traveling on Friday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'20:55');(_:result,day,'Friday');(_:result,destination,'norwich');(_:result,leave_at,'19:36');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a train that leaves on Friday at 19:36 and arrives in norwich at 20:55 . Would you like me to book it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'18:45');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Actually , I was n't very clear before . I apologize . I need to arrive in Cambridge by 18:45 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'18:35');(_:result,departure,'Norwich');(_:result,destination,'Cambridge');(_:result,id,'TR4990');(_:result,leave_at,'17:16');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4990 departs Norwich at 17:16 and arrives in Cambridge at 18:35 . Will that work for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , I think it will . How long is the trip and how much will it cost me ?" }, { "id": 9, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets will you need ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "just the one" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,duration,'79 minutes');(_:booking,ref,'3LOQWXPK');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , you 're booked with reference number 3LOQWXPK . Trip duration is 79 minutes , and the total fee is 17.6 GBP payable at the station . May I help with anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 'm also looking for a place to dine . Should be in the west and preferably in the expensive range ." }, { "id": 13, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I can look that up for you . Do you desire a particular type of restaurant ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Steakhouse please ." }, { "id": 15, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'any where in the city');(_:search,food,'steakhouses');(_:search,pricerange,'any price point');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately there are no steakhouses any where in the city at any price point . Do you have another type of food to search for ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , could you see if there is one that serves british food instead ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'Travellers Rest');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I would recommend Travellers Rest . It is on the west side and it is expensive ." }, { "id": 18, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Could I please have the address and postal code ?" }, { "id": 19, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Huntingdon Road City Centre');(_:result,postcode,'cb30df');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The zip code is cb30df , while the address is Huntingdon Road City Centre . Is there anything else I can help you with ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that was it thank you very much ." }, { "id": 21, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You 're welcome , thanks for using Cambridge TownInfo centre , have a great day !" }, { "id": 22, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks , you to . Good bye ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling Cambridge TownInfo Centre . Have a good day ." } ]
MUL1609.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "18:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "18:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "18:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "20:55" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "norwich" ], [ "_:result", "leave_at", "19:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "day", "Friday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4990" ], [ "_:result", "leave_at", "17:16" ], [ "_: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", "day", "friday" ], [ "_:result", "day", "Friday" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4990" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "day", "Friday" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4990" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "79 minutes" ], [ "_:booking", "ref", "3LOQWXPK" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "day", "Friday" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4990" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "79 minutes" ], [ "_:booking", "ref", "3LOQWXPK" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "steakhouse" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "day", "Friday" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4990" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "79 minutes" ], [ "_:booking", "ref", "3LOQWXPK" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/70e442c1" ], [ "_:search/70e442c1", "area", "any where in the city" ], [ "_:search/70e442c1", "food", "steakhouses" ], [ "_:search/70e442c1", "pricerange", "any price point" ], [ "_:search/70e442c1", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "day", "Friday" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4990" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "duration", "?" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "79 minutes" ], [ "_:booking", "ref", "3LOQWXPK" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/70e442c1" ], [ "_:search/70e442c1", "area", "any where in the city" ], [ "_:search/70e442c1", "food", "steakhouses" ], [ "_:search/70e442c1", "pricerange", "any price point" ], [ "_:search/70e442c1", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Travellers Rest" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "day", "Friday" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4990" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "duration", "?" ], [ "_:search", "people", "one" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "79 minutes" ], [ "_:booking", "ref", "3LOQWXPK" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/70e442c1" ], [ "_:search/70e442c1", "area", "any where in the city" ], [ "_:search/70e442c1", "food", "steakhouses" ], [ "_:search/70e442c1", "pricerange", "any price point" ], [ "_:search/70e442c1", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Travellers Rest" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Huntingdon Road City Centre" ], [ "_:result", "postcode", "cb30df" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:result", "day", "Friday" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "18:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "18:35" ], [ "_:result", "departure", "Norwich" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4990" ], [ "_:result", "leave_at", "17:16" ], [ "_:result", "duration", "?" ], [ "_:search", "people", "one" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "79 minutes" ], [ "_:booking", "ref", "3LOQWXPK" ], [ "_:booking", "ticket", "17.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/70e442c1" ], [ "_:search/70e442c1", "area", "any where in the city" ], [ "_:search/70e442c1", "food", "steakhouses" ], [ "_:search/70e442c1", "pricerange", "any price point" ], [ "_:search/70e442c1", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Travellers Rest" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Huntingdon Road City Centre" ], [ "_:result", "postcode", "cb30df" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'sitar tandoori');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I need some help and information pertaining to a particular restaurant . The name of the restaurant is Sitar Tandoori . I 'd like some information on the place if you can help ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,food,'Indian');(_:result,name,'Sitar Tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Oh yes , the Sitar Tandoori is great Indian restaurant on our east side of town . Do you need me to make a reservation for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'11:45');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , could you book a table for 6 on Friday at 11:45 ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,people,'6');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I am sorry , I am unable to make a reservation for 6 at that time . Would you like me to try and find another restaurant ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That 's unfortunate . Yes , is there something else in the same area ?" }, { "id": 5, "rdf-acts": [ "select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))", "offer((_:booking,type,'Booking'))", "inform((_:result,amount,'a few');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have a few more , moderate or expensive , which do you prefer I book ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "If you could find one in the same price range that would be best ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'pipasha restaurant');(_:booking,ref,'ZO0089US');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book pipasha restaurant , reference number is ZO0089US" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I need ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling . Have a great day ." } ]
SSNG0076.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "sitar tandoori" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "sitar tandoori" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Sitar Tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "sitar tandoori" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Sitar Tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/471f6f66" ], [ "_:booking/471f6f66", "people", "6" ], [ "_:booking/471f6f66", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "sitar tandoori" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Sitar Tandoori" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/471f6f66" ], [ "_:booking/471f6f66", "people", "6" ], [ "_:booking/471f6f66", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "amount", "a few" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "sitar tandoori" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Sitar Tandoori" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/471f6f66" ], [ "_:booking/471f6f66", "people", "6" ], [ "_:booking/471f6f66", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "amount", "a few" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "pipasha restaurant" ], [ "_:booking", "ref", "ZO0089US" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need help finding a place to dine that is very expensive and is located in the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a variety');(_:result,area,'centre');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are a variety of restaurants that are expensive and are located in the centre . Is there a food type that you are interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'16:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I will just take the first one on the list . Can you make a reservation for 5 at 16:00 this Tuesday ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,name,'Bedouin');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately Bedouin does n't have anything available . Would you like me to keep going down the list ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes the next one down the list" }, { "id": 5, "rdf-acts": [ "inform((_:booking,name,'kymmoy');(_:booking,ref,'X651IF9F');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was a success . It 'll be at kymmoy and the reference number is X651IF9F ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,name,'Bedouin');(_:search,name,'kymmoy');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Just to be certain , does kymmoy share the same area and price range as Bedouin ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes it most certainly does ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Can you book that for me then ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'X651IF9F');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes your booking reference number is X651IF9F ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much for your help ." }, { "id": 11, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Will you be needing anything else today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be all . Thank you for all of your help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Good - bye ." } ]
SSNG0183.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "amount", "a variety" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "amount", "a variety" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/e22e9745" ], [ "_:booking/e22e9745", "name", "Bedouin" ], [ "_:booking/e22e9745", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "a variety" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/e22e9745" ], [ "_:booking/e22e9745", "name", "Bedouin" ], [ "_:booking/e22e9745", "type", "Booking" ], [ "_:booking", "name", "kymmoy" ], [ "_:booking", "ref", "X651IF9F" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Bedouin" ], [ "_:search", "name", "kymmoy" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "a variety" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/e22e9745" ], [ "_:booking/e22e9745", "name", "Bedouin" ], [ "_:booking/e22e9745", "type", "Booking" ], [ "_:booking", "name", "kymmoy" ], [ "_:booking", "ref", "X651IF9F" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Bedouin" ], [ "_:search", "name", "kymmoy" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "a variety" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/e22e9745" ], [ "_:booking/e22e9745", "name", "Bedouin" ], [ "_:booking/e22e9745", "type", "Booking" ], [ "_:booking", "name", "kymmoy" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Bedouin" ], [ "_:search", "name", "kymmoy" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "ref", "X651IF9F" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "a variety" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "5" ], [ "_:system", "canthelp", "_:booking/e22e9745" ], [ "_:booking/e22e9745", "name", "Bedouin" ], [ "_:booking/e22e9745", "type", "Booking" ], [ "_:booking", "name", "kymmoy" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "Bedouin" ], [ "_:search", "name", "kymmoy" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "ref", "X651IF9F" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a high scale chinese restaurant ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'9');(_:result,food,'Chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have 9 expensive Chinese restaurants across town . Do you prefer a specfic part of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I do . I would like it to be in the north ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'Chinese');(_:result,name,'Hakka');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "May I suggest Hakka , a very nice Chinese Restaurant in the north part of town . Shall I provide you with more information ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'18:30');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No but can I make a booking for 8 people at 18:30 on sunday ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'61KTQSEO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have made those reservations your reference number is 61KTQSEO ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much for your help" }, { "id": 7, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'college');(_:search,name,'magdalene college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , get me some more information on magdalene college please" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'Magdalene Street');(_:result,phone,'01223332138');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes their address is Magdalene Street and their telephone number is 01223332138 ." }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is their postcode ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb41jy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The post code is cb41jy . Can I help with anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,destination,'hakka');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can I get a taxi from Magdalene to Hakka , please ? I need to make sure I get there for that reservation ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'blue volkswagen');(_:result,phone,'07121936050');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your taxi is a blue volkswagen . The contact number is 07121936050" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! Thanks for all your help today ! Goodbye" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day !" } ]
PMUL2487.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Hakka" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Hakka" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "61KTQSEO" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Hakka" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "61KTQSEO" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "college" ], [ "_:search", "name", "magdalene college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Hakka" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "61KTQSEO" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "college" ], [ "_:search", "name", "magdalene college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Magdalene Street" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "chinese" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Hakka" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "61KTQSEO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "college" ], [ "_:search", "name", "magdalene college" ], [ "_:result", "address", "Magdalene Street" ], [ "_:result", "phone", "01223332138" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb41jy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "hakka" ], [ "_: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", "chinese" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Hakka" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "61KTQSEO" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "college" ], [ "_:search", "name", "magdalene college" ], [ "_:result", "address", "Magdalene Street" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb41jy" ], [ "_:search", "destination", "hakka" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue volkswagen" ], [ "_:result", "phone", "07121936050" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'british');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a place to dine that serves British food . It should be in the moderate price range ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'Centre');(_:result,name,'Oak Bistro');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "How about The Oak Bistro ? It 's located in the Centre . Would you like more information or to book a table ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'18:30');(_:search,name,'oak bistro');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The Oak Bistro sounds fabulous . Can I get a table there on Sunday at 18:30 ? There will be 6 of us ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'HMWK23P8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booked ! Your table will be held for 15 minutes . Reference number is HMWK23P8 ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "That 's great . I think that 's all I need ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Enjoy your meal and thank you for contacting us . Have a nice day ." } ]
SNG0722.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "Centre" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "name", "oak bistro" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "british" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "Centre" ], [ "_:result", "name", "Oak Bistro" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "name", "oak bistro" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "HMWK23P8" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need information on Addenbrookes Hospital please ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "Which information were you needing ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Can you provide the phone number for me ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The phone number for the hospital is 01223245151 ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Can I also get the address ? Thanks !" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The hospital is located at Hills Rd , Cambridge , Postcode : CB20QQ . Do you need further assistance ?" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "NO , that 's all . Thanks , good bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You are quite welcome . Have a nice day ." } ]
SNG02163.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "type", "Hospital" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I just happen to be looking for a place to stay tonight . The hotel should be located in the west part of town and it should include free parking ." }, { "id": 1, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Would you prefer a guesthouse or a hotel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Um , I do n't care . I 'd prefer it if it was cheap though ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,has_parking,'none');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Cambridge Belfry is located in the west in the cheap price range with free parking . Would you like me to book it ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is that a four star place ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , it does have 4 stars ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please do . I need it for 4 nights on Friday . There are 6 of us ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "inform((_:booking,name,'Finches');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That one is not open then , but I do have one fitting the same criteria avaible , Finches , shall I book it ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))", "inform((_:search,name,'Finches');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , as long as Finches is in the cheap price range please book it and give me the reference number ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'DAE0XR6A');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , you 're booked with reference number DAE0XR6A . May I help with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thanks for contacting Cambridge TownInfo centre . Good Bye ." } ]
SSNG0334.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "four" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "four" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/1462a066" ], [ "_:booking/1462a066", "type", "Booking" ], [ "_:booking", "name", "Finches" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ], [ "_:search", "name", "Finches" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "four" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/1462a066" ], [ "_:booking/1462a066", "type", "Booking" ], [ "_:booking", "name", "Finches" ], [ "_:result", "ref", "?" ], [ "_:search", "name", "Finches" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "DAE0XR6A" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I 'm looking for a hotel called finches ? It 's a bed and breakfast ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "There were no matches found ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to book a room for 4 starting on thursday for 4 nights called finches please . It 's a bed and breakfast ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Unfortunately , I am not finding a match for a business by that name . Would you like me to try and find another place ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "No let me call back , maybe I have the wrong name ." }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "What else can I do for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "I stayed at Finches last year . Can you please look for it again ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I was able to find the hotel but the booking was unsuccessful , do you have any other hotel you 'd like to try ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do you have another hotel in that same price range ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'same area');(_:result,name,'The cambridge belfry');(_:result,pricerange,'same price range');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The cambridge belfry is in the same area and the same price range . It 's rated 4 stars . Should I try to book it ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes please and give me the reference number ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'UQMLOG0I');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful . Your reference number is UQMLOG0I . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I need . Have a nice day ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "And thank you for using Cambridge TownInfo centre ! Have a great day !" } ]
SSNG0363.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" ], [ "_:system", "canthelp", "_:search/160d26c8" ], [ "_:search/160d26c8", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/160d26c8" ], [ "_:search/160d26c8", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/3b61eb0c" ], [ "_:search/3b61eb0c", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/160d26c8" ], [ "_:search/160d26c8", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/3b61eb0c" ], [ "_:search/3b61eb0c", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/160d26c8" ], [ "_:search/160d26c8", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:search/3b61eb0c" ], [ "_:search/3b61eb0c", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/c1c11c1c" ], [ "_:booking/c1c11c1c", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/160d26c8" ], [ "_:search/160d26c8", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:search/3b61eb0c" ], [ "_:search/3b61eb0c", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/c1c11c1c" ], [ "_:booking/c1c11c1c", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "same area" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "same price range" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/160d26c8" ], [ "_:search/160d26c8", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:search/3b61eb0c" ], [ "_:search/3b61eb0c", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/c1c11c1c" ], [ "_:booking/c1c11c1c", "type", "Booking" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "same area" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "same price range" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "UQMLOG0I" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()" ], "speaker": "user", "text": "Hi , can you help me with my trip planning ? I am looking for places to go in town ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Sure , what kind of places are you thinking about ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How about a museum ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'Byard Art');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "May I recommend Byard Art in the south ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , thanks . Can you give me the postcode and phone number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223464646');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Here you go , the postal code is cb21sj , and the phoen number is 01223464646 . Can i help with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "yeah i also need a place to stay ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Can you give me an area and price range preference ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like it be in same area as the attraction and have a 4 star rating ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'the aylesbray lodge guest house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I recommend the aylesbray lodge guest house . Shall I go ahead and book you a room ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,has_parking,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No thank you . I would like to know if they have free parking , their phone number , and their address ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Okay , they have free parking and internet . The address is : 5 Mowbray Rd ." } ]
PMUL2818.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "museum" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Byard Art" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223464646" ], [ "_:result", "postcode", "cb21sj" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "museum" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Byard Art" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223464646" ], [ "_:result", "postcode", "cb21sj" ], [ "_:result", "type", "Attraction" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "category", "museum" ], [ "_:result", "area", "south" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223464646" ], [ "_:result", "postcode", "cb21sj" ], [ "_:search", "pricerange", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "the aylesbray lodge guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a place to eat that is cheap ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What type of food are you interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like some Italian food ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,food,'Italian');(_:result,name,'La Margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "La Margherita is a great ( and cheap ! ) Italian place on the west side of town . Would you like a table there ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'14:30');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yeah . Can I get one for 8 people on friday at 14:30 please ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Absolutely , will you be needing a reference number ?" }, { "id": 6, "rdf-acts": [ "thank()", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I definitely need the reference number . Thank you ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'8ON7IKVZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great , you are all booked and ready to go . Your reference number is 8ON7IKVZ . Would you like me to help you with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'kirkwood house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Well now that you 've asked , I would like some information about the kirkwood house hotel" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is a moderate price range with internet and parking . Would you like me to book a room ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes I nee to book a room Friday . for 3 nights , 8 people . I 'll also need a reference number ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,ref,'8ON7IKVZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "your booking was successful and reference number is 8ON7IKVZ" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "i also want a taxi to commute between the two places ," }, { "id": 13, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is your departure and arrival sites and times ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,departure,'kirkwood house');(_:search,destination,'the restaurant');(_:search,leave_at,'14:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Have the taxi pick us up at the Kirkwood house at 14:00 and at the restaurant at 16:30 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'yellow tesla');(_:result,departure,'Kirkwood House');(_:result,destination,'La Margherita');(_:result,leave_at,'14:00');(_:result,phone,'07403061771');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your taxi has been booked from Kirkwood House to La Margherita at 14:00 . You will be picked up by a yellow tesla with contact # 07403061771 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Sweet , thanks a lot for your help !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day !" } ]
PMUL0328.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "8ON7IKVZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "kirkwood house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:search", "duration", "14:30" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "8ON7IKVZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "kirkwood house" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:search", "duration", "14:30" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "kirkwood house" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "8ON7IKVZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:search", "duration", "14:30" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "kirkwood house" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "8ON7IKVZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "kirkwood house" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "14:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "La Margherita" ], [ "_:search", "duration", "14:30" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "kirkwood house" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "8ON7IKVZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "kirkwood house" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "14:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow tesla" ], [ "_:result", "departure", "Kirkwood House" ], [ "_:result", "destination", "La Margherita" ], [ "_:result", "leave_at", "14:00" ], [ "_:result", "phone", "07403061771" ], [ "_: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,day,'monday');(_:search,departure,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train that will depart from stansted airport and should leave on monday" }, { "id": 1, "rdf-acts": [ "thank()", "request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))", "inform((_:result,destination,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "I can help you with that . Can you confirm if your destination is Cambridge and any time preference you have ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'19:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , my destination is Cambridge and I need to leave after 19:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'4');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I show 4 possible options . Is there a particular time you would like to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'four');(_:search,type,'Train'))" ], "speaker": "user", "text": "It does n't matter . I just need tickets for four people ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,arrive_by,'20:52');(_:booking,category,'Train');(_:booking,id,'TR3873');(_:booking,leave_at,'20:24');(_:booking,people,'4');(_:booking,ref,'CBFDX67S');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked you 4 tickets on train TR3873 . It will depart at 20:24 and will arrive by 20:52 . Your reference number is CBFDX67S . Anything else I can help with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yeah , I 'm also looking for a place to go , perhaps an attraction in the east ." }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'a few');(_:result,area,'east');(_:result,category,'boats');(_:result,category,'museums');(_:result,category,'parks');(_:result,category,'sports');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are a few attractions located in the east . What type of attraction are you looking for ? There are museums , boats , sports , parks , and etc ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Whichever is your favorite would be fine ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'cambridge museum of technology');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would recommend the cambridge museum of technology ." }, { "id": 10, "rdf-acts": [ "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What type of attraction is that ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'old pumping station , cheddars lane');(_:result,entrance_fee,'5 pounds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is located at the old pumping station , cheddars lane . The cost of admission is 5 pounds" }, { "id": 12, "rdf-acts": [ "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Is it a specific type of attraction ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,category,'museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It 's a museum . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is all thanks for your help . Have a good day ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system . Good bye ." } ]
MUL1872.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:30" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "four" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:30" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "20:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR3873" ], [ "_:booking", "leave_at", "20:24" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "CBFDX67S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:30" ], [ "_:result", "count", "4" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "20:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR3873" ], [ "_:booking", "leave_at", "20:24" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "CBFDX67S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "east" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "sports" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:30" ], [ "_:result", "count", "4" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "20:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR3873" ], [ "_:booking", "leave_at", "20:24" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "CBFDX67S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "east" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "sports" ], [ "_:result", "name", "cambridge museum of technology" ], [ "_:result", "type", "Attraction" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:30" ], [ "_:result", "count", "4" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "four" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "20:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR3873" ], [ "_:booking", "leave_at", "20:24" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "CBFDX67S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "east" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "sports" ], [ "_:result", "name", "cambridge museum of technology" ], [ "_:result", "category", "?" ], [ "_:result", "address", "old pumping station , cheddars lane" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_: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", "day", "monday" ], [ "_:search", "departure", "stansted airport" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "19:30" ], [ "_:result", "count", "4" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "four" ], [ "_:booking", "arrive_by", "20:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR3873" ], [ "_:booking", "leave_at", "20:24" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "CBFDX67S" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "east" ], [ "_:result", "name", "cambridge museum of technology" ], [ "_:result", "address", "old pumping station , cheddars lane" ], [ "_:result", "entrance_fee", "5 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to find a guesthouse to stay ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'24');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "No problem . We have 24 to choose from . Any specifics ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'3-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for one with free parking and wifi and which has a 3-star rating ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,count,'3');(_:result,name,'Bridge Guest House');(_:result,name,'Hamilton Lodge');(_:result,name,'Hobsons House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , there are three : Bridge Guest House in the south , Hamilton Lodge in the north , and Hobsons House in the west . Would one of these work for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))", "inform((_:search,name,'Hamilton Lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can I have the address for Hamilton Lodge ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'156 chesterton road');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Certainly . It 's located at 156 chesterton road . Anything else you 'd like to know ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I 'm not familiar with that address . What part of town is that in ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'North');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is in the North part of town ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thanks for the information . That 's all I need right now ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Have a great day !" } ]
SNG0967.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", "count", "24" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3-star" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Bridge Guest House" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "name", "Hobsons House" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:search", "name", "Hamilton Lodge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3-star" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Bridge Guest House" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "name", "Hobsons House" ], [ "_:search", "name", "Hamilton Lodge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "156 chesterton road" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3-star" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Bridge Guest House" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "name", "Hobsons House" ], [ "_:search", "name", "Hamilton Lodge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "156 chesterton road" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "area", "North" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for European restaurant in the centre ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I see there are several , can you make a recommendation ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I have n't tried any in that area before . What would you suggest ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'eraina');(_:result,name,'riverside brasserie');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate range');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have the eraina that is expensive or the riverside brasserie which is in the moderate range ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'eraina');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I get the phone number and postcode for eraina , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223368786');(_:result,postcode,'cb23rh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their phone number is 01223368786 , and postcode is cb23rh ." }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a cheap place to stay , with free wifi ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'about 10');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have about 10 different options . To help narrow it down , do you prefer a certain area of town to stay in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The same area as the restaurant and I prefer a guesthouse ." }, { "id": 9, "rdf-acts": [ "select((_:result,name,'Alexander Bed and Breakfast');(_:result,name,'El Shaddai');(_:result,stars,'0');(_:result,stars,'4');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouses');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 2 guesthouses that match your specifications . The Alexander Bed and Breakfast has 4 stars , and El Shaddai has 0 . Would you like to book one of these ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to book The Alexander Bed and Breakfast" }, { "id": 11, "rdf-acts": [ "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can help you with that . How many people should I book it for ? How many days will you be staying ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'six');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It will be for six people for 4 nights starting on Monday ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'IHXZ0B9O');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You booking if successful , the reference number is IHXZ0B9O , can I help with anything else ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes I would like to book a taxi to commute between the two places ." }, { "id": 15, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I can do that , what time would you like that done ." }, { "id": 16, "rdf-acts": [ "inform((_:search,leave_at,'16:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to be picked up at the restaurant by 16:30 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'red volkswagen');(_:result,departure,'Riverside Brasserie');(_:result,leave_at,'16:30');(_:result,phone,'07105298211');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked a taxi for you . It is a red volkswagen , contact number 07105298211 , and it will pick you up at Riverside Brasserie at 16:30 ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much !" }, { "id": 19, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else today ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,departure,'Depart');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm sorry but I will be dining at the Eraina restaurant . Can you have the same taxi pick me up there instead ?" }, { "id": 21, "rdf-acts": [ "inform((_:result,car,'white Honda');(_:result,departure,'Eraina');(_:result,destination,'Alexander B and B');(_:result,leave_at,'16:30');(_:result,phone,'07834851292');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "My apologies ! I 've changed your taxi booking : picking up : Eraina and drop off : Alexander B and B , leaving at 16:30 . Your car will be a white Honda , contact number 07834851292 ." }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Awesome . That 's all I need thanks ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your visit . Goodbye ." } ]
MUL1392.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "european" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "eraina" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate range" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "eraina" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "european" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "eraina" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate range" ], [ "_:search", "name", "eraina" ], [ "_:result", "phone", "01223368786" ], [ "_:result", "postcode", "cb23rh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:result", "name", "eraina" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate range" ], [ "_:search", "name", "eraina" ], [ "_:result", "phone", "01223368786" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "about 10" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate range" ], [ "_:result", "phone", "01223368786" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "about 10" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "stars", "0" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_: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", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate range" ], [ "_:result", "phone", "01223368786" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "about 10" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "stars", "0" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "six" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate range" ], [ "_:result", "phone", "01223368786" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "about 10" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "stars", "0" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "six" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "IHXZ0B9O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate range" ], [ "_:result", "phone", "01223368786" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "about 10" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "stars", "0" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "six" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "IHXZ0B9O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate range" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "about 10" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "stars", "0" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "six" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "IHXZ0B9O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red volkswagen" ], [ "_:result", "departure", "Riverside Brasserie" ], [ "_:result", "leave_at", "16:30" ], [ "_:result", "phone", "07105298211" ], [ "_: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", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate range" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "about 10" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "stars", "0" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "six" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "IHXZ0B9O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "car", "red volkswagen" ], [ "_:result", "departure", "Riverside Brasserie" ], [ "_:result", "leave_at", "16:30" ], [ "_:result", "phone", "07105298211" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "Depart" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate range" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "about 10" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "stars", "0" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "2" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "six" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "IHXZ0B9O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "16:30" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "Depart" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white Honda" ], [ "_:result", "departure", "Eraina" ], [ "_:result", "destination", "Alexander B and B" ], [ "_:result", "leave_at", "16:30" ], [ "_:result", "phone", "07834851292" ], [ "_: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,destination,'cambridge');(_:search,leave_at,'20:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train into cambridge leaving after 20:30 , please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'259');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 259 trains travelling to Cambridge , could you be more specific on where you 're departing from and what day / time ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'london liverpool street');(_:search,leave_at,'20:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm leaving London Liverpool Street on Sunday after 20:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'2');(_:result,leave_at,'21:39');(_:result,leave_at,'23:39');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 2 trains one leaves at 21:39 and one at 23:39" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'20:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "There are none closer to a 20:30 departure ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'only other');(_:result,arrive_by,'23:07');(_:result,destination,'Cambridge');(_:result,id,'TR4890');(_:result,leave_at,'21:39');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The only other train for that route leaves at 21:39 and arrives in Cambridge by 23:07 . That is train TR4890 . Would that suit you better ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That works . What is the price on that ? And how long is the ride ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,duration,'88 minutes');(_:result,ticket,'13.28 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Price is 13.28 pounds and the ride is 88 minutes . Shall I get you some tickets ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I 'm not ready to book yet . Thanks for your help . I am all set ." }, { "id": 9, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're very welcome . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all . Thank you ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You have a great day and thank you for using our services ." } ]
SNG0370.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "20:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "259" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "leave_at", "20:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "2" ], [ "_:result", "leave_at", "21:39" ], [ "_:result", "leave_at", "23:39" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "20:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "2" ], [ "_:search", "leave_at", "20:30" ], [ "_:search", "type", "Train" ], [ "_:result", "amount", "only other" ], [ "_:result", "arrive_by", "23:07" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4890" ], [ "_:result", "leave_at", "21:39" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "2" ], [ "_:search", "leave_at", "20:30" ], [ "_:search", "type", "Train" ], [ "_:result", "amount", "only other" ], [ "_:result", "arrive_by", "23:07" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4890" ], [ "_:result", "leave_at", "21:39" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "88 minutes" ], [ "_:result", "ticket", "13.28 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:result", "count", "2" ], [ "_:search", "leave_at", "20:30" ], [ "_:search", "type", "Train" ], [ "_:result", "amount", "only other" ], [ "_:result", "arrive_by", "23:07" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4890" ], [ "_:result", "leave_at", "21:39" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "88 minutes" ], [ "_:result", "ticket", "13.28 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge museum of technology');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "help me get a taxi to the cambridge museum of technology please" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure . What is your departure site ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'rice boat');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'll be departing from rice boat" }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Okay . Can you give me a time that you 'd prefer to leave after or arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'13:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Have the taxi leave after 13:45 please" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t white audi \n Contact number \t : \t 07774899596" } ]
SNG01775.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge museum of technology" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge museum of technology" ], [ "_:search", "departure", "rice boat" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge museum of technology" ], [ "_:search", "departure", "rice boat" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "13:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I 'm trying to find an international restaurant in the east . Any ideas ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,food,'international');(_:result,name,'the missing sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , the missing sock is an international restaurant in the east in the cheap price range . Would you like a reservation ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , please give me their post code instead ." }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'cb259aq');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code is cb259aq ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'southside');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a hotel on the Southside ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'on 53 - 57 lensfield road');(_:result,category,'hotel');(_:result,count,'1');(_:result,name,'lensfield hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 1 hotel called the lensfield hotel located on 53 - 57 lensfield road ." }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,name,'Lensfield');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you tell me if it offers free parking ? Also , how many stars is the Lensfield ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,has_parking,'none');(_:result,name,'Lenfield');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Lenfield is a 3 star hotel . They do offer free parking ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you look for a 2 star hotel in that area if not available then could you try one that is in the east ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'express by holiday inn cambridge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There is one located in the east , express by holiday inn cambridge . It has free internet and parking , would you like to book ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes I 'd like to book 5 nights for 1 beginning on Tuesday . Could I get the reference number for that as well ?" }, { "id": 11, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many guests will be staying ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Just one , thanks ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'9WZD62FF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all set , the reference number is 9WZD62FF , anything else that I can assist with ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What are the nearest diners by the hotel ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,address,'Finders Corner Newmarket Road');(_:result,area,'east');(_:result,name,'Missing Sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is a Missing Sock off of Finders Corner Newmarket Road . it looks to be cheap , and is in the east side of the city ." }, { "id": 16, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,departure,'the hotel');(_:search,destination,'the missing sock');(_:search,leave_at,'09:15');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Actually , I 'd like to book a taxi from the hotel to The Missing Sock . I 'd like to depart by 09:15 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'blue Tesla');(_:result,phone,'07980198100');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Sure , I found you a blue Tesla , their contact number is 07980198100 . Can I assist you with anything else ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . Goodbye ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your time in Cambridge !" } ]
MUL1318.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "food", "international" ], [ "_:result", "name", "the missing sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "postcode", "cb259aq" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "southside" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "postcode", "cb259aq" ], [ "_:search", "area", "southside" ], [ "_:search", "category", "hotel" ], [ "_:result", "address", "on 53 - 57 lensfield road" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "1" ], [ "_:result", "name", "lensfield hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "Lensfield" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "postcode", "cb259aq" ], [ "_:result", "address", "on 53 - 57 lensfield road" ], [ "_:result", "count", "1" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "Lensfield" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lenfield" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "postcode", "cb259aq" ], [ "_:result", "address", "on 53 - 57 lensfield road" ], [ "_:result", "count", "1" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "Lensfield" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "postcode", "cb259aq" ], [ "_:result", "address", "on 53 - 57 lensfield road" ], [ "_:result", "count", "1" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "Lensfield" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "people", "?" ], [ "_: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", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "international" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "postcode", "cb259aq" ], [ "_:result", "address", "on 53 - 57 lensfield road" ], [ "_:result", "count", "1" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "Lensfield" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:result", "area", "east" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "people", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "9WZD62FF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "international" ], [ "_:result", "postcode", "cb259aq" ], [ "_:result", "count", "1" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "Lensfield" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "people", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "9WZD62FF" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Finders Corner Newmarket Road" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the missing sock" ], [ "_:search", "leave_at", "09:15" ], [ "_: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", "food", "international" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "international" ], [ "_:result", "postcode", "cb259aq" ], [ "_:result", "count", "1" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "Lensfield" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "2" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "9WZD62FF" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Finders Corner Newmarket Road" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the missing sock" ], [ "_:search", "leave_at", "09:15" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Tesla" ], [ "_:result", "phone", "07980198100" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a guesthouse that has free parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 've got 21 guesthouses that offer free parking , what part of town would you like to stay in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The part of town does not matter but I would like a 4 star rating and free wifi ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I think you would like the Acorn Guest House . It is in the north part of town with a moderate price range ." }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you confirm that it has a 4 star rating and free wifi ?" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "yes and would you like me to book it for you , is there anything else I can do for you ?" } ]
PMUL1514.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "21" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "21" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes can you book me a 3 star hotel that offers free parking ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'5');(_:result,has_parking,'none');(_:result,stars,'3-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 5 3-star hotels with free parking . Are you looking for one in a particular area or price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for one in the west , price really does n't matter ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'96 barton road');(_:result,name,'Hobsons House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ok I have the Hobsons House on 96 barton road . Would you like me to book you a reservation ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , that works . May i have the address ?" }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I need some more information . How many people ? What day would you like to book ? How many days would you like to stay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'two');(_:search,stay,'7');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "There will be two people . I want to book on June 18th . We will be staying 7 days ." }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'96 Barton Road');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Their address is 96 Barton Road . Just to avoid confusion , what day of the week does the date you selected for check in fall on so I can reserve your room ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,category,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I actually do n't need a hotel booking right now , just the address you already gave me , and a confirmation of the hotel type ." }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "It is a guesthouse . Can I help you with anything else today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a restaurant in the same area as the hotel that serves international food ." }, { "id": 11, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , I do n't have any restaurants in that area serving international food . Do you have a different food choice I could check for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thai food will work if you can find that ." }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "reqmore()", "inform((_:result,name,'Sala Thong restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Sala Thong restaurant meets that criteria . Would you like to book a table or need any other information ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'the restaurant');(_:search,leave_at,'04:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to leave the restaurant by 04:45 so can you book it for earlier than 04:00 , I will also need a taxi to commute ." }, { "id": 15, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can help with that . How many would you like to make the reservation for and what day ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,leave_at,'04:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I do n't need to book a table , but I do need a taxi to leave the restaurant by 04:45 and go to the hotel ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'Blue Tesla');(_:result,phone,'07623362802');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I was able to book that taxi for you . Be looking for a Blue Tesla . Should you need to reach them directly , their phone number is 07623362802 . Anything else ?" }, { "id": 18, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , can I have the address and postcode of the restaurant , please ?" }, { "id": 19, "rdf-acts": [ "reqmore()", "inform((_:result,address,'35 newnham road newnham');(_:result,postcode,'cb39ey');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is 35 Newnham Road Newnham and postcode is cb39ey . Can I help you with anything else today ?" }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No thank you . That 's all I needed . Good bye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo centre . Have a great time ! Goodbye !" } ]
MUL1298.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3-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", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3-star" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "96 barton road" ], [ "_:result", "name", "Hobsons House" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3-star" ], [ "_:search", "area", "west" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "96 barton road" ], [ "_:result", "name", "Hobsons House" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "7" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3-star" ], [ "_:search", "area", "west" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Hobsons House" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "7" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "96 Barton Road" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3-star" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Hobsons House" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "7" ], [ "_:result", "address", "96 Barton Road" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3-star" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Hobsons House" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "7" ], [ "_:result", "address", "96 Barton Road" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:system", "canthelp", "_:search/b2807f39" ], [ "_:search/b2807f39", "food", "international" ], [ "_:search/b2807f39", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_: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", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "7" ], [ "_:result", "address", "96 Barton Road" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "same area" ], [ "_:system", "canthelp", "_:search/b2807f39" ], [ "_:search/b2807f39", "food", "international" ], [ "_:search/b2807f39", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Sala Thong restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "leave_at", "04:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "7" ], [ "_:result", "address", "96 Barton Road" ], [ "_:result", "address", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "same area" ], [ "_:system", "canthelp", "_:search/b2807f39" ], [ "_:search/b2807f39", "food", "international" ], [ "_:search/b2807f39", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Sala Thong restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "leave_at", "04:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "7" ], [ "_:result", "address", "96 Barton Road" ], [ "_:result", "address", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "same area" ], [ "_:system", "canthelp", "_:search/b2807f39" ], [ "_:search/b2807f39", "food", "international" ], [ "_:search/b2807f39", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:result", "name", "Sala Thong restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "leave_at", "04:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "Blue Tesla" ], [ "_:result", "phone", "07623362802" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "7" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "same area" ], [ "_:system", "canthelp", "_:search/b2807f39" ], [ "_:search/b2807f39", "food", "international" ], [ "_:search/b2807f39", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:result", "name", "Sala Thong restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "leave_at", "04:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "Blue Tesla" ], [ "_:result", "phone", "07623362802" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "35 newnham road newnham" ], [ "_:result", "postcode", "cb39ey" ], [ "_:result", "type", "Restaurant" ], [ "_: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,'danish');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to find a danish restaurant this is moderately priced ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))", "inform((_:result,food,'Danish');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are no Danish restaurants in the moderate price range . Would you like me to check for restaurants serving a different type of food ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Go for it ." }, { "id": 3, "rdf-acts": [ "select((_:result,food,'British');(_:result,food,'Chinese');(_:result,food,'European');(_:result,food,'Lebanese');(_:result,food,'Turkish');(_:result,food,'international');(_:result,type,'Restaurant'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Some options are Lebanese , Turkish , international , British , European , and Chinese . Do any of these interest you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No . How about gastropub type food ? May I please have the address , phone number , and area ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Corn Exchange Street');(_:result,area,'centre');(_:result,food,'gastropub');(_:result,name,'The cow pizza kitchen and bar');(_:result,phone,'01223 308871');(_:result,postcode,'3QF');(_:result,postcode,'C.B 2');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The cow pizza kitchen and bar serves gastropub food , is located in the centre part of town and is in the moderate price range . Their phone number is 01223 308871 . The address is Corn Exchange Street and the postcode is C.B 2 , 3QF" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ." }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else we can help you with today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "no , thank you" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system . Good bye" } ]
WOZ20204.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "danish" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/cf18115f" ], [ "_:search/cf18115f", "type", "Restaurant" ], [ "_:result", "food", "Danish" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/cf18115f" ], [ "_:search/cf18115f", "type", "Restaurant" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "European" ], [ "_:result", "food", "Lebanese" ], [ "_:result", "food", "Turkish" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/cf18115f" ], [ "_:search/cf18115f", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Corn Exchange Street" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "The cow pizza kitchen and bar" ], [ "_:result", "phone", "01223 308871" ], [ "_:result", "postcode", "3QF" ], [ "_:result", "postcode", "C.B 2" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/cf18115f" ], [ "_:search/cf18115f", "type", "Restaurant" ], [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Corn Exchange Street" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "The cow pizza kitchen and bar" ], [ "_:result", "phone", "01223 308871" ], [ "_:result", "postcode", "3QF" ], [ "_:result", "postcode", "C.B 2" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'dontcare');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay in the moderate price range . It does n't need to have free parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'quite a number');(_:result,category,'hotels');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are quite a number of hotels that fit your description . Any preferences in location or food served ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It should be on the east side , and have free wifi , no food preferences though ." }, { "id": 3, "rdf-acts": [ "request((_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,area,'east');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 3 results for moderately priced guesthouses on the east side . All have 4 star ratings and free wifi , do you need parking ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,has_parking,'no');(_:search,people,'8');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do not need free parking . Can you book one of them for Thursday ? I have 8 people and we need to stay for 2 nights ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,name,'A and B guest house');(_:booking,ref,'VMWIVZV7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great I was able to book A and B guest house , the reference is VMWIVZV7 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you for your help in booking the hotel for me !" }, { "id": 7, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You are welcome . Goodbye !" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I also also need a place to eat in the moderate price range in the same area as the hotel" }, { "id": 9, "rdf-acts": [ "select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,name,'one');(_:result,name,'two');(_:result,type,'Restaurant'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure I have two Indian restaurants and one Italian restaurant matching your price and area preference . Do any sound good to you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'14:45');(_:search,food,'italian');(_:search,people,'8');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to book a table at the Italian restaurant for 8 people on Thursday at 14:45 . Can I have the reference number for that as well ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'U37O50HC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay you 're all set . Your reference number is U37O50HC . Is there anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I would like to book a taxi from the hotel to the restaurant ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'blue honda');(_:result,phone,'07521143616');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I was able to book a blue honda , phone number is 07521143616" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great thank you for all your help" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Not a problem , have a great day !" } ]
MUL0100.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "quite a number" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "quite a number" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "has_parking", "no" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "quite a number" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "has_parking", "no" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:booking", "name", "A and B guest house" ], [ "_:booking", "ref", "VMWIVZV7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a number" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "has_parking", "no" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "2" ], [ "_:booking", "name", "A and B guest house" ], [ "_:booking", "ref", "VMWIVZV7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a number" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stay", "2" ], [ "_:booking", "name", "A and B guest house" ], [ "_:booking", "ref", "VMWIVZV7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "one" ], [ "_:result", "name", "two" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "food", "italian" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a number" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stay", "2" ], [ "_:booking", "name", "A and B guest house" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "one" ], [ "_:result", "name", "two" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "food", "italian" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "U37O50HC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "quite a number" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stay", "2" ], [ "_:booking", "name", "A and B guest house" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "one" ], [ "_:result", "name", "two" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:45" ], [ "_:search", "food", "italian" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "U37O50HC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue honda" ], [ "_:result", "phone", "07521143616" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a good restaurant anywhere in town serving French food . Could you please give me their phone numbers ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'French');(_:result,phone,'01223 311053');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is a very good French restaurant in the centre of town . Their phone number is 01223 311053 ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Good bye ." } ]
WOZ20164.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "French" ], [ "_:result", "phone", "01223 311053" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train going to london liverpool street ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Ok . And where will you be departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Cambridge on Saturday ." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'16:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I do n't have a departure time but I want to arrive by 16:45 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR2895');(_:result,leave_at,'05:59');(_:result,type,'Train'))" ], "speaker": "system", "text": "How about TR2895 ? It leaves at 05:59 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "That sounds great . Can you book 3 tickets for that train ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'H5MDQ0XR');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking is complete . Your reference number is H5MDQ0XR ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'cetre');(_:search,category,'concerthall');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "looking for places to go in cetre part of town a type of concerthall and I need the adress" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "The Man on the Moon 2 Norfolk Street , cb12lf . Will there be anything else today ?" } ]
PMUL1140.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:45" ], [ "_:result", "id", "TR2895" ], [ "_:result", "leave_at", "05:59" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:45" ], [ "_:result", "id", "TR2895" ], [ "_:result", "leave_at", "05:59" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "H5MDQ0XR" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "cetre" ], [ "_:search", "category", "concerthall" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want to find a moderately priced restaurant serving european food ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'de luca cucina and bar');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "de luca cucina and bar is in the centre part of town and in the moderate price range ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Is there anything else ? give me the address and postcode please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Cambridge Lodge Hotel 139 Huntingdon Road City Centre');(_:result,area,'centre');(_:result,food,'european');(_:result,name,'Cambridge Lodge Restaurant');(_:result,postcode,'CB30DQ');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is also the Cambridge Lodge Restaurant also has expensive european food in the centre area at Cambridge Lodge Hotel 139 Huntingdon Road City Centre postal code CB30DQ" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the phone number ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223 355166');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their phone number is 01223 355166 ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "ok thank you good bye" }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank you . Good bye" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Bye ." } ]
WOZ20548.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Cambridge Lodge Hotel 139 Huntingdon Road City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "european" ], [ "_:result", "name", "Cambridge Lodge Restaurant" ], [ "_:result", "postcode", "CB30DQ" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Cambridge Lodge Hotel 139 Huntingdon Road City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "european" ], [ "_:result", "name", "Cambridge Lodge Restaurant" ], [ "_:result", "postcode", "CB30DQ" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 355166" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Cambridge Lodge Hotel 139 Huntingdon Road City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "european" ], [ "_:result", "name", "Cambridge Lodge Restaurant" ], [ "_:result", "postcode", "CB30DQ" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223 355166" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sure . Do you have a preference as to location , price , or amenities ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like free parking and wifi for sure . Preferably on the west side with 4 stars , too ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Finches Bed and Breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'd suggest Finches Bed and Breakfast . It 's a guesthouse in the west area with free internet and parking ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds wonderful . Could you reserve our rooms ? We 'll be a party of 8 , and we 'd like to arrive on Sunday . I think we 'll be staying 4 nights ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,day,'Sunday');(_:booking,name,'Finches Bed & Breakfast');(_:booking,people,'8');(_:booking,ref,'H7WHFPQT');(_:booking,stay,'4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked Finches Bed & Breakfast for you starting Sunday for 4 nights for 8 people . Your reference number is H7WHFPQT . Is there anything I may assist with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'park');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thank you , yes , I 'd like to also find a nice park to visit while I 'm in town . Can you see if there is one near my hotel ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,area,'west');(_:search,category,'park');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Unfortunately , I could not find a park in the west . Can I try a different area ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No , but can you try to find a museum in the west please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'cafe jello gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , I 'd like to suggest the cafe jello gallery . Is that everything ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "May I please get their address and phone number ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'13 magdalene street');(_:result,name,'Cafe Jello Gallery');(_:result,phone,'01223312112');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Cafe Jello Gallery is at cafe jello gallery , 13 magdalene street and their phone number is 01223312112 . What else can I do for you ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you 've been so helpful . Thank you so much ! Have a great night ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day as well ." } ]
MUL2656.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "Finches Bed & Breakfast" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "H7WHFPQT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "Finches Bed & Breakfast" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "H7WHFPQT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/1bad3f36" ], [ "_:search/1bad3f36", "area", "west" ], [ "_:search/1bad3f36", "category", "park" ], [ "_:search/1bad3f36", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "Finches Bed & Breakfast" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "H7WHFPQT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/1bad3f36" ], [ "_:search/1bad3f36", "area", "west" ], [ "_:search/1bad3f36", "category", "park" ], [ "_:search/1bad3f36", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "cafe jello gallery" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "Finches Bed & Breakfast" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "H7WHFPQT" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/1bad3f36" ], [ "_:search/1bad3f36", "area", "west" ], [ "_:search/1bad3f36", "category", "park" ], [ "_:search/1bad3f36", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "13 magdalene street" ], [ "_:result", "name", "Cafe Jello Gallery" ], [ "_:result", "phone", "01223312112" ], [ "_: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,'centre');(_:search,food,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a mexican restaurant in the centre ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'centre');(_:search,food,'Mexican');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , there are n't any Mexican restaurants in the centre of town . Would you like to try a different cuisine ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about an Indian restaurant then ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'indian');(_:result,name,'curry garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is the curry garden which serves indian food in the centre . Would you like to make a booking ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Oh , no , but I do need the postcode address and number ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'106 Regent Street City Centre');(_:result,name,'Curry Garden');(_:result,phone,'01223302330');(_:result,postcode,'cb21dp');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Curry Garden 's phone number is 01223302330 . They are located at 106 Regent Street City Centre . The postcode is cb21dp . Would you like me to book you a table ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "No really , I do n't need a booking ." }, { "id": 7, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "No problem . Is there anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's everything I wanted to find out thanks ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Glad I could help you today . Have a nice day !" } ]
SNG0456.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/96da0c44" ], [ "_:search/96da0c44", "area", "centre" ], [ "_:search/96da0c44", "food", "Mexican" ], [ "_:search/96da0c44", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/96da0c44" ], [ "_:search/96da0c44", "area", "centre" ], [ "_:search/96da0c44", "food", "Mexican" ], [ "_:search/96da0c44", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "curry garden" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/96da0c44" ], [ "_:search/96da0c44", "area", "centre" ], [ "_:search/96da0c44", "food", "Mexican" ], [ "_:search/96da0c44", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "106 Regent Street City Centre" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "phone", "01223302330" ], [ "_:result", "postcode", "cb21dp" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/96da0c44" ], [ "_:search/96da0c44", "area", "centre" ], [ "_:search/96da0c44", "food", "Mexican" ], [ "_:search/96da0c44", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "address", "106 Regent Street City Centre" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "phone", "01223302330" ], [ "_:result", "postcode", "cb21dp" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am planning a trip in Cambridge ." }, { "id": 1, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Great . Are you looking for a train , hotel or attractions to visit while in Cambridge ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'12:15');(_:search,day,'wednesday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train that leaves Cambridge on Wednesday to arrive in Leicester by 12:15 please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'12:06');(_:result,id,'TR9366');(_:result,type,'Train'))" ], "speaker": "system", "text": "the TR9366 train arrives at 12:06 ." }, { "id": 4, "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 the reference number" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'RR4BSBW5');(_:booking,ticket,'189 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Congratulations , you are all booked ! The total fee is 189 GBP payable at the station . Your reference number is : RR4BSBW5 . Is there anything else I can do ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find a place to stay that has 4 stars and has free wifi" }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What is your price range ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It should be expensive and a guesthouse ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sorry there is no guesthouse fitting the description you asked for" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you try the moderate price range to see if there are any available ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes there are 11 . I recommend the Acorn Guest House . Would you like a reservation ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure , for 5 people for four nights starting Wednesday ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,ref,'HUH8HH95');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I have booked that and your reference number is HUH8HH95 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 15, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Is there anything else I can do for you ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , I appreciate your help today ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Your welcome , have a great day !" } ]
PMUL3760.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "12:06" ], [ "_:result", "id", "TR9366" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "12:06" ], [ "_:result", "id", "TR9366" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RR4BSBW5" ], [ "_:booking", "ticket", "189 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "12:06" ], [ "_:result", "id", "TR9366" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RR4BSBW5" ], [ "_:booking", "ticket", "189 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "12:06" ], [ "_:result", "id", "TR9366" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RR4BSBW5" ], [ "_:booking", "ticket", "189 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/baa7b137" ], [ "_:search/baa7b137", "category", "guesthouse" ], [ "_:search/baa7b137", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "12:06" ], [ "_:result", "id", "TR9366" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "RR4BSBW5" ], [ "_:booking", "ticket", "189 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/baa7b137" ], [ "_:search/baa7b137", "category", "guesthouse" ], [ "_:search/baa7b137", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_: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", "arrive_by", "12:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "12:06" ], [ "_:result", "id", "TR9366" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "189 GBP" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/baa7b137" ], [ "_:search/baa7b137", "category", "guesthouse" ], [ "_:search/baa7b137", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "HUH8HH95" ], [ "_: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", "arrive_by", "12:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "12:06" ], [ "_:result", "id", "TR9366" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "189 GBP" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/baa7b137" ], [ "_:search/baa7b137", "category", "guesthouse" ], [ "_:search/baa7b137", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "HUH8HH95" ], [ "_: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,area,'east');(_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel to stay in that 's expensive and on the east side ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'express by holiday inn cambridge');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "express by holiday inn cambridge is on the east side and expensive ." }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds good , but can you tell me if it includes free wifi ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes it does would you like me to book that for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes for 1 person , staring Monday starting 2 days ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'7A2J5S4U');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , you 're all set ! Your reference number is 7A2J5S4U ." }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "No , that is all . Cheer ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us . Have a wonderful visit ." } ]
PMUL3171.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "7A2J5S4U" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a place to go with architecture in the centre ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,count,'5');(_:result,name,'Holy Trinity Church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are a total of 5 different architecture locations in the centre that you may be interested . I recommend visiting the Holy Trinity Church ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds lovely , could I get the phone number and postal code please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223355397');(_:result,postcode,'cb23nz');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Absolutely , the phone number is 01223355397 and the postcode is cb23nz ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'loch fyne');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you ! Can you help me find a restaurant by the name of Loch Fyne ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'seafood');(_:result,name,'Loch Fyne');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Of course ! Loch Fyne is an expensive seafood restaurant in city centre . Can I make you reservations ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'19:15');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please book a table for 8 people at 19:15 on Wednesday ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately the booking was unsuccessful ." }, { "id": 8, "rdf-acts": [ "inform((_:search,duration,'18:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about 18:15 ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:booking,duration,'18:15');(_:booking,name,'Loch Fyne');(_:booking,people,'8');(_:booking,ref,'NGNNFSHD');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 'll find a table for 8 at Loch Fyne for 18:15 , reference number NGNNFSHD . They 'll only hold the table until 18:30 , though . Will you need a taxi there ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you for your help ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Fantastic . Enjoy your time in Cambridge !" } ]
MUL0957.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Holy Trinity Church" ], [ "_:result", "phone", "01223355397" ], [ "_:result", "postcode", "cb23nz" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "loch fyne" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "count", "5" ], [ "_:result", "phone", "01223355397" ], [ "_:result", "postcode", "cb23nz" ], [ "_:search", "name", "loch fyne" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "count", "5" ], [ "_:result", "phone", "01223355397" ], [ "_:result", "postcode", "cb23nz" ], [ "_:search", "name", "loch fyne" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/77758bad" ], [ "_:booking/77758bad", "type", "Booking" ], [ "_:search", "duration", "18:15" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "architecture" ], [ "_:result", "category", "architecture" ], [ "_:result", "count", "5" ], [ "_:result", "phone", "01223355397" ], [ "_:result", "postcode", "cb23nz" ], [ "_:search", "name", "loch fyne" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/77758bad" ], [ "_:booking/77758bad", "type", "Booking" ], [ "_:search", "duration", "18:15" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "duration", "18:15" ], [ "_:booking", "name", "Loch Fyne" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "NGNNFSHD" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a cheap restaurant in the west part of town . I 'd also like the restaurant 's phone number ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'west');(_:result,count,'2');(_:result,food,'Italian');(_:result,food,'Vietnamese');(_:result,name,'La Margherita');(_:result,name,'Thanh Binh');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two cheap restaurants in the west part of town . La Margherita is an Italian restaurant and Thanh Binh is a Vietnamese restaurant . Would you like the phone number for one or both of those ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'vietnamese');(_:search,name,'thanh binh');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Vietnamese sounds good . Could I have the phone number for Thanh Binh ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223 362456');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number is 01223 362456 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Goodbye , have a nice day ." } ]
WOZ20455.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "name", "Thanh Binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "name", "thanh binh" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Vietnamese" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "name", "Thanh Binh" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "food", "vietnamese" ], [ "_:search", "name", "thanh binh" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 362456" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'worth house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel called Worth House ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'The worth house');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The worth house is a cheap guesthouse in the north . Do you need a reservation ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please , I need a reservation for 4 nights starting Monday for 1 person ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'VO1DEPI5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've successfully booked that for you . Your reference number is VO1DEPI5 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks ! I 'm also looking for a train that leaves from bishops stortford and goes to cambridge ." }, { "id": 5, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Not a problem , when would you like to depart or when would you like to arrive by ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,leave_at,'08:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I do n't want to leave any earlier than 08:30 , please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'10:07');(_:result,id,'TR2083');(_:result,leave_at,'09:29');(_:result,type,'Train'))" ], "speaker": "system", "text": "the TR2083 leaves at 09:29 , and arrives at 10:07 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,type,'Train'))" ], "speaker": "user", "text": "Is this train the same day as my hotel booking ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'10:07');(_:result,day,'Monday');(_:result,destination,'cambridge');(_:result,id,'TR0757');(_:result,leave_at,'09:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "No , I 'm sorry it 's not . For Monday , Train TR0757 will leave at 09:29 and arrive in cambridge at 10:07 . Would you like me to book this train for you ?" }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Ok , that 's all I need for now . Bye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "If there is any other way I can help you please let me know ." } ]
MUL2278.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "worth house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The worth house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The worth house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "VO1DEPI5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The worth house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "VO1DEPI5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "08:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The worth house" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "VO1DEPI5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "08:30" ], [ "_:result", "arrive_by", "10:07" ], [ "_:result", "id", "TR2083" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "same day" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The worth house" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "VO1DEPI5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "08:30" ], [ "_:search", "day", "same day" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "10:07" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR0757" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]