turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'stansted airport');(_:search,leave_at,'14:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can I get a train from stansted airport leaving after 14:45 please ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'a number of');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "You have a number of options , but first , what day would you like to travel on , and will you be heading to Cambridge ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , on tuesday . Anytime after 14:45 will work for me ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'9');(_:result,type,'Train'))" ], "speaker": "system", "text": "We have 9 options . Would you like the first option after ?" }, { "id": 4, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , what is the arrival time for that option ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'15:52');(_:result,leave_at,'15:24');(_:result,type,'Train'))" ], "speaker": "system", "text": "the departure time is 15:24 and the arrival time is 15:52" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,stars,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you I also need a place to stay . I am looking for a cheap 1 star hotel ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,stars,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'hotels');(_:search,stars,'one');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no one star hotels , but maybe I could raise the star rating and see what I could find . Any specific location you 'd like to stay ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "As long as it is the cheap range , it should be ok" }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Ok , have 10 locations , 9 of them are guesthouses & 1 hotel . The price of hotel is cheap , but its a 4 star . What type of room do you want ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Let 's try the 4 star hotel , please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'east');(_:result,category,'guesthouse');(_:result,name,'Allenbell');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "The Allenbell guesthouse in the east area of town is quite nice , despite being in the cheap range . Would you like to book a room there ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Maybe , do they offer free parking ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , it offers Free parking and WiFi ." }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,name,'Allenbell');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , could you book The Allenbell for 7 people and 4 nights , starting Tuesday ?" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Booking was successful . \n Reference number is : 8JGLKXB8 ." } ]
MUL2192.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "amount", "a number of" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "amount", "a number of" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "9" ], [ "_:result", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "amount", "a number of" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "tuesday" ], [ "_:result", "count", "9" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "leave_at", "15:24" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "amount", "a number of" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "tuesday" ], [ "_:result", "count", "9" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "leave_at", "15:24" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "?" ], [ "_:search", "stars", "?" ], [ "_:system", "canthelp", "_:search/d1ed0756" ], [ "_:search/d1ed0756", "category", "hotels" ], [ "_:search/d1ed0756", "stars", "one" ], [ "_:search/d1ed0756", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "amount", "a number of" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "tuesday" ], [ "_:result", "count", "9" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "leave_at", "15:24" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d1ed0756" ], [ "_:search/d1ed0756", "category", "hotels" ], [ "_:search/d1ed0756", "stars", "one" ], [ "_:search/d1ed0756", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_: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", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "amount", "a number of" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "tuesday" ], [ "_:result", "count", "9" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "leave_at", "15:24" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d1ed0756" ], [ "_:search/d1ed0756", "category", "hotels" ], [ "_:search/d1ed0756", "stars", "one" ], [ "_:search/d1ed0756", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "stansted airport" ], [ "_:search", "leave_at", "14:45" ], [ "_:result", "amount", "a number of" ], [ "_:search", "destination", "?" ], [ "_:result", "count", "9" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "leave_at", "15:24" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d1ed0756" ], [ "_:search/d1ed0756", "category", "hotels" ], [ "_:search/d1ed0756", "stars", "one" ], [ "_:search/d1ed0756", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "east" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "Allenbell" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need to find a hospital ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "The Addenbrookes Hospital on Hills Road in Cambridge offers many services ." }, { "id": 2, "rdf-acts": [ "inform((_:search,department,'cardiology and coronary care unit');(_:search,type,'Hospital'))", "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Can I get the phone number and full mailing address of the cardiology and coronary care unit department at that hospital ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,phone,'01223245151');(_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "their details are Addenbrookes Hospital \n Telephone \t : \t 01223245151 \n Address \t : \t Hills Rd , Cambridge \n Postcode \t : \t CB20QQ" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all for today ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Alright . I hope you enjoy the remainder of your day ." } ]
SNG01167.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "department", "cardiology and coronary care unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "department", "cardiology and coronary care unit" ], [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'tenpin');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes could you please give me information on the attraction called Tenpin ?" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'cambridge leisure park , clifton way');(_:result,category,'entertainment venue');(_:result,phone,'08715501010');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes it is an entertainment venue and it is located at cambridge leisure park , clifton way . Their telephone number is 08715501010 . Is there anything else you would like to know ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes . Could you please give me the postcode and entrance fee ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'we do not have any information');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb17dy and I am sorry but we do not have any information on the entrance fee . Can I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes can you help me find a place to stay ? I need a hotel that includes free wifi and has a star of 1 ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "There are none showing up under that criteria , shall I look at other options for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes please see if there are any other options ." }, { "id": 7, "rdf-acts": [ "select((_:result,name,'ashley hotel');(_:result,name,'cityroomz');(_:result,stars,'0');(_:result,stars,'2');(_:result,type,'Hotel'))", "inform((_:result,amount,'both');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There is a hotel with 0 stars called cityroomz and a hotel with 2 stars called ashley hotel . They both have free wifi . Do either of these interest you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , is there one with free parking and 4 star ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Cambridge belfry');(_:result,name,'Huntington Marriot hotel');(_:result,name,'the university arms hotel');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Huntington Marriot hotel , the Cambridge belfry and the university arms hotel all have a 4 star rating , free parking and also include wi - if . Can I book any of those for you today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , go ahead and book it for 2 nights on Thursday for 3 people ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Huntingdon Marriott Hotel');(_:booking,ref,'O18FI4L8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! You 're booked at the Huntingdon Marriott Hotel with reference number O18FI4L8 . May I help with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that is everything I needed ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your stay !" } ]
MUL1056.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "tenpin" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "tenpin" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "category", "entertainment venue" ], [ "_:result", "phone", "08715501010" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "tenpin" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "category", "entertainment venue" ], [ "_:result", "phone", "08715501010" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "we do not have any information" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "tenpin" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "category", "entertainment venue" ], [ "_:result", "phone", "08715501010" ], [ "_:result", "entrance_fee", "we do not have any information" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "1" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/c1ff82f2" ], [ "_:search/c1ff82f2", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "tenpin" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "phone", "08715501010" ], [ "_:result", "entrance_fee", "we do not have any information" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/c1ff82f2" ], [ "_:search/c1ff82f2", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "name", "cityroomz" ], [ "_:result", "stars", "0" ], [ "_:result", "stars", "2" ], [ "_:result", "amount", "both" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "tenpin" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "phone", "08715501010" ], [ "_:result", "entrance_fee", "we do not have any information" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/c1ff82f2" ], [ "_:search/c1ff82f2", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "both" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cambridge belfry" ], [ "_:result", "name", "Huntington Marriot hotel" ], [ "_:result", "name", "the university arms hotel" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "tenpin" ], [ "_:result", "address", "cambridge leisure park , clifton way" ], [ "_:result", "phone", "08715501010" ], [ "_:result", "entrance_fee", "we do not have any information" ], [ "_:result", "postcode", "cb17dy" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/c1ff82f2" ], [ "_:search/c1ff82f2", "type", "Hotel" ], [ "_:result", "amount", "both" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Cambridge belfry" ], [ "_:result", "name", "Huntington Marriot hotel" ], [ "_:result", "name", "the university arms hotel" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Huntingdon Marriott Hotel" ], [ "_:booking", "ref", "O18FI4L8" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'mexican');(_:search,pricerange,'expensively');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking to eat at an expensively priced mexican place . Can you help me ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "reqmore()", "inform((_:result,food,'mexican');(_:result,name,'chiquito restaurant bar');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is one mexican restaurant in the expensive range , chiquito restaurant bar . Would you like more information or a booking ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'19:30');(_:search,people,'3');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great ! I need to book for 3 people on Friday at 19:30 . I will need a reference number ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'GOJIRRQ4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful . Reference number is : GOJIRRQ4 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "OK , thank you so much !" }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I need a place to stay . It needs to be a hotel and does n't not need to have free parking ." }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,area,'South');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have several hotels , including one in the South , the same area as the restaurant . It is expensive , but we have others in other areas as well ." }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need it to be cheap with free wifi ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotel');(_:result,name,'The cambridge belfry');(_:result,pricerange,'chear');(_:result,stars,'foru');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The cambridge belfry is a chear foru star hotel , would you like me to book you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "no , just get postcode , address , and star of the hotel ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'back lane , cambourne');(_:result,postcode,'cb236bw');(_:result,stars,'4');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "it is 4 star and the address is back lane , cambourne , the post code is cb236bw . is there something else i could help you with ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I would like to book a taxi ." }, { "id": 13, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure ! What will be you departing and arriving destinations ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'cambridge belfry');(_:search,destination,'chiquito restaurant bar');(_:search,name,'the cambridge belfry');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "From the cambridge belfry to chiquito restaurant bar . We wo n't be fit to drive !" }, { "id": 15, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Totally understand that . When would you like to arrive ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,arrive_by,'19:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to arrive before 19:30 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'yellow toyota');(_:result,phone,'07656739082');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "a yellow toyota will be picking you up and the contact number is 07656739082 , anything else today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all . Thank you for your help !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system today !" } ]
PMUL3114.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensively" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensively" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensively" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "GOJIRRQ4" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensively" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "GOJIRRQ4" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "mexican" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "GOJIRRQ4" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "South" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "mexican" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "GOJIRRQ4" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "South" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "chear" ], [ "_:result", "stars", "foru" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "mexican" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "GOJIRRQ4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "South" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "chear" ], [ "_:search", "category", "hotel" ], [ "_:result", "address", "back lane , cambourne" ], [ "_:result", "postcode", "cb236bw" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "mexican" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "GOJIRRQ4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "South" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "chear" ], [ "_:search", "category", "hotel" ], [ "_:result", "address", "back lane , cambourne" ], [ "_:result", "postcode", "cb236bw" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "cambridge belfry" ], [ "_:search", "destination", "chiquito restaurant bar" ], [ "_:search", "name", "the cambridge belfry" ], [ "_:search", "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", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "mexican" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "GOJIRRQ4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "South" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "chear" ], [ "_:search", "category", "hotel" ], [ "_:result", "address", "back lane , cambourne" ], [ "_:result", "postcode", "cb236bw" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "cambridge belfry" ], [ "_:search", "destination", "chiquito restaurant bar" ], [ "_:search", "name", "the cambridge belfry" ], [ "_:search", "arrive_by", "19: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", "mexican" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "mexican" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "GOJIRRQ4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "no" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "South" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "The cambridge belfry" ], [ "_:result", "pricerange", "chear" ], [ "_:search", "category", "hotel" ], [ "_:result", "address", "back lane , cambourne" ], [ "_:result", "postcode", "cb236bw" ], [ "_:result", "stars", "4" ], [ "_:search", "departure", "cambridge belfry" ], [ "_:search", "destination", "chiquito restaurant bar" ], [ "_:search", "name", "the cambridge belfry" ], [ "_:search", "arrive_by", "19:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow toyota" ], [ "_:result", "phone", "07656739082" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want a train leaving from leicester ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Sure ! Where would you like to travel to ? What day would you like to travel ? Do you have any preferences on departure times ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'21:15');(_:search,day,'friday');(_:search,departure,'Leicester');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be coming from Leicester to Cambridge on Friday . I 'd like to arrive by 21:15 ." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Anytime you prefer to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'dontcare');(_:search,type,'Train'))" ], "speaker": "user", "text": "No . Just as I make my arrival time but not leave unnecessarily early ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR4170');(_:result,leave_at,'09:09');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR4170 leaves at 09:09 . Will that work for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes can you book that one please ?" }, { "id": 7, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,people,'5');(_:search,type,'Attraction');(_:search,type,'Train'))", "request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,ref,?);(_:result,type,'Attraction');(_:result,type,'Train'))" ], "speaker": "user", "text": "I need 5 tickets and the reference number . I would like to go to a museum attraction in town . Please provide a area , phone number , and postcode . Thank you ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:booking,category,'Train');(_:booking,ref,'44KVOVJM');(_:booking,ticket,'189 GBP');(_:booking,type,'Booking');(_:result,category,'museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "okay , booking was successful . The total cost is 189 GBP . Reference number is : 44KVOVJM . What area do you need the museum to be in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,\"does n't matter\");(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "It does n't matter as long as it is a nice museum ." }, { "id": 11, "rdf-acts": [ "request((_:search,entrance_fee,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Does it matter if it has a entrance fee ?" }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "no . find me where it is located , phone number and postcode" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'98 king street');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'broughton house gallery');(_:result,phone,'01223314960');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Okay how about broughton house gallery in the centre ? Their phone is 01223314960 . Postcode is cb11ln and address is 98 king street . Entrance is free ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , that 's fine . Thank you so much . That 's all I needed today ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Happy to be of service , and enjoy your time in Cambridge !" } ]
PMUL1234.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "Leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "21:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "Leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "21:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "Leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR4170" ], [ "_:result", "leave_at", "09:09" ], [ "_: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", "21:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "Leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "id", "TR4170" ], [ "_:result", "leave_at", "09:09" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Train" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "21:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "Leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "id", "TR4170" ], [ "_:result", "leave_at", "09:09" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "44KVOVJM" ], [ "_:booking", "ticket", "189 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "museum" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "does n't matter" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "21:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "Leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "id", "TR4170" ], [ "_:result", "leave_at", "09:09" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "44KVOVJM" ], [ "_:booking", "ticket", "189 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "museum" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "does n't matter" ], [ "_:search", "category", "museum" ], [ "_:search", "entrance_fee", "?" ], [ "_: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", "arrive_by", "21:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "Leicester" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "id", "TR4170" ], [ "_:result", "leave_at", "09:09" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "44KVOVJM" ], [ "_:booking", "ticket", "189 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "museum" ], [ "_:search", "area", "does n't matter" ], [ "_:search", "category", "museum" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "98 king street" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_: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, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'8:30');(_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train leaving peterborough arriving by 8:30" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'35');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 35 trains do you have a destination and day ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'm headed to Cambridge on Wednesday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'8:09');(_:result,id,'TR8935');(_:result,leave_at,'7:19');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR8935 leaves at 7:19 and will arrive at 8:09 . Would you like me to book it ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you also tell me the travel time ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'50 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "Duration for this particular trip is 50 minutes ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "OK , that is all the information I need . I ca n't book it quite yet . Thanks for all of your help . Have a nice day ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day !" } ]
SNG0434.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "8:30" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "8:30" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "count", "35" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "8:30" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "count", "35" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "8:09" ], [ "_:result", "id", "TR8935" ], [ "_:result", "leave_at", "7:19" ], [ "_: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", "arrive_by", "8:30" ], [ "_:search", "departure", "peterborough" ], [ "_:result", "count", "35" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "8:09" ], [ "_:result", "id", "TR8935" ], [ "_:result", "leave_at", "7:19" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "50 minutes" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I 'm trying to find a local hospital ." }, { "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": [ "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "thank you , is there is a phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223245151');(_:result,type,'Hospital'))", "reqmore()" ], "speaker": "system", "text": "The phone number is 01223245151 . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not right now , thank you ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You are more than welcome !" } ]
SNG02318.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" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "phone", "01223245151" ], [ "_:result", "type", "Hospital" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I travelling to Cambridge and am looking for a train to the London Kings Cross station leaving on Thursday ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))", "inform((_:result,day,'Thursday');(_:result,type,'Train'))" ], "speaker": "system", "text": "Where will you be traveling from on Thursday ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,leave_at,'19:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to depart from Cambridge after 19:45 and arrive at london kings cross ." }, { "id": 3, "rdf-acts": [ "inform((_:result,day,'Thursday');(_:result,departure,'Cambridge');(_:result,destination,'london kings cross');(_:result,id,'TR0720');(_:result,leave_at,'21:00');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "TR0720 departs cambridge at 21:00 on Thursday , heading to london kings cross . How many tickets do you need ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))", "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to book 4 . Can you tell me the price for each ticket before I book them ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'23.60 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "The cost for one ticket is 23.60 pounds ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'la tasca');(_:search,people,'5');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I would actually like to book 5 people and would like to know the reference number for the tickets and the address of La Tasca restaurant ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:booking,category,'Train');(_:booking,ref,'D8JELRTU');(_:booking,type,'Booking');(_:result,address,'14 -16 Bridge Street');(_:result,name,'La tasca');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Booking was successful , your reference number is D8JELRTU . La tasca is located at 14 -16 Bridge Street . Would you like a reservation ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'five');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please . Can I book a table for five people ?" }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'd be happy to book that for you , what day and time would you like that reservation for ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'15:30');(_:search,people,'5');(_:search,type,'Restaurant');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to book it for 5 people at 15:30 on the same day as the train , Thursday . Can I also get the reference number for that as well ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,ref,'XN08QJTD');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The table will be reserved for 15 minutes . Your reference number is XN08QJTD ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much !" }, { "id": 13, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today , or are you all set ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all , thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system !" } ]
MUL0397.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:result", "day", "Thursday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "19:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "19:45" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "london kings cross" ], [ "_:result", "id", "TR0720" ], [ "_:result", "leave_at", "21:00" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "19:45" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "london kings cross" ], [ "_:result", "id", "TR0720" ], [ "_:result", "leave_at", "21:00" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "la tasca" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "19:45" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "london kings cross" ], [ "_:result", "id", "TR0720" ], [ "_:result", "leave_at", "21:00" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:search", "name", "la tasca" ], [ "_:result", "ref", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "D8JELRTU" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:result", "name", "La tasca" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "five" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "19:45" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "london kings cross" ], [ "_:result", "id", "TR0720" ], [ "_:result", "leave_at", "21:00" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:search", "name", "la tasca" ], [ "_:result", "ref", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "D8JELRTU" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:result", "name", "La tasca" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_: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", "destination", "london kings cross" ], [ "_:search", "leave_at", "19:45" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "london kings cross" ], [ "_:result", "id", "TR0720" ], [ "_:result", "leave_at", "21:00" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:search", "name", "la tasca" ], [ "_:result", "ref", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:result", "name", "La tasca" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Train" ], [ "_:booking", "ref", "XN08QJTD" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "19:45" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "london kings cross" ], [ "_:result", "id", "TR0720" ], [ "_:result", "leave_at", "21:00" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:search", "name", "la tasca" ], [ "_:result", "ref", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "address", "14 -16 Bridge Street" ], [ "_:result", "name", "La tasca" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Train" ], [ "_:booking", "ref", "XN08QJTD" ], [ "_:booking", "type", "Booking" ], [ "_: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,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What museums can I visit in town ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'center');(_:result,category,'museum');(_:result,name,'The broughton house gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The broughton house gallery is a museum located in the center of town ." }, { "id": 2, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great . Can you give me the area and phone number for that museum ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,phone,'01223314960');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , the phone number is 01223314960 . It is located in the centre area ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train that is leaving on Thursday going to Cambridge ." }, { "id": 5, "rdf-acts": [ "inform((_:result,day,'Thursday');(_:result,departure,'London Kings Cross');(_:result,destination,'Cambridge');(_:result,duration,'51 minutes');(_:result,id,'TR2775');(_:result,leave_at,'5:17');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR2775 Leaves London Kings Cross Thursday at 5:17 and arrives in Cambridge 51 minutes later . Does that work ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,departure,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes as long as it arrives by 16:30 and I will be departing from Stevenage" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'14:43');(_:result,day,'Thursday');(_:result,departure,'Stevenage');(_:result,destination,'Cambridge');(_:result,id,'TR2833');(_:result,leave_at,'13:54');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2833 departs Stevenage at 13:54 on Thursday and arrives in Cambridge at 14:43 . I can book a ticket , if you like ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "ok , yeah get me a ticket" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'YOAVPYXH');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , your ticket has been reserved . Your reference number is YOAVPYXH . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all ! Thank you !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day ." } ]
PMUL1237.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "center" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "The broughton house gallery" ], [ "_:result", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "The broughton house gallery" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "The broughton house gallery" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "London Kings Cross" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "duration", "51 minutes" ], [ "_:result", "id", "TR2775" ], [ "_:result", "leave_at", "5:17" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "The broughton house gallery" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "duration", "51 minutes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "14:43" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR2833" ], [ "_:result", "leave_at", "13:54" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "The broughton house gallery" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "duration", "51 minutes" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "14:43" ], [ "_:result", "day", "Thursday" ], [ "_:result", "departure", "Stevenage" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR2833" ], [ "_:result", "leave_at", "13:54" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "YOAVPYXH" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to make a booking at the alexander bed and breakfast ." }, { "id": 1, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok . How many nights would you like to book ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "4 nights please ." }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What are the dates you are staying ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I will be staying four nights starting on Friday ." }, { "id": 5, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people will be staying ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "4 people will be staying for 4 nights starting from Friday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'TD8TU8IO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok . Your booking was successful and the reference number is TD8TU8IO ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks very much !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You are welcome ! Have a good day !" } ]
SNG1346.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "alexander bed and breakfast" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "TD8TU8IO" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cocum');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Hi , could you help me find a taxi out of cocum ?" }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Could you tell me when you would like to leave by and when you would like to arrive ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'15:00');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I need to be picked up by 15:00 . Could you provide me the car type and contact number , please ?" }, { "id": 3, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is your final destination ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'15:00');(_:search,destination,'gallery at twelve a high street');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Oh , I 'm sorry . I would like to travel to Gallery at Twelve a High Street . I actually need to be there by 15:00 ." }, { "id": 5, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "OK , I can make that change ." }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "When will the car arrive ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'07916703661');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Unfortunately , it does not give me a specific arrival time . But if you like , you can call them to get that information . Their phone number is 07916703661 ." }, { "id": 8, "rdf-acts": [ "thank()", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Thanks , I will call them . Can you tell me what type of car I will have ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,car,'white tesla');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your car type is a white tesla ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great Thank you . That is all I need to know ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Great . Thank you for calling ." } ]
SNG0014.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cocum" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cocum" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cocum" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "gallery at twelve a high street" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cocum" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "gallery at twelve a high street" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cocum" ], [ "_:search", "leave_at", "15:00" ], [ "_:result", "car", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "gallery at twelve a high street" ], [ "_:search", "type", "Taxi" ], [ "_:result", "phone", "07916703661" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cocum" ], [ "_:search", "leave_at", "15:00" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "destination", "gallery at twelve a high street" ], [ "_:search", "type", "Taxi" ], [ "_:result", "phone", "07916703661" ], [ "_:result", "car", "white tesla" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'Portuguese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello I am looking for a nice restaurant nearby that serve Portuguese , but I would also like the prices very affordable" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,food,'Portuguese');(_:result,name,'Nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Nandos is in the south area and they have wonderful Portuguese food ! Would you like me to book that ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are they a cheap restaurant ? I want to save money for all the other plans we have during our trip ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "yes . nandos city centre \t fits your wants ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'19:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great ! Could you book a table there for 5 people on Thursday ? We 'd like to eat at 19:00 ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,day,'Thursday');(_:booking,duration,'19:00');(_:booking,people,'5');(_:booking,ref,'M1K2Y25N');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table has been reserved for 15 minutes and your reference number is M1K2Y25N on Thursday at 19:00 for 5 people ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thank you . I also want to go to a museum ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several museums available . What part of town would you prefer ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "It can be in any area . Could you suggest one and give me some information about it , please ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'anglia ruskin university , east road');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'the ruskin gallery');(_:result,phone,'01245493131');(_:result,postcode,'cb11pt');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The ruskin gallery is in the centre of town at anglia ruskin university , east road . The phone number and postcode are 01245493131 and cb11pt . Admission is free . Need anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi between the two places ." }, { "id": 11, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where would you like to depart from and what time would you like to leave and arrive by ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'the booking time');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to arrive at the restaurant by the booking time ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'yellow ford');(_:result,phone,'07887698411');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay you got it . I 've booked you a yellow ford . The contact number is 07887698411" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! That is all I needed . Thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "No problem . Enjoy your stay ." } ]
PMUL2152.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:result", "name", "Nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "5" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "19:00" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "M1K2Y25N" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "nandos city centre" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "5" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "19:00" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "M1K2Y25N" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "5" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "19:00" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "M1K2Y25N" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "dontcare" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "anglia ruskin university , east road" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the ruskin gallery" ], [ "_:result", "phone", "01245493131" ], [ "_:result", "postcode", "cb11pt" ], [ "_: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": [ [ "_:search", "food", "Portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "5" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "19:00" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "M1K2Y25N" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "dontcare" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "anglia ruskin university , east road" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the ruskin gallery" ], [ "_:result", "phone", "01245493131" ], [ "_:result", "postcode", "cb11pt" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "the booking time" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Portuguese" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "5" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "duration", "19:00" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "M1K2Y25N" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "dontcare" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "anglia ruskin university , east road" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the ruskin gallery" ], [ "_:result", "postcode", "cb11pt" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "the booking time" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow ford" ], [ "_:result", "phone", "07887698411" ], [ "_: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,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I want a cheap restaurant in the west part of town . I need its address and phone number please" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'15 Magdalene Street City Centre');(_:result,area,'west');(_:result,food,'italian');(_:result,name,'La Margherita');(_:result,phone,'01223 315232');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "La Margherita serves cheap italian in the west area . It is located at 15 Magdalene Street City Centre , phone 01223 315232" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Thank you ." } ]
WOZ20338.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "15 Magdalene Street City Centre" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "La Margherita" ], [ "_:result", "phone", "01223 315232" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for interesting museums in the centre of Cambridge , can you recommend me any ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'the museum of archaelogy and anthropology');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I recommend the museum of archaelogy and anthropology" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds great ! Can I have their address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'university of cambridge , downing street');(_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "They are located at university of cambridge , downing street and there is no entrance fee . Would you like their phone number as well ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'18:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Not right now , but thanks . I do need a train to cambridge that leaves after 18:30 , though ." }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure thing . Where will you be travelling from and on what day ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'Stevanage');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Stevanage on Tuesday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'20:43');(_:result,id,'TR6913');(_:result,leave_at,'19:54');(_:result,ticket,'12.80 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! Train TR6913 leaves at 19:54 and arrives by 20:43 , with a price of 12.80 pounds . Would that work for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , it sounds great . Can you book 8 seats for me please ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR6913');(_:booking,id,'TR6914');(_:booking,ref,'4L2BQ9VA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was on TR6914 not TR6913 . Your reference number is 4L2BQ9VA . Can I help you with anything else today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo Centre , have a great day !" } ]
MUL1869.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "the museum of archaelogy and anthropology" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:result", "name", "the museum of archaelogy and anthropology" ], [ "_:result", "address", "university of cambridge , downing street" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "18:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:result", "name", "the museum of archaelogy and anthropology" ], [ "_:result", "address", "university of cambridge , downing street" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "18:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "Stevanage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:result", "name", "the museum of archaelogy and anthropology" ], [ "_:result", "address", "university of cambridge , downing street" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "18:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "Stevanage" ], [ "_:result", "arrive_by", "20:43" ], [ "_:result", "id", "TR6913" ], [ "_:result", "leave_at", "19:54" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "museums" ], [ "_:result", "name", "the museum of archaelogy and anthropology" ], [ "_:result", "address", "university of cambridge , downing street" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "18:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "Stevanage" ], [ "_:result", "arrive_by", "20:43" ], [ "_:result", "id", "TR6913" ], [ "_:result", "leave_at", "19:54" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR6913" ], [ "_:booking", "id", "TR6914" ], [ "_:booking", "ref", "4L2BQ9VA" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "Could you tell me the nearest police station ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,type,'Police'))" ], "speaker": "system", "text": "The nearest police station is located at Parkside , Cambridge ." }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "Could you please give me the postcode to the police station ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "Of course , the postcode is CB11JG ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! That will be all ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you very much . Goodbye ." } ]
SNG0120.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "type", "Police" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to find a train leaving from Peterborough ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are many ! What day will you be traveling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving on Friday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'38');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "The entries have now been narrowed down to 38 . Where will you be departing and at what time do you want to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'12:45');(_:search,destination,'cambridge');(_:search,people,'2');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Two people going to cambridge . We 'd like to arrive by 12:45 . Please book 2 seats and give the refernce number ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'12:38');(_:result,departure,'peterborough');(_:result,destination,'cambridge');(_:result,id,'TR6691');(_:result,leave_at,'11:48');(_:result,people,'2');(_:result,ref,'5W98EJ2Y');(_:result,ticket,'33GBP');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "TR6691 leaves peterborough at 11:48 and arrives in cambridge at 12:38 . Your total for 2 ticketsis 33GBP , payable at the station , and the confirmation is 5W98EJ2Y . Is there anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Actually , I could use some help finding a theatre to visit in town while I am there ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Okay would you like a specific area ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'center');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I 'd like a place in the center of town , please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'theatres');(_:result,count,'4');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are four theatres in the centre that you could visit ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Which one would you recommend ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,category,'theatre');(_:result,name,'the cambridge corn exchange');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "the cambridge corn exchange \t is one of our most popular theatre . Would you like any more information ?" }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure- what is the entrance fee , phone number , and postcode ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,phone,'01223357851');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223357851 ." }, { "id": 14, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "And , what is the postcode and entrance fee , please ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,entrance_fee,'not listed online');(_:result,phone,'01223357851');(_:result,postcode,'cb23qe');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry , the postcode is cb23qe , but the entrance fee is not listed online . You would have to call them at 01223357851 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay thank you , that s all i need for now ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Please let us know if there is any way we can help you in the future . Have a great day . Goodbye !" } ]
PMUL3878.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:result", "count", "38" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:result", "count", "38" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "people", "2" ], [ "_:result", "arrive_by", "12:38" ], [ "_:result", "departure", "peterborough" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR6691" ], [ "_:result", "leave_at", "11:48" ], [ "_:result", "people", "2" ], [ "_:result", "ref", "5W98EJ2Y" ], [ "_:result", "ticket", "33GBP" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:result", "count", "38" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "people", "2" ], [ "_:result", "arrive_by", "12:38" ], [ "_:result", "departure", "peterborough" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR6691" ], [ "_:result", "leave_at", "11:48" ], [ "_:result", "people", "2" ], [ "_:result", "ref", "5W98EJ2Y" ], [ "_:result", "ticket", "33GBP" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "people", "2" ], [ "_:result", "arrive_by", "12:38" ], [ "_:result", "departure", "peterborough" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR6691" ], [ "_:result", "leave_at", "11:48" ], [ "_:result", "people", "2" ], [ "_:result", "ref", "5W98EJ2Y" ], [ "_:result", "ticket", "33GBP" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "theatre" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "theatres" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "people", "2" ], [ "_:result", "arrive_by", "12:38" ], [ "_:result", "departure", "peterborough" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR6691" ], [ "_:result", "leave_at", "11:48" ], [ "_:result", "people", "2" ], [ "_:result", "ref", "5W98EJ2Y" ], [ "_:result", "ticket", "33GBP" ], [ "_:search", "category", "theatre" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "category", "theatre" ], [ "_:result", "name", "the cambridge corn exchange" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "people", "2" ], [ "_:result", "arrive_by", "12:38" ], [ "_:result", "departure", "peterborough" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR6691" ], [ "_:result", "leave_at", "11:48" ], [ "_:result", "people", "2" ], [ "_:result", "ref", "5W98EJ2Y" ], [ "_:result", "ticket", "33GBP" ], [ "_:search", "category", "theatre" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "category", "theatre" ], [ "_:result", "name", "the cambridge corn exchange" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "phone", "01223357851" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "12:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "people", "2" ], [ "_:result", "arrive_by", "12:38" ], [ "_:result", "departure", "peterborough" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR6691" ], [ "_:result", "leave_at", "11:48" ], [ "_:result", "people", "2" ], [ "_:result", "ref", "5W98EJ2Y" ], [ "_:result", "ticket", "33GBP" ], [ "_:search", "category", "theatre" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "category", "theatre" ], [ "_:result", "name", "the cambridge corn exchange" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "not listed online" ], [ "_:result", "phone", "01223357851" ], [ "_:result", "postcode", "cb23qe" ], [ "_: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,name,'finches bed and breakfast');(_:search,type,'Hotel'))", "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for the price range of the hotel Finches bed and breakfast ." }, { "id": 1, "rdf-acts": [ "inform((_:result,pricerange,'cheap price range');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is listed in the cheap price range ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I needed ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book you in ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks , that 'll be it for today ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful day , goodbye ." } ]
SNG1229.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "cheap price range" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "cheap price range" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'avalon');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi departing from avalon ." }, { "id": 1, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Can yo let me know what time you want to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'20:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yeah , after 20:00 would be ideal" }, { "id": 3, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "You got it . What is your destination ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'fitzwilliam museum');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I am going to the fitzwilliam museum ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'black honda');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Your booking is complete , a black honda will be picking you up ." }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "can I please have the contact number ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'07928549844');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "The contact number 07928549844 ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much ! That 's all ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a nice day ." } ]
SNG02158.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "avalon" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "avalon" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "avalon" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "destination", "fitzwilliam museum" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "avalon" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "destination", "fitzwilliam museum" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black honda" ], [ "_:result", "type", "Taxi" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "avalon" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "destination", "fitzwilliam museum" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black honda" ], [ "_:result", "phone", "07928549844" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What sort of moderately priced restaurants does Cambridge offer ? I 'm only interested in restaurants located in the Centre ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'quite a few');(_:result,food,'Asian');(_:result,food,'British');(_:result,food,'Italian');(_:result,food,'many more');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are quite a few including British , Asian , Italian and many more ." }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'steakhouse');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking to eat at a steakhouse ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'steakhouses');(_:search,pricerange,'moderately priced');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry I have no steakhouses that are moderately priced . is there any other cuisine you might like to try ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you check for Chinese ? I have n't had Chinese in awhile ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'3');(_:result,food,'Chinese');(_:result,name,'Jinling Noodle Bar');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 3 moderately priced Chinese restaurants . I would recommend the Jinling Noodle Bar ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'18:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That would be just fine . Can you make reservations for 5 people at 18:00 on wednesday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'UZ2TEM53');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book your table for your per your request . The Reference number is : UZ2TEM53 . Is there anything else you need ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am also looking for a train to Cambridge" }, { "id": 9, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , where will you be departing from ? Also what date and time were you looking to travel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,departure,'ely');(_:search,destination,'Cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be traveling from Ely to Cambridge on Wednesday . I need to get to Cambridge before noon ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'11:52');(_:result,departure,'ely');(_:result,destination,'cambridge');(_:result,id,'TR2006');(_:result,leave_at,'11:35');(_:result,type,'Train'))" ], "speaker": "system", "text": "Okay , how about TR2006 ? It leaves ely at 11:35 and arrives in cambridge at 11:52 ." }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'same group of people');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes that s perfect book that for the same group of people please ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'WMH7ZZ71');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "perfect . i have booked and the reference number is WMH7ZZ71 .is there anything else i can help ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That is all that I need ." }, { "id": 15, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You 're very welcome ! Have a great day !" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for all your help ! Goodbye !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "thank you that will be all , that was a big help too" } ]
PMUL0664.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "food", "Asian" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "many more" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "steakhouse" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "food", "Asian" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "many more" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/058b8d25" ], [ "_:search/058b8d25", "food", "steakhouses" ], [ "_:search/058b8d25", "pricerange", "moderately priced" ], [ "_:search/058b8d25", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "quite a few" ], [ "_:system", "canthelp", "_:search/058b8d25" ], [ "_:search/058b8d25", "food", "steakhouses" ], [ "_:search/058b8d25", "pricerange", "moderately priced" ], [ "_:search/058b8d25", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Jinling Noodle Bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "quite a few" ], [ "_:system", "canthelp", "_:search/058b8d25" ], [ "_:search/058b8d25", "food", "steakhouses" ], [ "_:search/058b8d25", "pricerange", "moderately priced" ], [ "_:search/058b8d25", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Jinling Noodle Bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "UZ2TEM53" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "quite a few" ], [ "_:system", "canthelp", "_:search/058b8d25" ], [ "_:search/058b8d25", "food", "steakhouses" ], [ "_:search/058b8d25", "pricerange", "moderately priced" ], [ "_:search/058b8d25", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Jinling Noodle Bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "UZ2TEM53" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "quite a few" ], [ "_:system", "canthelp", "_:search/058b8d25" ], [ "_:search/058b8d25", "food", "steakhouses" ], [ "_:search/058b8d25", "pricerange", "moderately priced" ], [ "_:search/058b8d25", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Jinling Noodle Bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "duration", "18:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "UZ2TEM53" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "departure", "ely" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR2006" ], [ "_:result", "leave_at", "11:35" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "quite a few" ], [ "_:system", "canthelp", "_:search/058b8d25" ], [ "_:search/058b8d25", "food", "steakhouses" ], [ "_:search/058b8d25", "pricerange", "moderately priced" ], [ "_:search/058b8d25", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Jinling Noodle Bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "duration", "18:00" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "departure", "ely" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR2006" ], [ "_:result", "leave_at", "11:35" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "WMH7ZZ71" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "quite a few" ], [ "_:system", "canthelp", "_:search/058b8d25" ], [ "_:search/058b8d25", "food", "steakhouses" ], [ "_:search/058b8d25", "pricerange", "moderately priced" ], [ "_:search/058b8d25", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Jinling Noodle Bar" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "duration", "18:00" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "Cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "departure", "ely" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR2006" ], [ "_:result", "leave_at", "11:35" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "WMH7ZZ71" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,department,'acute medical assessment unit');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "i am looking for the Addenbrookes Hospital with acute medical assessment unit department" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))", "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "Addenbrookes Hospital is located at Hills Rd , Cambridge . It has the department you 're looking for . Would you like the phone number also ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Yes , please . I need their telephone number ." }, { "id": 3, "rdf-acts": [ "inform((_:result,department,'acute medical assessment unit');(_:result,phone,'01223348314');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The acute medical assessment unit can be reached at 01223348314 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Sounds great . Thank you so much for your help !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "The acute medical assessment unit can be reached at 01223348314 ." } ]
SNG02162.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "department", "acute medical assessment unit" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "type", "Hospital" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:search", "department", "?" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "acute medical assessment unit" ], [ "_:result", "phone", "01223348314" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Good evening . I 'm kind of in a situation . The hotel I had planned to stay was overbooked and I need to find me a room pretty quickly . Can you help ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,category,'hotels');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are many hotels available , do you have any preferences to price or area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not really . But it should be in the North ." }, { "id": 3, "rdf-acts": [ "select((_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,type,'Hotel'))", "inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are two hotels on the north end , the Ashley Hotel and the Lovell Lodge . Which would you like ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer a guesthouse that s 4 star rated . Do either of those fit the bill ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'both');(_:result,stars,'two');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "No , I 'm afraid they 're both two stars . Would you like to try one of them anyway ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Do they have free wifi at either of them ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes both have free internet . Which one do you prefer ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_parking,'no');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would really like a four star guesthouse in the north area , I do n't need parking ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'Avalon');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , I 've found several place that meet those requirements . I suggest the Avalon . Would you like me to make a reservation for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'avalon');(_:search,type,'Hotel'))", "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "First could you tell me the price range for the Avalon ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Avalon');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The price range at the Avalon is moderate . Do you have any more questions ?" }, { "id": 12, "rdf-acts": [ "request((_:result,has_internet,?);(_:result,type,'Hotel'))", "inform((_:search,has_internet,'yes');(_:search,name,'Avalon');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you confirm if the Avalon has Internet , please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes they does , but no free parking though ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Cool . Thanks I 'm good now . Goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You have a wonderful day !" } ]
SNG1005.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:search", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "both" ], [ "_:result", "stars", "two" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "two" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "both" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "two" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stars", "four" ], [ "_:result", "name", "Avalon" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "name", "avalon" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "two" ], [ "_:result", "has_internet", "none" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stars", "four" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "has_internet", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "name", "Avalon" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "two" ], [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "no" ], [ "_:search", "stars", "four" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "name", "Avalon" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'rajmahal');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you find a restaurant called Rajmahal ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure . It 's an Indian place in the east area of town . What would you like to know about it ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'18:00');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That 's all I need to know . Can you reserve me a table for 3 Saturday at 18:00 ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'1XCDMW6O');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 1XCDMW6O ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great , thanks . I 'm also interested in attending a theatre on the west side ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,category,'theatres');(_:search,type,'Attraction'))", "reqmore()", "inform((_:result,amount,'most');(_:result,area,'centre');(_:result,category,'theatres');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'm afraid there are n't any theatres on the west side . most of our theatres are in the city centre . is there something else I can look up for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What entertainment choices are in the west ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "sorry , i could n't find anything in the west ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Ok are there any attractions in the west you recommend ? I need a phone number for whatever you chose ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several museums in the area . Would that interest you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I love museums ." }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What side of town would you like to be on ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "In the west if there are any there ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,\"Kettle 's Yard\");(_:result,phone,'01223748100');(_:result,postcode,'Castle Street');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about the Kettle 's Yard , there phone # is 01223748100 and they are on Castle Street . Admission is free too . Does this work ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'18:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes I also need a taxi to arrive there by 18:00 from the theater ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'red ford');(_:result,phone,'07059574947');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t red ford \n Contact number \t : \t 07059574947" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That s everything I needed thanks for the help !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "I 'll be here any time ." } ]
PMUL3374.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "1XCDMW6O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:result", "food", "Indian" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "1XCDMW6O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/d414a4c0" ], [ "_:search/d414a4c0", "area", "west" ], [ "_:search/d414a4c0", "category", "theatres" ], [ "_:search/d414a4c0", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "most" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "theatres" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:result", "food", "Indian" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "1XCDMW6O" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/d414a4c0" ], [ "_:search/d414a4c0", "area", "west" ], [ "_:search/d414a4c0", "category", "theatres" ], [ "_:search/d414a4c0", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "most" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "theatres" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:system", "canthelp", "_:search/38cb9990" ], [ "_:search/38cb9990", "area", "west" ], [ "_:search/38cb9990", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:result", "food", "Indian" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "1XCDMW6O" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/d414a4c0" ], [ "_:search/d414a4c0", "area", "west" ], [ "_:search/d414a4c0", "category", "theatres" ], [ "_:search/d414a4c0", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:system", "canthelp", "_:search/38cb9990" ], [ "_:search/38cb9990", "area", "west" ], [ "_:search/38cb9990", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:result", "phone", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:result", "food", "Indian" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "1XCDMW6O" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/d414a4c0" ], [ "_:search/d414a4c0", "area", "west" ], [ "_:search/d414a4c0", "category", "theatres" ], [ "_:search/d414a4c0", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:system", "canthelp", "_:search/38cb9990" ], [ "_:search/38cb9990", "area", "west" ], [ "_:search/38cb9990", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:result", "food", "Indian" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "1XCDMW6O" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/d414a4c0" ], [ "_:search/d414a4c0", "area", "west" ], [ "_:search/d414a4c0", "category", "theatres" ], [ "_:search/d414a4c0", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:system", "canthelp", "_:search/38cb9990" ], [ "_:search/38cb9990", "area", "west" ], [ "_:search/38cb9990", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Kettle 's Yard" ], [ "_:result", "phone", "01223748100" ], [ "_:result", "postcode", "Castle Street" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "rajmahal" ], [ "_:result", "food", "Indian" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "1XCDMW6O" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/d414a4c0" ], [ "_:search/d414a4c0", "area", "west" ], [ "_:search/d414a4c0", "category", "theatres" ], [ "_:search/d414a4c0", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:system", "canthelp", "_:search/38cb9990" ], [ "_:search/38cb9990", "area", "west" ], [ "_:search/38cb9990", "type", "Attraction" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:search", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Kettle 's Yard" ], [ "_:result", "postcode", "Castle Street" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red ford" ], [ "_:result", "phone", "07059574947" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for somewhere to go in the south ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'that area');(_:result,category,'cinema');(_:result,category,'park');(_:result,count,'8');(_:result,type,'Attraction'))", "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are 8 different attractions in that area , would you maybe like to go to the cinema or a park ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I get post codes ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'cb17dy');(_:result,postcode,'cb17gx');(_:result,postcode,'cb21sj');(_:result,postcode,'cb223ae');(_:result,postcode,'cb22ad');(_:result,postcode,'cb23hg');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Postcodes are cb17dy , cb21sj , cb23hg , cb22ad , cb223ae , and cb17gx ." }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you help me find a train from ely to cambridge ?" }, { "id": 5, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a particular day and time you 're looking for ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,leave_at,'10:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I 'm leaving on Saturday and not too early , sometime after 10:15 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,day,'Friday');(_:result,departure,'Ely');(_:result,destination,'Cambridge');(_:result,leave_at,'11:35');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train from Ely to Cambridge on Friday at 11:35 . Would you like a ticket on that train ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That will work . May I get the price , travel time , and train ID for that please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,duration,'17 minutes');(_:result,id,'TR0212');(_:result,ticket,'4.4 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TrainID : TR0212 . Travel time is 17 minutes and the price is 4.4 pounds . Would you like me to book that for you ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . You 've been very helpful today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "My pleasure . Enjoy your travels ." } ]
MUL0516.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "area", "that area" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "park" ], [ "_:result", "count", "8" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "area", "that area" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "park" ], [ "_:result", "count", "8" ], [ "_:search", "category", "?" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "postcode", "cb17gx" ], [ "_:result", "postcode", "cb21sj" ], [ "_:result", "postcode", "cb223ae" ], [ "_:result", "postcode", "cb22ad" ], [ "_:result", "postcode", "cb23hg" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "area", "that area" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "park" ], [ "_:result", "count", "8" ], [ "_:search", "category", "?" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "postcode", "cb17gx" ], [ "_:result", "postcode", "cb21sj" ], [ "_:result", "postcode", "cb223ae" ], [ "_:result", "postcode", "cb22ad" ], [ "_:result", "postcode", "cb23hg" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "area", "that area" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "park" ], [ "_:result", "count", "8" ], [ "_:search", "category", "?" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "postcode", "cb17gx" ], [ "_:result", "postcode", "cb21sj" ], [ "_:result", "postcode", "cb223ae" ], [ "_:result", "postcode", "cb22ad" ], [ "_:result", "postcode", "cb23hg" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Ely" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "11:35" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "area", "that area" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "park" ], [ "_:result", "count", "8" ], [ "_:search", "category", "?" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "postcode", "cb17gx" ], [ "_:result", "postcode", "cb21sj" ], [ "_:result", "postcode", "cb223ae" ], [ "_:result", "postcode", "cb22ad" ], [ "_:result", "postcode", "cb23hg" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Ely" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "11:35" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "id", "TR0212" ], [ "_:result", "ticket", "4.4 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a good attraction in the centre ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'the broughton house gallery');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Ok , the broughton house gallery is in the centre and admission is free ." }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'broughton house gallery');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What type of attraction is the Broughton House gallery and may i have the address ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'98 king street');(_:result,category,'museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is a museum and the address is 98 king street ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thanks . I 'm also looking for a train for Saturday . Can you assist me with that ?" }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Yes , I can . Could you give me more information , such as , where you will departing from and the approximate time ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'9:30');(_:search,departure,'cambridge');(_:search,destination,'stansted');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be going from cambridge to stansted . I need to arrive by 9:30 . Thaks" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'9:08');(_:result,destination,'stansted airport');(_:result,id,'TR5580');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR5580 train arrives t stansted airport by 9:08 . Would you like to purchase some tickets or get more information ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can I get the travel time and price please ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,duration,'28 minutes');(_:result,ticket,'8.08 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure . It takes approximately 28 minutes and costs 8.08 pounds per ticket . Would you like me to book it for you ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That is all that I need ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Ok ! Have a great day !" } ]
PMUL1332.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the broughton house gallery" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "broughton house gallery" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the broughton house gallery" ], [ "_:search", "name", "broughton house gallery" ], [ "_:result", "address", "98 king street" ], [ "_:result", "category", "museum" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the broughton house gallery" ], [ "_:search", "name", "broughton house gallery" ], [ "_:result", "address", "98 king street" ], [ "_:result", "category", "museum" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the broughton house gallery" ], [ "_:search", "name", "broughton house gallery" ], [ "_:result", "address", "98 king street" ], [ "_:result", "category", "museum" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "9:08" ], [ "_:result", "destination", "stansted airport" ], [ "_:result", "id", "TR5580" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "the broughton house gallery" ], [ "_:search", "name", "broughton house gallery" ], [ "_:result", "address", "98 king street" ], [ "_:result", "category", "museum" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "9:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "9:08" ], [ "_:result", "destination", "stansted airport" ], [ "_:result", "id", "TR5580" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "28 minutes" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please locate me a guesthouse with 4 star rating in Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have many what area would you like it to be in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am not particular about area but I need it to include free parking ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Is cost important to you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , as long as it has the amenities and stars that I asked for ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'center');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander bed and breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the Alexander bed and breakfast ? It is a guesthouse in the center with 4 stars and has free internet and parking ." }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'two');(_:search,stay,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I think I like it , please book me room for two people for three nights and get me confirmation number ." }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "No problem , I just need the first day that you will be staying ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Oppss sorry , I thought I had given it to you . We 'll be checking in on Monday" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Monday');(_:booking,people,'two');(_:booking,ref,'CW9SXT27');(_:booking,stay,'three');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your room for two people for three nights on Monday was booked successfully . Your reference number is CW9SXT27 . Is there anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I also need a restaurant reservation ." }, { "id": 11, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , what type of restaurant are you looking for ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need something moderately priced in the centre . What would you recommend ?" }, { "id": 13, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Okay , what type of food would you like to eat ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'12:30');(_:search,people,'1');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I am open to suggestions . I need a booking for 1 at 12:30 on Monday . Can I get a reference number ?" }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Cotto');(_:booking,ref,'BBARW8R2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I reserved a table at Cotto , you reference # is BBARW8R2 , anything else today ?" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "that is it for today . have a nice day" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL0257.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "area", "center" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "area", "center" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "three" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "area", "center" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "three" ], [ "_:search", "day", "monday" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "CW9SXT27" ], [ "_:booking", "stay", "three" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "center" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "two" ], [ "_:search", "stay", "three" ], [ "_:search", "day", "monday" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "CW9SXT27" ], [ "_:booking", "stay", "three" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_: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", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "center" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "people", "two" ], [ "_:booking", "ref", "CW9SXT27" ], [ "_:booking", "stay", "three" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "food", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "center" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "three" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "people", "two" ], [ "_:booking", "stay", "three" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "food", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "12:30" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Cotto" ], [ "_:booking", "ref", "BBARW8R2" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for an expensive hotel in Cambridge with free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have a preferred location ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a guesthouse in the east ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'A and B Guesthouse');(_:result,type,'Hotel'))", "canthelp((_:search,area,'east');(_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))", "inform((_:result,amount,'some');(_:result,pricerange,'moderately - priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are no expensive guesthouses in the east , though I do have some more moderately - priced ones . The A and B Guesthouse is very nice ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hmm , no expensive guesthouses huh ? Ok , well how about an expensive hotel room instead ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'express by holiday inn cambridge');(_:result,phone,'01223866800');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "express by holiday inn cambridge is for you . Their phone number is 01223866800 . Shoul I reserve a room for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you book for 1 person , 3 nights , starting Saturday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'F9AFSWLA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is F9AFSWLA . Do you need help with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you . You certainly can help . I need to leave kings lynn to go to go to Cambridge by train ." }, { "id": 9, "rdf-acts": [ "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "OK , I have some information for you , will that also be on saturday and what time ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'14:30');(_:search,day,'same day');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes the same day , I 'd like to arrive by 14:30 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'13:58');(_:result,count,'9');(_:result,id,'TR7178');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are 9 options here . TR7178 arrives by 13:58 . Would you like me to book it for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'1');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Please do . Just for 1 person . And give me the reference number too ." }, { "id": 13, "rdf-acts": [ "inform((_:result,ref,'HYXMZ1UN');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Alright , your reference number is HYXMZ1UN . Do you need more help ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I 'm good to go now actually ! Thanks so much ! Au revoir !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "I 'm glad to be of service , have a wonderful day !" } ]
PMUL1584.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "east" ], [ "_:result", "name", "A and B Guesthouse" ], [ "_:system", "canthelp", "_:search/f5ee74d8" ], [ "_:search/f5ee74d8", "area", "east" ], [ "_:search/f5ee74d8", "category", "guesthouses" ], [ "_:search/f5ee74d8", "pricerange", "expensive" ], [ "_:search/f5ee74d8", "type", "Hotel" ], [ "_:result", "amount", "some" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/f5ee74d8" ], [ "_:search/f5ee74d8", "area", "east" ], [ "_:search/f5ee74d8", "category", "guesthouses" ], [ "_:search/f5ee74d8", "pricerange", "expensive" ], [ "_:search/f5ee74d8", "type", "Hotel" ], [ "_:result", "amount", "some" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/f5ee74d8" ], [ "_:search/f5ee74d8", "area", "east" ], [ "_:search/f5ee74d8", "category", "guesthouses" ], [ "_:search/f5ee74d8", "pricerange", "expensive" ], [ "_:search/f5ee74d8", "type", "Hotel" ], [ "_:result", "amount", "some" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "F9AFSWLA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/f5ee74d8" ], [ "_:search/f5ee74d8", "area", "east" ], [ "_:search/f5ee74d8", "category", "guesthouses" ], [ "_:search/f5ee74d8", "pricerange", "expensive" ], [ "_:search/f5ee74d8", "type", "Hotel" ], [ "_:result", "amount", "some" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "F9AFSWLA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "day", "same day" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/f5ee74d8" ], [ "_:search/f5ee74d8", "area", "east" ], [ "_:search/f5ee74d8", "category", "guesthouses" ], [ "_:search/f5ee74d8", "pricerange", "expensive" ], [ "_:search/f5ee74d8", "type", "Hotel" ], [ "_:result", "amount", "some" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "F9AFSWLA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "day", "same day" ], [ "_:result", "arrive_by", "13:58" ], [ "_:result", "count", "9" ], [ "_:result", "id", "TR7178" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/f5ee74d8" ], [ "_:search/f5ee74d8", "area", "east" ], [ "_:search/f5ee74d8", "category", "guesthouses" ], [ "_:search/f5ee74d8", "pricerange", "expensive" ], [ "_:search/f5ee74d8", "type", "Hotel" ], [ "_:result", "amount", "some" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "express by holiday inn cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "F9AFSWLA" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "day", "same day" ], [ "_:result", "arrive_by", "13:58" ], [ "_:result", "count", "9" ], [ "_:result", "id", "TR7178" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "HYXMZ1UN" ], [ "_: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,pricerange,'cheap');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I am looking for a place to say that is in the cheap price range ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have several options that may suit you . Does location matter ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No but I would prefer a guesthouse with free wifi ." }, { "id": 3, "rdf-acts": [ "inform((_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'alexander bed and breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 've found the alexander bed and breakfast that is in the centre and rated 4 stars . It has internet and parking , can I book that for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,has_parking,'yes');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , that would be great . Book it for 1 person for 5 nights starting from Tuesday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'NDVNFLQQ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked your room . Your reference number is NDVNFLQQ . Is there anything else I can help you with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'17:45');(_:search,day,'same day');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train for the same day as the reservation . It should arrive by 17:45" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,type,'Train'))" ], "speaker": "system", "text": "You might need to look into a taxi it looks like the trains are booked that day ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok that s unreal , thank you anyway" }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Let me check the train again if you give me the departure and arrival city again ." }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'london liverpool street');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd be departing from london liverpool street and going to cambridge ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'17:07');(_:result,day,'Tuesday');(_:result,departure,'london liverpool st.');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was mistaken . There is a train that will arrive at Cambridge from London Liverpool St. on Tuesday at 17:07 . Would you like me to book passage for you ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Okay , thank you and goodbye !" } ]
PMUL1747.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "NDVNFLQQ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "same day" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "NDVNFLQQ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "same day" ], [ "_:search", "type", "Train" ], [ "_:system", "canthelp", "_:search/e80f38c0" ], [ "_:search/e80f38c0", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "NDVNFLQQ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "same day" ], [ "_:system", "canthelp", "_:search/e80f38c0" ], [ "_:search/e80f38c0", "type", "Train" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "ticket", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "alexander bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "NDVNFLQQ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "day", "same day" ], [ "_:system", "canthelp", "_:search/e80f38c0" ], [ "_:search/e80f38c0", "type", "Train" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:07" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "departure", "london liverpool st." ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'nandos');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a restaurant . I 've heard Nandos recommended , could you give me more information about it ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Cambridge Leisure Park Clifton Way');(_:result,food,'portugese');(_:result,name,'Nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Nandos , a portugese restaurant , is located at Cambridge Leisure Park Clifton Way" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the phone number ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,name,'nandos south');(_:result,phone,'01223327908');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number for nandos south is 01223327908 . Can I help you with anything else today ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "No that takes care of it" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Have a good day !" } ]
PMUL0991.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "nandos" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "nandos" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way" ], [ "_:result", "food", "portugese" ], [ "_:result", "name", "Nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "nandos" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way" ], [ "_:result", "food", "portugese" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "nandos south" ], [ "_:result", "phone", "01223327908" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'hungarian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want to find a cheap restaurant serving hungarian food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What area would you like to look in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,food,'hungarian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do not care about the area as long as it is hungarian food and cheap ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are no hungarian restaurants I can direct you to . Would you like another type of food ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , how about a restaurant that serves modern european food ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,food,'modern european');(_:result,name,'the river bar steakhouse and grill');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The the river bar steakhouse and grill is cheap and serves modern european food" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I get the address and postcode ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Quayside Off Bridge Street');(_:result,postcode,'8 A.Q.');(_:result,postcode,'C.B 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their address is Quayside Off Bridge Street and the postcode is C.B 5 , 8 A.Q. May I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's it , Thank you , goodbye" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome and good bye ." } ]
WOZ20370.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "hungarian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "food", "hungarian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/cd091db1" ], [ "_:search/cd091db1", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/cd091db1" ], [ "_:search/cd091db1", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "the river bar steakhouse and grill" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/cd091db1" ], [ "_:search/cd091db1", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern european" ], [ "_:result", "name", "the river bar steakhouse and grill" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Quayside Off Bridge Street" ], [ "_:result", "postcode", "8 A.Q." ], [ "_:result", "postcode", "C.B 5" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'Lensfield Hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am interested in finding the Lensfield Hotel ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'53 - 57 Lensfield Road');(_:result,area,'south');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Lensfield Hotel is located at 53 - 57 Lensfield Road on the south side of town . Would you like to book a room there ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please . I need a room for 5 nights , arriving on Friday . There are 3 of us ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'J2AU5H3Q');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've made a reservation for you , reference number J2AU5H3Q . Is there anything else you need ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Where can we eat ?" }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'nine');(_:result,area,'same side of town');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are nine restaurants on the same side of town as your hotel . I can make a recommendation if I knew the price range you were interested in ." }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'danish');(_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't have a specific price range , but I was hoping for somewhere Danish ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'south');(_:search,food,'danish');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry there are no danish restaurants in the south . Would you like to try another area or food type ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Chinese is always a good standby , what is available for that ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'3');(_:result,food,'Chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 3 Chinese restaurants available ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you recommend one and make reservations for the same day please ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "peking restaurant looks good , but it is expensive , is that ok ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'18:00');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That 's fine . Please make a reservation for 3 people on Friday at 18:00 , please ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Yes I will book it for you and get a reference number ?" } ]
PMUL0049.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "J2AU5H3Q" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "J2AU5H3Q" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "nine" ], [ "_:result", "area", "same side of town" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "danish" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "J2AU5H3Q" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "nine" ], [ "_:result", "area", "same side of town" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/67107a94" ], [ "_:search/67107a94", "area", "south" ], [ "_:search/67107a94", "food", "danish" ], [ "_:search/67107a94", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "J2AU5H3Q" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "nine" ], [ "_:result", "area", "same side of town" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/67107a94" ], [ "_:search/67107a94", "area", "south" ], [ "_:search/67107a94", "food", "danish" ], [ "_:search/67107a94", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "Lensfield Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "53 - 57 Lensfield Road" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "J2AU5H3Q" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "nine" ], [ "_:result", "area", "same side of town" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/67107a94" ], [ "_:search/67107a94", "area", "south" ], [ "_:search/67107a94", "food", "danish" ], [ "_:search/67107a94", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "18:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would be in cambridge and I need to find a train that will be leaving from peterborough this sunday , can you help me find one ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'plenty of options');(_:result,type,'Train'))", "select((_:result,day,'Sunday');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Am I correct that you are travelling from Peterborough to Cambridge on Sunday ? There are plenty of options for that trip . Do you have any preferences on departure and arrival times ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,leave_at,'19:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes it has to leave on Sunday after 19:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'20:09');(_:result,day,'Sunday');(_:result,departure,'Peterborough');(_:result,destination,'Cambridge');(_:result,id,'TR3922');(_:result,leave_at,'19:19');(_:result,ticket,'13.20 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "On Sunday , train TR3922 leaves Peterborough at 19:19 and arrives in Cambridge at 20:09 and is 13.20 pounds . Would you like me to book this for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , can you please book 4 tickets for me and provide me with the reference number , please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'GE1DNN0F');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Certainly , your reference number is GE1DNN0F . Is there anything else I can do for you today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I also need some accomodations . Got anything with free wifi ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,count,'32');(_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 32 results of lodging with free wifi . Could you be more specific on what area you 'd like to stay in , or what type such as hotel or guesthouse ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Certainly ! I 'd like an expensive 4-star hotel , please . No guesthouses ." }, { "id": 9, "rdf-acts": [ "select((_:result,name,'Huntingdon Marriott');(_:result,name,'University Arms');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "You have your choice of the Huntingdon Marriott or the University Arms ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'four');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'll take the Huntingdon Marriott . Will you please book a room for 2 nights starting on Sunday for four people ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,name,'Huntingdon Marriott');(_:booking,people,'4');(_:booking,stay,'Huntingdon Marriott');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've booked your stay at the Huntingdon Marriott for 4 people ." }, { "id": 12, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Great . All I need is the reference number for that reservation ." }, { "id": 13, "rdf-acts": [ "inform((_:result,ref,'Z1A3JS0N');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "No problem . Your reference number for your room is Z1A3JS0N . Is there anything else I can help you with today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That should be it , thank you !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Alright , have a nice day !" } ]
MUL0658.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_: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", "amount", "plenty of options" ], [ "_:result", "day", "Sunday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "19:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "plenty of options" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "arrive_by", "20:09" ], [ "_:result", "day", "Sunday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3922" ], [ "_:result", "leave_at", "19:19" ], [ "_:result", "ticket", "13.20 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": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "plenty of options" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "arrive_by", "20:09" ], [ "_:result", "day", "Sunday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3922" ], [ "_:result", "leave_at", "19:19" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GE1DNN0F" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "plenty of options" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "arrive_by", "20:09" ], [ "_:result", "day", "Sunday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3922" ], [ "_:result", "leave_at", "19:19" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GE1DNN0F" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "32" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "plenty of options" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "arrive_by", "20:09" ], [ "_:result", "day", "Sunday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3922" ], [ "_:result", "leave_at", "19:19" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GE1DNN0F" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "32" ], [ "_:result", "has_internet", "none" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4-star" ], [ "_:result", "name", "Huntingdon Marriott" ], [ "_:result", "name", "University Arms" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "four" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "plenty of options" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "arrive_by", "20:09" ], [ "_:result", "day", "Sunday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3922" ], [ "_:result", "leave_at", "19:19" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GE1DNN0F" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "32" ], [ "_:result", "has_internet", "none" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4-star" ], [ "_:result", "name", "Huntingdon Marriott" ], [ "_:result", "name", "University Arms" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "four" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "Huntingdon Marriott" ], [ "_:booking", "people", "4" ], [ "_:booking", "stay", "Huntingdon Marriott" ], [ "_: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", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "plenty of options" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "19:15" ], [ "_:result", "arrive_by", "20:09" ], [ "_:result", "day", "Sunday" ], [ "_:result", "departure", "Peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR3922" ], [ "_:result", "leave_at", "19:19" ], [ "_:result", "ticket", "13.20 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "GE1DNN0F" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "32" ], [ "_:result", "has_internet", "none" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4-star" ], [ "_:result", "name", "Huntingdon Marriott" ], [ "_:result", "name", "University Arms" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "four" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "Huntingdon Marriott" ], [ "_:booking", "people", "4" ], [ "_:booking", "stay", "Huntingdon Marriott" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "Z1A3JS0N" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'hobsons house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you give me information about Hobsons House , please ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,category,'guesthouse');(_:result,name,'Hobsons House');(_:result,pricerange,'moderate');(_:result,stars,'3-star');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Sure ! Hobsons House is a 3-star guesthouse located in the west . It has a moderate price range . Would like to book a room ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))", "request((_:result,has_internet,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Is internet provided ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , It has free wifi . Can I book a room for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i want in the centre and should be expensive ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Well I have only two hotels matching those criteria . Would you like to book one ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Not right now . Can you recommend any expensive restuarants in the centre ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'fitzbillies restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure thing I would suggest this fitzbillies restaurant ." }, { "id": 8, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "sounds good what is their postcode ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb21rg');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "sure it is cb21rg , anything else today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'the restaurant');(_:search,leave_at,'17:15');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to leave the restaurant by 17:15 , need the contact # and car type too so I do n't get into the wrong car" }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'black audi');(_:result,phone,'07567170809');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "The contact number is 07567170809 and the car type is a black audi ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I need . Thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "There seems to be a bit of confusion but if you need us , please contact us ." } ]
PMUL4939.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "hobsons house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "hobsons house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Hobsons House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "3-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "hobsons house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Hobsons House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "3-star" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "hobsons house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Hobsons House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "3-star" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "hobsons house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "3-star" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "count", "2" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "fitzbillies restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "hobsons house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "3-star" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "count", "2" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "fitzbillies restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21rg" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "hobsons house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "3-star" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "count", "2" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "fitzbillies restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21rg" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black audi" ], [ "_:result", "phone", "07567170809" ], [ "_: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,'eraina');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I 'm looking for a hotel called eraina . Can you help ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,food,'European');(_:result,name,'Eraina');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Eraina is actually a European restaurant , not a hotel . Is that what you were looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'15:15');(_:search,name,'eraina');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sorry yes the restaurant named Eraina . I would like to book a reservation for Tuesday 15:15 for 1 person ." }, { "id": 3, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "There appears to be no availability at that time . Would you prefer a different restaurant ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about a different restaurant in the same area and price range ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry there are no others in that area , do you want me to check on another area ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,name,'eraina');(_:search,pricerange,'same area and price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , could you double check that ? I want a restaurant in the same area and price range as the Eraina . Type of food does n't matter ." }, { "id": 7, "rdf-acts": [ "inform((_:result,food,'Asian');(_:result,name,'Kymmoy');(_:result,pricerange,'same price range');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have an Asian restaurant called Kymmoy that is in the same price range . Would you be interested ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , will you see if you can book a table for me ? And give me the reference number if you can ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'PLEIL8MJ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booked ! Reference number : PLEIL8MJ . Will be held for 15 minutes ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Wonderful . Thank you so much for your assistance ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your meal at the kymmoy . Have a great day ." } ]
SSNG0013.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "eraina" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "food", "European" ], [ "_:result", "name", "Eraina" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "name", "eraina" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "food", "European" ], [ "_:result", "name", "Eraina" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "name", "eraina" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/896f0c07" ], [ "_:booking/896f0c07", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "food", "European" ], [ "_:result", "name", "Eraina" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/896f0c07" ], [ "_:booking/896f0c07", "type", "Booking" ], [ "_:system", "canthelp", "_:search/53212cad" ], [ "_:search/53212cad", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "eraina" ], [ "_: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", "day", "tuesday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/896f0c07" ], [ "_:booking/896f0c07", "type", "Booking" ], [ "_:system", "canthelp", "_:search/53212cad" ], [ "_:search/53212cad", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "eraina" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Asian" ], [ "_:result", "name", "Kymmoy" ], [ "_:result", "pricerange", "same price range" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/896f0c07" ], [ "_:booking/896f0c07", "type", "Booking" ], [ "_:system", "canthelp", "_:search/53212cad" ], [ "_:search/53212cad", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "name", "eraina" ], [ "_:search", "pricerange", "same area and price range" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Asian" ], [ "_:result", "name", "Kymmoy" ], [ "_:result", "pricerange", "same price range" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "PLEIL8MJ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'eastside');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm needing a place to eat on the eastside ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'nine');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Ok , there are nine places in that area . Do you have a type in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes italian food please ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Cambridge Retail Park , Newmarket Road');(_:result,name,'Pizza Hut Fen Ditton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I recommend the Pizza Hut Fen Ditton . Its on Cambridge Retail Park , Newmarket Road . Would you like a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'15:00');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . I 'll be there on tuesday with a party of 4 . Is there space at 15:00 ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'6V0LTWHG');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : 6V0LTWHG . Anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'allenbell');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , is the Allenbell hotel still in Cambridge ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,name,'Allenbell');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes the Allenbell is in east Cambridge . Would you like me to book a room ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "yes for 4 people staying 5 nights starting tues" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'BHWNFLG3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : BHWNFLG3 . Anything else ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "No , I 'm all good ." }, { "id": 11, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Okay , have a fantastic time !" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much . Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Your welcome . It has been a pleasure assisting you today . Goodbye" } ]
PMUL0197.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "eastside" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "eastside" ], [ "_:result", "amount", "nine" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "eastside" ], [ "_:result", "amount", "nine" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Cambridge Retail Park , Newmarket Road" ], [ "_:result", "name", "Pizza Hut Fen Ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "eastside" ], [ "_:result", "amount", "nine" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Cambridge Retail Park , Newmarket Road" ], [ "_:result", "name", "Pizza Hut Fen Ditton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "6V0LTWHG" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "allenbell" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "eastside" ], [ "_:result", "amount", "nine" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Cambridge Retail Park , Newmarket Road" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "6V0LTWHG" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "allenbell" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "eastside" ], [ "_:result", "amount", "nine" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Cambridge Retail Park , Newmarket Road" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "name", "allenbell" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "BHWNFLG3" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "eastside" ], [ "_:result", "amount", "nine" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Cambridge Retail Park , Newmarket Road" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "name", "allenbell" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "BHWNFLG3" ], [ "_: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,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "We are in cambridge for a visit and looking for an expensive place to dine in the centre . Are there any expensive Italian restaurants in the centre ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'32 Bridge Street City Centre');(_:result,name,'Caffe Uno');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Definitely ! I recommend Caffe Uno , at 32 Bridge Street City Centre ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'12:45');(_:search,people,'8');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I please get a table reserved for 8 people at 12:45 on Sunday ? Also , I 'll need the reference number please ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,day,'Sunday');(_:booking,people,'8');(_:booking,ref,'8K44KA03');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK , I made your reservation for 8 people on Sunday . Your reference number is 8K44KA03 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,\"sheep 's green and lammas land park fen causeway\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thank you . Also , I 'm looking for info on an attraction called the sheep 's green and lammas land park fen causeway ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Fen Causeway');(_:result,address,'Newnham Road');(_:result,area,'South');(_:result,category,'park');(_:result,name,\"Sheep 's Green and Lammas Land Park Fen Causeway\");(_:result,postcode,'CB22AD');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sheep 's Green and Lammas Land Park Fen Causeway is a park in the South part of town at Fen Causeway , Newnham Road . The postcoe is CB22AD ." }, { "id": 6, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Does it have an entrance fee ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "No , it 's free to get in !" }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Great ! Can I also book a taxi from the Sheep 's Green and Lammas Land Park Fen Causeway to the restaurant to get us there before our booking ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,car,'blue honda');(_:result,phone,'07946418606');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t blue honda \n Contact number \t : \t 07946418606" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that 's all the help I need today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Great . I hope you have a wonderful trip !" } ]
PMUL4688.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "32 Bridge Street City Centre" ], [ "_:result", "name", "Caffe Uno" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "32 Bridge Street City Centre" ], [ "_:result", "name", "Caffe Uno" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "8K44KA03" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "sheep 's green and lammas land park fen causeway" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "8K44KA03" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "sheep 's green and lammas land park fen causeway" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Fen Causeway" ], [ "_:result", "address", "Newnham Road" ], [ "_:result", "area", "South" ], [ "_:result", "category", "park" ], [ "_:result", "name", "Sheep 's Green and Lammas Land Park Fen Causeway" ], [ "_:result", "postcode", "CB22AD" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "8K44KA03" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "sheep 's green and lammas land park fen causeway" ], [ "_:result", "address", "Fen Causeway" ], [ "_:result", "address", "Newnham Road" ], [ "_:result", "area", "South" ], [ "_:result", "category", "park" ], [ "_:result", "name", "Sheep 's Green and Lammas Land Park Fen Causeway" ], [ "_:result", "postcode", "CB22AD" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "8K44KA03" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "sheep 's green and lammas land park fen causeway" ], [ "_:result", "address", "Fen Causeway" ], [ "_:result", "address", "Newnham Road" ], [ "_:result", "area", "South" ], [ "_:result", "category", "park" ], [ "_:result", "name", "Sheep 's Green and Lammas Land Park Fen Causeway" ], [ "_:result", "postcode", "CB22AD" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue honda" ], [ "_:result", "phone", "07946418606" ], [ "_:result", "type", "Taxi" ] ], "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 am trying to find when the train is leaving Sunday Cambridge can you help me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok , and where are you heading to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am heading to Ely ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time do you want to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'london liverpool street');(_:search,leave_at,'16:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Oh , not Ely , sorry . I need to leave after 16:00 going to London Liverpool Street ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR7713');(_:result,leave_at,'19:27,will');(_:result,type,'Train'))" ], "speaker": "system", "text": "The earlest I have leaving is train TR7713 at 19:27,will this be okay for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That is good , I also need a place to stay with a cheap price and free parking ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have several hotels in your price range with free parking , what area would you like ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "A guesthouse in the east , please" }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,name,'allenbell');(_:result,stars,'4');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,amount,'nine');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are nine I recommend allenbell it 's a 4 star guesthouse . Would you like the address and phone number or me to book it for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you give me the phone number and postcode please ?" }, { "id": 11, "rdf-acts": [], "speaker": "system", "text": "Yes , I am waiting for my system to load I will have that for you shortly ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Um , ok . Are you read to give me that information now ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,phone,'01223210353');(_:result,postcode,'cb13js');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "01223210353 is the phone number . The postcode is cb13js . Can I help with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need from you today , Thanks a bunch !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you . Feel free to call back if you need assistance ." } ]
PMUL1919.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", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "16:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "16:00" ], [ "_:result", "id", "TR7713" ], [ "_:result", "leave_at", "19:27,will" ], [ "_:result", "type", "Train" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "16:00" ], [ "_:result", "id", "TR7713" ], [ "_:result", "leave_at", "19:27,will" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "several" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "16:00" ], [ "_:result", "id", "TR7713" ], [ "_:result", "leave_at", "19:27,will" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "allenbell" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "nine" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "16:00" ], [ "_:result", "id", "TR7713" ], [ "_:result", "leave_at", "19:27,will" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "allenbell" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "nine" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "16:00" ], [ "_:result", "id", "TR7713" ], [ "_:result", "leave_at", "19:27,will" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "has_parking", "none" ], [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "allenbell" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "nine" ], [ "_:result", "phone", "01223210353" ], [ "_:result", "postcode", "cb13js" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'french');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want an expensive french place to dine in ." }, { "id": 1, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'north');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , do you prefer the centre of town or the north end ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "In the north please ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,food,'french');(_:result,name,'Restaurant two two');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Restaurant two two is an expensive french restaurant in the north . Would you like a reservation ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "no i want the post code and address" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'22 Chesterton Road Chesterton');(_:result,postcode,'cb43ax');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , they are located at 22 Chesterton Road Chesterton and their postcode is cb43ax . Is there anything else you need ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'20:45');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "a train . The train should arrive by 20:45 and should go to stansted airport" }, { "id": 7, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you departing from , What day do you want to travel and how many people can I book tickets for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Departing from Cambridge on Saturday ." }, { "id": 9, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to leave ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'20:45');(_:search,leave_at,'does');(_:search,type,'Train'))" ], "speaker": "user", "text": "It does n't matter what time I leave as long as I arrive at the airport by 20:45 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'20:08');(_:result,day,'sunday');(_:result,departure,'cambridge');(_:result,destination,'stansted airport');(_:result,id,'TR1703');(_:result,leave_at,'19:40');(_:result,ticket,'8.08 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR1703 leaves cambridge on sunday at 19:40 and arrives at stansted airport at 20:08 . The cost is 8.08 pounds . Would you like me to book it for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please , can you book 2 tickets and can i get a reference number please ? Thank you ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'86BN010L');(_:booking,ticket,'16.16 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 16.16 GBP payable at the station . \n Reference number is : 86BN010L" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , my trip is planned , that is everything ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Okay , great . Let us know if you need anything else ." } ]
PMUL4915.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "name", "Restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "name", "Restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "22 Chesterton Road Chesterton" ], [ "_:result", "postcode", "cb43ax" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "name", "Restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "22 Chesterton Road Chesterton" ], [ "_:result", "postcode", "cb43ax" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "people", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "name", "Restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "22 Chesterton Road Chesterton" ], [ "_:result", "postcode", "cb43ax" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "people", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "leave_at", "does" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "name", "Restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "22 Chesterton Road Chesterton" ], [ "_:result", "postcode", "cb43ax" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "leave_at", "does" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "stansted airport" ], [ "_:result", "id", "TR1703" ], [ "_:result", "leave_at", "19:40" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_: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, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "food", "french" ], [ "_:result", "name", "Restaurant two two" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "22 Chesterton Road Chesterton" ], [ "_:result", "postcode", "cb43ax" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "leave_at", "does" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "sunday" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "stansted airport" ], [ "_:result", "id", "TR1703" ], [ "_:result", "leave_at", "19:40" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "86BN010L" ], [ "_:booking", "ticket", "16.16 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'Portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need finding a Portuguese restaurant" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,area,'south');(_:result,count,'2');(_:result,food,'nandos');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Okay let 's find one for you . I 've got two in town . One 's in the south and one is in the centre . Both are nandos locations ." }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't have a preference for location but it does need to be cheap ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Both restaurants are cheap , if you are interested in a more expensive restaurant would you like me to check a different type of food ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "no , i want one of those two restaurants ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,name,'nandos');(_:result,pricerange,'cheapest');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "nandos is definitely going to be the cheapest . It 's the south side and I can get you a reservation there if you want ." }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes , please set a reservation for me ." }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day and time do you want to make the reservation ? Also , how many people are in your party ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'14:15');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please book a table for 8 people at 14:15 on Tuesday ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I will book that for you now ." }, { "id": 10, "rdf-acts": [ "thank()", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Ok thank you for your help and I need a reference number" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'CE5BU114');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reference number is : CE5BU114 . What else can I help you with ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'10:45');(_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train for Tuesday that arrives by 10:45 ." }, { "id": 13, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be departing ? And where is your destination ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "i am leaving from norwich and going to cambridge ." }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'9:55');(_:result,id,'tr0627');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can put you on the tr0627 it will get there a little early at 9:55 , how many tickets would you like ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "same group of 8 people ." }, { "id": 17, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'BMSH4XDW');(_:booking,ticket,'140.8 GBP');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Booking was successful , the total fee is 140.8 GBP payable at the station . Reference number is : BMSH4XDW . Anything else ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all thanks ." }, { "id": 19, "rdf-acts": [], "speaker": "system", "text": "Do you need help finding attractions or booking a taxi ? I can assist you ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is it . Thank you ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day !" } ]
PMUL0878.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "Portuguese" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "food", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "food", "nandos" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "count", "2" ], [ "_:result", "food", "nandos" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheapest" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "count", "2" ], [ "_:result", "food", "nandos" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheapest" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "count", "2" ], [ "_:result", "food", "nandos" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheapest" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "14:15" ], [ "_: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", "count", "2" ], [ "_:result", "food", "nandos" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheapest" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "CE5BU114" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "count", "2" ], [ "_:result", "food", "nandos" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheapest" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "CE5BU114" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "count", "2" ], [ "_:result", "food", "nandos" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheapest" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "14:15" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "CE5BU114" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "9:55" ], [ "_:result", "id", "tr0627" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "count", "2" ], [ "_:result", "food", "nandos" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheapest" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "14:15" ], [ "_:result", "ref", "?" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "9:55" ], [ "_:result", "id", "tr0627" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "BMSH4XDW" ], [ "_:booking", "ticket", "140.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:result", "count", "2" ], [ "_:result", "food", "nandos" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "food", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "name", "nandos" ], [ "_:result", "pricerange", "cheapest" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "duration", "14:15" ], [ "_:result", "ref", "?" ], [ "_:search", "arrive_by", "10:45" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "9:55" ], [ "_:result", "id", "tr0627" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "BMSH4XDW" ], [ "_:booking", "ticket", "140.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'inexpensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you please recommend an inexpensive restaurant in the South part of town ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'south');(_:result,food,'chinese');(_:result,name,'the lucky star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about the lucky star , a nice chinese place in the south" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is it cheap and in the south ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'Lucky Star');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , the Lucky Star is both cheap and in the south part of town ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "OK . What is the address ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Cambridge Leisure Park Clifton Way Cherry Hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is Cambridge Leisure Park Clifton Way Cherry Hinton ." }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the phone number ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,name,'Lucky Star');(_:result,phone,'01223 244277');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number for the Lucky Star is 01223 244277 . Is there anything I can help you with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all , thank you , goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "enjoy your meal ?" } ]
WOZ20195.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "inexpensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "the lucky star" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "food", "chinese" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "Cambridge Leisure Park Clifton Way Cherry Hinton" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "phone", "01223 244277" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "i am looking for places to go in town . The attraction should be in the centre and should be in the type of theatre ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Anglia Ruskin Enterprise , East Road');(_:result,name,'Mumford Theatre');(_:result,postcode,'cb11pt');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about the Mumford Theatre located at Anglia Ruskin Enterprise , East Road , postcode cb11pt ? I love that one ." }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds perfect . How much is the entrance fee ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'do not know');(_:result,phone,'08451962320');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I do not know the entrance fee . You can call 08451962320 for more information ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'finches bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you also find finches bed and breakfast ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'144 thornton road');(_:result,area,'west');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes I can . You will find it on the west side of town , at 144 thornton road . Can I book you or assist with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all . Thank you !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Are you sure you do not want me to book you a room ?" } ]
PMUL3488.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Anglia Ruskin Enterprise , East Road" ], [ "_:result", "name", "Mumford Theatre" ], [ "_:result", "postcode", "cb11pt" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:result", "address", "Anglia Ruskin Enterprise , East Road" ], [ "_:result", "name", "Mumford Theatre" ], [ "_:result", "postcode", "cb11pt" ], [ "_:result", "entrance_fee", "do not know" ], [ "_:result", "phone", "08451962320" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "finches bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:result", "name", "Mumford Theatre" ], [ "_:result", "postcode", "cb11pt" ], [ "_:result", "entrance_fee", "do not know" ], [ "_:result", "phone", "08451962320" ], [ "_:search", "name", "finches bed and breakfast" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "area", "west" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm visiting cambridge , I want to spoil myself , I am looking for a four star place to stay which is expensive ." }, { "id": 1, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'west');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure , I can help you with that . There are two places . One is in the west and one in the centre . Do you have a preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It does n't really matter what area . But , I really prefer a hotel over a guesthouse . Do you have any ?" }, { "id": 3, "rdf-acts": [ "select((_:result,name,'Huntingdon Marriott Hotel or the University Arms Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have two options , the Huntingdon Marriott Hotel or the University Arms Hotel . Do you prefer one over the other ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "We were wanting to have free wifi . Do either of them provide that ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'Hinchinbrook Business Park');(_:result,address,'Regent Street downtown');(_:result,has_internet,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Both of these two offer free wifi , The Marriott is in the Hinchinbrook Business Park , while the University Arms is on Regent Street downtown ." }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'five');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to book the University Arms for five nights . Could you do that for me ?" }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can ! When would you like the booking to start ? And how many in your party ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'2');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "2 people and 5 nights starting on teusday" }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'F063DE8D');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : F063DE8D" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a place to dine" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Okay , do you have a food , price range , or area preference ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "It should be in the north and it should be expensive ." }, { "id": 13, "rdf-acts": [ "select((_:result,food,'2 chinese');(_:result,food,'a european and french');(_:result,food,'asian oriental');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have asian oriental , 2 chinese , a european and french to choose from , any preferences ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "A French restaurant is fine . Can you make a recommendation ?" }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'22 Chesterton Road');(_:result,name,'Restaurant Two Two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , I recommend Restaurant Two Two at 22 Chesterton Road , Chesterton . Can I reserve a table for you ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'15:15');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . The reservation will need to be for Tuesday , 2 people , and we 'd like to dine at 15:15 ." }, { "id": 17, "rdf-acts": [ "inform((_:booking,ref,'928SYN1A');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . The reference number is 928SYN1A . Your table will be reserved for 15 minutes ." }, { "id": 18, "rdf-acts": [ "inform((_:search,arrive_by,'15:15');(_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like to book a taxi from the hotel to the restaurant to get there by 15:15 ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you . Goodbye ." } ]
PMUL3725.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "four" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "four" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Huntingdon Marriott Hotel or the University Arms Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "four" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Huntingdon Marriott Hotel or the University Arms Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "Hinchinbrook Business Park" ], [ "_:result", "address", "Regent Street downtown" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stay", "five" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "four" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Huntingdon Marriott Hotel or the University Arms Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "Hinchinbrook Business Park" ], [ "_:result", "address", "Regent Street downtown" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "four" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Huntingdon Marriott Hotel or the University Arms Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "Hinchinbrook Business Park" ], [ "_:result", "address", "Regent Street downtown" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "F063DE8D" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "stars", "four" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Huntingdon Marriott Hotel or the University Arms Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "Hinchinbrook Business Park" ], [ "_:result", "address", "Regent Street downtown" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "F063DE8D" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "?" ], [ "_:search", "area", "north" ], [ "_: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", "stars", "four" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Huntingdon Marriott Hotel or the University Arms Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "address", "Hinchinbrook Business Park" ], [ "_:result", "address", "Regent Street downtown" ], [ "_:result", "has_internet", "none" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "F063DE8D" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "2 chinese" ], [ "_:result", "food", "a european and french" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "stars", "four" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "F063DE8D" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "2 chinese" ], [ "_:result", "food", "a european and french" ], [ "_:result", "food", "asian oriental" ], [ "_:search", "food", "french" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "22 Chesterton Road" ], [ "_:result", "name", "Restaurant Two Two" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "2" ], [ "_: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", "stars", "four" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "stay", "5" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "2 chinese" ], [ "_:result", "food", "a european and french" ], [ "_:result", "food", "asian oriental" ], [ "_:search", "food", "french" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "22 Chesterton Road" ], [ "_:result", "name", "Restaurant Two Two" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "2" ], [ "_:booking", "ref", "928SYN1A" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "15:15" ], [ "_: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, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want a train leaving from cambridge ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'566');(_:result,departure,'Cambridge');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay . I have 566 trains leaving Cambridge . Can we narrow it down a little ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,leave_at,'12:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need it to leave after 12:15 on Saturday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'over 100');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have over 100 results . Where is your destination ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "My destination is leicester ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'14:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,id,'TR2129');(_:result,leave_at,'12:21');(_:result,type,'Train'))" ], "speaker": "system", "text": "I would recommend TR2129 which leaves Cambridge at 12:21 and arrives in Leicester at 14:06 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "Awesome , book me one ticket please" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'V34K85R7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reference number is V34K85R7 . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I also need to find an attraction while I 'm there ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Certainly , there are many great attractions here . Do you have a preference for the type or location ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "It should be in the centre of town . What type of attractions are available ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'architecture');(_:result,category,'boats');(_:result,category,'cinemas');(_:result,category,'colleges');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,category,'parks');(_:result,category,'pools');(_:result,category,'theatres');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "In the centre there is architecture , boats , cinemas , colleges , museums , nightclubs , theatres , parks , and pools ." }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "You choose . Can you tell me the attraction type and phone number ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,category,'nightclub');(_:result,name,'Club Salsa');(_:result,phone,'07782218745');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about Club Salsa ? It 's a nightclub and their phone number is 07782218745 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok , sounds like a blast , thank you !" }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Anything else you need today ?" }, { "id": 16, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No . That was all . Thanks . Bye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "thanks for using our services and have a good day" } ]
PMUL1416.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "566" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "566" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "amount", "over 100" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "566" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "amount", "over 100" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "14:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR2129" ], [ "_:result", "leave_at", "12:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "566" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "12:15" ], [ "_:result", "amount", "over 100" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "14:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR2129" ], [ "_:result", "leave_at", "12:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "V34K85R7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "566" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "14:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR2129" ], [ "_:result", "leave_at", "12:21" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "V34K85R7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "566" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "14:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR2129" ], [ "_:result", "leave_at", "12:21" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "V34K85R7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "cinemas" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "pools" ], [ "_:result", "category", "theatres" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "566" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "14:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR2129" ], [ "_:result", "leave_at", "12:21" ], [ "_:search", "people", "one" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "V34K85R7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "phone", "07782218745" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "566" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "12:15" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "14:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR2129" ], [ "_:result", "leave_at", "12:21" ], [ "_:search", "people", "one" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "V34K85R7" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Club Salsa" ], [ "_:result", "phone", "07782218745" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for places to go . preferably a museum in west ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,area,'west');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several museums in the west . Is there a particular type of museum you are interested in ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))", "inform((_:search,area,'west');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No , I 'd just like it to be in the west . Can you pick one and provide a phone number ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,'free');(_:result,name,'Lynne Strover Gallery');(_:result,phone,'01223295264');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Ok , the Lynne Strover Gallery is free . The phone number is 01223295264 . Anything else I can help with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I am looking for a train on friday that should depart from cambridge ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'200');(_:result,day,'Friday');(_:result,departure,'Cambridge');(_:result,type,'Train'))", "request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are over 200 trains leaving from Cambridge on Friday . Do you have departure time and destination ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,destination,'bishops stortford');(_:search,leave_at,'20:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I want to go to bishops stortford and leave after 20:00 please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR4664');(_:result,leave_at,'21:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4664 departs at 21:29 . Would you like me to book that for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,postcode,?);(_:result,ticket,?);(_:result,type,'Attraction');(_:result,type,'Train'))" ], "speaker": "user", "text": "I was first wondering the price of that train and what time it arrived . Oh ! I also forgot to ask for the postcode of the Gallery !" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'22:07');(_:result,destination,'Bishops Stortford');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "inform((_:result,name,\"The gallery 's\");(_:result,postcode,'cb30aq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "No problem . The gallery 's postcode is cb30aq and the train to Bishops Stortford is 10.10 pounds per ticket and will arrive by 22:07 . Would you like to book this train ?" }, { "id": 10, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please ! Can I get the arrival time and train ID , please ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'22:07');(_:result,id,'TR4664');(_:result,type,'Train'))" ], "speaker": "system", "text": "The arrival time is 22:07 and the trainID is TR4664 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , this is very helpful ." }, { "id": 13, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to book this train for you ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is not necessary . Thanks for your help , that 's all I need for today ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using this system ." } ]
MUL0456.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:result", "phone", "01223295264" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "200" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "200" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR4664" ], [ "_:result", "leave_at", "21:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "200" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR4664" ], [ "_:result", "leave_at", "21:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "22:07" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "name", "The gallery 's" ], [ "_:result", "postcode", "cb30aq" ], [ "_:result", "type", "Attraction" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "id", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "200" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "21:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "name", "The gallery 's" ], [ "_:result", "postcode", "cb30aq" ], [ "_:result", "arrive_by", "22:07" ], [ "_:result", "id", "TR4664" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "west" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223295264" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "200" ], [ "_:result", "day", "Friday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "21:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "destination", "Bishops Stortford" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "name", "The gallery 's" ], [ "_:result", "postcode", "cb30aq" ], [ "_:result", "arrive_by", "22:07" ], [ "_:result", "id", "TR4664" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a moderate price 3 star hotel . Can you help with that please ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,count,'4');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "There are four hotels that match your criteria . Would you like to tell me more about your trip so I can help find the best one ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking to stay at a guesthouse please ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'alpha - milton guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "alpha - milton guest house looks like a good location would you like that ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please . I need to book it for Monday for 4 guests staying 2 nights ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I am sorry but that was unsuccessful . Would you like to book another day or shorter stay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you try booking it for just one night ? If that works I will need the reference number , too ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Alpha Milton Guest House');(_:booking,ref,'WKUZW2QI');(_:booking,stay,'one');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That went through ! Your reference number for your one night stay at the Alpha Milton Guest House is WKUZW2QI . Do you need anything else today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great ! I am also looking to do something fun , what kind of entertainment is available in the south area ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'tenpin');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is tenpin in the south that I recommend . Does that interest you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure , is it labelled as entertainment ? I will just need the postcode ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,category,'entertainment');(_:result,name,'tenpin');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes the tenpin is labelled as entertainment , the postcode is cb17dy . Can I help with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . Thank you for everything !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! And you have a great day !" } ]
MUL1041.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "alpha - milton guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "alpha - milton guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/5c65704b" ], [ "_:booking/5c65704b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "alpha - milton guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/5c65704b" ], [ "_:booking/5c65704b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "one" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Alpha Milton Guest House" ], [ "_:booking", "ref", "WKUZW2QI" ], [ "_:booking", "stay", "one" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/5c65704b" ], [ "_:booking/5c65704b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "one" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Alpha Milton Guest House" ], [ "_:booking", "ref", "WKUZW2QI" ], [ "_:booking", "stay", "one" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "name", "tenpin" ], [ "_: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", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:result", "count", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/5c65704b" ], [ "_:booking/5c65704b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Alpha Milton Guest House" ], [ "_:booking", "ref", "WKUZW2QI" ], [ "_:booking", "stay", "one" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "entertainment" ], [ "_:result", "name", "tenpin" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'carolina bed and breakfast');(_:search,leave_at,'7:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I really need to find a taxi , if you can help . I ca n't leave until after 7:00 , though . I need to get to carolina bed and breakfast ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Can you tell me where you will be leaving from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cafe jello gallery');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will be leaving from the Cafe Jello Gallery ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'yellow Volvo');(_:result,leave_at,'7:15');(_:result,phone,'07456851233');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have booked you for a yellow Volvo taxi with the contact number 07456851233 for 7:15 ." }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That will be fine , thank you for your help , bye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You are most welcome" } ]
SNG01935.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "carolina bed and breakfast" ], [ "_:search", "leave_at", "7:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "carolina bed and breakfast" ], [ "_:search", "leave_at", "7:00" ], [ "_:search", "departure", "cafe jello gallery" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "carolina bed and breakfast" ], [ "_:search", "leave_at", "7:00" ], [ "_:search", "departure", "cafe jello gallery" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow Volvo" ], [ "_:result", "leave_at", "7:15" ], [ "_:result", "phone", "07456851233" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you help me find a place to stay ? I am looking for a hotel with 3 stars and has a moderate price ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have four such hotels . Do you have a preferred location or type ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Location does n't matter really , I would like it to be moderately priced with a 3 star rating ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'North');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Hamilton Lodge');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about Hamilton Lodge ? It is a moderately priced guesthouse in the North with 3 stars and free wifi and parking !" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds good . I want to make a booking for 5 people . We need to stay for 5 nights starting on Friday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Friday');(_:booking,name,'Hamilton lodge');(_:booking,people,'5');(_:booking,ref,'9TUYXWW9');(_:booking,stay,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK , your hotel is booked . Friday for 5 nights for 5 people at Hamilton lodge . Ref # is 9TUYXWW9 . May I help with something else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'swimmingpool');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could you also help me find a swimmingpool in town ? let me know what area it is in ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'a few');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are a few . Do you have a preference in location ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "No preference , but close to the hotel would be good ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'between Victoria Road and the river');(_:result,name,'Jesus Green Outdoor Pool');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Jesus Green Outdoor Pool is between Victoria Road and the river ." }, { "id": 10, "rdf-acts": [ "inform((_:search,leave_at,'04:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "That sounds good . I will also need a taxi to get between the hotel and the pool . I 'd like to leave the pool at 04:30 please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'Grey Volkswagen');(_:result,departure,'the pool');(_:result,leave_at,'4:30');(_:result,phone,'07941682445');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Sure . I booked a Grey Volkswagen for you . It will pick you up at the pool at 4:30 . The contact number is 07941682445 . Is there anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need ! Thank you !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Alright , thanks for contacting Cambridge TownInfo centre , have a good day !" } ]
MUL1097.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:result", "count", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "North" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:result", "count", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "North" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "Hamilton lodge" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "9TUYXWW9" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "swimmingpool" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "count", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "North" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "Hamilton lodge" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "9TUYXWW9" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "swimmingpool" ], [ "_:result", "area", "?" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "count", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "North" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "Hamilton lodge" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "9TUYXWW9" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "swimmingpool" ], [ "_:result", "area", "?" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "address", "between Victoria Road and the river" ], [ "_:result", "name", "Jesus Green Outdoor Pool" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "04:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "count", "4" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "North" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "Hamilton lodge" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "9TUYXWW9" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "swimmingpool" ], [ "_:result", "area", "?" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "address", "between Victoria Road and the river" ], [ "_:result", "name", "Jesus Green Outdoor Pool" ], [ "_:search", "leave_at", "04:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "Grey Volkswagen" ], [ "_:result", "departure", "the pool" ], [ "_:result", "leave_at", "4:30" ], [ "_:result", "phone", "07941682445" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a restaurant that is in the expensive price range and that serves Indian food ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,name,'Tandoori Palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Tandoori Palace is on the west side . Would you like me to book a table ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "That would be wonderful , yes please ." }, { "id": 3, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Alright . Can you give me more information on your party ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Please give me their address first ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'68 Histon Road Chesterton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Certainly , they are located at 68 Histon Road Chesterton , would you like me to book you now ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also will need a train departing from cambridge going to birmingham new street ." }, { "id": 7, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like the train to be for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,leave_at,'10:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like a train to leave after 10:30 on Saturday ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'5');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have five trains leaving around that time , do you have a time that you need to arrive by ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,leave_at,'10:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "No , I am just looking for a train that leaves after 10:30 , as close to 10:30 as possible ." }, { "id": 11, "rdf-acts": [ "inform((_:result,id,'TR5669');(_:result,leave_at,'11:01');(_:result,type,'Train'))" ], "speaker": "system", "text": "Okay , the train you want is the TR5669 , which leaves at 11:01 ." }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Could you book that for 3 people please ? I 'd also like to get the reference number ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'OWUZBV5P');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , your reservation number is OWUZBV5P . Is there anything else I can assist you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That was all I needed ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your visit to cambridge . Have a great day ." } ]
MUL1634.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "68 Histon Road Chesterton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "68 Histon Road Chesterton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "68 Histon Road Chesterton" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "saturday" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "10:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "68 Histon Road Chesterton" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "saturday" ], [ "_:result", "count", "5" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "10:30" ], [ "_:result", "id", "TR5669" ], [ "_:result", "leave_at", "11:01" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:booking", "people", "?" ], [ "_:result", "address", "68 Histon Road Chesterton" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "saturday" ], [ "_:result", "count", "5" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "10:30" ], [ "_:result", "id", "TR5669" ], [ "_:result", "leave_at", "11:01" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "OWUZBV5P" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi ! I 'm looking for a place to stay with 3 stars that includes wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I can help you with that . I have several options that fit this criteria . Do you prefer a particular area of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Just near Cambridge , and should be a guesthouse ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Bridge guest house');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Bridge guest house is a guesthouse in the south in the moderate price range with free wifi and parking . Would you like to reserve a room ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Certainly . There will be 5 of us for 4 nights starting on Tuesday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Tuesday');(_:booking,people,'5');(_:booking,ref,'97VS1TDE');(_:booking,stay,'4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book for 5 people for 4 nights starting on Tuesday . The reference number is 97VS1TDE . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,leave_at,'16:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I need a train for the same day . I need to leave after 16:30 ." }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you leaving and arriving from ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm coming to Cambridge from London Kings Cross ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'18:08');(_:result,duration,'51 minute');(_:result,id,'TR1434');(_:result,leave_at,'17:17');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR1434 leaves at 17:17 and arrives at 18:08 , it is a 51 minute ride . Do you want me to book you ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks , I 'm just looking for information . That 's everything I need for now ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "I understand . Have a very nice day ." } ]
MUL2225.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Bridge guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Bridge guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "97VS1TDE" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Bridge guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "97VS1TDE" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Bridge guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "97VS1TDE" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "duration", "51 minute" ], [ "_:result", "id", "TR1434" ], [ "_:result", "leave_at", "17:17" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'pipasha restaurant');(_:search,leave_at,'01:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to take me to Pipasha Restaurant to leave after 01:45 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "From where will you be picked up ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'ballare');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "From the Ballare ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t red tesla \n Contact number \t : \t 07644470752" } ]
SNG01679.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "pipasha restaurant" ], [ "_:search", "leave_at", "01:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "pipasha restaurant" ], [ "_:search", "leave_at", "01:45" ], [ "_:search", "departure", "ballare" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'20:30');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hello , I need to take a train to Stansted airport , arriving by 20:30 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,arrive_by,'06:08');(_:result,id,'TR7213');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR7213 gets you there at 06:08 . Need a ticket ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Maybe . I need to leave Cambridge on Friday . Will that train work ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'20:08');(_:result,day,'Friday');(_:result,destination,'Cambridge');(_:result,id,'TR1110');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I recommend TR1110 . It will arrive in Cambridge at 20:08 on Friday . I can book passage for you if you let me know how many tickets you need ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "What is the cost per ticket ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'10.10 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The price for that ticket is 10.10 pounds . Would you like me to book it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'swimming pools');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No . Are there any swimming pools on the east side of town ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'the abbey pool and astroturf pitch');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes there is the abbey pool and astroturf pitch would you like their address ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes . May I have the address and postcode for the Abbey Pool please ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Pool Way , Whitehill Road , off NewMarket Road');(_:result,postcode,'cb58nt');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , of course . They are located at Pool Way , Whitehill Road , off NewMarket Road . Their postcode is cb58nt . Is there anything else I can do for today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all I need . Thank you for your help ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "bye()", "thank()" ], "speaker": "system", "text": "I am happy to help you with the booking , enjoy ." }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks ! I appreciate your help . Bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "It 's my pleasure . Thank you for using Cambridge TownInfo centre . Goodbye ." } ]
PMUL1270.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:30" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:30" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "arrive_by", "06:08" ], [ "_:result", "id", "TR7213" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:30" ], [ "_:search", "destination", "stansted airport" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR1110" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:30" ], [ "_:search", "destination", "stansted airport" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR1110" ], [ "_:search", "people", "?" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "east" ], [ "_:search", "category", "swimming pools" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:30" ], [ "_:search", "destination", "stansted airport" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR1110" ], [ "_:search", "people", "?" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:search", "area", "east" ], [ "_:search", "category", "swimming pools" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "the abbey pool and astroturf pitch" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:30" ], [ "_:search", "destination", "stansted airport" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR1110" ], [ "_:search", "people", "?" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:search", "area", "east" ], [ "_:search", "category", "swimming pools" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "the abbey pool and astroturf pitch" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Pool Way , Whitehill Road , off NewMarket Road" ], [ "_:result", "postcode", "cb58nt" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:30" ], [ "_:search", "destination", "stansted airport" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "day", "Friday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR1110" ], [ "_:search", "people", "?" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:search", "area", "east" ], [ "_:search", "category", "swimming pools" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "the abbey pool and astroturf pitch" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Pool Way , Whitehill Road , off NewMarket Road" ], [ "_:result", "postcode", "cb58nt" ], [ "_:result", "type", "Attraction" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel that can offer me both free wifi and free parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'29');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 29 hotels that meet your criteria . Do you have a preferred location in the city so we can narrow down your choices ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The location does not matter but I need a 3 star hotel ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "bridge guest house is a 3 star and a nice place . Do you want the address ?" } ]
SSNG0254.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" ], [ "_:search", "area", "?" ], [ "_:result", "count", "29" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a place to go in the east ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Is there a certain type of attraction you 'd like to see ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "I actually have n't been to Cambridge before . Can you tell me a few types that might be in that area ?" }, { "id": 3, "rdf-acts": [ "select((_:result,category,'entertainment and a boat');(_:result,category,'museums');(_:result,type,'Attraction'))", "inform((_:result,type,'Attraction'))" ], "speaker": "system", "text": "sure thing ! We have museums , entertainment and a boat . Anything there catch your fancy ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))", "inform((_:search,area,'east');(_:search,name,'Anatolia');(_:search,type,'Attraction');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "You pick something in the east for me . I 'll need the address , postcode and entrance fee . I 'm also wanting information on Anatolia . Thank you !" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'cherry hinton hall , cherry hinton road');(_:result,category,'park');(_:result,entrance_fee,'free');(_:result,name,'Cherry Hinton Water Play');(_:result,postcode,'cb18dw');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Lets start with the attraction information first . Cherry Hinton Water Play is a free park located at cherry hinton hall , cherry hinton road and the postcode is cb18dw ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you ." }, { "id": 7, "rdf-acts": [ "thank()", "inform((_:result,area,'centre');(_:result,food,'turkish');(_:result,name,'Anatolia');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "You 're very welcome . Now , the Anatolia is a moderately priced turkish restaurant located in the city centre ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'17:30');(_:search,name,'anatolia');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Okay , let 's book a table at the Anatolia for Monday at 17:30 . I 'll need it booked for 3 people ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'M5W4NO7F');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "All done , your reference number is M5W4NO7F . They will hold your table for 15 minutes . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'17:30');(_:search,destination,'anatolia');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Come to think of it , I think I may need a taxi to get me between the two . Can it get me from Cherry Hinton to Anatolia by 17:30 ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'blue lexus');(_:result,phone,'07234258903');(_:result,type,'Taxi'))", "thank()" ], "speaker": "system", "text": "Yes , not a problem . I have a blue lexus booked for you . The contact number is 07234258903 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much that is everything , I will be putting you on my Christmas Card list , you are awesome !" }, { "id": 13, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "It is always my pleasure . Can I help you with anything else ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "No that is all I need today ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "It was a pleasure to help . Have a wonderful day . Goodbye ." } ]
PMUL3361.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "category", "entertainment and a boat" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "area", "east" ], [ "_:search", "name", "Anatolia" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "area", "east" ], [ "_:search", "name", "Anatolia" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "cherry hinton hall , cherry hinton road" ], [ "_:result", "category", "park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Cherry Hinton Water Play" ], [ "_:result", "postcode", "cb18dw" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "area", "east" ], [ "_:result", "address", "cherry hinton hall , cherry hinton road" ], [ "_:result", "category", "park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb18dw" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "name", "anatolia" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "area", "east" ], [ "_:result", "address", "cherry hinton hall , cherry hinton road" ], [ "_:result", "category", "park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb18dw" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "name", "anatolia" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "M5W4NO7F" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:30" ], [ "_:search", "destination", "anatolia" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "area", "east" ], [ "_:result", "address", "cherry hinton hall , cherry hinton road" ], [ "_:result", "category", "park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb18dw" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "name", "anatolia" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "M5W4NO7F" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:30" ], [ "_:search", "destination", "anatolia" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue lexus" ], [ "_:result", "phone", "07234258903" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "area", "east" ], [ "_:result", "address", "cherry hinton hall , cherry hinton road" ], [ "_:result", "category", "park" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "postcode", "cb18dw" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "turkish" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:30" ], [ "_:search", "name", "anatolia" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "M5W4NO7F" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:30" ], [ "_:search", "destination", "anatolia" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue lexus" ], [ "_:result", "phone", "07234258903" ], [ "_: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,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay in the north part of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,area,'north');(_:result,category,'hotels');(_:result,count,'13');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 13 hotels in the north ranging from cheap to moderately priced . Would you like to narrow it down by choosing a star rating ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes thank you , I would like a star rating of 0 please ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'City Centre North B and B');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The City Centre North B and B has internet and parking . Can I book a room for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes can you please look to see if booking is available for 8 people and 4 nights starting from sunday ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Booking was unsuccessful . Would you like to find another hotel ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'same price range');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Oh , bummer . How about a different hotel in the same price range ?" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "I can check . Would you like everything else to be the same ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Yes , everything else is the same ." }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry but no other hotels have these exact criteria . Could we vary the price or star rating ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'same price range');(_:search,stars,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , keep the same price range , but you can vary the star rating ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'worth house');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There is the worth house it is cheap and has a 4 star rating . May I book that for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'8');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , for 8 people and 4 nights starting from sunday ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,ref,'RSNEQ2JV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is : RSNEQ2JV ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I need . Have a nice day ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and enjoy your stay ." } ]
SSNG0283.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "City Centre North B and B" ], [ "_: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", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/4ebec22b" ], [ "_:booking/4ebec22b", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "stars", "0" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/4ebec22b" ], [ "_:booking/4ebec22b", "type", "Booking" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "City Centre North B and B" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:system", "canthelp", "_:booking/4ebec22b" ], [ "_:booking/4ebec22b", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/39ef68a5" ], [ "_:search/39ef68a5", "type", "Hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "canthelp", "_:booking/4ebec22b" ], [ "_:booking/4ebec22b", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/39ef68a5" ], [ "_:search/39ef68a5", "type", "Hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "name", "worth house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_: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", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "13" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "canthelp", "_:booking/4ebec22b" ], [ "_:booking/4ebec22b", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/39ef68a5" ], [ "_:search/39ef68a5", "type", "Hotel" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "stars", "dontcare" ], [ "_:result", "name", "worth house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "RSNEQ2JV" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'vegetarian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like an expensive restaurant that serves vegetarian food" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "reqmore()", "inform((_:result,food,'vegetarian');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , there are no expensive vegetarian restaurants in town . Can I help you find anything else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you find me an Asian Oriental restaurant instead ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'asian oriental');(_:result,name,'Saigon City');(_:result,pricerange,'expinsive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Saigon City is an expinsive asian oriental restraunt in the north area of town ." }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the phone number and area ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'saigon city');(_:result,phone,'01223 356555');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number for saigon city is 01223 356555 and is located in the north part of the town ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . Goodbye !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Goodbye" } ]
WOZ20334.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "vegetarian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/4dc6e6e7" ], [ "_:search/4dc6e6e7", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/4dc6e6e7" ], [ "_:search/4dc6e6e7", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "asian oriental" ], [ "_:result", "area", "north" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "Saigon City" ], [ "_:result", "pricerange", "expinsive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/4dc6e6e7" ], [ "_:search/4dc6e6e7", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "asian oriental" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "pricerange", "expinsive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "north" ], [ "_:result", "name", "saigon city" ], [ "_:result", "phone", "01223 356555" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'alpha - milton guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do you have information on the alpha - milton guest house ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'63 milton road');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Alpha - Milton Guest House');(_:result,phone,'01223311625');(_:result,postcode,'cb41xa');(_:result,pricerange,'moderately priced');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Alpha - Milton Guest House is a moderately priced 3 star guesthouse on the north end . The address is 63 milton road , postcode cb41xa . Their phone number is 01223311625 ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much for your help , goodbye ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day ." } ]
SNG0803.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "alpha - milton guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "alpha - milton guest house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "63 milton road" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Alpha - Milton Guest House" ], [ "_:result", "phone", "01223311625" ], [ "_:result", "postcode", "cb41xa" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train on Friday ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Okay . What day would you like to travel ? What time would you like to leave ? Where are you departing from and what is the destination please ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,leave_at,'16:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to cambridge coming from london kings cross . I will be leaving on friday after 16:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,leave_at,'17:17');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK , the earliest departure I have is 17:17 . Would you like to book it ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "How much is a ticket ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'do not have that information available');(_:result,type,'Train'))" ], "speaker": "system", "text": "I do not have that information available ." }, { "id": 6, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can I at least get the train ID ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,type,'Train'))" ], "speaker": "system", "text": "They system is down please try again later ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))", "request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Please inform me of the train ID and price when the system is available . I am also looking for entertainment in the centre ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'18:08');(_:result,duration,'51 minutes');(_:result,id,'TR0835');(_:result,leave_at,'17:17');(_:result,ticket,'23.60 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have TR0835 leaving at 17:17 and arriving at 18:08 . That has a travel time of 51 minutes and a price of 23.60 pounds ." }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I want an entertainment attraction in the center part of town also thanks ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "little saint mary 's church offers architecture and is located at little saint mary 's lane . Entrance fee is free" } ]
PMUL1195.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "17:17" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "17:17" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "do not have that information available" ], [ "_:result", "type", "Train" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "leave_at", "17:17" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "do not have that information available" ], [ "_:result", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:system", "canthelp", "_:search/1bc8a6a2" ], [ "_:search/1bc8a6a2", "type", "Train" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "16:30" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/1bc8a6a2" ], [ "_:search/1bc8a6a2", "type", "Train" ], [ "_:search", "area", "centre" ], [ "_:result", "arrive_by", "18:08" ], [ "_:result", "duration", "51 minutes" ], [ "_:result", "id", "TR0835" ], [ "_:result", "leave_at", "17:17" ], [ "_:result", "ticket", "23.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'center');(_:search,category,'hotel');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel to stay at . I want it to be at least 2 stars and in the center of town ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,stars,'3');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have a 3 star hotel and a 4 star hotel both in the centre . Would you like to book one of them ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do you have anything that is 2 star rated in the centre ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "we got none . can i help you with anything else ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "That is all I need ." }, { "id": 5, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'centre');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I am not finding a 2 star in the centre . Are you sure there is not another type of hotel you would like ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do need a place to stay , so are there any 4 star hotels available ?" }, { "id": 7, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 2 options - one is cheap and one is expensive . Which price range would you prefer ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,pricerange,'cheap');(_:search,stay,'2');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "cheap will work . can you book it for Wednesday ? 1 person , 2 nights . I 'll need the reference number too ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Alexander bed and breakfast');(_:booking,ref,'VWF48IZM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book a room at Alexander bed and breakfast , your reference number is VWF48IZM . Is there anything else I can help with ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,leave_at,'14:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking for a train . It should depart Cambridge after 14:15 and arrive in Norwich on friday ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'15:55');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,id,'TR8314');(_:result,leave_at,'14:36');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR8314 departs Cambridge at 14:36 and arrives in Norwich at 15:55 . Would you like me to book a ticket for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'1');(_:search,type,'Train'))" ], "speaker": "user", "text": "YES PLEASE . FOR 1 PERSON ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'TR8314');(_:booking,people,'1');(_:booking,ref,'H0JS8RMF');(_:booking,ticket,'17.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "1 ticket on TR8314 has been booked . Your total is 17.6 GBP , which you can pay at the station . Your Reference number is : H0JS8RMF ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that was all I needed today . Goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling . Have a great day ! Goodbye ." } ]
PMUL1913.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/994af376" ], [ "_:search/994af376", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/994af376" ], [ "_:search/994af376", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/a81cf91f" ], [ "_:search/a81cf91f", "area", "centre" ], [ "_:search/a81cf91f", "stars", "2" ], [ "_:search/a81cf91f", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/994af376" ], [ "_:search/994af376", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/a81cf91f" ], [ "_:search/a81cf91f", "area", "centre" ], [ "_:search/a81cf91f", "stars", "2" ], [ "_:search/a81cf91f", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/994af376" ], [ "_:search/994af376", "type", "Hotel" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/a81cf91f" ], [ "_:search/a81cf91f", "area", "centre" ], [ "_:search/a81cf91f", "stars", "2" ], [ "_:search/a81cf91f", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "1" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Alexander bed and breakfast" ], [ "_:booking", "ref", "VWF48IZM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "14:15" ], [ "_: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", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/994af376" ], [ "_:search/994af376", "type", "Hotel" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/a81cf91f" ], [ "_:search/a81cf91f", "area", "centre" ], [ "_:search/a81cf91f", "stars", "2" ], [ "_:search/a81cf91f", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Alexander bed and breakfast" ], [ "_:booking", "ref", "VWF48IZM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "14:15" ], [ "_:result", "arrive_by", "15:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "TR8314" ], [ "_:result", "leave_at", "14:36" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "1" ], [ "_: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", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/994af376" ], [ "_:search/994af376", "type", "Hotel" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/a81cf91f" ], [ "_:search/a81cf91f", "area", "centre" ], [ "_:search/a81cf91f", "stars", "2" ], [ "_:search/a81cf91f", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "count", "2" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Alexander bed and breakfast" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "leave_at", "14:15" ], [ "_:result", "arrive_by", "15:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "TR8314" ], [ "_:result", "leave_at", "14:36" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR8314" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "H0JS8RMF" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "i 'm looking for places to go in town" }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "sure . What do you like to do ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'park');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "A park in the north part of town" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'milton country park');(_:result,name,'Milton country park');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Milton country park is located at milton country park , milton . Do you need anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking to stay at a guesthouse in the centre ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'center');(_:result,name,'El shaddai');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "El shaddai is located in the center and is a cheap one . Would you like me to book room(s ) for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds good but I need free wifi . Does it have free wifi ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "yes it does . would you like me to make a reservation ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "book it for 6 people and 4 nights starting from tuesday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'PWVDKBN8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "all set , your confirmation number is PWVDKBN8 . Anything else today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is it . Thank you ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Happy to help !" } ]
PMUL4910.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "milton country park" ], [ "_:result", "name", "Milton country park" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "milton country park" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "name", "El shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "milton country park" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "center" ], [ "_:result", "name", "El shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "address", "milton country park" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "center" ], [ "_:result", "name", "El shaddai" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "PWVDKBN8" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , can you help me find a restaurant in the centre area ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'69');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Of course ! There are 69 restaurants in the centre . What type of food would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm in the mood for italian food . Which is your favorite ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'stazione restaurant and coffee bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , how about stazione restaurant and coffee bar . Can I make a reservation for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'12:45');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great . Can you book a table for 1 on Saturday at 12:45 ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'I40Q0GZM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table is reserved . Reference number I40Q0GZM ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Terrific ! You are great , please send me all this information to my e - mail , thanks ." }, { "id": 7, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome , was there anything else you need ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No I have everything I wanted to know . Thanks very much ." }, { "id": 9, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You 're welcome , enjoy your meal ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks . I will ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using Cambridge TownInfo Centre . Have a fantabulous day !" } ]
SNG0617.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", "69" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "69" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "stazione restaurant and coffee bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "69" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "stazione restaurant and coffee bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "I40Q0GZM" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "69" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "stazione restaurant and coffee bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "I40Q0GZM" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "69" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "stazione restaurant and coffee bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "I40Q0GZM" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for place to go , do you have any ideas ?" }, { "id": 1, "rdf-acts": [ "select((_:result,category,'boats');(_:result,category,'museums');(_:result,category,'night clubs');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Were you interested more in something like night clubs or museums , or boats ? Or something totally different ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I need a place in the centre . I welcome any suggestions you may have ." }, { "id": 3, "rdf-acts": [ "select((_:result,amount,'lots of options');(_:result,entrance_fee,'church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are lots of options in that area . How about a church ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "A church is great can I have the address of the one you recommend ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'architecture');(_:result,name,'All Saints Church');(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,address,'Jesus Lane');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "May I suggest All Saints Church , it has really great architecture ? It 's located at Jesus Lane , cb58bs . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you please find a restaurant in the same area as the attraction and in the expensive price range ." }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have many places . A specific type of food perhaps ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have any that serve Italian food ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Stazione restaurant and coffee bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Stazione restaurant and coffee bar is a great place to eat . Would you like a reservation ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Not at this time but can I get their phone number ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,phone,'01223352607');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , the phone number is 01223352607 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I needed today , thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Have a nice day . Is there anything else I can help you with ." } ]
PMUL2472.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "category", "boats" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "night clubs" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "category", "boats" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "night clubs" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "lots of options" ], [ "_:result", "entrance_fee", "church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "lots of options" ], [ "_:result", "entrance_fee", "church" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "All Saints Church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "entrance_fee", "church" ], [ "_:result", "category", "architecture" ], [ "_:result", "name", "All Saints Church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_: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": [ [ "_:result", "entrance_fee", "church" ], [ "_:result", "category", "architecture" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Stazione restaurant and coffee bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "entrance_fee", "church" ], [ "_:result", "category", "architecture" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "many" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Stazione restaurant and coffee bar" ], [ "_:result", "phone", "01223352607" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'carolina bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for information on a hotel , the carolina bed and breakfast ." }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'four');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Its a moderately priced four start hotel with internet . Do you need any more info ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Can you book it for me ?" }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes . When would you like me to book it for and how many people ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to book it for 2 nights starting Tuesday for 5 people" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'H14BC8TI');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful and reference number is H14BC8TI . Can I help you with anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yeah , I need a train to get to Cambridge by 13:45 ." }, { "id": 7, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay what day would you like to travel and where are you departing from ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,departure,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want the train same day as the hotel . Leaving Broxbourne ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "There is a train traveling to cambridge from broxborne that will arrive by 13:32 . Do you want that instead ? Train ID is TR9688 ." } ]
PMUL1854.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "carolina bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "carolina bed and breakfast" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "carolina bed and breakfast" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "carolina bed and breakfast" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "H14BC8TI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "carolina bed and breakfast" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "four" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "H14BC8TI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a museum to visit in the centre of town" }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,amount,'many');(_:result,area,'centre');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many museums in the centre of town , but I would recommend Broughton House Gallery . Could I be of further assistance ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , can you give me the postcode and entrance fee for that museum ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'no entrance fee');(_:result,name,'Broughton House Gallery');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Absolutely . There is no entrance fee for the Broughton House Gallery and the postcode is cb11ln ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you ! Are there any guesthouses nearby ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Alexander bed and breakfast');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "The Alexander bed and breakfast is located in the centre area . May I book this for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Yes that will work , please book ." }, { "id": 7, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Certainly . How long would you like to stay ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I will need 3 nights for 2 people ." }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day would you like to start your stay ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to start my stay on Friday ." }, { "id": 11, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sorry , that booking is unavailable . Perhaps you 'd prefer another day or a shorter stay ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about 6 people for 5 nights starting friday ?" }, { "id": 13, "rdf-acts": [ "inform((_:booking,ref,'KVJNZBG6');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "oh that definitely worked . I have booked you in and your reference number is KVJNZBG6 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . Can you please confirm for me that the guesthouse you booked for me is moderately priced ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,pricerange,'cheaply priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is actually cheaply priced . Is that going to be okay ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , sorry . I am looking for something moderately priced ." }, { "id": 17, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,category,'guesthouses');(_:search,pricerange,'moderately priced');(_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry there are no moderately priced guesthouses in centre . Would you like to try something else ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please . We seem to have gone very astray . I need a moderately priced 3 star guest house . It does n't matter where ." }, { "id": 19, "rdf-acts": [ "inform((_:result,address,'156 chesterton road');(_:result,area,'north');(_:result,count,'4');(_:result,name,'Hamilton Lodge');(_:result,phone,'01223365664');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , there are four available . How about Hamilton Lodge in the north ? It 's at 156 chesterton road cb41da with phone 01223365664 . Would that work for you ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,name,'hamilton lodge');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please book the Hamilton Lodge or 6 people and 5 nights starting from friday ." }, { "id": 21, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'999S42AB');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The reference number is 999S42AB . Anything else ?" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that should be it . Thanks !" }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "I have confirmed your booking and you are are all set . Thank you for calling the Cambridge town info centre ." } ]
MUL1168.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "many" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/6de59468" ], [ "_:booking/6de59468", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/6de59468" ], [ "_:booking/6de59468", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "KVJNZBG6" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/6de59468" ], [ "_:booking/6de59468", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "KVJNZBG6" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "cheaply priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/6de59468" ], [ "_:booking/6de59468", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "ref", "KVJNZBG6" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "cheaply priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/5b3cec78" ], [ "_:search/5b3cec78", "area", "centre" ], [ "_:search/5b3cec78", "category", "guesthouses" ], [ "_:search/5b3cec78", "pricerange", "moderately priced" ], [ "_:search/5b3cec78", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "category", "guesthouses" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/6de59468" ], [ "_:booking/6de59468", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "ref", "KVJNZBG6" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "cheaply priced" ], [ "_:system", "canthelp", "_:search/5b3cec78" ], [ "_:search/5b3cec78", "area", "centre" ], [ "_:search/5b3cec78", "category", "guesthouses" ], [ "_:search/5b3cec78", "pricerange", "moderately priced" ], [ "_:search/5b3cec78", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:result", "address", "156 chesterton road" ], [ "_:result", "area", "north" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "phone", "01223365664" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "name", "hamilton lodge" ], [ "_:search", "people", "6" ], [ "_: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, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "category", "guesthouses" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:booking/6de59468" ], [ "_:booking/6de59468", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:result", "pricerange", "cheaply priced" ], [ "_:system", "canthelp", "_:search/5b3cec78" ], [ "_:search/5b3cec78", "area", "centre" ], [ "_:search/5b3cec78", "category", "guesthouses" ], [ "_:search/5b3cec78", "pricerange", "moderately priced" ], [ "_:search/5b3cec78", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:result", "address", "156 chesterton road" ], [ "_:result", "area", "north" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Hamilton Lodge" ], [ "_:result", "phone", "01223365664" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "name", "hamilton lodge" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "999S42AB" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am traveling to cambridge and would like to find a place to eat . I want it in the centre of town , in the cheap range ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'center');(_:result,count,'15');(_:result,pricerange,'inexpensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have 15 inexpensive places to dine in the center of town . Is there any particular cuisine you 'd like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That 's great ! Can you see if one of them serves portuguese food , please ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'portuguese');(_:result,name,'nandos city centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The nandos city centre serves portuguese . Would you like me to book a table for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'14:30');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . Book it for 8 people on saturday 14:30 ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "cBooking was unsuccessful . Can we try another day or time slot ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,duration,'13:30');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sure how about a booking at 13:30 ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,duration,'13:30');(_:booking,ref,'0AH6HXGL');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all set for 13:30 , the reference number is 0AH6HXGL and the table will be reserved for 15 minutes , anything else that I can assist with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I am also looking for places to go in town in the same area as the restaurant ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'museum');(_:result,name,'castle galleries');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about castle galleries ? It 's a museum in the centre of town ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , may I have the address and the phone number ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'saint andrews street');(_:result,address,'unit su43,grande');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is unit su43,grande arcade , saint andrews street" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will also need to book a taxi for commuting between the restaurant and museum ." }, { "id": 13, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Okay , what time would you like to depart or arrive ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'13:30');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))", "request((_:result,phone,?);(_:result,type,'Attraction'))", "inform((_:search,name,'Castle Galleries');(_:search,type,'Attraction'))", "request((_:result,type,'Restaurant');(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I would like the taxi arrives at the restaurant by 13:30 . Also could you provide me with the phone number for Castle Galleries ?" }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223307402');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , it is 01223307402 . Anything else today ?" }, { "id": 16, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I need the contact number and car type for the taxi please ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'red volkswagen');(_:result,phone,'07422508366');(_:result,type,'Taxi'))", "thank()" ], "speaker": "system", "text": "Sure . The car is a red volkswagen and the contact number is 07422508366" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Excellent . Thank you for your help ." }, { "id": 19, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "No problem . Is there anything else you need ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I think I 'm good , thanks !" }, { "id": 21, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You 're welcome ! Have a good day !" }, { "id": 22, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that should be all . Goodbye !" }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "Thank you for using Cambridge TownInfo centre ! Goodbye !" } ]
MUL2394.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "center" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "center" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "center" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/26f11978" ], [ "_:booking/26f11978", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "13:30" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "center" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "nandos city centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/26f11978" ], [ "_:booking/26f11978", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "13:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "13:30" ], [ "_:booking", "ref", "0AH6HXGL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "portuguese" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/26f11978" ], [ "_:booking/26f11978", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "13:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "13:30" ], [ "_:booking", "ref", "0AH6HXGL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "castle galleries" ], [ "_: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", "cheap" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "portuguese" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/26f11978" ], [ "_:booking/26f11978", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "13:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "13:30" ], [ "_:booking", "ref", "0AH6HXGL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "saint andrews street" ], [ "_:result", "address", "unit su43,grande" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "portuguese" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/26f11978" ], [ "_:booking/26f11978", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "13:30" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "13:30" ], [ "_:booking", "ref", "0AH6HXGL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "saint andrews street" ], [ "_:result", "address", "unit su43,grande" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "name", "Castle Galleries" ], [ "_:search", "type", "Attraction" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "portuguese" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/26f11978" ], [ "_:booking/26f11978", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "13:30" ], [ "_:booking", "duration", "13:30" ], [ "_:booking", "ref", "0AH6HXGL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "address", "saint andrews street" ], [ "_:result", "address", "unit su43,grande" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "name", "Castle Galleries" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "type", "Attraction" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "portuguese" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/26f11978" ], [ "_:booking/26f11978", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "13:30" ], [ "_:booking", "duration", "13:30" ], [ "_:booking", "ref", "0AH6HXGL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "address", "saint andrews street" ], [ "_:result", "address", "unit su43,grande" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "name", "Castle Galleries" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "car", "red volkswagen" ], [ "_:result", "phone", "07422508366" ], [ "_: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", "pricerange", "cheap" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "portuguese" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/26f11978" ], [ "_:booking/26f11978", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "13:30" ], [ "_:booking", "duration", "13:30" ], [ "_:booking", "ref", "0AH6HXGL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "address", "saint andrews street" ], [ "_:result", "address", "unit su43,grande" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "name", "Castle Galleries" ], [ "_:search", "type", "Attraction" ], [ "_:result", "car", "red volkswagen" ], [ "_:result", "phone", "07422508366" ], [ "_: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": 11, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "15" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "food", "portuguese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "portuguese" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/26f11978" ], [ "_:booking/26f11978", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "13:30" ], [ "_:booking", "duration", "13:30" ], [ "_:booking", "ref", "0AH6HXGL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "address", "saint andrews street" ], [ "_:result", "address", "unit su43,grande" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:30" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "name", "Castle Galleries" ], [ "_:search", "type", "Attraction" ], [ "_:result", "car", "red volkswagen" ], [ "_:result", "phone", "07422508366" ], [ "_: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, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hello , I would like some suggestions for college attractions in town . Could you help me ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'a lot');(_:result,area,'centre');(_:result,area,'west');(_:result,name,'Hughes Hall');(_:result,name,'Jesus College');(_:result,name,'Magdalene College');(_:result,name,\"Queen 's College\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are a lot to choose from ! There 's Hughes Hall and Jesus College in the centre of town , Magdalene College and Queen 's College in the west , and many others ." }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I will go with whatever you recommend , I 'll just need to know the entrance fee and postcode ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'magdalene street');(_:result,area,'west');(_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,'Magdalene college');(_:result,phone,'01223332138');(_:result,postcode,'cb30ag');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Magdalene college on magdalene street , in the west , has many repeat visitors . The college is free and the post code is cb30ag . Their phone number is 01223332138 . Anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'el shaddai');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you . Do you have any information about a specific hotel named the el shaddai ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'41 warkworth street');(_:result,area,'center');(_:result,category,'guesthouse');(_:result,name,'El Shaddai');(_:result,pricerange,'cheap price range');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "El Shaddai is a guesthouse in the cheap price range found in the center of town . their address is 41 warkworth street" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks so much . You 've been very helpful . That 's all for me today . Have a good night . Bye ." }, { "id": 7, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Thank you for using our system !" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "You betcha . Bye - bye !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Have a great day !" } ]
MUL2514.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "a lot" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Hughes Hall" ], [ "_:result", "name", "Jesus College" ], [ "_:result", "name", "Magdalene College" ], [ "_:result", "name", "Queen 's College" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "amount", "a lot" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "magdalene street" ], [ "_:result", "area", "west" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Magdalene college" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "postcode", "cb30ag" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "el shaddai" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "amount", "a lot" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "postcode", "cb30ag" ], [ "_:search", "name", "el shaddai" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "41 warkworth street" ], [ "_:result", "area", "center" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap price range" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "amount", "a lot" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223332138" ], [ "_:result", "postcode", "cb30ag" ], [ "_:search", "name", "el shaddai" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "41 warkworth street" ], [ "_:result", "area", "center" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "pricerange", "cheap price range" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to find a train that leaves peterborough on friday ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "sure , what is your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'09:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be heading to Cambridge and I 'd like to leave at or a little after 09:00 , if possible ." }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'tr1393');(_:result,leave_at,'09:19');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have the tr1393 which leaves the station at 09:19 , how many tickets would you like ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I need 4 tickets . What is the reference number ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'MU3UYQCK');(_:booking,ticket,'66 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 66 GBP payable at the station . \n Reference number is : MU3UYQCK ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'graffiti');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm also looking to eat at a restaurant called graffiti ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,food,'British');(_:result,name,'Graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Graffiti is an excellent choice ! It 's an expensive British restaurant on the west side . Would you like a table there ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No thanks , I just need the address please ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Hotel Felix Whitehouse Lane Huntingdon Road');(_:result,postcode,'cb30lx');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There address is Hotel Felix Whitehouse Lane Huntingdon Road postcode cb30lx . Is there anything else I can assist you with today ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'graffiti');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for the address for graffiti" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Hotel Felix Whitehouse Lane Huntingdon Road');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their address is Hotel Felix Whitehouse Lane Huntingdon Road . Anything more I can help with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all . Thank you !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Okay , let us know if you need anything else ." } ]
PMUL4250.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:00" ], [ "_:result", "id", "tr1393" ], [ "_:result", "leave_at", "09:19" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:00" ], [ "_:result", "id", "tr1393" ], [ "_:result", "leave_at", "09:19" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "MU3UYQCK" ], [ "_:booking", "ticket", "66 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "graffiti" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:00" ], [ "_:result", "id", "tr1393" ], [ "_:result", "leave_at", "09:19" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "MU3UYQCK" ], [ "_:booking", "ticket", "66 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "graffiti" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:00" ], [ "_:result", "id", "tr1393" ], [ "_:result", "leave_at", "09:19" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "MU3UYQCK" ], [ "_:booking", "ticket", "66 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Hotel Felix Whitehouse Lane Huntingdon Road" ], [ "_:result", "postcode", "cb30lx" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:search", "name", "graffiti" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:00" ], [ "_:result", "id", "tr1393" ], [ "_:result", "leave_at", "09:19" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "MU3UYQCK" ], [ "_:booking", "ticket", "66 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "postcode", "cb30lx" ], [ "_:search", "name", "graffiti" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Hotel Felix Whitehouse Lane Huntingdon Road" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "I was in a car accident dispute and I need some help ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,name,'Parkside Police Station');(_:result,phone,'01223358966');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "The Parkside Police Station can help out with your dispute . Their telephone is 01223358966 with a postcode of CB11JG Parkside , Cambridge . Is there anything else I can help you with ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That was very thorough , I really appreciate the help . It 's been a nightmare of a day ." }, { "id": 3, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "i can imagine , sorry for your trouble !" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Have a great day ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You , too . Let me know if I can be of any more assistance ." } ]
SNG0115.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "name", "Parkside Police Station" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "name", "Parkside Police Station" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'a and b guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi there . I 'm looking for a particular hotel called the A and B Guest House ." }, { "id": 1, "rdf-acts": [ "inform((_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the places info here , what may I help you with ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to book the hotel for 2 people for 2 nights starting on Saturday ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'GPU1Z9PM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , you 've been booked ! Your reference number is GPU1Z9PM ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,leave_at,'10:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "OK , thank you ! I am also looking for a train for monday that leaves after 10:15 , could you help me with that ?" }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Yes , there are a lot of options . Do you know what station you 'd like to travel in to or out of ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "From Cambridge to Kings Lynn please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'11:58');(_:result,day,'monday');(_:result,departure,'cambridge');(_:result,destination,'kings lynn');(_:result,id,'TR3566');(_:result,leave_at,'11:11');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR3566 is the first train leaving cambridge to kings lynn on monday . it departs at 11:11 and arrives at 11:58 . How amny tickets would you like to book ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like 2 tickets please ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'7XTP6M2A');(_:booking,ticket,'19.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That would be 19.6 GBP payable at the station . The reference number is 7XTP6M2A . Is there anything else I could help you with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That will be everything I need today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day !" } ]
MUL2107.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "GPU1Z9PM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "GPU1Z9PM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "GPU1Z9PM" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "11:58" ], [ "_:result", "day", "monday" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "kings lynn" ], [ "_:result", "id", "TR3566" ], [ "_:result", "leave_at", "11:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "a and b guest house" ], [ "_:search", "stay", "2" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "11:58" ], [ "_:result", "day", "monday" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "kings lynn" ], [ "_:result", "id", "TR3566" ], [ "_:result", "leave_at", "11:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "7XTP6M2A" ], [ "_:booking", "ticket", "19.6 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "i 'm looking for museums in town" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'a variety');(_:result,area,'all');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cambridge has a variety of museums in all sections of town . Let 's narrow your search . Is there a part of town or a type of museum you are interested in ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "None in particular can you just pick one and give me the address please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'sidgwick avenue');(_:result,area,'west');(_:result,entrance_fee,'free');(_:result,name,'museum of classical archaeology');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The museum of classical archaeology is located in the west at sidgwick avenue . They have a free entrance fee ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thanks . I also need a guesthouse to stay in that is in the moderate price range ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have several guesthouses in the moderate range available . What area of town would you prefer ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to find something in the east , preferably with 4 stars ." }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'138 Perne Road , cb13nx');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Carolina Bed & Breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I recommend the Carolina Bed & Breakfast . It has free parking and wifi , and it 's located at 138 Perne Road , cb13nx ." }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "That sounds great ! What 's their phone number ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'01223247015');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Here you go . Do you need anything else . 01223247015" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be it ! Thank you !" }, { "id": 11, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Thank you for using our services . Have all of your needs been met today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes . That 's all I need . Thanks ." }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Hope you enjoy your stay in Cambridge !" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . Good - bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Good bye ! Enjoy !" } ]
PMUL3380.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "a variety" ], [ "_:result", "area", "all" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:result", "amount", "a variety" ], [ "_:result", "category", "museums" ], [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "museum of classical archaeology" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "address", "sidgwick avenue" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "museum of classical archaeology" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "138 Perne Road , cb13nx" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina Bed & Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "138 Perne Road , cb13nx" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina Bed & Breakfast" ], [ "_:result", "phone", "01223247015" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "138 Perne Road , cb13nx" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina Bed & Breakfast" ], [ "_:result", "phone", "01223247015" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "138 Perne Road , cb13nx" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Carolina Bed & Breakfast" ], [ "_:result", "phone", "01223247015" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "He , I am looking forward to trying some local restaurants in Cambridge . Can you tell me about some train schedules ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "I can help you with both of those things . Let 's start with what type of food or what part of town you would like to eat ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a cheap restaurant in the north with indian food ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Royal Spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes I have one restaurant matching your criteria called Royal Spice . Would you like their telephone number ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'21:00');(_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "No thanks , I need a train from cambridge to stevenage in Tuesday . I want to arrive before 21:00" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'20:10');(_:result,departure,'Cambridge');(_:result,destination,'Stevenage');(_:result,id,'TR6692');(_:result,leave_at,'19:21');(_:result,type,'Train'))" ], "speaker": "system", "text": "Ok , TR6692 leaves Cambridge at 19:21 and arrives in Stevenage at 20:10 . Will this work for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Could I get the price of that train please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,ticket,'12.80 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "That ticket will be 12.80 pounds ." }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks . Now I think you could help me with an expensive Italian restaurant perhaps ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'caffe uno');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about caffe uno in the centre ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'22:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sounds good . Can you book a reservation for Tuesday at 22:00 ?" }, { "id": 11, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people will be dining at cafe uno ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'three');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need the reservation for three ." }, { "id": 13, "rdf-acts": [ "canthelp((_:booking,duration,'22:00');(_:booking,name,'Caffe Uno');(_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately I am unable to book at 22:00 at Caffe Uno , do you have another time ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,duration,'14:45');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Um I meant 14:45 , my mind wandered , who wants dinner two hours before midnight , lol . Same booking but 14:45 please ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'MRKAMZJM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : MRKAMZJM . Anything else I can help with ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks alot.that is all i needed for today" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Great ! glad I could help !" } ]
PMUL0726.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Royal Spice" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "20:10" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "id", "TR6692" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "name", "Royal Spice" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "arrive_by", "20:10" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "id", "TR6692" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "arrive_by", "20:10" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "id", "TR6692" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "caffe uno" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "22:00" ], [ "_: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", "arrive_by", "21:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "arrive_by", "20:10" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "id", "TR6692" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "caffe uno" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "22:00" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "three" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "arrive_by", "20:10" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "id", "TR6692" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "caffe uno" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "three" ], [ "_:system", "canthelp", "_:booking/e01e92e7" ], [ "_:booking/e01e92e7", "duration", "22:00" ], [ "_:booking/e01e92e7", "name", "Caffe Uno" ], [ "_:booking/e01e92e7", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "14:45" ], [ "_: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", "area", "north" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "arrive_by", "20:10" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Stevenage" ], [ "_:result", "id", "TR6692" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "12.80 pounds" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "caffe uno" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "three" ], [ "_:system", "canthelp", "_:booking/e01e92e7" ], [ "_:booking/e01e92e7", "duration", "22:00" ], [ "_:booking/e01e92e7", "name", "Caffe Uno" ], [ "_:booking/e01e92e7", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "14:45" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "MRKAMZJM" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'boating');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Are there any boating activities available ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'boat');(_:result,count,'4');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 4 boat attractions . What is your preferred area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,\"do n't care\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I do n't care , what do you have ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'East');(_:result,name,'Camboats');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Camboats is a great choice . It is located in the East area of town . Would you like additional information for the company ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'camboats');(_:search,pricerange,'expensive');(_:search,type,'Attraction');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yeah what 's the address of Camboats ? I also need an expensive place to eat ." }, { "id": 5, "rdf-acts": [], "speaker": "system", "text": "Camboats address is The Plough , Green end , Fen Ditton . Regarding restaurants I am showing an elegant Chinese restaurant , British Cuisine , and an upscale Gastropub near the Camboats location ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'molecular gastronomy');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do any of those serve molecular gastronomy food and in the centre of town ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , there are n't any serving that type of food . Would you like to try something different ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'seafood');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about something that serves seafood ?" }, { "id": 9, "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": "Yes , loch fyne is in town centre and serves seafood . It is in the expensive price range . Would you like to reserve a table ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No thank you . Can I have the phone number , postcode and address though ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'The Little Rose 37 Trumpington Street');(_:result,name,'Loch Fyne');(_:result,phone,'01223362433');(_:result,postcode,'cb21qy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure thing ! The phone number is 01223362433 . The address of Loch Fyne is The Little Rose 37 Trumpington Street , and the postcode is cb21qy . Can I help with anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the restaurant');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I am going to need to get a taxi to leave the restaurant ." }, { "id": 13, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "No problem . We can get that booked for you . Can you let me know where you will be going and what time you would like to leave or arrive ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'the restaurant');(_:search,destination,'camboats');(_:search,leave_at,'09:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I 'd like to leave the restaurant by 09:30 to go to Camboats ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'white bmw');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Your booking is completed . Your car will be a white bmw . Can I help you with anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's everything thank you very much ." }, { "id": 17, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Have a nice day !" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "You too ! Bye !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you , let us know if you need anymore help ." } ]
MUL0914.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "boating" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "boating" ], [ "_:result", "category", "boat" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "do n't care" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "boating" ], [ "_:result", "category", "boat" ], [ "_:result", "count", "4" ], [ "_:search", "area", "do n't care" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Camboats" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "camboats" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "boating" ], [ "_:result", "category", "boat" ], [ "_:result", "count", "4" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Camboats" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "camboats" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "molecular gastronomy" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "boating" ], [ "_:result", "category", "boat" ], [ "_:result", "count", "4" ], [ "_:result", "area", "East" ], [ "_:result", "name", "Camboats" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "camboats" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/ff7f569b" ], [ "_:search/ff7f569b", "type", "Restaurant" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "boating" ], [ "_:result", "category", "boat" ], [ "_:result", "count", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "camboats" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "address", "?" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/ff7f569b" ], [ "_:search/ff7f569b", "type", "Restaurant" ], [ "_:search", "food", "seafood" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "name", "loch fyne" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "boating" ], [ "_:result", "category", "boat" ], [ "_:result", "count", "4" ], [ "_:search", "name", "camboats" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/ff7f569b" ], [ "_:search/ff7f569b", "type", "Restaurant" ], [ "_:search", "food", "seafood" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "The Little Rose 37 Trumpington Street" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "phone", "01223362433" ], [ "_:result", "postcode", "cb21qy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "boating" ], [ "_:result", "category", "boat" ], [ "_:result", "count", "4" ], [ "_:search", "name", "camboats" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/ff7f569b" ], [ "_:search/ff7f569b", "type", "Restaurant" ], [ "_:search", "food", "seafood" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "The Little Rose 37 Trumpington Street" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "phone", "01223362433" ], [ "_:result", "postcode", "cb21qy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "camboats" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "boating" ], [ "_:result", "category", "boat" ], [ "_:result", "count", "4" ], [ "_:search", "name", "camboats" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/ff7f569b" ], [ "_:search/ff7f569b", "type", "Restaurant" ], [ "_:search", "food", "seafood" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "The Little Rose 37 Trumpington Street" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "phone", "01223362433" ], [ "_:result", "postcode", "cb21qy" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "camboats" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white bmw" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "category", "boating" ], [ "_:result", "category", "boat" ], [ "_:result", "count", "4" ], [ "_:search", "name", "camboats" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/ff7f569b" ], [ "_:search/ff7f569b", "type", "Restaurant" ], [ "_:search", "food", "seafood" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "seafood" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "The Little Rose 37 Trumpington Street" ], [ "_:result", "name", "Loch Fyne" ], [ "_:result", "phone", "01223362433" ], [ "_:result", "postcode", "cb21qy" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "camboats" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white bmw" ], [ "_: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,day,'saturday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi I need a train for Saturday please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'404');(_:result,day,'saturday');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Alright I have 404 entries for saturday . Do you have a particular time or departure site in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'stansted airport');(_:search,leave_at,'13:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to depart from Stansted Airport on Saturday after 13:45 ." }, { "id": 3, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "And where will you be going ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to cambridge ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'8');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 8 trains available , do you have a specific departure time in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,leave_at,'13:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I would need to depart sometime after 13:45 . What do you have available ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'14:52');(_:result,id,'TR4230');(_:result,leave_at,'14:24');(_:result,type,'Train'))" ], "speaker": "system", "text": "How about the TR4230 train ? It leaves at 14:24 and arrives at 14:52 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , that will be fine . I would like to book the train for 2 people please ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,people,'2');(_:booking,ref,'EO86W7MK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , I 've booked 2 tickets for you , and your reference number is EO86W7MK ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Fantastic , I 'd also like a moderately priced restaurant in the centre of town , please ." }, { "id": 11, "rdf-acts": [ "select((_:result,food,'Asian');(_:result,food,'british');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Asian or british food ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like Japanese food please ." }, { "id": 13, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'japanese');(_:search,type,'Restaurant'))", "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am afraid I do n't show any japanese restaurants in the centre area . Do you have another preference ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Maybe modern european ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,count,'2');(_:result,food,'modern european');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I do have 2 options for modern european . Would you like to see reviews of those ?" }, { "id": 16, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Just pick the one you like best and provide its phone number and address please ." }, { "id": 17, "rdf-acts": [ "inform((_:result,address,'Doubletree by Hilton Cambridge Granta Place Mill Lane');(_:result,name,'riverside brasserie');(_:result,phone,'01223259988');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "riverside brasserie is a great choice ! They 're located at Doubletree by Hilton Cambridge Granta Place Mill Lane you can reach them at 01223259988 ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that should be all today , thanks !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "It was a pleasure helping . Thanks for using our service . Have a nice day . Goodbye ." } ]
MUL1587.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "count", "404" ], [ "_:result", "day", "saturday" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "leave_at", "13:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "count", "404" ], [ "_:result", "day", "saturday" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "leave_at", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "day", "saturday" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "8" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "13:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "day", "saturday" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "8" ], [ "_:search", "leave_at", "13:45" ], [ "_:result", "arrive_by", "14:52" ], [ "_:result", "id", "TR4230" ], [ "_:result", "leave_at", "14:24" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "day", "saturday" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "8" ], [ "_:search", "leave_at", "13:45" ], [ "_:result", "arrive_by", "14:52" ], [ "_:result", "id", "TR4230" ], [ "_:result", "leave_at", "14:24" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "EO86W7MK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "day", "saturday" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "8" ], [ "_:search", "leave_at", "13:45" ], [ "_:result", "arrive_by", "14:52" ], [ "_:result", "id", "TR4230" ], [ "_:result", "leave_at", "14:24" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "EO86W7MK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Asian" ], [ "_:result", "food", "british" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "day", "saturday" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "8" ], [ "_:search", "leave_at", "13:45" ], [ "_:result", "arrive_by", "14:52" ], [ "_:result", "id", "TR4230" ], [ "_:result", "leave_at", "14:24" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "EO86W7MK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "food", "Asian" ], [ "_:result", "food", "british" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/13430420" ], [ "_:search/13430420", "area", "centre" ], [ "_:search/13430420", "food", "japanese" ], [ "_:search/13430420", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_: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": [ [ "_:result", "day", "saturday" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "13:45" ], [ "_:result", "arrive_by", "14:52" ], [ "_:result", "id", "TR4230" ], [ "_:result", "leave_at", "14:24" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "EO86W7MK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/13430420" ], [ "_:search/13430420", "area", "centre" ], [ "_:search/13430420", "food", "japanese" ], [ "_:search/13430420", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "food", "modern european" ], [ "_:result", "type", "Restaurant" ], [ "_: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": [ [ "_:result", "day", "saturday" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "13:45" ], [ "_:result", "arrive_by", "14:52" ], [ "_:result", "id", "TR4230" ], [ "_:result", "leave_at", "14:24" ], [ "_:search", "people", "2" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "EO86W7MK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/13430420" ], [ "_:search/13430420", "area", "centre" ], [ "_:search/13430420", "food", "japanese" ], [ "_:search/13430420", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "food", "modern european" ], [ "_:result", "address", "Doubletree by Hilton Cambridge Granta Place Mill Lane" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "phone", "01223259988" ], [ "_: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": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What is good in the south part of town" }, { "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,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't care what type of food it is ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'nine');(_:result,area,'south');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are nine restaurants in the south area . Is there a price range you would like in particular ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes , under $ 25.00 per entree ." }, { "id": 5, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Would you like the cheap , moderate , or expensive price range ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "cheap , please" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "There are two available in the south : Nandos , which serves Portuguese , and The Lucky Star , which serves Chinese . Do you have a preference ?" } ]
WOZ20375.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "food", "dontcare" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "nine" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "food", "dontcare" ], [ "_:result", "amount", "nine" ], [ "_:result", "area", "south" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Can you help me book some train tickets ?" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Sure ! Where are you departing from and what is your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving from Cambridge ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'll need to get some more information . Can you tell me your destination and when you will be travelling ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'bishops stortford');(_:search,leave_at,'12:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am going to bishops stortford at 12:45 on thursday ." }, { "id": 5, "rdf-acts": [ "select((_:result,departure,'bishops stortford');(_:result,leave_at,'12:45');(_:result,type,'Train'))" ], "speaker": "system", "text": "You would like to leave bishops stortford at 12:45 ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , on Thursday . Can you book me a train for 3 people please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'12:07');(_:result,id,'TR 2929');(_:result,leave_at,'11:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay the TR 2929 leaves at 11:29 and arrives at 12:07 . Would you like me to book this ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'hogwarts');(_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes one ticket to hogwarts please ?" }, { "id": 9, "rdf-acts": [ "canthelp((_:search,destination,'Hogwarts');(_:search,leave_at,'September 1st');(_:search,type,'Train'))" ], "speaker": "system", "text": "Ah , sorry , unfortunately there are no trains leaving to Hogwarts after September 1st ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,leave_at,'12:45');(_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I am sorry , poor joke . I am leaving cambridge going to bishops storford , leaving after 12:45 on thursday , need 3 tickets and ref number" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'2WI5Y9KV');(_:booking,ticket,'30.29 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 30.29 GBP payable at the station . Reference number is : 2WI5Y9KV . Anything else I can do ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes I am looking for a place to stay that includes free wifi and is a guesthouse in the expensive price range with free parking as well ." }, { "id": 13, "rdf-acts": [ "select((_:result,amount,'several');(_:result,category,'hotel');(_:result,type,'Hotel'))", "canthelp((_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no guesthouses that fit your needs . Would you like a hotel ? There are several available ." }, { "id": 14, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about one that is cheap ?" }, { "id": 15, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,area,'all areas');(_:result,category,'guesthouses');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are several cheap guesthouses in all areas of Cambridge . Do you have an area preference ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am not looking in any specific area . A cheap guesthouse with free wifi and parking would be great . Can you recommend one ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,name,'Autumn House');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Absolutely ! I recommend Autumn House . Would you like a reservation ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "yes i would like a reservation . thank you ." }, { "id": 19, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can help with that ! I just need to know your arrival date , the number of people that will be staying , and how many nights you 'd like to stay ." }, { "id": 20, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thanks , I need for 3 people for 2 nights . Arrival is on Tuesday ." }, { "id": 21, "rdf-acts": [ "inform((_:booking,ref,'ZYSDXL09');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure I have your reservation and the reference number is ZYSDXL09 ." }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for all your help . That is all for now ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , let me know if I can assist with anything else ." } ]
PMUL1912.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "12:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "departure", "bishops stortford" ], [ "_:result", "leave_at", "12:45" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "departure", "bishops stortford" ], [ "_:search", "day", "thursday" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR 2929" ], [ "_:result", "leave_at", "11:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "destination", "hogwarts" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "departure", "bishops stortford" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR 2929" ], [ "_:result", "leave_at", "11:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/be57d82f" ], [ "_:search/be57d82f", "destination", "Hogwarts" ], [ "_:search/be57d82f", "leave_at", "September 1st" ], [ "_:search/be57d82f", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "12:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "departure", "bishops stortford" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR 2929" ], [ "_:result", "leave_at", "11:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/be57d82f" ], [ "_:search/be57d82f", "destination", "Hogwarts" ], [ "_:search/be57d82f", "leave_at", "September 1st" ], [ "_:search/be57d82f", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "12:45" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2WI5Y9KV" ], [ "_:booking", "ticket", "30.29 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "departure", "bishops stortford" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR 2929" ], [ "_:result", "leave_at", "11:29" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/be57d82f" ], [ "_:search/be57d82f", "destination", "Hogwarts" ], [ "_:search/be57d82f", "leave_at", "September 1st" ], [ "_:search/be57d82f", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "12:45" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2WI5Y9KV" ], [ "_:booking", "ticket", "30.29 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/6a35a8c7" ], [ "_:search/6a35a8c7", "category", "guesthouses" ], [ "_:search/6a35a8c7", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "departure", "bishops stortford" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR 2929" ], [ "_:result", "leave_at", "11:29" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/be57d82f" ], [ "_:search/be57d82f", "destination", "Hogwarts" ], [ "_:search/be57d82f", "leave_at", "September 1st" ], [ "_:search/be57d82f", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "12:45" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2WI5Y9KV" ], [ "_:booking", "ticket", "30.29 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/6a35a8c7" ], [ "_:search/6a35a8c7", "category", "guesthouses" ], [ "_:search/6a35a8c7", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all areas" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "departure", "bishops stortford" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR 2929" ], [ "_:result", "leave_at", "11:29" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/be57d82f" ], [ "_:search/be57d82f", "destination", "Hogwarts" ], [ "_:search/be57d82f", "leave_at", "September 1st" ], [ "_:search/be57d82f", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "12:45" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2WI5Y9KV" ], [ "_:booking", "ticket", "30.29 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/6a35a8c7" ], [ "_:search/6a35a8c7", "category", "guesthouses" ], [ "_:search/6a35a8c7", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all areas" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:result", "departure", "bishops stortford" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR 2929" ], [ "_:result", "leave_at", "11:29" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/be57d82f" ], [ "_:search/be57d82f", "destination", "Hogwarts" ], [ "_:search/be57d82f", "leave_at", "September 1st" ], [ "_:search/be57d82f", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2WI5Y9KV" ], [ "_:booking", "ticket", "30.29 GBP" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/6a35a8c7" ], [ "_:search/6a35a8c7", "category", "guesthouses" ], [ "_:search/6a35a8c7", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all areas" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:result", "departure", "bishops stortford" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "id", "TR 2929" ], [ "_:result", "leave_at", "11:29" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/be57d82f" ], [ "_:search/be57d82f", "destination", "Hogwarts" ], [ "_:search/be57d82f", "leave_at", "September 1st" ], [ "_:search/be57d82f", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "12:45" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "30.29 GBP" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/6a35a8c7" ], [ "_:search/6a35a8c7", "category", "guesthouses" ], [ "_:search/6a35a8c7", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "all areas" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "ZYSDXL09" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Call you tell me if there are any museums in Camberidge ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'some');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are some wonderful museums here . Did you have a particular area of town you would like to stay in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,\"do n't care\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I do n't care about the part of town ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'broughton house gallery');(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,type,'Attraction'))" ], "speaker": "system", "text": "There 's broughton house gallery in the centre . It 's free to enter . I can get their contact info if you like . Or we can find something else ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes can I get the contact info please ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'98 king street');(_:result,phone,'01223314960');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "You can reach them at 01223314960 and the address is 98 king street . May I help with anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'gallery');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "The gallery is in a good location . Would you mind making the booking for the soonest they have a guide available ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry but I ca n't make any bookings for attractions . I can only book taxis , restaurants , trains , buses , and hotels for you . You 're welcome to call the gallery though ." }, { "id": 8, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Okay . What 's the entrance fee ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is no entrance fee , it 's free !" }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'gonville hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great , I 'm also looking for info on the gonville hotel ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'hotel');(_:result,name,'gonville hotel');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes the gonville hotel is a 3 star hotel in the centre ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great I need to book a stay for 8 people for 3 nights starting on Saturday ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'DSP4JSSS');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "great , your reference # is DSP4JSSS , anything else for you today ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,leave_at,'10:00');(_:search,name,'the places');(_:search,type,'Attraction');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi to commute between the places . I want to leave the hotel by 10:00 ." }, { "id": 15, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "To book a taxi I need the following information travel time , departure site and destination site ." }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,leave_at,'10:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'll need to leave the hotel by 10:00 please !" }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'black Toyota');(_:result,departure,'Gonville Hotel');(_:result,leave_at,'10:00');(_:result,phone,'07356285200');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "You have a black Toyota booked for 10:00 leaving from Gonville Hotel . You can contact them at 07356285200 . Is there anything else I can hell you with ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all for now . Thank you for all your help ." }, { "id": 19, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Do you need me to look up anything else for you ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that is all I need ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Glad to have been of help . Thank you for using the Cambridge TownInfo centre . Have a great day ." } ]
PMUL2841.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "amount", "some" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "do n't care" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "amount", "some" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "do n't care" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "broughton house gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "do n't care" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "broughton house gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 king street" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "gallery" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "do n't care" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "broughton house gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 king street" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "gallery" ], [ "_:search", "type", "Attraction" ], [ "_:system", "canthelp", "_:booking/6da12f56" ], [ "_:booking/6da12f56", "type", "Booking" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "do n't care" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "broughton house gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 king street" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "category", "gallery" ], [ "_:system", "canthelp", "_:booking/6da12f56" ], [ "_:booking/6da12f56", "type", "Booking" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "gonville hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:search", "area", "do n't care" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 king street" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "category", "gallery" ], [ "_:system", "canthelp", "_:booking/6da12f56" ], [ "_:booking/6da12f56", "type", "Booking" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "gonville hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:search", "area", "do n't care" ], [ "_:result", "address", "98 king street" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "category", "gallery" ], [ "_:system", "canthelp", "_:booking/6da12f56" ], [ "_:booking/6da12f56", "type", "Booking" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "DSP4JSSS" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "10:00" ], [ "_:search", "name", "the places" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:search", "area", "do n't care" ], [ "_:result", "address", "98 king street" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "category", "gallery" ], [ "_:system", "canthelp", "_:booking/6da12f56" ], [ "_:booking/6da12f56", "type", "Booking" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "DSP4JSSS" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "the places" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "10: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": [ [ "_:result", "amount", "some" ], [ "_:search", "area", "do n't care" ], [ "_:result", "address", "98 king street" ], [ "_:search", "category", "gallery" ], [ "_:system", "canthelp", "_:booking/6da12f56" ], [ "_:booking/6da12f56", "type", "Booking" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "stars", "3" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "DSP4JSSS" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "the places" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "10:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black Toyota" ], [ "_:result", "departure", "Gonville Hotel" ], [ "_:result", "leave_at", "10:00" ], [ "_:result", "phone", "07356285200" ], [ "_: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": [ [ "_:result", "amount", "some" ], [ "_:search", "area", "do n't care" ], [ "_:result", "address", "98 king street" ], [ "_:search", "category", "gallery" ], [ "_:system", "canthelp", "_:booking/6da12f56" ], [ "_:booking/6da12f56", "type", "Booking" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "stars", "3" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "DSP4JSSS" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "the places" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "10:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black Toyota" ], [ "_:result", "departure", "Gonville Hotel" ], [ "_:result", "leave_at", "10:00" ], [ "_:result", "phone", "07356285200" ], [ "_: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,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Ok . Where are you going ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I guess first I 'd better find a place to stay . I 'm looking for a moderately priced guesthouse and it should include free wi - fi and parking ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have several places that meet your needs . Is there a specific part of town you 'd like to stay in ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Not really , but which of these have the best rating ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,name,'The acorn guest house');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The acorn guest house is the highest recommended guesthouse with 4 stars ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Ok , could you give me the address , phone number , and postcode please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'154 chesterton road');(_:result,name,'acorn guest house');(_:result,phone,'01223353888');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Certainly , acorn guest house is located at 154 chesterton road , postcode cb41da , and their phone is 01223353888 . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'center');(_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I 'm looking for somewhere to eat that does barbecue ? Is there anywhere like this in the city center ? If there 's no barbecue , what about Japanese ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "canthelp((_:search,food,'barbeque');(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,food,'japanese');(_:result,name,'Wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I did n't happen to have any barbeque restaurants but I did find a japanese restaurant in the centre of town . It 's called Wagamama . Can I book that for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , that will work . Can I get the restaurant address please ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'36 Saint Andrews Street');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes their address is 36 Saint Andrews Street . Will there be anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all I need at this time . Thanks for your help . Have a nice day ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome . Thanks for contacting us here at the Cambridge TownInfo centre and I hope you have a great day !" } ]
MUL0150.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The acorn guest house" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "stars", "4" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "stars", "4" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "postcode", "cb41da" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/78c6f48f" ], [ "_:search/78c6f48f", "food", "barbeque" ], [ "_:search/78c6f48f", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "stars", "4" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "postcode", "cb41da" ], [ "_:search", "area", "center" ], [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/78c6f48f" ], [ "_:search/78c6f48f", "food", "barbeque" ], [ "_:search/78c6f48f", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "36 Saint Andrews Street" ], [ "_: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,'college');(_:search,name,'magdalene college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for information abut Magdalene College ." }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Magdalene Street');(_:result,area,'West');(_:result,name,'Magdalene College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , Magdalene College is on Magdalene Street and is in the West side of town . Is there anything else you need to know ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))", "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What 's the postcode ? I need to send a letter there . It 's a college , right ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'college');(_:result,postcode,'cb30ag');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , It is a college . The postcode is cb30ag ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could I get the full address as well ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Magdalene Street');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address I have listed says Magdalene Street . Is there anything else I can help you with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'birmingham new street');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train to cambridge and it should depart from birmingham new street ." }, { "id": 7, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day will you be traveling ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'19:00');(_:search,day,'saturday');(_:search,destination,'Cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Saturday . I need to arrive in Cambridge by 19:00 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'a number');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are a number of trains to choose from , do you have a more specific departure time that would be best for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'19:00');(_:search,destination,'cambridge');(_:search,leave_at,'dontcare');(_:search,type,'Train'))" ], "speaker": "user", "text": "As long as I arrive in Cambridge by 19:00 that 's all I care about . I do n't want to cut it too close , though , in case of a train delay ." }, { "id": 11, "rdf-acts": [ "inform((_:result,id,'TR7802');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would recommend taking train TR7802 . would you like me to book that for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'9');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That would be fine . For 9 people please . I will also need the reference number ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'MYHN4I13');(_:booking,ticket,'540.72 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booked ! Reference number : MYHN4I13 . You will need to pay 540.72 GBP at the station" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "Actually , can I alter my reservation ? I only need it for 6 people ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TRY7802');(_:booking,people,'6');(_:booking,ref,'3VKS9BBT');(_:booking,ticket,'360.48 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok , I have changed your reservation on TRY7802 to 6 people . The new reference number is 3VKS9BBT and the new total is 360.48 GBP . Anything else I can do ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that would be it . Thank you !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You are welcome . I am so glad I was able to assist you ." } ]
MUL1898.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:search", "name", "magdalene college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "magdalene college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Magdalene Street" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Magdalene College" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "magdalene college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Magdalene Street" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Magdalene College" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb30ag" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "magdalene college" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Magdalene College" ], [ "_:search", "category", "college" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb30ag" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Magdalene Street" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "magdalene college" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Magdalene College" ], [ "_:search", "category", "college" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb30ag" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Magdalene Street" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "day", "saturday" ], [ "_: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", "magdalene college" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Magdalene College" ], [ "_:search", "category", "college" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb30ag" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Magdalene Street" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "day", "saturday" ], [ "_:result", "amount", "a number" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "magdalene college" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Magdalene College" ], [ "_:search", "category", "college" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb30ag" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Magdalene Street" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "day", "saturday" ], [ "_:result", "amount", "a number" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "id", "TR7802" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "9" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "magdalene college" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Magdalene College" ], [ "_:search", "category", "college" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb30ag" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Magdalene Street" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "day", "saturday" ], [ "_:result", "amount", "a number" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "id", "TR7802" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "MYHN4I13" ], [ "_:booking", "ticket", "540.72 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "magdalene college" ], [ "_:result", "area", "West" ], [ "_:result", "name", "Magdalene College" ], [ "_:search", "category", "college" ], [ "_:result", "category", "college" ], [ "_:result", "postcode", "cb30ag" ], [ "_:result", "address", "Magdalene Street" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "day", "saturday" ], [ "_:result", "amount", "a number" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "dontcare" ], [ "_:result", "id", "TR7802" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TRY7802" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "3VKS9BBT" ], [ "_:booking", "ticket", "360.48 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,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for somewhere to dine during my trip to Cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,name,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'plenty');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are plenty of restaurants in Cambridge , are you looking for anything in particular ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'center');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like one that is cheap and in the city center ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,food,'asian');(_:result,food,'chinese');(_:result,food,'italian');(_:result,food,'oriental');(_:result,food,'several other types');(_:result,food,'spanish');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Did you have a certain food type you wanted ? I have chinese , asian , oriental , italian , spanish and several other types ." }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't have a type preference ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "would you be interested in dojo noodle bar ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,name,'avalon');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , that sounds interesting . Can you also please find the hotel avalon . Please let me know their address and whether they have free parking ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'62 Gilbert Road');(_:result,has_parking,'none');(_:result,name,'Avalon');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Avalon address is 62 Gilbert Road and they do not have free parking . Would you like me to book you a reservation at the restaurant ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,leave_at,'08:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi that will leave the hotel by 08:30 ." }, { "id": 9, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What is your destination ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,destination,'dojo noodle bar');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "My destination is the dojo noodle bar ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'yellow honda');(_:result,phone,'07009665644');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "look out for a yellow honda and the contact will be 07009665644" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! That is all I needed . Thanks ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a good day ." } ]
PMUL0194.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "plenty" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "?" ], [ "_:result", "amount", "plenty" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "asian" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "oriental" ], [ "_:result", "food", "several other types" ], [ "_:result", "food", "spanish" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "plenty" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "asian" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "oriental" ], [ "_:result", "food", "several other types" ], [ "_:result", "food", "spanish" ], [ "_:search", "food", "dontcare" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "avalon" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "plenty" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "asian" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "oriental" ], [ "_:result", "food", "several other types" ], [ "_:result", "food", "spanish" ], [ "_:search", "food", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "avalon" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "62 Gilbert Road" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "08:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "plenty" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "asian" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "oriental" ], [ "_:result", "food", "several other types" ], [ "_:result", "food", "spanish" ], [ "_:search", "food", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "avalon" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "62 Gilbert Road" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "08:30" ], [ "_:search", "destination", "dojo noodle bar" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "plenty" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "asian" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "italian" ], [ "_:result", "food", "oriental" ], [ "_:result", "food", "several other types" ], [ "_:result", "food", "spanish" ], [ "_:search", "food", "dontcare" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "name", "avalon" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "62 Gilbert Road" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Avalon" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "08:30" ], [ "_:search", "destination", "dojo noodle bar" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow honda" ], [ "_:result", "phone", "07009665644" ], [ "_: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,'whipple museum of the history of science');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Where is whipple museum of the history of science located ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'free school lane');(_:result,postcode,'cb23rh');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is free school lane and the postcode is cb23rh ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "what is the type of attraction and area for the whipple museum ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'centre');(_:result,category,'museum');(_:result,name,'Whipple');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Whipple is a museum type attraction located in the centre area . Can I do anything else for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a moderate place to stay , with free parking ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'14');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 14 options available to you . Is there a certain area you are wanting to stay in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))", "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a hotel type that is a guesthouse and have a star of 4 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'north');(_:result,count,'9');(_:result,name,'archway house');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Great , that narrows it down to 9 entries . How about the archway house ? It is in the north and is priced at moderate ." }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Sure . Can you give me the phone number and postcode ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'01223575314');(_:result,postcode,'cb43pe');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Yes . The phone number is 01223575314 and the postcode is cb43pe ." }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would also like to book a taxi please ." }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))", "thank()" ], "speaker": "system", "text": "I can do that for you . Please give me your departure place and time ." }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the museum');(_:search,destination,'archway house');(_:search,leave_at,'02:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to go from the Whipple Museum to the Archway House . I want to leave the museum by 02:45 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'red Volvo');(_:result,phone,'07683609856');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I 've booked you red Volvo . Their number is 07683609856 . Anything else I can help with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all , thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service . Have a great day ." } ]
MUL2693.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "whipple museum of the history of science" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "whipple museum of the history of science" ], [ "_:result", "address", "free school lane" ], [ "_:result", "postcode", "cb23rh" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "whipple museum of the history of science" ], [ "_:result", "address", "free school lane" ], [ "_:result", "postcode", "cb23rh" ], [ "_:search", "category", "museum" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Whipple" ], [ "_:result", "type", "Attraction" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "whipple museum of the history of science" ], [ "_:result", "address", "free school lane" ], [ "_:result", "postcode", "cb23rh" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Whipple" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "count", "14" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "whipple museum of the history of science" ], [ "_:result", "address", "free school lane" ], [ "_:result", "postcode", "cb23rh" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "9" ], [ "_:result", "name", "archway house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "whipple museum of the history of science" ], [ "_:result", "address", "free school lane" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "9" ], [ "_:result", "name", "archway house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223575314" ], [ "_:result", "postcode", "cb43pe" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "whipple museum of the history of science" ], [ "_:result", "address", "free school lane" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "9" ], [ "_:result", "name", "archway house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "phone", "01223575314" ], [ "_:result", "postcode", "cb43pe" ], [ "_:result", "type", "Hotel" ], [ "_:search", "departure", "the museum" ], [ "_:search", "destination", "archway house" ], [ "_:search", "leave_at", "02:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "whipple museum of the history of science" ], [ "_:result", "address", "free school lane" ], [ "_:result", "category", "museum" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "9" ], [ "_:result", "name", "archway house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "postcode", "cb43pe" ], [ "_:search", "departure", "the museum" ], [ "_:search", "destination", "archway house" ], [ "_:search", "leave_at", "02:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red Volvo" ], [ "_:result", "phone", "07683609856" ], [ "_: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,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay with 4 stars ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area are you looking to stay in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking to stay in the north please ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'eight');(_:result,area,'north');(_:result,category,'guesthouses');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have eight 4 star guesthouses on the north side . Do you have a specific price range or do you need certain amenities ?" }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))", "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "any can do as long it has a moderate price range" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Acorn Guest House');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I could recommend the Acorn Guest House that is moderately priced and rated 4 stars . Would you like a booking ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sounds good . I need it for 3 nights starting Friday . There are 6 of us ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Friday');(_:booking,name,'acorn guest house');(_:booking,ref,'Z6DIM0YM');(_:booking,stay,'3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have successfully booked you at the acorn guest house for 3 nights starting on Friday . Your reference number is Z6DIM0YM . Is there anything else I can help with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train going to Cambridge on Friday ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'a number');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where will you be departing from ? I have a number of trains to choose from . What time would you like to leave ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,departure,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Norwich and should arrive by 16:30 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'15:35');(_:result,id,'TR4828');(_:result,leave_at,'14:16');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4828 departs at 14:16 and arrives by 15:35 . Would you like a ticket ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "how much will that train cost me ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,ticket,'17.60 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It costs 17.60 pounds per ticket . Would you like to book this ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . I 'll call back when I 'm ready to book . Thank you so much for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting the Cambridge TownInfo centre . Goodbye" } ]
PMUL1689.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "amount", "eight" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "amount", "eight" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "ticket", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "amount", "eight" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "ticket", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "ref", "Z6DIM0YM" ], [ "_:booking", "stay", "3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "ticket", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "ref", "Z6DIM0YM" ], [ "_:booking", "stay", "3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "a number" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "ticket", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "ref", "Z6DIM0YM" ], [ "_:booking", "stay", "3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "a number" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "norwich" ], [ "_:result", "arrive_by", "15:35" ], [ "_:result", "id", "TR4828" ], [ "_:result", "leave_at", "14:16" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "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", "stars", "4" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Friday" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "ref", "Z6DIM0YM" ], [ "_:booking", "stay", "3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "a number" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "departure", "norwich" ], [ "_:result", "arrive_by", "15:35" ], [ "_:result", "id", "TR4828" ], [ "_:result", "leave_at", "14:16" ], [ "_:booking", "category", "Train" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "17.60 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay that is cheap ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,category,'hotel');(_:result,name,'allenbell');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I found a 4 star hotel in the east area that is cheap . It 's called the allenbell , would you like me to book it for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I actually want a 0 star location and with free parking too" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sorry there are no hotels that meet that criteria . Can I try a different area for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care what part of town it is in ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,name,'El Shaddai');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The El Shaddai is a guesthouse in the centre of town . Would you like me to book that for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure . There will be 5 people for 5 nights and we will be arriving on Wednesday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "What is the reference number ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,ref,'YBUKJ2IZ');(_:result,type,'Hotel'))", "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Reference number is : YBUKJ2IZ . Would you like restaurant reservations or information on area attractions ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , that 's it . Thanks !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Glad I could help . Thank you" } ]
SNG1318.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "allenbell" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "0" ], [ "_:system", "canthelp", "_:search/d7e88f56" ], [ "_:search/d7e88f56", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "0" ], [ "_:system", "canthelp", "_:search/d7e88f56" ], [ "_:search/d7e88f56", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "0" ], [ "_:system", "canthelp", "_:search/d7e88f56" ], [ "_:search/d7e88f56", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "El Shaddai" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "0" ], [ "_:system", "canthelp", "_:search/d7e88f56" ], [ "_:search/d7e88f56", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "El Shaddai" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "YBUKJ2IZ" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ] ], "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": [ "thank()" ], "speaker": "system", "text": "I can definitely help you with that . What do you want to know ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train that leaves on Monday heading to Cambridge ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'202');(_:result,day,'Monday');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "thank()", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure ! There are 202 trains heading into Cambridge on Monday . Do you have a particular departure location ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'19:00');(_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'm heading in from Stevenage . I really want to arrive in Cambridge by 19:00 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'16:43');(_:result,destination,'Cambridge');(_:result,id,'TR5825');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5825 arrives in Cambridge at 16:43 . Would you like me to book a ticket ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I actually need a place to stay with free wifi with a 4 star rating ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'21');(_:result,has_internet,'none');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I found 21 different hotels that are 4 stars and have free internet . Is there a particular area you would like for me to check ?" }, { "id": 8, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))", "inform((_:search,area,'does not matter');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Area does not matter ." }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Due to the number of places matching your description , I 'd like to narrow the results down . What is your price range and do you prefer a hotel or a guesthouse ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'moderately');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about a 4 star , moderately priced hotel ?" }, { "id": 11, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,has_internet,'none');(_:search,pricerange,'moderate');(_:search,stars,'4');(_:search,type,'Hotel'))", "select((_:result,category,'guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm sorry there are no results for 4 star hotels with free internet in the moderate price range . Would a guesthouse be suitable for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , a guesthouse is fine ." }, { "id": 13, "rdf-acts": [ "request((_:search,has_parking,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Will you need parking while you 're there ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,people,'seven');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "yes i will need a parking and i want to book for four nights for seven people starting from the day of our arrival ." }, { "id": 15, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Please specify the area of town that you 'd like to stay in ." }, { "id": 16, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Hotel'))", "inform((_:search,area,\"do n't have a preference\");(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't have a preference as to the area ." }, { "id": 17, "rdf-acts": [ "inform((_:booking,name,'Acorn Guest House');(_:booking,ref,'5EPGQ1MR');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked you a room at the Acorn Guest House , I think you 'll like it . Reference number is : 5EPGQ1MR ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Awesome , thanks for the help ." }, { "id": 19, "rdf-acts": [ "reqmore()", "thank()" ], "speaker": "system", "text": "Not a problem ! Anything else I can help you with ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that should be it . Thanks so much for your help ." }, { "id": 21, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "i appreciate you our customer" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "i do n't take that for granted . thanks" }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "I hope you have a wonderful stay , and please feel free to holler if you need anything else ! Goodbye !" } ]
PMUL3015.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:result", "count", "202" ], [ "_:result", "day", "Monday" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:result", "count", "202" ], [ "_:result", "day", "Monday" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:43" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5825" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_: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", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:43" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5825" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "count", "21" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:search", "area", "does not matter" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:43" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5825" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "21" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "?" ], [ "_:search", "area", "does not matter" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_: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", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:43" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5825" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "21" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "?" ], [ "_:search", "area", "does not matter" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/c6cbf83e" ], [ "_:search/c6cbf83e", "category", "hotels" ], [ "_:search/c6cbf83e", "has_internet", "none" ], [ "_:search/c6cbf83e", "pricerange", "moderate" ], [ "_:search/c6cbf83e", "stars", "4" ], [ "_:search/c6cbf83e", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_: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", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:43" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5825" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "21" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "?" ], [ "_:search", "area", "does not matter" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/c6cbf83e" ], [ "_:search/c6cbf83e", "category", "hotels" ], [ "_:search/c6cbf83e", "has_internet", "none" ], [ "_:search/c6cbf83e", "pricerange", "moderate" ], [ "_:search/c6cbf83e", "stars", "4" ], [ "_:search/c6cbf83e", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:43" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5825" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "21" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/c6cbf83e" ], [ "_:search/c6cbf83e", "category", "hotels" ], [ "_:search/c6cbf83e", "has_internet", "none" ], [ "_:search/c6cbf83e", "pricerange", "moderate" ], [ "_:search/c6cbf83e", "stars", "4" ], [ "_:search/c6cbf83e", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "four" ], [ "_:search", "area", "do n't have a preference" ], [ "_: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", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:43" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5825" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "21" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/c6cbf83e" ], [ "_:search/c6cbf83e", "category", "hotels" ], [ "_:search/c6cbf83e", "has_internet", "none" ], [ "_:search/c6cbf83e", "pricerange", "moderate" ], [ "_:search/c6cbf83e", "stars", "4" ], [ "_:search/c6cbf83e", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "four" ], [ "_:search", "area", "do n't have a preference" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:booking", "ref", "5EPGQ1MR" ], [ "_: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": 10, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:43" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5825" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "21" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/c6cbf83e" ], [ "_:search/c6cbf83e", "category", "hotels" ], [ "_:search/c6cbf83e", "has_internet", "none" ], [ "_:search/c6cbf83e", "pricerange", "moderate" ], [ "_:search/c6cbf83e", "stars", "4" ], [ "_:search/c6cbf83e", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "four" ], [ "_:search", "area", "do n't have a preference" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:booking", "ref", "5EPGQ1MR" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:search", "arrive_by", "19:00" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "16:43" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR5825" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "count", "21" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/c6cbf83e" ], [ "_:search/c6cbf83e", "category", "hotels" ], [ "_:search/c6cbf83e", "has_internet", "none" ], [ "_:search/c6cbf83e", "pricerange", "moderate" ], [ "_:search/c6cbf83e", "stars", "4" ], [ "_:search/c6cbf83e", "type", "Hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "seven" ], [ "_:search", "stay", "four" ], [ "_:search", "area", "do n't have a preference" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:booking", "ref", "5EPGQ1MR" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'ask restaurant');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel');(_:result,type,'Restaurant');(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Can you assist me with the address and Phone number of ask restaurant in Cambridge . I need to try it when I Cambridge , its a local restaurant ." }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'12 Bridge Street City Centre');(_:result,name,'Ask');(_:result,phone,'01223364917');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I would be happy to help . Ask is located at 12 Bridge Street City Centre . The phone number is 01223364917 . Do you need additional information ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'15:30');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I need a booking for 8 people at 15:30 on Saturday ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'1YGHGSPT');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : 1YGHGSPT ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'lovell lodge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you ! Can you also provide me with information on a hotel called the Lovell Lodge ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'North');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Lovell lodge');(_:result,pricerange,'moderate');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Lovell lodge is 2 star hotel in the moderate price range , located in the North . It has free parking and wifi ." }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "That will work . Can you give me the address ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'365 milton road');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The address is 365 milton road . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need to book a taxi to commute between the hotel and the restaurant ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "There are several taxi's , what will your destination be ?" } ]
PMUL3419.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "ask restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "ask restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "12 Bridge Street City Centre" ], [ "_:result", "name", "Ask" ], [ "_:result", "phone", "01223364917" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "12 Bridge Street City Centre" ], [ "_:result", "name", "Ask" ], [ "_:result", "phone", "01223364917" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "1YGHGSPT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "12 Bridge Street City Centre" ], [ "_:result", "phone", "01223364917" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "1YGHGSPT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "lovell lodge" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "North" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "phone", "01223364917" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "1YGHGSPT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "lovell lodge" ], [ "_:result", "area", "North" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Lovell lodge" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "2" ], [ "_:result", "address", "365 milton road" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'no');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find a place to stay while in Cambridge , I do not need it to have internet but I do need it to have free parking ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'hotels');(_:search,has_parking,'none');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are currently no hotels in the Cambridge area that have parking , is there another area close by that would work for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "maybe you can suggest a place close to the area of south , I would appreciate that , thank you" }, { "id": 3, "rdf-acts": [ "request((_:search,has_parking,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'south');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There is nothing in the south . Do you really need parking ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yeah , I do . What about to the west ?" }, { "id": 5, "rdf-acts": [ "select((_:result,category,'hotel');(_:result,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "What are the preferences you have for the hotel ? I can not seem to find one fitting the criteria you have listed ." }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need the hotel to at least have free wifi . Can you accommodate ?" }, { "id": 7, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,area,'south');(_:result,category,'hotels');(_:result,count,'4');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 4 hotels in the south with free wifi and parking . What star rating would you like ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,people,'6');(_:search,stars,'dontcare');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't really care about the star rating . I just would like free wifi and would need to book for 3 nights for 6 people ." }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what price range are you looking for ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't have a preference ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,name,'Bridge Guest House');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok . How about the Bridge Guest House . I 'm happy to book that for you . I just need to know what day you 'll be arriving ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I will be arriving Sunday ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,ref,'O59MRSHK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "All booked ! The reference number is O59MRSHK ." }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'vegetarian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am also looking for a restaurant in the same area . Preferably vegetarian food in the moderate price range ." }, { "id": 15, "rdf-acts": [ "canthelp((_:search,food,'vegetarian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "there are no vegetarian food restaurants ." }, { "id": 16, "rdf-acts": [ "inform((_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Okay . Is there one that serves International food ?" }, { "id": 17, "rdf-acts": [ "select((_:result,name,'Missing Sock');(_:result,name,'Varsity Restaurant');(_:result,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,food,'international');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three locations that serve international cuisine . The Missing Sock , The Varsity Restaurant , and the Bloomsbury Restaurant . Are you interested in any of these ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'13:00');(_:search,name,'Missing Sock');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sure , can I please get a table on Sunday at 13:00 for 6 people at The Missing Sock ?" }, { "id": 19, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can not not book your reservation for the time you wanted , would you want another time or to try one of the other 2 restaurants ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,duration,'12:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you try for 12:00 ?" }, { "id": 21, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry 12:00 is not available either , would you like to try another time or different restaurant possibly ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes let 's try another restaurant ." }, { "id": 23, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'international');(_:result,name,'Varsity Restaurant');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))", "canthelp((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "The Varsity Restaurant is moderately priced , and serves international food , but I 'm afraid it 's not in the south , but rather the city centre . Would that be agreeable ?" }, { "id": 24, "rdf-acts": [], "speaker": "user", "text": "Sure please book that fro me ." }, { "id": 25, "rdf-acts": [ "inform((_:booking,name,'12 at varsity restaurant');(_:booking,ref,'SSRYQGZ2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booked for 12 at varsity restaurant , you reference number is SSRYQGZ2 . Your table will be reserved for 15 minutes ." }, { "id": 26, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Alright , can you get me a taxi that will take from from the hotel to the Varsity in time for my reservation ?" }, { "id": 27, "rdf-acts": [ "inform((_:result,car,'white lexus');(_:result,phone,'07672513904');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Yes , be on the lookout for for a white lexus . The contact number is 07672513904 . May I help with anything else ?" }, { "id": 28, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I am all set . Thank you for all your help . Have a nice day ." }, { "id": 29, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service . You have a great trip !" } ]
MUL0183.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "no" ], [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "6" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "6" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "6" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:search", "pricerange", "dontcare" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "6" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:booking", "ref", "O59MRSHK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "vegetarian" ], [ "_:search", "pricerange", "moderate" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "6" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:booking", "ref", "O59MRSHK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c5567010" ], [ "_:search/c5567010", "food", "vegetarian" ], [ "_:search/c5567010", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "day", "?" ], [ "_:booking", "ref", "O59MRSHK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c5567010" ], [ "_:search/c5567010", "food", "vegetarian" ], [ "_:search/c5567010", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "13:00" ], [ "_:search", "name", "Missing Sock" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "day", "?" ], [ "_:booking", "ref", "O59MRSHK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c5567010" ], [ "_:search/c5567010", "food", "vegetarian" ], [ "_:search/c5567010", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "name", "Missing Sock" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/cab75a60" ], [ "_:booking/cab75a60", "type", "Booking" ], [ "_:search", "duration", "12:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "day", "?" ], [ "_:booking", "ref", "O59MRSHK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c5567010" ], [ "_:search/c5567010", "food", "vegetarian" ], [ "_:search/c5567010", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "count", "3" ], [ "_:result", "food", "international" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "name", "Missing Sock" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/cab75a60" ], [ "_:booking/cab75a60", "type", "Booking" ], [ "_:search", "duration", "12:00" ], [ "_:system", "canthelp", "_:booking/e0a1e120" ], [ "_:booking/e0a1e120", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:booking", "name", "Bridge Guest House" ], [ "_:booking", "day", "?" ], [ "_:booking", "ref", "O59MRSHK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c5567010" ], [ "_:search/c5567010", "food", "vegetarian" ], [ "_:search/c5567010", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "count", "3" ], [ "_:search", "day", "sunday" ], [ "_:search", "name", "Missing Sock" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/cab75a60" ], [ "_:booking/cab75a60", "type", "Booking" ], [ "_:search", "duration", "12:00" ], [ "_:system", "canthelp", "_:booking/e0a1e120" ], [ "_:booking/e0a1e120", "type", "Booking" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/422bc735" ], [ "_:search/422bc735", "area", "south" ], [ "_:search/422bc735", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c5567010" ], [ "_:search/c5567010", "food", "vegetarian" ], [ "_:search/c5567010", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "count", "3" ], [ "_:search", "day", "sunday" ], [ "_:search", "name", "Missing Sock" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/cab75a60" ], [ "_:booking/cab75a60", "type", "Booking" ], [ "_:search", "duration", "12:00" ], [ "_:system", "canthelp", "_:booking/e0a1e120" ], [ "_:booking/e0a1e120", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/422bc735" ], [ "_:search/422bc735", "area", "south" ], [ "_:search/422bc735", "type", "Restaurant" ], [ "_:booking", "name", "12 at varsity restaurant" ], [ "_:booking", "ref", "SSRYQGZ2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/468d9862" ], [ "_:search/468d9862", "category", "hotels" ], [ "_:search/468d9862", "has_parking", "none" ], [ "_:search/468d9862", "type", "Hotel" ], [ "_:search", "has_parking", "?" ], [ "_:system", "canthelp", "_:search/6d4e104b" ], [ "_:search/6d4e104b", "area", "south" ], [ "_:search/6d4e104b", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/7c3fad2b" ], [ "_:search/7c3fad2b", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "dontcare" ], [ "_:search", "stay", "3" ], [ "_:booking", "day", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/c5567010" ], [ "_:search/c5567010", "food", "vegetarian" ], [ "_:search/c5567010", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:result", "count", "3" ], [ "_:search", "day", "sunday" ], [ "_:search", "name", "Missing Sock" ], [ "_:search", "people", "6" ], [ "_:system", "canthelp", "_:booking/cab75a60" ], [ "_:booking/cab75a60", "type", "Booking" ], [ "_:search", "duration", "12:00" ], [ "_:system", "canthelp", "_:booking/e0a1e120" ], [ "_:booking/e0a1e120", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Varsity Restaurant" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "canthelp", "_:search/422bc735" ], [ "_:search/422bc735", "area", "south" ], [ "_:search/422bc735", "type", "Restaurant" ], [ "_:booking", "name", "12 at varsity restaurant" ], [ "_:booking", "ref", "SSRYQGZ2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white lexus" ], [ "_:result", "phone", "07672513904" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,leave_at,'09:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to take a train to Cambridge after 09:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "sure , what station are you leaving from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving from Ely ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay and what day would you like to travel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,departure,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to depart broxbourne and travel on monday please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR2987');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "train TR2987 meets all your needs . Shall i book it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , please for 8 people ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,arrive_by,'11:52');(_:booking,category,'Train');(_:booking,day,'Monday');(_:booking,departure,'Ely');(_:booking,leave_at,'11:35');(_:booking,people,'8');(_:booking,ref,'PD2F8YMF');(_:booking,ticket,'35.2GBP');(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Great ! Your train will leave Ely on Monday at 11:35 and arrive at 11:52 . It has been booked for all 8 for a total fee of 35.2GBP , which is payable at the station . Your reference number , if needed , is PD2F8YMF ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'mexican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm also looking for a recommendation on Mexican restaurants in the south ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Chiquito Restaurant Bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I would recommend the Chiquito Restaurant Bar . Would you like to make a booking ?" }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Not right now , but could I have the postcode ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The postcode is cb17dy . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service !" } ]
PMUL3104.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "broxbourne" ], [ "_:result", "id", "TR2987" ], [ "_: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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "broxbourne" ], [ "_:result", "id", "TR2987" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:booking", "arrive_by", "11:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "departure", "Ely" ], [ "_:booking", "leave_at", "11:35" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PD2F8YMF" ], [ "_:booking", "ticket", "35.2GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "broxbourne" ], [ "_:result", "id", "TR2987" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:booking", "arrive_by", "11:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "departure", "Ely" ], [ "_:booking", "leave_at", "11:35" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PD2F8YMF" ], [ "_:booking", "ticket", "35.2GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "Chiquito Restaurant Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "broxbourne" ], [ "_:result", "id", "TR2987" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "8" ], [ "_:booking", "arrive_by", "11:52" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "departure", "Ely" ], [ "_:booking", "leave_at", "11:35" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "PD2F8YMF" ], [ "_:booking", "ticket", "35.2GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "food", "mexican" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "Chiquito Restaurant Bar" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Hi , I 'd like to book a taxi . Could you help me find a reasonable price ?" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I would be happy to help you with your request , could you be more specific on where you 're departing from and on what day ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'afghan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm sorry , I would actually like a restaurant in the centre that serves Afghan food ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'centre');(_:search,food,'Afghan');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately there are no restaurants in the centre that serve Afghan food . Would you like to look for one in other areas ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about a Chinese restaurant ?" }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'ten');(_:result,area,'centre');(_:result,food,'chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There 's ten chinese restaurants in the centre . Do you have a particular price range you 'd like to stay in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "A cheap price range ." }, { "id": 7, "rdf-acts": [ "select((_:result,name,'Charlie Chan');(_:result,name,'Golden House');(_:result,name,'Rice House');(_:result,type,'Restaurant'))", "inform((_:result,count,'3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three restaurants that meet your requirements : Charlie Chan , Rice House , and Golden House . Does any of those sound interesting ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'charlie chan');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "May I have the address for the Charlie Chan restaurant ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Regent Street City Centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , it 's Regent Street City Centre , would you like to book it ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,duration,'4 pm');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , can you please book a table for four at 4 pm ." }, { "id": 11, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "I 'd be happy to reserve your table for you . What day will the reservation be for ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you book me for Tuesday please ?" }, { "id": 13, "rdf-acts": [ "inform((_:booking,day,'tuesday');(_:booking,duration,'4 pm');(_:booking,name,'Charlie chan');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Charlie chan is booked for tuesday at 4 pm" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'stevenage');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great , I am also looking for a train from Stevenage into Cambridge ." }, { "id": 15, "rdf-acts": [ "inform((_:result,id,'TR8306');(_:result,leave_at,'05:54');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR8306 leaves at 05:54" }, { "id": 16, "rdf-acts": [ "inform((_:search,leave_at,'09:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Do you have a train that leaves after 09:00 by chance ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,id,'TR2860');(_:result,leave_at,'09:54');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR2860 leaves at 09:54 . Would you like to book your seats ?" }, { "id": 18, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Not at this moment . Can you tell me the travel and arrival time ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,arrive_by,'10:43');(_:result,duration,'49 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "The arrival time is 10:43 and the duration would be 49 minutes ." }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you ! That 's all I needed today . Bye !" }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "You are most welcome , have a nice day ." } ]
MUL1498.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "afghan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bfb7cb32" ], [ "_:search/bfb7cb32", "area", "centre" ], [ "_:search/bfb7cb32", "food", "Afghan" ], [ "_:search/bfb7cb32", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bfb7cb32" ], [ "_:search/bfb7cb32", "area", "centre" ], [ "_:search/bfb7cb32", "food", "Afghan" ], [ "_:search/bfb7cb32", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bfb7cb32" ], [ "_:search/bfb7cb32", "area", "centre" ], [ "_:search/bfb7cb32", "food", "Afghan" ], [ "_:search/bfb7cb32", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "charlie chan" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bfb7cb32" ], [ "_:search/bfb7cb32", "area", "centre" ], [ "_:search/bfb7cb32", "food", "Afghan" ], [ "_:search/bfb7cb32", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "count", "3" ], [ "_:search", "name", "charlie chan" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "4 pm" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bfb7cb32" ], [ "_:search/bfb7cb32", "area", "centre" ], [ "_:search/bfb7cb32", "food", "Afghan" ], [ "_:search/bfb7cb32", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "count", "3" ], [ "_:search", "name", "charlie chan" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "4 pm" ], [ "_:search", "people", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bfb7cb32" ], [ "_:search/bfb7cb32", "area", "centre" ], [ "_:search/bfb7cb32", "food", "Afghan" ], [ "_:search/bfb7cb32", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "count", "3" ], [ "_:search", "name", "charlie chan" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "4 pm" ], [ "_:search", "people", "4" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "duration", "4 pm" ], [ "_:booking", "name", "Charlie chan" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bfb7cb32" ], [ "_:search/bfb7cb32", "area", "centre" ], [ "_:search/bfb7cb32", "food", "Afghan" ], [ "_:search/bfb7cb32", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "count", "3" ], [ "_:search", "name", "charlie chan" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:search", "duration", "4 pm" ], [ "_:search", "people", "4" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "duration", "4 pm" ], [ "_:booking", "name", "Charlie chan" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR8306" ], [ "_:result", "leave_at", "05:54" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "09:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bfb7cb32" ], [ "_:search/bfb7cb32", "area", "centre" ], [ "_:search/bfb7cb32", "food", "Afghan" ], [ "_:search/bfb7cb32", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "count", "3" ], [ "_:search", "name", "charlie chan" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:search", "duration", "4 pm" ], [ "_:search", "people", "4" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "duration", "4 pm" ], [ "_:booking", "name", "Charlie chan" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:00" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR2860" ], [ "_:result", "leave_at", "09:54" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/bfb7cb32" ], [ "_:search/bfb7cb32", "area", "centre" ], [ "_:search/bfb7cb32", "food", "Afghan" ], [ "_:search/bfb7cb32", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "name", "Golden House" ], [ "_:result", "name", "Rice House" ], [ "_:result", "count", "3" ], [ "_:search", "name", "charlie chan" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Regent Street City Centre" ], [ "_:search", "duration", "4 pm" ], [ "_:search", "people", "4" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "duration", "4 pm" ], [ "_:booking", "name", "Charlie chan" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "09:00" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR2860" ], [ "_:result", "leave_at", "09:54" ], [ "_:booking", "category", "Train" ], [ "_:result", "arrive_by", "10:43" ], [ "_:result", "duration", "49 minutes" ], [ "_:result", "type", "Train" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please help me find somewhere to eat in the centre" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'40428 King Street City Centre');(_:result,food,'asian oriental');(_:result,name,'yippee noodle bar');(_:result,pricerange,'priced moderately');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "You could try the yippee noodle bar , which is asian oriental , and priced moderately . It is located at 40428 King Street City Centre ." }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great . Can I get a postcode ? Thanks !" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,postcode,'cb21rq');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The postcode is cb21rq . Would you like me to make a reservation ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I 'm not ready to book yet . Thanks , I will give you a call back . Goodbye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Alright . Sounds good . I look forward to your call ." } ]
SNG01221.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "40428 King Street City Centre" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "pricerange", "priced moderately" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "40428 King Street City Centre" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "yippee noodle bar" ], [ "_:result", "pricerange", "priced moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb21rq" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay in the centre that includes free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,area,'center');(_:result,count,'5');(_:result,pricerange,'cheap to expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 5 places in the center , ranging from cheap to expensive . What 's your price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking to stay in a guesthouse and I would like the place to have a 1 star rating . Is anything like that available ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "canthelp((_:search,type,'Hotel'))", "inform((_:result,stars,'0');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "No , but I do have a 0 star ! Want to live on the wild side and give it a try ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't think so . How about one with a 4-star rating then ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Alexander Bed and Breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Alexander Bed and Breakfast is just what you need , then . Would you like for me to book you a room ?" }, { "id": 6, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,phone,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Not at the moment . I 'd just like to know about the parking , price range , and phone number , please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander B&B');(_:result,phone,'01223525725');(_:result,postcode,'cb12de');(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Alexander B&B is a cheap guesthouse . They are 4 stars and offer free parking and wifi . Their postcode is cb12de . Phone number is 01223525725 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,leave_at,'13:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Awesome , thanks . I 'm also looking for a train that leaves on Sunday after 13:15 ." }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can help you find a train but first I need to know your departure and arrival station ." }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'standsted');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am departing from Standsted Airport and would like to go to Cambridge ." }, { "id": 11, "rdf-acts": [ "inform((_:result,count,'11');(_:result,leave_at,'every hour from 13:24 to 23:24');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have 11 trains leaving every hour from 13:24 to 23:24 . How early or late do you want to leave ?" }, { "id": 12, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "let 's go with 13:24 . Please give me the arrival time and train i d ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'13:52');(_:result,id,'TR6980');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The train ID is TR6980 , it will arrive by 13:52 , can I assist with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all for tonight . Thanks for your help !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day !" } ]
PMUL4320.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "center" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "cheap to expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "center" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "cheap to expensive" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/e5c0e4d9" ], [ "_:search/e5c0e4d9", "type", "Hotel" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "center" ], [ "_:result", "count", "5" ], [ "_:result", "pricerange", "cheap to expensive" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/e5c0e4d9" ], [ "_:search/e5c0e4d9", "type", "Hotel" ], [ "_:result", "stars", "0" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "center" ], [ "_:result", "count", "5" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/e5c0e4d9" ], [ "_:search/e5c0e4d9", "type", "Hotel" ], [ "_:search", "stars", "4-star" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander B&B" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "postcode", "cb12de" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "13:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "center" ], [ "_:result", "count", "5" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/e5c0e4d9" ], [ "_:search/e5c0e4d9", "type", "Hotel" ], [ "_:search", "stars", "4-star" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander B&B" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "postcode", "cb12de" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "13:15" ], [ "_:search", "departure", "standsted" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "center" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/e5c0e4d9" ], [ "_:search/e5c0e4d9", "type", "Hotel" ], [ "_:search", "stars", "4-star" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander B&B" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "postcode", "cb12de" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "standsted" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "11" ], [ "_:result", "leave_at", "every hour from 13:24 to 23:24" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "center" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/e5c0e4d9" ], [ "_:search/e5c0e4d9", "type", "Hotel" ], [ "_:search", "stars", "4-star" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander B&B" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "postcode", "cb12de" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "standsted" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "11" ], [ "_:result", "leave_at", "every hour from 13:24 to 23:24" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "id", "TR6980" ], [ "_: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,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel with a 3 star rating and free parking" }, { "id": 1, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Hotel'))", "inform((_:result,count,'2');(_:result,has_parking,'none');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 2 hotels with a 3 star rating and free parking . Would you like to stay in the centre or south ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Either is fine . I 'd like a guesthouse ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,area,'south');(_:result,area,'west');(_:result,category,'guesthouses');(_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sorry , I was mistaken . There are 3 guesthouses matching your request . One each in the south , north , and west . Would you like to book one ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Yes please . Which is the cheapest ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'all');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I can only tell you they are all in the moderate price range . Do you have any other preferences ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No . I would like to make a reservation for Wednesday for 3 nights and 8 people . I will also require a reference number ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was unable to book your stay at any of the three hotels . Would you like to change the length of your stay or change the day ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you please try a 2 day stay ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'bridge guest house');(_:booking,ref,'LBEOV690');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful for the bridge guest house . Your Reference number is : LBEOV690 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . Have a nice day ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you . Have a nice day ." } ]
SNG1034.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", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "amount", "all" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "amount", "all" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/89aa63cc" ], [ "_:booking/89aa63cc", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "3" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "3" ], [ "_:result", "amount", "all" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/89aa63cc" ], [ "_:booking/89aa63cc", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "bridge guest house" ], [ "_:booking", "ref", "LBEOV690" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "Can you help me please ? I just got robbed and I need help !" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "You need to call 01223358966" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "And what is the address of the police station ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "It is at Parkside , Cambridge with Postcode \t CB11JG" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ! that 's all I need for now ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
SNG01599.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hey , any entertainment type places in this town ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,area,'south');(_:result,area,'west');(_:result,name,'Cherry Hinton Hall and Grounds');(_:result,name,'Funky Fun House');(_:result,name,'Nusha');(_:result,name,'Tenpin');(_:result,name,'Whale of a Time');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , the Cherry Hinton Hall and Grounds and Funky Fun House are in the east , the south has Tenpin as well as Nusha , and Whale of a Time in the west ." }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could I get the Cherry Hinton Hall 's phone number , entrance fee , and postcode ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,entrance_fee,'do not have an entrance fee listed');(_:result,phone,'01223446104');(_:result,postcode,'cb18dw');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "You might have to call , I do not have an entrance fee listed . The number is 01223446104 and postcode cb18dw ." }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'ashley hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for information on the ashley hotel ." }, { "id": 5, "rdf-acts": [], "speaker": "system", "text": "What information can I provide for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to book it for 3 nights starting Sunday . For 5 people , please ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'6BIQ6UWS');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book it , reference number 6BIQ6UWS" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Great ! That was all I needed ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Hope you have a great trip !" } ]
PMUL2545.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "name", "Nusha" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "name", "Whale of a Time" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "name", "Nusha" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "name", "Whale of a Time" ], [ "_:result", "entrance_fee", "do not have an entrance fee listed" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "postcode", "cb18dw" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "name", "Nusha" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "name", "Whale of a Time" ], [ "_:result", "entrance_fee", "do not have an entrance fee listed" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "postcode", "cb18dw" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "area", "east" ], [ "_:result", "area", "south" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "name", "Nusha" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "name", "Whale of a Time" ], [ "_:result", "entrance_fee", "do not have an entrance fee listed" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "postcode", "cb18dw" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "6BIQ6UWS" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What museums are in Cambridge ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,count,'23');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 23 options . Do you want a particular area of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Um , yes , in the centre ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'Centre');(_:result,entrance_fee,'free');(_:result,name,'Broughton House Gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Broughton House Gallery is in the Centre . Admission is free . Would you like directions ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That 's okay , I just want the phone number for it ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223314960');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223314960 . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you also help me find a train leaving on Sunday from cambridge ?" }, { "id": 7, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where is your destination and what time of day would you be looking to arrive ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to go to birmingham new street and I 'm looking to arrive by 13:45 ." }, { "id": 9, "rdf-acts": [ "select((_:result,arrive_by,'12:44');(_:result,id,'TR5401');(_:result,type,'Train'))" ], "speaker": "system", "text": "How about the TR5401 that arrives at 12:44 ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "All that sounds perfect . I just need the price on one train ticket , please . Thank you and have a nice day ." }, { "id": 11, "rdf-acts": [ "inform((_:result,ticket,'60.08 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The price is 60.08 pounds . Would you like to book this now ?" }, { "id": 12, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Okay but first can I get the train ID please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,id,'TR5401');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Of course , the train ID is TR5401 . Would you like me to book this now ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , I actually do n't need you to book a ticket . In fact , I 'm all set . Thank you for your help !" }, { "id": 15, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You are welcome . Enjoy your stay ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much !" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome ." } ]
MUL0500.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "arrive_by", "12:44" ], [ "_:result", "id", "TR5401" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "arrive_by", "12:44" ], [ "_:result", "id", "TR5401" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "arrive_by", "12:44" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR5401" ], [ "_:result", "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", "museums" ], [ "_:result", "count", "23" ], [ "_:search", "area", "centre" ], [ "_:result", "area", "Centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Broughton House Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223314960" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "arrive_by", "12:44" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "60.08 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR5401" ], [ "_:result", "type", "Train" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , on Tuesday I need to leave Cambridge by train . Can you help me with the arrangements ?" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What destination will you be traveling to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'peterborough');(_:search,leave_at,'10:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should leave after 10:15 and should go to peterborough" }, { "id": 3, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Will you be travelling alone or in a party ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I have n't decided yet . What time will the train reach the station in Peterborough ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'11:24');(_:result,departure,'Cambridge');(_:result,destination,'Peterborough');(_:result,leave_at,'10:34');(_:result,type,'Train'))" ], "speaker": "system", "text": "If you leave Cambridge at 10:34 , you should arrive in Peterborough at 11:24 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "welcome . at your service next time" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Do you need any further assistance ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "That is all I needed today ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
SNG01823.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "people", "?" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "people", "?" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:24" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "leave_at", "10:34" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "people", "?" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:24" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "leave_at", "10:34" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yo , I 'm looking for a place to stay that 's as awesome as me . four stars ! It 's got ta have free wifi , so I can do my social media , know what I mean ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have many options for you - what 's your price range or the area you 're looking in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))", "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I do n't really have a price range . Anything is fine . I would like it to have free parking and wifi , though . And of course , 4 stars like I mentioned ." }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have a preference for a hotel versus a guesthouse ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , either will work just fine ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'at 52 gilbert road');(_:result,name,'Archway House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about Archway House ? It 's located at 52 Gilbert Road ." }, { "id": 6, "rdf-acts": [ "request((_:result,area,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "That 's great . Can you give me the area and price range , please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Archway House');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Certainly ! The Archway House is in the north area and has a moderate price range ." }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "What 's its address ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'at 52 gilbert road');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It 's located at 52 Gilbert Road ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "No problem . Anything else I can do for you ?" } ]
SNG0994.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "?" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "?" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "at 52 gilbert road" ], [ "_:result", "name", "Archway House" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "at 52 gilbert road" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Archway House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Archway House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "at 52 gilbert road" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to find a 4 star guesthouse , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouse');(_:result,count,'18');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have found 18 guesthomes that match the criteria you listed . Is there any other specifications you have about the guesthouse ( area , price range , etc ) that you would like to tell me ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I have to have free wifi" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Sure , is there an area you prefer ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,day,'friday');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It does not really matter . It will be just me starting on Friday for 3 nights ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'arbury lodge guesthouse');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "arbury lodge guesthouse is a moderately priced guesthouse in the north . How does that sound ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , book it for me please . Thank you ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately , the booking was unsuccessful . Would you like to shorten your stay or try another place to stay ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What attractions do you have in the south ?" }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'south');(_:result,count,'8');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have 8 types of attractions in the south ? What type are you looking for ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'nightclubs');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hmm , I 'm not really sure . Do you happen to have any nightclubs ? If not , what are my choices ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'22 sidney street');(_:result,area,'south');(_:result,category,'nightclub');(_:result,name,'Place');(_:result,phone,'01223324600');(_:result,postcode,'cb23hg');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Place is a great nightclub in the south , located at 22 sidney street , post code cb23hg . The phone number is 01223324600 . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,stay,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a room that is close to the nightclub for atleast 1 night up to 3 nights ?" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "The arbury lodge guesthouse is in the moderate price range ." } ]
MUL2508.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "18" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "arbury lodge guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "18" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "3" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "arbury lodge guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:booking/16f98e2b" ], [ "_:booking/16f98e2b", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "3" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "arbury lodge guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "canthelp", "_:booking/16f98e2b" ], [ "_:booking/16f98e2b", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "count", "8" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "nightclubs" ], [ "_: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", "pricerange", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "day", "friday" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "canthelp", "_:booking/16f98e2b" ], [ "_:booking/16f98e2b", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:result", "count", "8" ], [ "_:search", "category", "nightclubs" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "22 sidney street" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Place" ], [ "_:result", "phone", "01223324600" ], [ "_:result", "postcode", "cb23hg" ], [ "_:result", "type", "Attraction" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for an expensive restaurant in the east part of town ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'the grafton hotel restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the grafton hotel restaurant is in the east part of town and in the expensive price range . would you like their information ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Yes please" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Grafton Hotel 619 Newmarket Road Fen Ditton');(_:result,phone,'01223 241387');(_:result,postcode,'8 P.A');(_:result,postcode,'C.B 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "They are located at Grafton Hotel 619 Newmarket Road Fen Ditton , postcode C.B 5 , 8 P.A , and phone number 01223 241387 . How else may I assist you ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "Is there something else ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,area,'east');(_:result,name,'Pipasha restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Pipasha restaurant is in the east part of town , and in the expensive price range . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address and phone number ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Newmarket Road Fen Ditton');(_:result,name,\"Pipasha Restaurant 's\");(_:result,phone,'01223 577786');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Pipasha Restaurant 's phone number is 01223 577786 and they are located at Newmarket Road Fen Ditton . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , thank you . Good bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye !" } ]
WOZ20075.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the grafton hotel restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Grafton Hotel 619 Newmarket Road Fen Ditton" ], [ "_:result", "phone", "01223 241387" ], [ "_:result", "postcode", "8 P.A" ], [ "_:result", "postcode", "C.B 5" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Grafton Hotel 619 Newmarket Road Fen Ditton" ], [ "_:result", "phone", "01223 241387" ], [ "_:result", "postcode", "8 P.A" ], [ "_:result", "postcode", "C.B 5" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Pipasha restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "8 P.A" ], [ "_:result", "postcode", "C.B 5" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Newmarket Road Fen Ditton" ], [ "_:result", "name", "Pipasha Restaurant 's" ], [ "_:result", "phone", "01223 577786" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'20:45');(_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave peterborough and arrive by 20:45 . Can you book a train for me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to depart ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'20:45');(_:search,leave_at,'dontcare');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will depart any time so long as the train arrives by 20:45 ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "OK , and what day do you need to travel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'Peterborough');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Oh , I need to leave this Saturday . Just to clarify I want to leave Peterborough going to Cambridge ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'20:38');(_:result,day,'Saturday');(_:result,departure,'peterborough');(_:result,destination,'Cambridge');(_:result,id,'TR7143');(_:result,leave_at,'19:48');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR7143 will arrive in Cambridge Saturday by 20:38 , it will depart peterborough at 19:48 . Does this suit your needs ?" }, { "id": 6, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes that is perfect . Can you book that and give me a reference number ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'6793D7ED');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes I booked it and your reference number is 6793D7ED . Will there be anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I think that 's going to be all I needed . Thanks . Have a good day ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you , Enjoy your day , goodbye ." } ]
SNG0296.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "peterborough" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "Peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "Peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "20:38" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR7143" ], [ "_:result", "leave_at", "19:48" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:45" ], [ "_:search", "leave_at", "dontcare" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "Peterborough" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "20:38" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "peterborough" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR7143" ], [ "_:result", "leave_at", "19:48" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "6793D7ED" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train to broxbourne ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where would you like to leave from , and what day and time would you like to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'13:00');(_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,leave_at,'13:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm going to be leaving from Cambridge . I need to leave on Tuesday by 13:00 ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a time you would like to get there by ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "I do n't have an arrival preference ." }, { "id": 5, "rdf-acts": [ "inform((_:result,leave_at,'12:01');(_:result,leave_at,'13:00');(_:result,leave_at,'13:01');(_:result,leave_at,'5:01');(_:result,leave_at,'every hour');(_:result,type,'Train'))" ], "speaker": "system", "text": "The earliest train leaves at 5:01 . The latest train leaving by 13:00 would depart at 12:01 . There is also one that leaves at 13:01 . The trains run every hour ." }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'13:00');(_:search,type,'Train'))", "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Actually , I 'd like to arrive by 13:00 . Could you give me the train ID for the train arriving closest to that time ?" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Train ID is TR6357 . Would you like to book ?" } ]
PMUL4066.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "13:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "13:00" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "13:00" ], [ "_:result", "leave_at", "12:01" ], [ "_:result", "leave_at", "13:00" ], [ "_:result", "leave_at", "13:01" ], [ "_:result", "leave_at", "5:01" ], [ "_:result", "leave_at", "every hour" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "can you help me find a cheap hotel ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'10');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 10 cheap hotels is there an area you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "On second thought , I do n't care what price it is . I just really need a guesthouse with free parking ." }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have many cheap guesthouses across the city . What area are do you prefer and if no preference would you like me to recommend something ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i prefer the west side . it should also have free wifi" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "There is nothing on the West side , want to try a different area ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't need it to be cheap , but I really need it to be in the west and have free parking and wifi ." }, { "id": 7, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Finches Bed and Breakfast');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Finches Bed and Breakfast has free parking and wifi . Would you like me to book it for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes please and i 'll need the reference number" }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day do you need it for and for how many days and how many people ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Starting Sunday for 7 people for 4 nights ." }, { "id": 11, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I am unable to book the room at this time ." }, { "id": 12, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is it available for 2 nights ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Sunday');(_:booking,name,'finches bed and breakfast');(_:booking,people,'7');(_:booking,ref,'CUZA1TZH');(_:booking,stay,'2 nights');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking at finches bed and breakfast for a posey of 7 on Sunday for 2 nights was successful . Your Reference number is : CUZA1TZH . Can i assist you further ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,category,'theatre');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thanks , now can you help me find a theatre in town ? You can choose your favorite and just tell me the phone number for it" }, { "id": 15, "rdf-acts": [ "inform((_:result,area,'in town');(_:result,category,'theatre');(_:result,count,'4');(_:result,name,'mumford theatre');(_:result,phone,'08451962320');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have four available theatre options in town . I would recommend the mumford theatre and the phone is 08451962320 ." }, { "id": 16, "rdf-acts": [ "inform((_:search,destination,'the theatre');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you help me get a taxi to go to the theatre ?" }, { "id": 17, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I need to know where will the taxi be picking you up and dropping you off ? And is there anytime specific time you prefer ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,destination,'the theatre');(_:search,leave_at,'8:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to leave the hotel by 8:00 and go to the theatre thank you ." }, { "id": 19, "rdf-acts": [ "inform((_:result,car,'grey honda');(_:result,phone,'07678148281');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked you with a grey honda taxi . The number for contact is 07678148281 . Is there anything else I can help with ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I believe we got it all done today thanks . Goodbye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful trip . Goodbye ." } ]
PMUL2934.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "10" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "10" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "10" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/0b66f120" ], [ "_:search/0b66f120", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "10" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0b66f120" ], [ "_:search/0b66f120", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "10" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0b66f120" ], [ "_:search/0b66f120", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "10" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0b66f120" ], [ "_:search/0b66f120", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/dd299834" ], [ "_:booking/dd299834", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "10" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0b66f120" ], [ "_:search/0b66f120", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/dd299834" ], [ "_:booking/dd299834", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "finches bed and breakfast" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "CUZA1TZH" ], [ "_:booking", "stay", "2 nights" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "theatre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0b66f120" ], [ "_:search/0b66f120", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/dd299834" ], [ "_:booking/dd299834", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "finches bed and breakfast" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "CUZA1TZH" ], [ "_:booking", "stay", "2 nights" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "theatre" ], [ "_:result", "area", "in town" ], [ "_:result", "category", "theatre" ], [ "_:result", "count", "4" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "phone", "08451962320" ], [ "_:result", "type", "Attraction" ], [ "_:search", "destination", "the theatre" ], [ "_: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", "pricerange", "cheap" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0b66f120" ], [ "_:search/0b66f120", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/dd299834" ], [ "_:booking/dd299834", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "finches bed and breakfast" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "CUZA1TZH" ], [ "_:booking", "stay", "2 nights" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "theatre" ], [ "_:result", "area", "in town" ], [ "_:result", "category", "theatre" ], [ "_:result", "count", "4" ], [ "_:result", "name", "mumford theatre" ], [ "_:result", "phone", "08451962320" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the theatre" ], [ "_:search", "leave_at", "8:00" ], [ "_: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", "pricerange", "cheap" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0b66f120" ], [ "_:search/0b66f120", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/dd299834" ], [ "_:booking/dd299834", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "name", "finches bed and breakfast" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "CUZA1TZH" ], [ "_:booking", "stay", "2 nights" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "theatre" ], [ "_:result", "area", "in town" ], [ "_:result", "category", "theatre" ], [ "_:result", "count", "4" ], [ "_:result", "name", "mumford theatre" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the theatre" ], [ "_:search", "leave_at", "8:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey honda" ], [ "_:result", "phone", "07678148281" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel in cambridge that includes free parking and wifi can you help ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'29');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 29 options . Would you like a recommendation , or do you wish to narrow the search ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about ones with four stars as well ? Does that narrow it down any more ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'19');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 19 hotels available in the 4 star range . Is there a specific area or price you would like ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,day,'tuesday');(_:search,people,'four');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not really , just select one and book it for four people staying four nights froms Tuesday ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I am sorry but I need more information from you . Which area and pricerange do you prefer ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The price does n't matter to me . I 'll be looking for places to visit in the centre , so if one is located there , that 's fine ." }, { "id": 7, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))", "inform((_:result,area,'center');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , I have a cheap guesthouse in the center , and and expensive hotel as well . They both have 4 stars , which one sounds best ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'4');(_:search,pricerange,'cheap');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The cheap one is fine . Book it for 4 people for 4 nights starting Tuesday" }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'the alexander bed and breakfast');(_:booking,ref,'8BHSGT90');(_:booking,stay,'4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have successfully booked a 4 night stay at the alexander bed and breakfast , your reference number is 8BHSGT90 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would also like to visit an attraction . I would like to find a college in the centre ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Regent Street');(_:result,entrance_fee,'free');(_:result,name,'Downing College');(_:result,postcode,'cb21dq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Might I recommend Downing College which has free admission and is located on Regent Street with postcode cb21dq ." }, { "id": 12, "rdf-acts": [ "inform((_:search,name,'downing college');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could you get me a phone number for Downing College please ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223334860');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Their phone number is 01223334860 . Can I help you with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all , thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Would you like for me to search for something else ." } ]
MUL2561.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "29" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "19" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "four" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "four" ], [ "_:result", "count", "19" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "four" ], [ "_:search", "stay", "four" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "four" ], [ "_:result", "count", "19" ], [ "_:search", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "center" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "4" ], [ "_: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" ], [ "_:search", "stars", "four" ], [ "_:result", "count", "19" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "center" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "4" ], [ "_:booking", "name", "the alexander bed and breakfast" ], [ "_:booking", "ref", "8BHSGT90" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "four" ], [ "_:result", "count", "19" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "center" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "4" ], [ "_:booking", "name", "the alexander bed and breakfast" ], [ "_:booking", "ref", "8BHSGT90" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Downing College" ], [ "_:result", "postcode", "cb21dq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "downing college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "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" ], [ "_:search", "stars", "four" ], [ "_:result", "count", "19" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "area", "center" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stay", "4" ], [ "_:booking", "name", "the alexander bed and breakfast" ], [ "_:booking", "ref", "8BHSGT90" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Regent Street" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Downing College" ], [ "_:result", "postcode", "cb21dq" ], [ "_:search", "name", "downing college" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223334860" ], [ "_: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,'guesthouses');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for information on 4-star rated guesthouses in Cambridge" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'a number of');(_:result,category,'guesthouses');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have a number of 4 star guesthouses available , would you like to book one in a particular area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not really . Could you suggest one with free parking ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , how about the Acorn Guest House in the north ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure . Can we spend 5 nights starting on Sunday ? I am going to need room for 7 people ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,name,'acorn guesthouse');(_:booking,ref,'29IN9CT3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is 29IN9CT3 for the acorn guesthouse ." }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would also like to eat somewhere cheap in the middle of town ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I suggest the dojo noodle bar , an asian oriental restaurant , would you like to make a reservation ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "do you have one the is portuguese food ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'Nandos City Centre');(_:result,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "There is . How does Nandos City Centre sound ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,duration,'20:00');(_:search,food,'portuguese');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sounds great if it is portuguese . I 'll take a reservation for 7 people at 20:00 for the same day ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'6R5W1RRE');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set . Your reference number is 6R5W1RRE and your table will be reserved for 15 minutes . Anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I needed today . Thank you for your help ! Goodbye !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Okay , it was my pleasure to assist you ! Bye !" } ]
PMUL3246.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouses" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouses" ], [ "_:search", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a number of" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouses" ], [ "_:search", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a number of" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouses" ], [ "_:search", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a number of" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:booking", "name", "acorn guesthouse" ], [ "_:booking", "ref", "29IN9CT3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouses" ], [ "_:search", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a number of" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:booking", "name", "acorn guesthouse" ], [ "_:booking", "ref", "29IN9CT3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouses" ], [ "_:search", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a number of" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:search", "stay", "5" ], [ "_:booking", "name", "acorn guesthouse" ], [ "_:booking", "ref", "29IN9CT3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "Nandos City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "20:00" ], [ "_:search", "food", "portuguese" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouses" ], [ "_:search", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a number of" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:search", "stay", "5" ], [ "_:booking", "name", "acorn guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "Nandos City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "20:00" ], [ "_:search", "food", "portuguese" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "6R5W1RRE" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]