turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to tkae a train from London Kings Cross to Cambridge" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'5');(_:result,type,'Train'))" ], "speaker": "system", "text": "Ok , I have five trains . Any time preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'10:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive by 10:30 . Do you have anything for that ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'10:30');(_:result,count,'3');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 3 trains a day that arrive by 10:30 . Which day are you looking to travel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be traveling on Friday . Can you tell me information for the earliest of those three trains you have ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'6:08');(_:result,id,'TR5219');(_:result,leave_at,'05:17');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , that would be the TR5219 train . It leaves at 05:17 and arrives by 6:08 . Shall I make a booking for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you please provided to toatl travel time ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,duration,'51 minutes');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The total time traveled on this train is 51 minutes . Would you like me to book it for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No . I do need a 4 star hotel , free wifi ." }, { "id": 9, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))", "inform((_:result,amount,'Three');(_:result,category,'hotels');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Three hotels pop up for you - would you like expensive or cheap ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'hotel');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Cheap hotel on the East side of Town" }, { "id": 11, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "i do n't happen to have anything that meets those criteria . is there something else i can look up for you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "how about another price range ?" }, { "id": 13, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "No that did n't pull anything up either . Can we change areas ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Yes try a different area ." }, { "id": 15, "rdf-acts": [ "inform((_:result,area,'west');(_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Would you like to try a hotel on the west side of town ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure , I think that would work ... as long as there is a lot of public transportation around ." }, { "id": 17, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are two hotels that meet your needs . I highly suggest the Cambridge Belfry . Yes there is public transportation ." }, { "id": 18, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Let 's go with that . What 's the address ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,address,'back lane , cambourne');(_:result,name,'Cambridge Belfry');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The Cambridge Belfry is located at back lane , cambourne . Can I provide you with any other information ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is it . Thank you ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Have a lovely day , goodbye ." } ]
PMUL1791.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:30" ], [ "_:result", "arrive_by", "10:30" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:30" ], [ "_:result", "count", "3" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR5219" ], [ "_:result", "leave_at", "05:17" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:30" ], [ "_:result", "count", "3" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR5219" ], [ "_:result", "leave_at", "05:17" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "51 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:30" ], [ "_:result", "count", "3" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR5219" ], [ "_:result", "leave_at", "05:17" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "51 minutes" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "amount", "Three" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:30" ], [ "_:result", "count", "3" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR5219" ], [ "_:result", "leave_at", "05:17" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "51 minutes" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "amount", "Three" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/d7d6e761" ], [ "_:search/d7d6e761", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:30" ], [ "_:result", "count", "3" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR5219" ], [ "_:result", "leave_at", "05:17" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "51 minutes" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "amount", "Three" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/d7d6e761" ], [ "_:search/d7d6e761", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/7d61864a" ], [ "_:search/7d61864a", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:30" ], [ "_:result", "count", "3" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR5219" ], [ "_:result", "leave_at", "05:17" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "51 minutes" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "amount", "Three" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/d7d6e761" ], [ "_:search/d7d6e761", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/7d61864a" ], [ "_:search/7d61864a", "type", "Hotel" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR5219" ], [ "_:result", "leave_at", "05:17" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "51 minutes" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "amount", "Three" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/d7d6e761" ], [ "_:search/d7d6e761", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "pricerange", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/7d61864a" ], [ "_:search/7d61864a", "type", "Hotel" ], [ "_:result", "area", "west" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "arrive_by", "10:30" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "6:08" ], [ "_:result", "id", "TR5219" ], [ "_:result", "leave_at", "05:17" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "51 minutes" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "amount", "Three" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/d7d6e761" ], [ "_:search/d7d6e761", "type", "Hotel" ], [ "_:result", "pricerange", "?" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/7d61864a" ], [ "_:search/7d61864a", "type", "Hotel" ], [ "_:result", "area", "west" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "address", "back lane , cambourne" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'Carribbean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I 'm looking for a restaurant that serves Carribbean food . Do you have any like that ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "No , would you like to try a different type of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about indian food ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a few');(_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are a few restaurants that serve Indian food . What area would you like , and price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like an expensive place ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,name,'Tandoori Palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I recommend Tandoori Palace in the west . Would you like me to book a table for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the postcode for that place ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb43le');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The postcode is cb43le . You need anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes i need a train going to stansted airport on friday ." }, { "id": 9, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "When would you like to leave ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,leave_at,'12:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "It should leave after 12:30 on friday ." }, { "id": 11, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Do you have a certain time you need to arrive by ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Does not matter when I arrive , whatever is closest to leaving at 12:30 but after , can you please book me for 7 and give me a reference number ?" }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,id,'TR0188');(_:booking,leave_at,'12:40');(_:booking,ref,'BFK34XQC');(_:booking,ticket,'70.7 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have you booked on TR0188 , leaving Cambridge at 12:40 . The total fee is 70.7 GBP payable at the station . Reference number is BFK34XQC ." }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . That 's all I need . Bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "thanks for inquiring with us . have a great day" } ]
PMUL0930.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "Carribbean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/78958183" ], [ "_:search/78958183", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/78958183" ], [ "_:search/78958183", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/78958183" ], [ "_:search/78958183", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/78958183" ], [ "_:search/78958183", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb43le" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/78958183" ], [ "_:search/78958183", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb43le" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/78958183" ], [ "_:search/78958183", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb43le" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/78958183" ], [ "_:search/78958183", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "a few" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb43le" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "12:30" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "id", "TR0188" ], [ "_:booking", "leave_at", "12:40" ], [ "_:booking", "ref", "BFK34XQC" ], [ "_:booking", "ticket", "70.7 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'express by holiday inn cambridge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a specific hotel , its name is express by holiday inn cambridge" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'15 - 17 norman way , coldhams business park');(_:result,name,'Express by Holiday Inn Cambridge');(_:result,phone,'01223866800');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I have the Express by Holiday Inn Cambridge located on 15 - 17 norman way , coldhams business park . Their phone number is 01223866800 . Would you like to know anything else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , could you book the hotel room for me for 7 people ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Yes , of course . What day would you like to stay ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'7');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Monday , please . There will be 7 of us and we 'd like to stay for 4 days ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'5F8G6J1G');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Here is the booking information : Booking was successful . \n Reference number is : 5F8G6J1G" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you . I would also like to book a train , please ." }, { "id": 7, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , which stations will you be traveling between ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be going from cambridge to birmingham new street ." }, { "id": 9, "rdf-acts": [ "inform((_:result,leave_at,'every hour');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to leave ? The trains depart every hour ." }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'17:30');(_:search,day,'friday');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Whenever will get me there by 17:30 . I do need to leave on Friday and I will need the travel time please ." }, { "id": 11, "rdf-acts": [ "inform((_:result,count,'11');(_:result,type,'Train'))", "select((_:result,leave_at,'earliest');(_:result,leave_at,'latest');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 11 results . Would you prefer the earliest departure time or latest ?" }, { "id": 12, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Latest , please . How long is the travel time ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'16:44');(_:result,duration,'163 minutes');(_:result,id,'TR8928');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR8928 arrives at 16:44 and has a travel time of 163 minutes . Would you like me to book it for you ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thanks . That 's all that I need , thanks so much ! Have a great day !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "thank you for using our services . gooday" } ]
PMUL1953.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "express by holiday inn cambridge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "express by holiday inn cambridge" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "express by holiday inn cambridge" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "express by holiday inn cambridge" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "5F8G6J1G" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "express by holiday inn cambridge" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "5F8G6J1G" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_: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", "name", "express by holiday inn cambridge" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "5F8G6J1G" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:result", "leave_at", "every hour" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:30" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "express by holiday inn cambridge" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "5F8G6J1G" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:30" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "count", "11" ], [ "_:result", "leave_at", "earliest" ], [ "_:result", "leave_at", "latest" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "express by holiday inn cambridge" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "name", "Express by Holiday Inn Cambridge" ], [ "_:result", "phone", "01223866800" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "5F8G6J1G" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:30" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "11" ], [ "_:result", "leave_at", "earliest" ], [ "_:result", "leave_at", "latest" ], [ "_:result", "arrive_by", "16:44" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "id", "TR8928" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Hello , can you give me some information on a train ?" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "I absolutely can . Where are you looking to go ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'16:00');(_:search,day,'saturday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I plan to go to Cambridge and will be departing from norwich on Saturday and plan to ride a train that should arrive cambridge by 16:00 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,leave_at,'earliest is 5:16');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , there are several departure times that fit what you 're looking for . The earliest is 5:16 . Would you like me to book that for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'16:00');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you give me the travel time , departure time and train i d for the one arriving closest to 16:00 please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'79 minutes');(_:result,id,'TR2602');(_:result,ticket,'14.08 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Train i d is TR2602 , travel time is 79 minutes and the price is 14.08 pounds . Is there anything else you need ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I need a 4 star hotel in the expensive price range ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,area,'west');(_:result,name,'huntingdon marriott hotel');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have huntingdon marriott hotel in the west and university arms hotel in the centre , any preference ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It needs to have free parking ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "They both have free parking . I 'd recommend the University Arms Hotel in the centre . Can I book this for you ?" } ]
PMUL3269.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:00" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "leave_at", "earliest is 5:16" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:00" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "leave_at", "earliest is 5:16" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:00" ], [ "_:result", "leave_at", "?" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "id", "TR2602" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "leave_at", "earliest is 5:16" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:00" ], [ "_:result", "leave_at", "?" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "id", "TR2602" ], [ "_:result", "ticket", "14.08 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "name", "university arms hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'german');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you tell me about any german restaurants in the east part of the city ?" }, { "id": 1, "rdf-acts": [ "select((_:result,area,'other parts of town');(_:result,type,'Restaurant'))", "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'east');(_:search,food,'German');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm not finding a German restaurant in the east part of town . Would you like me to try other parts of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes please . tell me if there are other restaurants in the east as well ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'east');(_:result,count,'9');(_:result,food,'british');(_:result,food,'chinese');(_:result,food,'gastropub');(_:result,food,'indian');(_:result,food,'international');(_:result,food,'italian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 9 restaurants in the east , including british , chinese , gastropub , indian , international and italian . Do you need more information ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Indian sounds good ." }, { "id": 5, "rdf-acts": [ "select((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))", "inform((_:result,area,'east');(_:result,count,'4');(_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are four Indian restaurants in the east part of town ranging from moderate to expensive . Do you have a preference ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'15:15');(_:search,people,'4');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you book a table at your favorite expensive one ? There will be 4 of us at 15:15 on Friday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,name,'sitar tandoori');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "the sitar tandoori seems appropriate . i have booked it for you ." }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "i am also looking for a place to stay" }, { "id": 9, "rdf-acts": [ "thank()", "request((_:search,category,?);(_:search,type,'Hotel'))", "inform((_:booking,name,'Pipasha Restaurant');(_:booking,ref,'CF1YTOAV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , I forgot to confirm your reservation at Pipasha Restaurant . The table will be reserved for 15 minutes . \n Reference number : CF1YTOAV . What type of hotel would you like ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Expensive hotel , free wifi and parking , 4 star , please ." }, { "id": 11, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'west');(_:result,name,'Huntingdon Marriott Hotel');(_:result,name,'University Arms Hotel');(_:result,type,'Hotel'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have two hotels that fit your criteria . Huntingdon Marriott Hotel is located in the west , and the University Arms Hotel is in the centre . Which would you prefer ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,name,'Huntingdon Marriott Hotel');(_:search,people,'4');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about Huntingdon Marriott Hotel ? I need a reservation for 4 people for 3 nights starting on Friday ." }, { "id": 13, "rdf-acts": [ "thank()", "inform((_:booking,ref,'FWZ4XMJO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok . I reserved those rooms for you . Your reference number is FWZ4XMJO ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I needed today . Goodbye !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a lovely visit . Goodbye ." } ]
PMUL3681.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "german" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "german" ], [ "_:result", "area", "other parts of town" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/efd60af6" ], [ "_:search/efd60af6", "area", "east" ], [ "_:search/efd60af6", "food", "German" ], [ "_:search/efd60af6", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/efd60af6" ], [ "_:search/efd60af6", "area", "east" ], [ "_:search/efd60af6", "food", "German" ], [ "_:search/efd60af6", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "east" ], [ "_:result", "count", "9" ], [ "_:result", "food", "british" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "gastropub" ], [ "_:result", "food", "indian" ], [ "_:result", "food", "international" ], [ "_:result", "food", "italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/efd60af6" ], [ "_:search/efd60af6", "area", "east" ], [ "_:search/efd60af6", "food", "German" ], [ "_:search/efd60af6", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "east" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/efd60af6" ], [ "_:search/efd60af6", "area", "east" ], [ "_:search/efd60af6", "food", "German" ], [ "_:search/efd60af6", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "east" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "name", "sitar tandoori" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/efd60af6" ], [ "_:search/efd60af6", "area", "east" ], [ "_:search/efd60af6", "food", "German" ], [ "_:search/efd60af6", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "area", "east" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "15:15" ], [ "_:search", "people", "4" ], [ "_:booking", "name", "Pipasha Restaurant" ], [ "_:booking", "ref", "CF1YTOAV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/efd60af6" ], [ "_:search/efd60af6", "area", "east" ], [ "_:search/efd60af6", "food", "German" ], [ "_:search/efd60af6", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:search", "duration", "15:15" ], [ "_:booking", "name", "Pipasha Restaurant" ], [ "_:booking", "ref", "CF1YTOAV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "name", "Huntingdon Marriott Hotel" ], [ "_:search", "people", "4" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/efd60af6" ], [ "_:search/efd60af6", "area", "east" ], [ "_:search/efd60af6", "food", "German" ], [ "_:search/efd60af6", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:search", "duration", "15:15" ], [ "_:booking", "name", "Pipasha Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "name", "Huntingdon Marriott Hotel" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "FWZ4XMJO" ], [ "_: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,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hello , I 'm looking for a train departing from ely ." }, { "id": 1, "rdf-acts": [ "thank()", "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay , sure I 'd be happy to help . Did you have a specific destination or date in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I want to arrive in Cambridge on Tuesday ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to depart and/or arrive ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'17:15');(_:search,departure,'ely');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to depart from ely and arrive in cambridge by 17:15" }, { "id": 5, "rdf-acts": [ "select((_:result,arrive_by,'11:52');(_:result,arrive_by,'13:52');(_:result,arrive_by,'15:52');(_:result,arrive_by,'5:52');(_:result,arrive_by,'7:52');(_:result,arrive_by,'9:52');(_:result,type,'Train'))", "inform((_:result,count,'6');(_:result,destination,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 6 available trains that will arrive in Cambridge by that time . There is 5:52 , 7:52 , 9:52 , 11:52 , 13:52 and 15:52 . Which would you like ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'five');(_:search,type,'Train'))" ], "speaker": "user", "text": "The 5:52 will be fine . Please book it for five people ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'5CAOA9FN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , you reference number is 5CAOA9FN . Is there anything else i can do for you today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Awesome . I 'm also looking for places to go in the centre . Can you get me the entrance fees to these places ?" }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,count,'79');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have 79 places for you to go . Can you help me narrow your search by specifying what type of place you would like information on ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like an attraction in the centre please ." }, { "id": 11, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Okay , that narrows it down to 44 . Is there any specific place you 'd like to go to ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Do you have any museums ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,category,'museums');(_:result,count,'11');(_:result,name,'whipple museum of the history of science');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 11 museums in the area , would you be interested in the whipple museum of the history of science ?" }, { "id": 14, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure , the history of science sounds cool . How much is the entrance fee for it ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It actually has no entrance fee , would you like the address ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "Yes , I think that 's the last thing I 'll need ." }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:result,address,'free school lane');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is free school lane . Is there anything else I can help you with ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I need . Have a nice day ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service !" } ]
MUL0588.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "ely" ], [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "arrive_by", "7:52" ], [ "_:result", "arrive_by", "9:52" ], [ "_:result", "count", "6" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "five" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "arrive_by", "7:52" ], [ "_:result", "arrive_by", "9:52" ], [ "_:result", "count", "6" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5CAOA9FN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "arrive_by", "7:52" ], [ "_:result", "arrive_by", "9:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "people", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5CAOA9FN" ], [ "_:booking", "type", "Booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "category", "?" ], [ "_:result", "count", "79" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "arrive_by", "7:52" ], [ "_:result", "arrive_by", "9:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "people", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5CAOA9FN" ], [ "_:booking", "type", "Booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "?" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "arrive_by", "7:52" ], [ "_:result", "arrive_by", "9:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "people", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5CAOA9FN" ], [ "_:booking", "type", "Booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "?" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "name", "whipple museum of the history of science" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "arrive_by", "7:52" ], [ "_:result", "arrive_by", "9:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "people", "five" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5CAOA9FN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "?" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "name", "whipple museum of the history of science" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "type", "Attraction" ] ], "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", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "17:15" ], [ "_:search", "departure", "ely" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "11:52" ], [ "_:result", "arrive_by", "13:52" ], [ "_:result", "arrive_by", "15:52" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "arrive_by", "7:52" ], [ "_:result", "arrive_by", "9:52" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "people", "five" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5CAOA9FN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "?" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "name", "whipple museum of the history of science" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "free school lane" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'scudamores punting co');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hi , I am looking for a particular attraction . Have you heard of Scudamores Punting Co ?" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Granta Place , Mill Lane');(_:result,name,'Scudamores Punting Co');(_:result,phone,'01223359750');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , Scudamores Punting Co is located in Granta Place , Mill Lane and their phone number is 01223359750 . Anything else you want to know ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Is there an entrance fee ? If so , what is it ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,\"it 's not showing up\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "If they have an entrance fee , it 's not showing up with their listing . Is there anything else I can do for you today ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yeah , are there any expensive Chinese places in town ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'9');(_:result,food,'Chinese');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 9 expensive Chinese restaurants in town . Is there a particular area you would like to dine in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like the south please ." }, { "id": 7, "rdf-acts": [ "select((_:result,name,'peking restaurant');(_:result,type,'Restaurant'))", "offer((_:booking,type,'Booking'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about peking restaurant ? Would you like to make a reservation ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "that sounds great , please do" }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay ! For when , and for how many people ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't need a reservation at the moment but could you send me the postcode and address of the restaurant . Thank you ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'10 Homerton Street City Centre');(_:result,postcode,'cb28nx');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address of the restaurant is 10 Homerton Street City Centre . The postcode is cb28nx . Can I assist with anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the attraction');(_:search,destination,'the restaurant');(_:search,type,'Attraction');(_:search,type,'Restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes . I would like a taxi to take me from the attraction to the restaurant ." }, { "id": 13, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "in order for me to get a cab for you I need the arrival and or departure times" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'22:15');(_:search,destination,'the attraction');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to get to the attraction by 22:15 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'blue Volvo');(_:result,phone,'07079040787');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I 've booked a taxi for you . It 's a blue Volvo and the contact number is 07079040787 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Perfect that s everything I needed thanks for the help" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great day ." } ]
PMUL4790.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "scudamores punting co" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "scudamores punting co" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Granta Place , Mill Lane" ], [ "_:result", "name", "Scudamores Punting Co" ], [ "_:result", "phone", "01223359750" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "scudamores punting co" ], [ "_:result", "address", "Granta Place , Mill Lane" ], [ "_:result", "name", "Scudamores Punting Co" ], [ "_:result", "phone", "01223359750" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "it 's not showing up" ], [ "_:result", "type", "Attraction" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "scudamores punting co" ], [ "_:result", "address", "Granta Place , Mill Lane" ], [ "_:result", "name", "Scudamores Punting Co" ], [ "_:result", "phone", "01223359750" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "it 's not showing up" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "scudamores punting co" ], [ "_:result", "address", "Granta Place , Mill Lane" ], [ "_:result", "phone", "01223359750" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "it 's not showing up" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "peking restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "scudamores punting co" ], [ "_:result", "address", "Granta Place , Mill Lane" ], [ "_:result", "phone", "01223359750" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "it 's not showing up" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "peking restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "scudamores punting co" ], [ "_:result", "phone", "01223359750" ], [ "_:result", "entrance_fee", "it 's not showing up" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "10 Homerton Street City Centre" ], [ "_:result", "postcode", "cb28nx" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "name", "scudamores punting co" ], [ "_:result", "phone", "01223359750" ], [ "_:result", "entrance_fee", "it 's not showing up" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "10 Homerton Street City Centre" ], [ "_:result", "postcode", "cb28nx" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "22:15" ], [ "_:search", "destination", "the attraction" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "name", "scudamores punting co" ], [ "_:result", "entrance_fee", "it 's not showing up" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "9" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "area", "south" ], [ "_:result", "name", "peking restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "10 Homerton Street City Centre" ], [ "_:result", "postcode", "cb28nx" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "22:15" ], [ "_:search", "destination", "the attraction" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Volvo" ], [ "_:result", "phone", "07079040787" ], [ "_: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,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there a moderate restaurant in the centre of town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'21');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Certainly , we have 21 . Do you have a cuisine type or a price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 'd like a moderately priced restaurant ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'British');(_:result,name,'Cotto');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Cotto is a moderately priced restaurant in the centre of town . It serves British food ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Please give me their address and postcode ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'183 East Road City Centre');(_:result,name,'cotto');(_:result,postcode,'cb11bg');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The cotto is located at 183 East Road City Centre and their postcode is cb11bg . Would you like me to make a reservation for you ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . You have helped me tremendously and I have everything I need to know . Thanks and have a good day ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for using the Cambridge TownInfo centre . Have a great day !" } ]
SNG0694.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:result", "count", "21" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Cotto" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "?" ], [ "_:result", "count", "21" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "183 East Road City Centre" ], [ "_:result", "name", "cotto" ], [ "_:result", "postcode", "cb11bg" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi there . Can you help me find a restaurant in the centre ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'some');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there are some great choices . Do you like a particular cuisine ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes I would like it to serve asian oriental" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'4');(_:result,name,'Yippee Noodle Bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are four options available that meet your criteria . I 'd recommend the Yippee Noodle Bar . Would you like to book a table ?" }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , but I would like the postcode for that restaurant please . I also need to find a place to stay . Could you help me with that ?" }, { "id": 5, "rdf-acts": [ "thank()", "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,postcode,'cb11lh');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The postcode of the restaurant is cb11lh . I can help you find a place to stay . Did you have a certain area in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about some place cheap , with 4 stars ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Did you want the hotel to be in the centre area , also ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Centre area will work . but it has to be a guest house . I also need the adress and post code ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'56 Saint Barnabas Road');(_:result,name,'Alexander Bed and Breakfast');(_:result,postcode,'cb12de');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Alexander Bed and Breakfast seems to be a good fit . They are located at 56 Saint Barnabas Road , postcode cb12de ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That was all I needed thank you ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Alright have a great day !" } ]
PMUL4362.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "some" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "some" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Yippee Noodle Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Yippee Noodle Bar" ], [ "_:search", "area", "?" ], [ "_:result", "postcode", "cb11lh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Yippee Noodle Bar" ], [ "_:result", "postcode", "cb11lh" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "some" ], [ "_:search", "food", "asian oriental" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "4" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "address", "56 Saint Barnabas Road" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "postcode", "cb12de" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd looking for a good restaurant on the east side . I 'd prefer the moderate price range , if possible ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Would you prefer Indian or Italian food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like Indian please ." }, { "id": 3, "rdf-acts": [ "select((_:result,name,'curry prince');(_:result,name,'rajmahal');(_:result,type,'Restaurant'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is curry prince , and rajmahal , would either of those work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'15:45');(_:search,name,'curry prince');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to book curry prince for 6 people at 15:45 on saturday please ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'SMAMRCQ9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright , I have you reservation made . The reference number is SMAMRCQ9 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thanks for your help ." }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be everything today . Thank you ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye ." } ]
SNG0666.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "curry prince" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "name", "curry prince" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "curry prince" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "name", "curry prince" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "SMAMRCQ9" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "curry prince" ], [ "_:result", "name", "rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "name", "curry prince" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "SMAMRCQ9" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'12:15');(_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train on Friday , arriving by 12:15 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can assist you with that . Where are you travelling to and from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm going from Cambridge to the Stansted Airport ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'12:08');(_:result,departure,'cambridge');(_:result,destination,'stansted airport');(_:result,id,'TR5998');(_:result,leave_at,'10:40');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "The TR5998 leaves cambridge at 10:40 and arrives stansted airport at 12:08 . It 's price is 10.10 pounds . There are earlier trains if you wish ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That one sounds fine . Can you book it for 3 people ? I will need the reference number too ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'ECTZFFR5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked your ticket , the reference number is : ECTZFFR5 . Is there anything else I can do for you ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not at this time . Thank you so much for everything . Have a great day !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You are very welcome , goodbye ." } ]
SNG0415.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "arrive_by", "12:08" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "stansted airport" ], [ "_:result", "id", "TR5998" ], [ "_:result", "leave_at", "10:40" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "12:15" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "arrive_by", "12:08" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "stansted airport" ], [ "_:result", "id", "TR5998" ], [ "_:result", "leave_at", "10:40" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "ECTZFFR5" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please find a place to eat in the moderate price range in the north ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'chinese');(_:result,food,'indian');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two great restaurants to choose from . One is a chinese restaurant and on is a indian resaurant . Do you have a preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'14:00');(_:search,food,'indian');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Let 's go with Indian . Can you book me a table for Thursday at 14:00 for 8 people ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Nirala');(_:booking,ref,'AM8RPHXF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table at The Nirala will be reserved for 15 minutes . The reference number is AM8RPHXF . Can I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'near the restaurant');(_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , i am looking for a boat attraction to visit near the restaurant ." }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'riverboat');(_:result,name,'riverboat georgina');(_:result,postcode,'cb43ax');(_:result,type,'Attraction'))", "offer((_:booking,type,'Booking'))", "inform((_:result,category,'boat');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is the riverboat georgina boat attraction in postcode cb43ax . Do you want to book a seat ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'boat');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))", "inform((_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Book me a seat get phone number and entrance fee cost . I need a taxi that will arrive at the restaurant and take me to the boat attraction ." }, { "id": 7, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))", "canthelp((_:booking,type,'Booking'))", "inform((_:result,entrance_fee,'unavailable');(_:result,phone,'01223902091');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Unfortunately bookings are not avialable , but the phone is 01223902091 and the price is unavailable . What time would you like the taxi for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'14:00');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))", "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I want the taxi to arrive at the restaurant in time for my reservation at 14:00 . Please tell me the car type and contact number for my taxi too ." }, { "id": 9, "rdf-acts": [ "inform((_:result,car,'yellow volvo');(_:result,phone,'07941084568');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked a yellow volvo . The number to reach them is 07941084568 . Was there anything else you needed today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all for today . Thanks for your help . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are very welcome , have a great day ." } ]
PMUL3019.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "food", "indian" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "food", "indian" ], [ "_:search", "people", "8" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Nirala" ], [ "_:booking", "ref", "AM8RPHXF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "near the restaurant" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "count", "2" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "food", "indian" ], [ "_:search", "people", "8" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Nirala" ], [ "_:booking", "ref", "AM8RPHXF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "near the restaurant" ], [ "_:result", "name", "riverboat georgina" ], [ "_:result", "postcode", "cb43ax" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "boat" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "boat" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "count", "2" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "food", "indian" ], [ "_:search", "people", "8" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Nirala" ], [ "_:booking", "ref", "AM8RPHXF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "near the restaurant" ], [ "_:result", "name", "riverboat georgina" ], [ "_:result", "postcode", "cb43ax" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "boat" ], [ "_:search", "category", "boat" ], [ "_:search", "leave_at", "?" ], [ "_:system", "canthelp", "_:booking/91d19ed8" ], [ "_:booking/91d19ed8", "type", "Booking" ], [ "_:result", "entrance_fee", "unavailable" ], [ "_:result", "phone", "01223902091" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "indian" ], [ "_:result", "count", "2" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "14:00" ], [ "_:search", "food", "indian" ], [ "_:search", "people", "8" ], [ "_:booking", "name", "Nirala" ], [ "_:booking", "ref", "AM8RPHXF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "near the restaurant" ], [ "_:result", "name", "riverboat georgina" ], [ "_:result", "postcode", "cb43ax" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "boat" ], [ "_:search", "category", "boat" ], [ "_:search", "leave_at", "?" ], [ "_:system", "canthelp", "_:booking/91d19ed8" ], [ "_:booking/91d19ed8", "type", "Booking" ], [ "_:result", "entrance_fee", "unavailable" ], [ "_:search", "arrive_by", "14:00" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow volvo" ], [ "_:result", "phone", "07941084568" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I am traveling to Cambridge and am looking forward to trying some local restaurants . Can you help me with a great place to dine ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What area and what price range would you be interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for an expensive place in any area ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What type of food would you like ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "British food . And some where in the Centre ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'3');(_:result,name,'Cambridge Chop House');(_:result,name,'Fitzbillies');(_:result,name,'Midsummer House Restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 3 places to choose from . All are expensive . I have Fitzbillies , The Cambridge Chop House and Midsummer House Restaurant . Can I reserve a table for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'17:00');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Fitzbillies sounds unique , can you book me for 5 people at 17:00 on tuesday ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'tuesday');(_:booking,duration,'17:00');(_:booking,people,'5');(_:booking,ref,'UAZUXKIR');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have your reservation for tuesday at 17:00 with 5 people , your reference number is UAZUXKIR . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Since I 'll already be in town , I 'd like to check out some colleges in the same area as the Fitzbillies" }, { "id": 9, "rdf-acts": [ "request((_:search,entrance_fee,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have many , does it matter if there an entrance fee ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , as long as it is in the same area as the restaurant ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'college');(_:result,name,\"king 's college\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Can I recommend king 's college , it is a beautiful college in the centre of town ." }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the postcode and phone number ?" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223331100');(_:result,postcode,'cb21st');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223331100 and the postcode is cb21st . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "no , that will be all . goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system today ." } ]
PMUL2101.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Cambridge Chop House" ], [ "_:result", "name", "Fitzbillies" ], [ "_:result", "name", "Midsummer House Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Cambridge Chop House" ], [ "_:result", "name", "Fitzbillies" ], [ "_:result", "name", "Midsummer House Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "duration", "17:00" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "UAZUXKIR" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Cambridge Chop House" ], [ "_:result", "name", "Fitzbillies" ], [ "_:result", "name", "Midsummer House Restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "duration", "17:00" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "UAZUXKIR" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "colleges" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "duration", "17:00" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "UAZUXKIR" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "colleges" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "name", "king 's college" ], [ "_:result", "type", "Attraction" ], [ "_: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", "pricerange", "expensive" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "3" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "5" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "duration", "17:00" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "UAZUXKIR" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "colleges" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "college" ], [ "_:result", "name", "king 's college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223331100" ], [ "_:result", "postcode", "cb21st" ], [ "_:result", "type", "Attraction" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like a train leaving Cambridge for Broxbourne , please ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day would you like to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,leave_at,'15:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to travel on Tuesday after 15:15 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'17:01');(_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,id,'TR1835');(_:result,leave_at,'16:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have the TR1835 going from Cambridge at 16:01 to Broxbourne at 17:01 . Does that sound suitable ? I can book some tickets for you if you like ." }, { "id": 4, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Could I get the price first ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'17.90 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "17.90 pounds is the price ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm not ready to book yet . I 'm also looking for a place to stay ." }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'33');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I can help with that . There are 33 choices . Is there a specific price range you would like to stay in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'moderate');(_:search,stars,'0');(_:search,type,'Hotel'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I really want to stay in a 0 star establishment , ideally in a moderate price range . I do n't care if there 's free parking , but it has to be a hotel ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'cityrooma hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "The cityrooma hotel is located in the centre and is of moderate price range . Would you like me to make reservations ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'1');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please book it for 1 person , for 4 nights starting friday ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'XCJE8L9R');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reference number is XCJE8L9R , is there anything else you need ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No I believe that will be all for now . Thank you for your help !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Alright , thank you for contacting Cambridge TownInfo centre . Have a great day !" } ]
MUL2075.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "15:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "15:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "17:01" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR1835" ], [ "_:result", "leave_at", "16:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "arrive_by", "17:01" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR1835" ], [ "_:result", "leave_at", "16:01" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "arrive_by", "17:01" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR1835" ], [ "_:result", "leave_at", "16:01" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "arrive_by", "17:01" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR1835" ], [ "_:result", "leave_at", "16:01" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "0" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "cityrooma hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "1" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "arrive_by", "17:01" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR1835" ], [ "_:result", "leave_at", "16:01" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "0" ], [ "_:result", "ticket", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "cityrooma hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "XCJE8L9R" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'21:45');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train arriving by 21:45 and departing from cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Alright . What day are you making this trip , and where would you like to travel to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi I would like to go to kings lynn on sunday please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'20:58');(_:result,departure,'Cambridge');(_:result,destination,'Kings Lynn');(_:result,id,'TR1600');(_:result,leave_at,'20:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR1600 leaves Cambridge at 20:11 and arrives in Kings Lynn at 20:58 . Would that work ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , that would work . Can you book 7 tickets for that train ? I will need a reference number for that as well , please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'7');(_:booking,ref,'EFJ3B73Z');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book 7 tickets for that train for you . Your reference number is EFJ3B73Z . Is there anything else I can assist you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'aylesbray lodge guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , what can you tell me about the Aylesbray Lodge Guest House ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Well , it 's a moderately priced 4 star guesthouse on the south side of town . Are you interested in booking a stay there ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'7');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please . There will be 7 people for 3 nights starting Thursday . Please provide the reference number ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'VF2708M3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your confirmation number is VF2708M3 ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Fantastic . That 's all I need ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your stay !" } ]
MUL0674.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "20:58" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "id", "TR1600" ], [ "_:result", "leave_at", "20:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "20:58" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "id", "TR1600" ], [ "_:result", "leave_at", "20:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "EFJ3B73Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "20:58" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "id", "TR1600" ], [ "_:result", "leave_at", "20:11" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "EFJ3B73Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "21:45" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "arrive_by", "20:58" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "id", "TR1600" ], [ "_:result", "leave_at", "20:11" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "7" ], [ "_:search", "name", "aylesbray lodge guest house" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "VF2708M3" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a moderate priced restaurant while I am visiting ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Is location a concern ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yeah , I 'd like to stay in the centre of town ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'20');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are over 20 results . Would you like a certain type of food ?" }, { "id": 4, "rdf-acts": [ "thank()", "request((_:result,food,?);(_:result,type,'Restaurant'))", "inform((_:search,food,\"do n't care\");(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you ! I do n't care what kind of cuisine they serve ." }, { "id": 5, "rdf-acts": [ "inform((_:result,food,'British');(_:result,food,'Chinese');(_:result,name,'Restaurant One Seven');(_:result,name,'jinling noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There 's a fantastic British restaurant , Restaurant One Seven . Or if you 're interested in Chinese food , Jinling Noodle Bar also has wonderful reviews . Do either of those interest you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'jinling noodle bar');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Sure could I get the phone number to Jinling Noodle Bar ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,phone,'01223566188');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number is 01223566188 . I can book that for you if you 'd like ." }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "i am also looking for places to go in town ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Do you have a specific kind of attraction in mind ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'Near the restaurant');(_:search,category,'entertainment');(_:search,type,'Attraction');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "An entertainment venue , I think . Near the restaurant , if possible ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'museum of archaelogy and anthropology');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "How about museum of archaelogy and anthropology ? It 's located in the centre as well ." }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No , let 's try a college instead . What do you recommend ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'corpus christi');(_:result,phone,'01223334900');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "corpus christi is very popular . The phone number is 01223334900 and the entrance fee is free ." }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'14:45');(_:search,destination,'the retaurant');(_:search,leave_at,'14:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thanks , I also need a taxi between the two places and arrive to the retaurant at 14:45 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'blue Volkswagen');(_:result,phone,'07313427234');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "The taxi is booked . The car type is blue Volkswagen . The contact number is 07313427234 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , great . Thank you for your help !" }, { "id": 17, "rdf-acts": [], "speaker": "system", "text": "Would you like me to reserve it for you ?" }, { "id": 18, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Uh , you already did . That was all I needed today . Goodbye ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Enjoy your trip !" } ]
PMUL3611.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "20" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:search", "food", "do n't care" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "20" ], [ "_:search", "food", "do n't care" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "20" ], [ "_:search", "food", "do n't care" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223566188" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "20" ], [ "_:search", "food", "do n't care" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223566188" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "Near the restaurant" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "20" ], [ "_:search", "food", "do n't care" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223566188" ], [ "_:search", "area", "Near the restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "museum of archaelogy and anthropology" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "20" ], [ "_:search", "food", "do n't care" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "Near the restaurant" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "corpus christi" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "destination", "the retaurant" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "20" ], [ "_:search", "food", "do n't care" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "Near the restaurant" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "corpus christi" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "destination", "the retaurant" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Volkswagen" ], [ "_:result", "phone", "07313427234" ], [ "_: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", "moderate" ], [ "_:result", "count", "20" ], [ "_:search", "food", "do n't care" ], [ "_:result", "food", "British" ], [ "_:result", "food", "Chinese" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "Near the restaurant" ], [ "_:result", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "corpus christi" ], [ "_:search", "arrive_by", "14:45" ], [ "_:search", "destination", "the retaurant" ], [ "_:search", "leave_at", "14:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue Volkswagen" ], [ "_:result", "phone", "07313427234" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need assistance finding a train departing from Cambridge and arriving at London Kings Cross ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'quite a few');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "We have quite a few options available to you . Is there a particular day you are looking to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,leave_at,'15:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm leaving after 15:15 on Tuesday . What 's available then ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'4');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have four , what time would you prefer to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'dontcare');(_:search,type,'Train'))" ], "speaker": "user", "text": "It does n't matter ." }, { "id": 5, "rdf-acts": [ "inform((_:result,day,'tuesday');(_:result,id,'TR0945');(_:result,leave_at,'17:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR0945 leaves on tuesday at 17:00 . Would you like me to book it for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please . Could you also tell me how much it is & what time it arrives ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,arrive_by,'17:51');(_:booking,category,'Train');(_:booking,leave_at,'17:00');(_:booking,ref,'FGAHEJD9');(_:booking,ticket,'23.60 pounds');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , I have booked the 17:00 train for you . The arrival time is 17:51 . Your reference number is FGAHEJD9 and the price is 23.60 pounds ." }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'lynne strover gallery');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for a particular attraction . The name of the place is Lynne Strover Gallery . Can you give me the address and fee ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'23 high street , fen ditton');(_:result,entrance_fee,'free');(_:result,name,'Lynne Strover Gallery');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Lynne Strover Gallery 's address is 23 high street , fen ditton , entrance is free . Can I do anything else for you today ?" }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "May I have the postal code for the Gallery as well please ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb30aq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , it 's cb30aq . Is there anything else I can tell you about it ? Or something else I can help you with ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No , that 's all I needed . Have a nice day ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you ! Enjoy your visit to Cambridge . Goodbye ." } ]
MUL1801.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "15:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "count", "4" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "tuesday" ], [ "_:result", "id", "TR0945" ], [ "_:result", "leave_at", "17:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "count", "4" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:result", "day", "tuesday" ], [ "_:result", "id", "TR0945" ], [ "_:result", "leave_at", "17:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "?" ], [ "_:booking", "arrive_by", "17:51" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "17:00" ], [ "_:booking", "ref", "FGAHEJD9" ], [ "_:booking", "ticket", "23.60 pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "lynne strover gallery" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "count", "4" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:result", "day", "tuesday" ], [ "_:result", "id", "TR0945" ], [ "_:result", "leave_at", "17:00" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "?" ], [ "_:booking", "arrive_by", "17:51" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "17:00" ], [ "_:booking", "ref", "FGAHEJD9" ], [ "_:booking", "ticket", "23.60 pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "lynne strover gallery" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_: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", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "15:15" ], [ "_:result", "count", "4" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:result", "day", "tuesday" ], [ "_:result", "id", "TR0945" ], [ "_:result", "leave_at", "17:00" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "arrive_by", "?" ], [ "_:booking", "arrive_by", "17:51" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "17:00" ], [ "_:booking", "ref", "FGAHEJD9" ], [ "_:booking", "ticket", "23.60 pounds" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "lynne strover gallery" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "23 high street , fen ditton" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Lynne Strover Gallery" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb30aq" ], [ "_:result", "type", "Attraction" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , hi . I am looking for a train to get me out of Cambridge to someplace fun . Can you help me with that ?" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Of course ! Do you know your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'21:30');(_:search,day,'friday');(_:search,destination,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I would like to go to Peterborough . I want to travel on Friday and get there by 21:30 ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Is there a time you would like to leave ?" } ]
PMUL4419.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", "arrive_by", "21:30" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am looking to book a restaurant in the centre in Cambridge and be moderate in price ." }, { "id": 1, "rdf-acts": [ "inform((_:result,food,'British');(_:result,name,'Restaurant One Seven');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about Restaurant One Seven , it is British food but just what you 're looking for ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'16:00');(_:search,people,'2');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you , I need to book a reservation for 2 at 16:00 on Thursday , can you please give me reference number ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,name,'Restaurant Seven One');(_:booking,ref,'MF59X2RK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your table is booked at Restaurant Seven One . Your reference number is MF59X2RK ." }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'11:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great , thanks ! I 'll also need a train from cambridge that leaves after 11:00 . Can you help me with that ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Absolutely , you have many options . What day were you thinking of making this trip ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave friday and go to birmingham new street" }, { "id": 7, "rdf-acts": [ "inform((_:result,leave_at,'11:01');(_:result,leave_at,'every hour at 1 minute past');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There 's a train departing at 11:01 . Would that work ? If not , the train 's are every hour at 1 minute past . I can book whichever train you 'd like ." }, { "id": 8, "rdf-acts": [ "inform((_:search,destination,'birmingham new street');(_:search,type,'Train'))", "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , that would probably work . What time does the train departing at 11:01 arrive at Birmingham new street ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'13:44');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It arrives at 13:44 . Would you like me to book this for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Possibly . What is the train ID ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,id,'TR6564');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure the train i d is TR6564 , can I book this for you ," }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not at this time . That is all I need , thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Great ! Thanks for allowing me to assist you . Goodbye !" } ]
MUL0294.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Restaurant Seven One" ], [ "_:booking", "ref", "MF59X2RK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Restaurant Seven One" ], [ "_:booking", "ref", "MF59X2RK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:00" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Restaurant Seven One" ], [ "_:booking", "ref", "MF59X2RK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:00" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:result", "leave_at", "11:01" ], [ "_:result", "leave_at", "every hour at 1 minute past" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Restaurant Seven One" ], [ "_:booking", "ref", "MF59X2RK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:00" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:result", "leave_at", "11:01" ], [ "_:result", "leave_at", "every hour at 1 minute past" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "13:44" ], [ "_:result", "type", "Train" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Restaurant One Seven" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Restaurant Seven One" ], [ "_:booking", "ref", "MF59X2RK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:00" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "friday" ], [ "_:result", "leave_at", "11:01" ], [ "_:result", "leave_at", "every hour at 1 minute past" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "13:44" ], [ "_:result", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:booking", "id", "TR6564" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "i need a place to stay" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Is there a certain area in town you would like to stay ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "no area but I need moderate prices and wifi ." }, { "id": 3, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,count,'17');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay ! There are 17 places to stay . Would you like to stay in a guesthouse , or in a hotel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))", "request((_:result,has_parking,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "get me a 4 star hotel and whether they have free parking and give me their phone number" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Acorn House');(_:result,phone,'01223353888');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay the telephone number of the Acorn House is 01223353888 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great ! Thank you for your help ." }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes I am looking for entertainment venues in the city center ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry there 's no entertainment in the centre ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is there some sort of concert hall in the centre ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,name,'Man on The Moon');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , The Man on The Moon . Would you like more info on it ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I would need phone number , entrance fee , and address" }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,address,'2 norfolk street');(_:result,entrance_fee,'not listed');(_:result,phone,'01223474144');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223474144 . The entrance fee is not listed and the address is 2 norfolk street . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that will be all for now ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling . Please call again if we can help with anything else . Have a great day ! Goodbye ." } ]
PMUL3842.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "17" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "17" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:result", "name", "Acorn House" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "17" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "has_parking", "?" ], [ "_:result", "name", "Acorn House" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "center" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "17" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "has_parking", "?" ], [ "_:result", "name", "Acorn House" ], [ "_:result", "phone", "01223353888" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "entertainment" ], [ "_:system", "canthelp", "_:search/c21f5ccd" ], [ "_:search/c21f5ccd", "area", "centre" ], [ "_:search/c21f5ccd", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "17" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "has_parking", "?" ], [ "_:result", "phone", "01223353888" ], [ "_:search", "category", "entertainment" ], [ "_:system", "canthelp", "_:search/c21f5ccd" ], [ "_:search/c21f5ccd", "area", "centre" ], [ "_:search/c21f5ccd", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Man on The Moon" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "17" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "has_parking", "?" ], [ "_:search", "category", "entertainment" ], [ "_:system", "canthelp", "_:search/c21f5ccd" ], [ "_:search/c21f5ccd", "area", "centre" ], [ "_:search/c21f5ccd", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Man on The Moon" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "2 norfolk street" ], [ "_:result", "entrance_fee", "not listed" ], [ "_:result", "phone", "01223474144" ], [ "_: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,'18:30');(_:search,day,'thursday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , I 'm looking for a train that leaves on Thursday and arrives by 18:30" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , which stations will you be using ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "from cambridge to stansted airport ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'13');(_:result,leave_at,'05:40');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are 13 trains that match your needs . The first train leaves at 05:40 . Do you want a ticket on this train or one that leaves later ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all" }, { "id": 5, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Glad I could be of help ." }, { "id": 6, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Actually I do need the train ID and travel time please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,departure,'cambridge');(_:result,duration,'28 minutes');(_:result,id,'TR5579');(_:result,leave_at,'17:40');(_:result,type,'Train'))" ], "speaker": "system", "text": "Travel time will be 28 minutes for any train . The one closest to your arrival time is the TR5579 , which departs cambridge at 17:40" }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'nandos');(_:search,type,'Restaurant'))", "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you also get me the postcode for Nandos restaurant ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "cb17dy is the postcode . Would you like to dine there ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you I will think about it ." }, { "id": 11, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "Great . Is there anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is it . Thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day !" } ]
PMUL4664.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "18:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "18:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "18:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "13" ], [ "_:result", "leave_at", "05:40" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "18:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "13" ], [ "_:result", "leave_at", "05:40" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "18:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "count", "13" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "duration", "28 minutes" ], [ "_:result", "id", "TR5579" ], [ "_:result", "leave_at", "17:40" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "nandos" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "18:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "count", "13" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "duration", "28 minutes" ], [ "_:result", "id", "TR5579" ], [ "_:result", "leave_at", "17:40" ], [ "_:search", "name", "nandos" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "18:30" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "count", "13" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "duration", "28 minutes" ], [ "_:result", "id", "TR5579" ], [ "_:result", "leave_at", "17:40" ], [ "_:search", "name", "nandos" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Restaurant" ], [ "_: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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a place to eat in the moderate price range serving Indian food ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'4');(_:result,food,'indian');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 4 places serving indian food in the moderate price range . Do you have a preferred area to dine at ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The west ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'indian');(_:result,name,'Meghna');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have narrowed it down to Meghna which serves Indian Food . Would you like me to book this for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'15:00');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . could you please make a reservation for Saturday for 7 people at 15:00 ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sorry , that time slot does n't work for what you would like . Would you like to change the day or time ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,duration,'14:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about 14:00 then ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'NR6VPA82');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : NR6VPA82 ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Excellent , that 's all I need . Thank you !" }, { "id": 9, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank you so much have a great day !" }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Could you repeat the reference number please ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,ref,'NR6VPA82');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : NR6VPA82 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks again for all your help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are very welcome . Feel free to call again in the future . Have a great morning ." } ]
SNG0620.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "Meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "Meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/cf5d806e" ], [ "_:booking/cf5d806e", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "14:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "Meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/cf5d806e" ], [ "_:booking/cf5d806e", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "14:00" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "NR6VPA82" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "Meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/cf5d806e" ], [ "_:booking/cf5d806e", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "14:00" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "NR6VPA82" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "4" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "area", "west" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "Meghna" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/cf5d806e" ], [ "_:booking/cf5d806e", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:search", "duration", "14:00" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "NR6VPA82" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'the varsity restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi going to the varsity restaurant ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where will you depart from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'gonville hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm leaving from gonville hotel ." }, { "id": 3, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I can help you with that . When do you need to leave ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'12:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to leave at 12:00 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'blue honda');(_:result,phone,'07255247278');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "I have a blue honda with contact number 07255247278 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok thank you that is all I needed today . Goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a nice day ." } ]
SNG01338.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "the varsity restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "the varsity restaurant" ], [ "_:search", "departure", "gonville hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "the varsity restaurant" ], [ "_:search", "departure", "gonville hotel" ], [ "_:search", "leave_at", "12:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "the varsity restaurant" ], [ "_:search", "departure", "gonville hotel" ], [ "_:search", "leave_at", "12:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue honda" ], [ "_:result", "phone", "07255247278" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I have a business meeting and I 'm looking for an expensive place to eat in the city centre ." }, { "id": 1, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Sure , I can help you with that . Did you have any specific requirements ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm sure Moroccan food will impress my clients . Are there any restaurants that serve it ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,food,'Moroccan');(_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "Unfortunately you wo n't be able to impress your clients . We do n't have any Moroccan restaurants in town . Do you want to look for something else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you search for British food instead ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,name,'Fitzbillies');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there are several . Would you like an expensive one such as Fitzbillies to impress your clients ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'13:30');(_:search,people,'4');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please book a reservation at Fitzbillies for 4 people at 13:30 on wednesday . Oh ! Can I please get the reference number ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'9H9V7J2Z');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay your booking was successful and you reference number is 9H9V7J2Z ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thank you . I also need info on a college to visit in the town centre . Anyone will do . Whatever you recommend ." }, { "id": 9, "rdf-acts": [ "inform((_:result,address,\"king 's parade\");(_:result,name,'Corpus christi college');(_:result,postcode,'cb21rh');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Corpus christi college located at king 's parade and the postcode is cb21rh ." }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Great thanks , what is their entrance fee and phone number ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,entrance_fee,'2 pounds');(_:result,phone,'01223338000');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "their phone number is 01223338000 and the admission is 2 pounds" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for all your help . Goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Goodbye ! Enjoy your time in Cambridge !" } ]
PMUL4855.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "moroccan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/73a41314" ], [ "_:search/73a41314", "food", "Moroccan" ], [ "_:search/73a41314", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/73a41314" ], [ "_:search/73a41314", "food", "Moroccan" ], [ "_:search/73a41314", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "Fitzbillies" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/73a41314" ], [ "_:search/73a41314", "food", "Moroccan" ], [ "_:search/73a41314", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "several" ], [ "_:result", "name", "Fitzbillies" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "9H9V7J2Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/73a41314" ], [ "_:search/73a41314", "food", "Moroccan" ], [ "_:search/73a41314", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "several" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "9H9V7J2Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "king 's parade" ], [ "_:result", "name", "Corpus christi college" ], [ "_:result", "postcode", "cb21rh" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/73a41314" ], [ "_:search/73a41314", "food", "Moroccan" ], [ "_:search/73a41314", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "british" ], [ "_:result", "amount", "several" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:30" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "9H9V7J2Z" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "king 's parade" ], [ "_:result", "name", "Corpus christi college" ], [ "_:result", "postcode", "cb21rh" ], [ "_:result", "entrance_fee", "2 pounds" ], [ "_:result", "phone", "01223338000" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need to find a hospital here in the area ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Hills Rd , Cambridge');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The nearest hospital is located at Hills Rd , Cambridge ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "can i get thhe phone number and postcode" }, { "id": 3, "rdf-acts": [ "request((_:search,department,?);(_:search,type,'Hospital'))" ], "speaker": "system", "text": "Which department are you looking for so I can give you the correct phone number ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,department,'paediatric clinic');(_:search,type,'Hospital'))" ], "speaker": "user", "text": "I need the paediatric clinic please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,department,'paediatric clinic');(_:result,phone,'01223348313');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The phone number for the paediatric clinic is 01223348313 , is there anything else I can help with ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "Yes , may I please have the post code ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "Yes , the post code is CB20QQ . Anything else you need ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you that 's all I need for now ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "thanks for inquiring with us have a good day" } ]
SNG02087.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "type", "Hospital" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "department", "paediatric clinic" ], [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:result", "postcode", "?" ], [ "_:search", "department", "paediatric clinic" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "paediatric clinic" ], [ "_:result", "phone", "01223348313" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "address", "Hills Rd , Cambridge" ], [ "_:search", "department", "paediatric clinic" ], [ "_:search", "type", "Hospital" ], [ "_:result", "department", "paediatric clinic" ], [ "_:result", "phone", "01223348313" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'curry prince');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I 'm going to be visiting soon , and I am interested in trying a restaruant called Curry Prince . Could you give me more information about it ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,food,'Indian');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes it 's an Indian restaurant in the east at the moderate price range . Would you like the address and phone number ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'18:30');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No but I would like to make a booking for 5 people at 18:30 on sunday ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,people,'five');(_:booking,ref,'JVGYC33Y');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "No problem ! I got that booked for your party of five . The reference number is JVGYC33Y . Do you need anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,departure,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am also looking for a train . It should should depart from London Kings Cross and should be on the same day ." }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have several trains available . What is your destination and preferred time of departure and arrival ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'15:00,can');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should go to cambridge and should arrive by 15:00,can you book it for me ?" }, { "id": 7, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Is there a time you would like to leave by ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'15:00');(_:search,type,'Train'))", "request((_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No I just need to make sure I get there by 15:00 . I will need the train ID and departure time please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,leave_at,'13:17');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train leaving at 13:17 . Would you like me to book the train for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,id,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I just need the train 's departure time and ID ." }, { "id": 11, "rdf-acts": [ "inform((_:result,id,'TR1688');(_:result,leave_at,'13:17');(_:result,type,'Train'))" ], "speaker": "system", "text": "Okay , the TR1688 leaves at 13:17 ." }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "OKay perfect do you think you could book that for me please ?" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Ok I will book it for you" } ]
PMUL0850.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "five" ], [ "_:booking", "ref", "JVGYC33Y" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "five" ], [ "_:booking", "ref", "JVGYC33Y" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00,can" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "five" ], [ "_:booking", "ref", "JVGYC33Y" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "five" ], [ "_:booking", "ref", "JVGYC33Y" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:result", "amount", "several" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:result", "leave_at", "13:17" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "curry prince" ], [ "_:result", "area", "east" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "five" ], [ "_:booking", "ref", "JVGYC33Y" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "same day" ], [ "_:result", "amount", "several" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "15:00" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "id", "TR1688" ], [ "_:result", "leave_at", "13:17" ], [ "_:result", "type", "Train" ] ], "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,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay with free wifi ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'multiple');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , there are multiple places to stay in Cambridge . May I help narrow down these choices for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care about what part of town it is in , but I would like a 3 star guesthouse ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'151 hills road');(_:result,name,'bridge guest house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'd suggest bridge guest house on 151 hills road . Would you like a reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,entrance_fee,'expensive');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How expensive is it ? And is there any nearby attractions ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Bridge Guest House');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Bridge Guest House is in the moderate price range , and we have attractions in all areas of Cambridge so I 'm sure you will find something to your liking ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you make a reservation for 8 people for 5 nights starting from Wednesday ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'5YY25K1O');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book the room for you your reference number is 5YY25K1O . Is there anything else you need me to do for you ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you 've been very helpful . That 's all I needed . Thank you very much ." }, { "id": 9, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You are welcome ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Actually , I 'm also looking for an expensive place to dine in the centre ." }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Kymmoy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Kymmoy is expensive and in the centre of town" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,duration,'20:00');(_:search,people,'same group of people');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I need to book a table for the same group of people at 20:00 the same day . I need the reference number as well ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'UF08L0ON');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : UF08L0ON . Anything else that I may help you with ." }, { "id": 14, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))", "inform((_:search,departure,'my hotel');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yeah , I 'd like a taxi to take me from my hotel to the restaurant in time for my reservation . Please tell me the car type and contact number ." }, { "id": 15, "rdf-acts": [ "inform((_:result,car,'black volkswagen');(_:result,phone,'07609143114');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Taxi is booked . It 's a black volkswagen , phone number 07609143114 . Is that all for now ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "yes , that 's everything for me . Thanks for helping , goodbye" }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
PMUL0435.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "multiple" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "multiple" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "address", "151 hills road" ], [ "_:result", "name", "bridge guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "entrance_fee", "expensive" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "multiple" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "entrance_fee", "expensive" ], [ "_:result", "name", "Bridge Guest House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "multiple" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "entrance_fee", "expensive" ], [ "_:result", "name", "Bridge Guest House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5YY25K1O" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "multiple" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "entrance_fee", "expensive" ], [ "_:result", "name", "Bridge Guest House" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5YY25K1O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "multiple" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "entrance_fee", "expensive" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "5YY25K1O" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Kymmoy" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Restaurant" ], [ "_: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" ], [ "_:result", "amount", "multiple" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "entrance_fee", "expensive" ], [ "_:search", "stay", "5" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Kymmoy" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "same group of people" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "UF08L0ON" ], [ "_:booking", "type", "Booking" ], [ "_:result", "car", "?" ], [ "_:result", "type", "Taxi" ], [ "_:search", "departure", "my hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "multiple" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "address", "151 hills road" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "entrance_fee", "expensive" ], [ "_:search", "stay", "5" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Kymmoy" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "20:00" ], [ "_:search", "people", "same group of people" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "UF08L0ON" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "my hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black volkswagen" ], [ "_:result", "phone", "07609143114" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train that leaves Saturday going to ely , do you have a train with those details ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'10');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 10 trains on Saturday that go to Ely from Cambridge . What time do you need to leave or arrive , and how many tickets do you need ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'13:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive by 13:00 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'12:07');(_:result,count,'1');(_:result,id,'TR0718');(_:result,type,'Train'))" ], "speaker": "system", "text": "There is one train that arrives at 12:07 . That trainID isTR0718 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a booking for 4 people ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'IR7HSMG4');(_:booking,ticket,'14.08 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've done that . The price will be 14.08 GBP payable at the station . Your reference number is IR7HSMG4 . Any else I can do for you ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "No , that will be all" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you , you have been very helpful ." } ]
SNG0377.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "ely" ], [ "_:result", "count", "10" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "people", "?" ], [ "_:search", "arrive_by", "13:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "ely" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:00" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "count", "1" ], [ "_:result", "id", "TR0718" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "destination", "ely" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "13:00" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "count", "1" ], [ "_:result", "id", "TR0718" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "IR7HSMG4" ], [ "_:booking", "ticket", "14.08 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you find a room available at a 4 star hotel with free wi - fi ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,category,'hotel');(_:result,has_internet,'none');(_:result,name,'The huntingdon marriott hotel');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The huntingdon marriott hotel \t is a 4 star hotel with Internet in the west . Would you like me to make a booking ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is the place expensive ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes it is an expensive , I have listings for another place that is cheap if that is what you need ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'2');(_:search,pricerange,'expensive');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer the expensive hotel . Please book it for 2 people for 2 nights starting on Sunday ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "select((_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I was unable to book the hotel for that day . Would you like to try the cheap hotel ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , I 'd like to keep looking for an expensive hotel ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Is there a certain area you would like it to be in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "North part of town , please ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'the university arms hotel');(_:booking,ref,'1F6HEPGZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to successfully book you at the university arms hotel , the reference number is 1F6HEPGZ ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much . I appreciate your help ." }, { "id": 11, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "No problem . Will that be all for today ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Yes , that will be all for today , goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system !" } ]
SSNG0333.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "The huntingdon marriott hotel" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "The huntingdon marriott hotel" ], [ "_:result", "stars", "4" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "2" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "The huntingdon marriott hotel" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/3cdb51ca" ], [ "_:booking/3cdb51ca", "type", "Booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "The huntingdon marriott hotel" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/3cdb51ca" ], [ "_:booking/3cdb51ca", "type", "Booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "The huntingdon marriott hotel" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/3cdb51ca" ], [ "_:booking/3cdb51ca", "type", "Booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "the university arms hotel" ], [ "_:booking", "ref", "1F6HEPGZ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "The huntingdon marriott hotel" ], [ "_:result", "stars", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:system", "canthelp", "_:booking/3cdb51ca" ], [ "_:booking/3cdb51ca", "type", "Booking" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "the university arms hotel" ], [ "_:booking", "ref", "1F6HEPGZ" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What are my options for pricier hotels that include wifi free ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'hotels');(_:result,count,'5');(_:result,name,'Gonville hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 5 hotels available in your criteria . Would you like to stay at Gonville hotel ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Yes , that is fine ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'gonville hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure gonville hotel it is . How can I assist you ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nothing more , thank you !" }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Okay thank you ! Have a great day !" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "You too :)" }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thanks , enjoy your visit !" }, { "id": 8, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Oh ! Before you go , can I get the reference number from you please ? And if it 's not too much of a burden , can you provide train information for us ?" }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day , how many nights , and how many people would you like for you hotel room ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'7');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need my hotel for 7 people for 5 nights staring from Wednesday ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Gonville');(_:booking,ref,'DZTN8BRL');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've made that booking for you at Gonville , your reference number is DZTN8BRL . Will that be all today ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'09:15');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train that leaves Cambridge and arrives by 09:15 . How much will it cost me ?" }, { "id": 13, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "The cost of the train will depend on where you are traveling to . Can you please let me know your destination ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "How much would it cost to travel to Birmingham New Street ?" }, { "id": 15, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day are you taking this trip ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm planning on leaving on Monday ." }, { "id": 17, "rdf-acts": [ "inform((_:result,day,'Monday');(_:result,departure,'Cambridge');(_:result,destination,'Birmingham New Street');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "A train from Cambridge to Birmingham New Street on Monday will cost 75.10 pounds ." }, { "id": 18, "rdf-acts": [ "inform((_:search,arrive_by,'09:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Will my train arrive by 09:15 ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,arrive_by,'8:44');(_:result,destination,'birmingham new street');(_:result,id,'TR4300');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4300 will arrive at birmingham new street by 8:44 . Would you like to book a ticket ?" }, { "id": 20, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the price for the ticket ?" }, { "id": 21, "rdf-acts": [ "inform((_:result,ticket,'75.10');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The price is 75.10 . Shall I book this for you ?" }, { "id": 22, "rdf-acts": [], "speaker": "user", "text": "Yes , please !" }, { "id": 23, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'TR4300');(_:booking,people,'one');(_:booking,ref,'1DAG5WL7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright , one ticket booked for train TR4300 , your reference number is 1DAG5WL7 ." }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for all your help ! That is all I need today ." }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "You are very welcome ! I am glad I was able to help . Have a wonderful day and enjoy your trip ." } ]
MUL0679.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Gonville hotel" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Gonville" ], [ "_:booking", "ref", "DZTN8BRL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Gonville" ], [ "_:booking", "ref", "DZTN8BRL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Gonville" ], [ "_:booking", "ref", "DZTN8BRL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Gonville" ], [ "_:booking", "ref", "DZTN8BRL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Birmingham New Street" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Gonville" ], [ "_:booking", "ref", "DZTN8BRL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "8:44" ], [ "_:result", "destination", "birmingham new street" ], [ "_:result", "id", "TR4300" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Gonville" ], [ "_:booking", "ref", "DZTN8BRL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "8:44" ], [ "_:result", "destination", "birmingham new street" ], [ "_:result", "id", "TR4300" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:result", "ticket", "75.10" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "name", "gonville hotel" ], [ "_:system", "dismissed", "_:user" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "7" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Gonville" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "8:44" ], [ "_:result", "destination", "birmingham new street" ], [ "_:result", "id", "TR4300" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "ticket", "75.10" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4300" ], [ "_:booking", "people", "one" ], [ "_:booking", "ref", "1DAG5WL7" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'park');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a park ." }, { "id": 1, "rdf-acts": [ "inform((_:result,category,'parks');(_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "sure there are five parks in town" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could I get the address and phone number for one please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'milton');(_:result,address,'milton country park');(_:result,name,'Milton Country Park');(_:result,phone,'01223420060');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , the Milton Country Park is located at milton country park , milton and the phone number is 01223420060 . Post code is cb46az ." }, { "id": 4, "rdf-acts": [ "inform((_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm also looking for a place to stay in , preferably something 0 stars ." }, { "id": 5, "rdf-acts": [], "speaker": "system", "text": "I have 3 choices for you . Two are guesthouses and I have 1 hotel . The guesthouses are cheap and the hotel is moderately priced . Do you have a preference ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I prefer something in the cheap price range ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'guesthouse');(_:result,name,'The city centre north b and b');(_:result,pricerange,'cheap');(_:result,stars,'0');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "The city centre north b and b is a 0 star , cheap guesthouse in centre . Would you like to make a reservation ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Let me think about it ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "thank you for contacting us and have a great day !" } ]
PMUL4208.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "park" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "address", "milton" ], [ "_:result", "address", "milton country park" ], [ "_:result", "name", "Milton Country Park" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:result", "type", "Attraction" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "park" ], [ "_:result", "category", "parks" ], [ "_:result", "count", "5" ], [ "_:result", "address", "milton" ], [ "_:result", "address", "milton country park" ], [ "_:result", "name", "Milton Country Park" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:result", "type", "Attraction" ], [ "_:search", "stars", "0" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "park" ], [ "_:result", "count", "5" ], [ "_:result", "address", "milton" ], [ "_:result", "address", "milton country park" ], [ "_:result", "phone", "01223420060" ], [ "_:result", "postcode", "cb46az" ], [ "_:search", "stars", "0" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The city centre north b and b" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'broxbourne');(_:search,leave_at,'17:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train leaving broxbourne after 17:00 ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day would you be traveling ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving on a Friday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'18:32');(_:result,id,'TR4322');(_:result,leave_at,'17:32');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4322 leaves at 17:32 and arrives by 18:32 . May I book that for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'18:32');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Arrives in Cambridge by 18:32 ? I need to get to Cambridge ." }, { "id": 5, "rdf-acts": [ "inform((_:result,ticket,'17.90');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It does . The price is 17.90 , can I book a ticket for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,\"little saint mary 's church\");(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No . I 'm not ready to book yet . Can I get some information on Little Saint Mary 's Church ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"little saint mary 's lane\");(_:result,area,'centre');(_:result,category,'church');(_:result,phone,'01223366202');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The church is located in the centre the address is little saint mary 's lane and the phone number is 01223366202 . Is there anything else I can help with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That takes care of everything , thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Glad I could help you today !" } ]
MUL1920.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "17:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "17:00" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "17:00" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "18:32" ], [ "_:result", "id", "TR4322" ], [ "_:result", "leave_at", "17:32" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "18:32" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "17:00" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "18:32" ], [ "_:result", "id", "TR4322" ], [ "_:result", "leave_at", "17:32" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "18:32" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "ticket", "17.90" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "little saint mary 's church" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "17:00" ], [ "_:search", "day", "friday" ], [ "_:result", "arrive_by", "18:32" ], [ "_:result", "id", "TR4322" ], [ "_:result", "leave_at", "17:32" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "18:32" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "ticket", "17.90" ], [ "_:search", "name", "little saint mary 's church" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "little saint mary 's lane" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "church" ], [ "_:result", "phone", "01223366202" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "Can you help me find a concert hall ?" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'2 norfolk street');(_:result,area,'centre');(_:result,category,'concert hall');(_:result,count,'1');(_:result,name,'Man on the Moon');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There is one concert hall in town , The Man on the Moon , located at 2 norfolk street in the centre of town . Do you need more information ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'concerthall');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I need a concerthall on the west area of town ." }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'only one');(_:result,area,'center');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I am sorry I have only one listing for the city center . Would you consider other attractions ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I would consider a museum ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'west');(_:result,category,'museums');(_:result,count,'7');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "great , there are 7 museums in the west ." }, { "id": 6, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you make a recommendation and please provide the entrance fee , phone number , and postcode ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Cafe Jello Gallery Phone is o12233289438 and is on 13 Madalene treet" } ]
PMUL1169.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "2 norfolk street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "concert hall" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Man on the Moon" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "category", "concerthall" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "2 norfolk street" ], [ "_:result", "category", "concert hall" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Man on the Moon" ], [ "_:search", "area", "west" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "only one" ], [ "_:result", "area", "center" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "2 norfolk street" ], [ "_:result", "name", "Man on the Moon" ], [ "_:search", "area", "west" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "only one" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "west" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How 's it going ? I 'm looking for an expensive restaurant in the centre please" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "what is the type of food that you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'north american');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "North American food please ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Gourmet Burger Kitchen');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Gourmet Burger Kitchen is a perfect option for you . Would you like to book a table there ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'17:15');(_:search,people,'two');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please , a table for two at 17:15 on Friday ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'MN02CWCF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book a table that they will hold for you for 15 minutes . Reference number is : MN02CWCF . May I assist you with anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you help me find a room in the north part of town ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'thirteen');(_:result,area,'north');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are thirteen room options in the north part of town . Do you have any preferences that can help narrow down the options ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need free parking but other than that I 'm not picky ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'eleven');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "ok , i have eleven options for you ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Can you suggest one please ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouse');(_:result,name,'city centre north b and b');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "city centre north b and b is a nice guesthouse , would you like me to book you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No but if you can , please get me their phone number and I 'll take it from there ." }, { "id": 13, "rdf-acts": [ "inform((_:result,phone,'01223312843');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Their number is 01223312843 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you !" }, { "id": 15, "rdf-acts": [ "inform((_:result,name,'city centre north b and b');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "city centre north b and b has been notified that you are calling them shortly ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much for all your help ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service today !" } ]
PMUL3065.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "north american" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "north american" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Gourmet Burger Kitchen" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "north american" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Gourmet Burger Kitchen" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "two" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "MN02CWCF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "north american" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Gourmet Burger Kitchen" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "two" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "MN02CWCF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:result", "amount", "thirteen" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "north american" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Gourmet Burger Kitchen" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "two" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "MN02CWCF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "eleven" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "north american" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "two" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "MN02CWCF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "eleven" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "north american" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "two" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "MN02CWCF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "eleven" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "phone", "01223312843" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "north american" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "two" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "MN02CWCF" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "eleven" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "phone", "01223312843" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you help me find a restaurant ? I am looking for a place that serves quality Italian food an moderate price . I would greatly appreciate any help you can provide ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,food,'Italian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are several italian restaurants that meet your needs . Would you like cheap or moderate price range , and do you have a preference as to the part of town ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "It should be cheap and in the west ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'west');(_:result,name,'la margherita');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is cheap and in the west" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'16:30');(_:search,people,'6');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That will work for me . Can you book it for 16:30 on wednesday for 6 people ? I 'd also like the reference number please ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'E2AMPTJ6');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : E2AMPTJ6 . Is there anything else I can do for you today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'west');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a place to stay in the West . The hotel has to have free parking too ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are four places that meet those criteria . Is there a particular price range you 'd prefer ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like it to be a cheap place , I also need free wifi ." }, { "id": 9, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day would you like to check in ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I just am looking for the star rating , phone number , and address of one and do n't need a reservation at this time ." }, { "id": 11, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,name,'Cambridge Belfry hotel');(_:result,name,'finches bed and breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the Cambridge Belfry hotel with a 4 star rating and a guesthouse called finches bed and breakfast also with 4 stars ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great thank you so much !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are quite welcome ! Enjoy your stay in Cambridge !" } ]
MUL0017.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "Italian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "Italian" ], [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "Italian" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "E2AMPTJ6" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "Italian" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "E2AMPTJ6" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "4" ], [ "_: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", "italian" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "Italian" ], [ "_:result", "area", "west" ], [ "_:result", "name", "la margherita" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "E2AMPTJ6" ], [ "_:search", "area", "west" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "italian" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "Italian" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "E2AMPTJ6" ], [ "_:search", "area", "west" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Cambridge Belfry hotel" ], [ "_:result", "name", "finches bed and breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'colleges');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for colleges in the centre ." }, { "id": 1, "rdf-acts": [ "thank()", "inform((_:result,amount,'thirteen');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Great ! There are thirteen to choose from in that area !" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Could you suggest one and give me the address and postcode , please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,\"Saint Andrew 's Street\");(_:result,name,\"Christ 's College\");(_:result,postcode,'cb23bu');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Christ 's College . Saint Andrew 's Street , cb23bu . Is there anything else you need ?" }, { "id": 4, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Is there an entrance fee ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "No entrance is free ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'express by holiday inn cambridge');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "looking for a particular hotel . Its name is called express by holiday inn cambridge ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'15 - 17 norman way , coldhams business park');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have it ; it 's at 15 - 17 norman way , coldhams business park . Would you like to book a room ?" }, { "id": 8, "rdf-acts": [ "request((_:result,stars,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I 'm not ready to book quite yet . Can you let me know if it is a hotel or guest house . Also , how many stars it is ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "2 stars . hotel ." }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thank you . What are some of the attractions in the centre area ?" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "colleges , art , cinema , and parks , what would you like ?" } ]
PMUL2703.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "thirteen" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "thirteen" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:result", "amount", "thirteen" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Saint Andrew 's Street" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "express by holiday inn cambridge" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "colleges" ], [ "_:result", "amount", "thirteen" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "express by holiday inn cambridge" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "type", "Hotel" ], [ "_:result", "stars", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "colleges" ], [ "_:result", "amount", "thirteen" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Christ 's College" ], [ "_:result", "postcode", "cb23bu" ], [ "_:result", "entrance_fee", "free" ], [ "_:search", "name", "express by holiday inn cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "15 - 17 norman way , coldhams business park" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_: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 planning a trip in Cambridge ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "Well how can I help you with that ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for architecture attractions to visit ." }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,count,'5');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are about 5 in town and they are all located in the centre area . Are you looking for one in particular ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No , any of them will do . Could you give me the phone number and postcode ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,\"Great Saint Mary 's Church\");(_:result,phone,'01223350914');(_:result,postcode,'cb23pq');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Great Saint Mary 's Church is in postcode cb23pq and their phone number is 01223350914 . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'12:30');(_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking for a train from cambridge to norwich that arrives by 12:30 on sunday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'11:55');(_:result,id,'TR9533');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR9533 train arrives at 11:55 . May I book it for you ?" }, { "id": 8, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "no what is the travel time on that ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,duration,'79 minutes');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The travel time for that route is 79 minutes . Anything more I can help with ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that will be all . Thank you for your help !" }, { "id": 11, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You are very welcome . Have we met all of your needs today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "yes thank you that will be all" }, { "id": 13, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "Okay sounds good let me know if you need anything else . thank you" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "No that is everything I need from you today ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful day ." } ]
PMUL4830.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "postcode", "cb23pq" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "postcode", "cb23pq" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:55" ], [ "_:result", "id", "TR9533" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "postcode", "cb23pq" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:55" ], [ "_:result", "id", "TR9533" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "postcode", "cb23pq" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:55" ], [ "_:result", "id", "TR9533" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:search", "name", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "5" ], [ "_:result", "name", "Great Saint Mary 's Church" ], [ "_:result", "phone", "01223350914" ], [ "_:result", "postcode", "cb23pq" ], [ "_:search", "arrive_by", "12:30" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "11:55" ], [ "_:result", "id", "TR9533" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "79 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you recommend an expensive restaurant in the city centre ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,area,'City Centre');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I show several restaurants in the City Centre . If you could perhaps indicate what type of food you would like it would narrow my search further ." }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "It 's for my friend 's birthday and he really likes Thai food ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,name,'bangkok city');(_:booking,people,'2');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can book a table at bangkok city for 2 when would you like the reservation ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'thai and chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Since I like Chinese food , could you see if any restaurants serve both Thai and Chinese food ?" }, { "id": 5, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I apologize I do not have any listed that serve both cuisines . Would you prefer one type of food ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Lets go with chinese food . He likes chinese just as much . Can you recommend one in the centre ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,name,'the ugly duckling');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have the ugly duckling in the centre . Would you like to make a reservation there ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'14:15');(_:search,people,'3');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Sounds good . Please make a reservation for 3 next Wednesday at 14:15 . I would like a reference number ." }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "inform((_:booking,name,'tang chinese');(_:booking,ref,'SAG9PAI9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I ca nt get you a table there . How about tang chinese instead . Your reference number is SAG9PAI9 . They have better food ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is fine . Thank you ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day !" } ]
SSNG0068.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "City Centre" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "name", "bangkok city" ], [ "_:booking", "people", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "thai and chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "City Centre" ], [ "_:booking", "name", "bangkok city" ], [ "_:booking", "people", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/1119a130" ], [ "_:search/1119a130", "type", "Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:booking", "name", "bangkok city" ], [ "_:booking", "people", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/1119a130" ], [ "_:search/1119a130", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "the ugly duckling" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:result", "amount", "several" ], [ "_:booking", "people", "2" ], [ "_:booking", "day", "?" ], [ "_:system", "canthelp", "_:search/1119a130" ], [ "_:search/1119a130", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "the ugly duckling" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/38128c08" ], [ "_:booking/38128c08", "type", "Booking" ], [ "_:booking", "name", "tang chinese" ], [ "_:booking", "ref", "SAG9PAI9" ], [ "_:booking", "type", "Booking" ] ], "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": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Ok , what kind of information about Cambridge do you need ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like a hotel that is in the north , has free parking , and is a guesthouse ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Acorn guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Acorn guest house is available , would that work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not sure . I 'm strapped for cash , is it in the cheap price range ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'city centre north b and b');(_:result,name,'worth house');(_:result,pricerange,'on the cheap side');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "city centre north b and b is on the cheap side or worth house ." }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you book one of them for 3 people ?" }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day will you be checking in and for how many nights ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like to check in on Tuesday ." }, { "id": 9, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "and how many nights ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "For 5 nights please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'439JME60');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all set , the reference number is 439JME60 , can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,day,'tuesday');(_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I am looking at a train that departs Stansted Airport for 3 people . Leaves Tuesday and arrives in Cambridge by 16:30 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'5:52');(_:result,id,'TR9892');(_:result,leave_at,'5:24');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR9892 leaves at 5:24 and arrives by 5:52 would you like me to boko that for you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'three');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , that would be great . I 'll need three tickets , please ?" }, { "id": 15, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can work on booking that for you . I will be back with you shortly ." }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "Were you able to book it ?" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR9892');(_:booking,people,'3');(_:booking,ref,'U5A2ZTWU');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You booking for 3 tickets on the TR9892 was successful . Your Reference number is : U5A2ZTWU . Is there anything else I can help you with today ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need to find an indian restaurant ." }, { "id": 19, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "great , what area are you thinking of ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Actually , I just needed the tickets . That is all for now . Thanks ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day ." } ]
PMUL3449.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "Acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "name", "worth house" ], [ "_:result", "pricerange", "on the cheap side" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "name", "worth house" ], [ "_:result", "pricerange", "on the cheap side" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "name", "worth house" ], [ "_:result", "pricerange", "on the cheap side" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "tuesday" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "name", "worth house" ], [ "_:result", "pricerange", "on the cheap side" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "439JME60" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "name", "worth house" ], [ "_:result", "pricerange", "on the cheap side" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "439JME60" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "id", "TR9892" ], [ "_:result", "leave_at", "5:24" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "three" ], [ "_: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", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "name", "worth house" ], [ "_:result", "pricerange", "on the cheap side" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "439JME60" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "id", "TR9892" ], [ "_:result", "leave_at", "5:24" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "three" ], [ "_: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", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "name", "worth house" ], [ "_:result", "pricerange", "on the cheap side" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "5" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "id", "TR9892" ], [ "_:result", "leave_at", "5:24" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9892" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "U5A2ZTWU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "city centre north b and b" ], [ "_:result", "name", "worth house" ], [ "_:result", "pricerange", "on the cheap side" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "5" ], [ "_:search", "arrive_by", "16:30" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "id", "TR9892" ], [ "_:result", "leave_at", "5:24" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "three" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR9892" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "U5A2ZTWU" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "indian" ], [ "_:search", "area", "?" ], [ "_: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": 0, "rdf-acts": [ "inform((_:search,food,'moroccan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am looking for a restaurant that serves Moroccan food ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))", "inform((_:result,food,'moroccan');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry , there are no restaurants serving moroccan food . Would you like something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'asian oriental');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can i have the asian oriental type of food then ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'asian oriental');(_:result,name,'dojo noodle bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "dojo noodle bar serves asian oriental food" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Do you have an address ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'40210 Millers Yard City Centre');(_:result,name,'Dojo Noodle Bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Dojo Noodle Bar is located at 40210 Millers Yard City Centre" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "May I have the postcode please ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,name,'Dojo Noodle Bar');(_:result,postcode,'1 R.Q.');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Dojo Noodle Bar 's postcode is C.B 2 , 1 R.Q. Is there anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye ." } ]
WOZ20197.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "moroccan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/2467fd94" ], [ "_:search/2467fd94", "type", "Restaurant" ], [ "_:result", "food", "moroccan" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/2467fd94" ], [ "_:search/2467fd94", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "name", "dojo noodle bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/2467fd94" ], [ "_:search/2467fd94", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "address", "40210 Millers Yard City Centre" ], [ "_:result", "name", "Dojo Noodle Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/2467fd94" ], [ "_:search/2467fd94", "type", "Restaurant" ], [ "_:search", "food", "asian oriental" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "asian oriental" ], [ "_:result", "address", "40210 Millers Yard City Centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Dojo Noodle Bar" ], [ "_:result", "postcode", "1 R.Q." ], [ "_:result", "postcode", "C.B 2" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "Yes , I 've just been involved in a disagreement regarding a car accident and I require assistance please ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "Would you like me to contact the Parkside Police for you ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "No , I just need he phone number ." }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "The phone number for the police is 01223358966 ." }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks , that 's all . Good bye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
SNG01881.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'barbeque');(_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want to find a restaurant in the centre part of town and serves barbeque food . If not then how about modern european food ?" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'Centre of town');(_:result,count,'4');(_:result,food,'modern European');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are four venues serving modern European food in the Centre of town . What price range do you want ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want the most expensive one available ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'modern European');(_:result,name,'darrys Cookhouse and Wine Shop');(_:result,pricerange,'most expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "darrys Cookhouse and Wine Shop is the most expensive modern European restaurant ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address ?" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Darrys Cookhouse and Wine Shop 's address is 40270 King Street City Centre ." } ]
WOZ20440.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "barbeque" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "barbeque" ], [ "_:search", "food", "modern european" ], [ "_:result", "area", "Centre of town" ], [ "_:result", "count", "4" ], [ "_:result", "food", "modern European" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "barbeque" ], [ "_:search", "food", "modern european" ], [ "_:result", "area", "Centre of town" ], [ "_:result", "count", "4" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "modern European" ], [ "_:result", "name", "darrys Cookhouse and Wine Shop" ], [ "_:result", "pricerange", "most expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant in the north with in expensive range ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , is there a type of cuisine you are looking for ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "That does not matter , can you recommend one ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'city stop restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "how about the city stop restaurant . it 's european ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you get me their address and phone number ?" }, { "id": 5, "rdf-acts": [ "thank()", "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Cambridge City Football Club Milton Road Chesterton');(_:result,phone,'01223363270');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure ! Their address is Cambridge City Football Club Milton Road Chesterton and the phone number is 01223363270 . Would you like to book a table ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a room . Four stars , free wifi ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area are you looking for ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i want one in the same area as the restaurant" }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'a number');(_:result,area,'north');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are a number of options in the north . Did you have a price range in mind ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would want something moderately priced ." }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , I recommend the acorn guest house ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'thursday--');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great ! Please book a room for Thursday-- 3 nights , 3 people ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'acorn guesthouse');(_:booking,ref,'8EXVDFF3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all booked for the acorn guesthouse . Your reference number is 8EXVDFF3 . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you that is all I needed today , good bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL0339.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "city stop restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "food", "european" ], [ "_:result", "name", "city stop restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Cambridge City Football Club Milton Road Chesterton" ], [ "_:result", "phone", "01223363270" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "food", "?" ], [ "_:result", "food", "european" ], [ "_:result", "name", "city stop restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Cambridge City Football Club Milton Road Chesterton" ], [ "_:result", "phone", "01223363270" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "food", "european" ], [ "_:result", "name", "city stop restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Cambridge City Football Club Milton Road Chesterton" ], [ "_:result", "phone", "01223363270" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "same area" ], [ "_:result", "amount", "a number" ], [ "_:result", "area", "north" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Cambridge City Football Club Milton Road Chesterton" ], [ "_:result", "phone", "01223363270" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "same area" ], [ "_:result", "amount", "a number" ], [ "_:result", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday--" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "Cambridge City Football Club Milton Road Chesterton" ], [ "_:result", "phone", "01223363270" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "four" ], [ "_:search", "area", "same area" ], [ "_:result", "amount", "a number" ], [ "_:result", "area", "north" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday--" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "acorn guesthouse" ], [ "_:booking", "ref", "8EXVDFF3" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need some help choosing a train to Leicester ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "I can help you with that . What is your departure site and day you would like to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be departing from Cambridge on Saturday ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Do you have a time that you need to leave or arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'21:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave after 21:00 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,destination,'Leicester');(_:result,duration,'a 105 minute ride');(_:result,id,'TR7610');(_:result,leave_at,'21:21');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR7610 leaves at 21:21 and is a 105 minute ride to Leicester . Would you like me to book you seats ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great can you get me 7 tickets for that ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'TR7610');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR7610 we have booked your train sir ! thank you !" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'hotel');(_:search,has_internet,'no');(_:search,has_parking,'no');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you very much ! Also , can you recommend a hotel in the South part of town ? I do n't need internet or free parking ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "There were no hotels that matched your criteria . Would you like to try a different criteria ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about the north ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the Ashley Hotel ? They have free internet and parking , though ." }, { "id": 12, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes please tell me their postcode and star rating ." }, { "id": 13, "rdf-acts": [ "inform((_:result,name,'ashley hotel');(_:result,postcode,'cb41er');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The ashley hotel has 2 stars . They 're in the postcode cb41er ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok thank you . That 's all I need ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Your welcome , it 's been my pleasure to assist you . Goodbye" } ]
PMUL4561.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "21:00" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "duration", "a 105 minute ride" ], [ "_:result", "id", "TR7610" ], [ "_:result", "leave_at", "21:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "21:00" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "duration", "a 105 minute ride" ], [ "_:result", "id", "TR7610" ], [ "_:result", "leave_at", "21:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR7610" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "21:00" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "duration", "a 105 minute ride" ], [ "_:result", "id", "TR7610" ], [ "_:result", "leave_at", "21:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR7610" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "no" ], [ "_:system", "canthelp", "_:search/87a79ed2" ], [ "_:search/87a79ed2", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "21:00" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "duration", "a 105 minute ride" ], [ "_:result", "id", "TR7610" ], [ "_:result", "leave_at", "21:21" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR7610" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/87a79ed2" ], [ "_:search/87a79ed2", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "21:00" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "duration", "a 105 minute ride" ], [ "_:result", "id", "TR7610" ], [ "_:result", "leave_at", "21:21" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "7" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR7610" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:system", "canthelp", "_:search/87a79ed2" ], [ "_:search/87a79ed2", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "postcode", "cb41er" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,food,'spanish');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I want to find a restaurant in any area and serves spanish food . What is the phone number and address ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'4 - 6 Rose Crescent');(_:result,area,'centre');(_:result,food,'spanish');(_:result,name,'La Raza');(_:result,phone,'01223 464550');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "La Raza serves cheap spanish food , located in the centre area at 4 - 6 Rose Crescent with phone number 01223 464550" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , goodbye ." }, { "id": 3, "rdf-acts": [ "bye()", "thank()" ], "speaker": "system", "text": "You 're welcome . Goodbye ." }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Goodbye" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you ." } ]
WOZ20392.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "4 - 6 Rose Crescent" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "La Raza" ], [ "_:result", "phone", "01223 464550" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "dontcare" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "4 - 6 Rose Crescent" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "spanish" ], [ "_:result", "name", "La Raza" ], [ "_:result", "phone", "01223 464550" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay ! Can you help ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have many guesthouses and hotels in town . Are you looking for something specific ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "the hotel should have a star of 4 and should be in the cheap price range . \n The hotel should be in the east and should include free wifi" }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Sure , I can help with that . Were you looking for a specific type of entertainment ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for the east area ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'The allenbell');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The allenbell would suite your needs .Would you like me to make you a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please . I 'm coming in on tuesday and will need 5 nights for 3 people ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Tuesday');(_:booking,name,'The AllenBell');(_:booking,ref,'ZEPTV9PC');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "All set . The AllenBell is expecting your party on Tuesday and your reference is ZEPTV9PC . Please let me know if there is anything else I can help you with ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes please . I 'd like to go see a college that 's in the same area as the hotel ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately I 'm not showing anything under those specifications ." }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Ok , how about a museum ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,count,'4');(_:result,entrance_fee,'free');(_:result,name,'The cambridge artworks');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have four options . The cambridge artworks is free entrance and I personally recommend it ." }, { "id": 12, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Please send me their postcode ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb13ef');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb13ef . Anything else I can help with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all . Thanks so much !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a great time ." } ]
PMUL2532.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "?" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "category", "?" ], [ "_:search", "area", "east" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "The allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "The allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "The AllenBell" ], [ "_:booking", "ref", "ZEPTV9PC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "The allenbell" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "The AllenBell" ], [ "_:booking", "ref", "ZEPTV9PC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:system", "canthelp", "_:search/7e671d8e" ], [ "_:search/7e671d8e", "type", "Hotel" ], [ "_: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": [ [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "The AllenBell" ], [ "_:booking", "ref", "ZEPTV9PC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:system", "canthelp", "_:search/7e671d8e" ], [ "_:search/7e671d8e", "type", "Hotel" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "4" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "The cambridge artworks" ], [ "_:result", "type", "Attraction" ], [ "_: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" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "The AllenBell" ], [ "_:booking", "ref", "ZEPTV9PC" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:system", "canthelp", "_:search/7e671d8e" ], [ "_:search/7e671d8e", "type", "Hotel" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "count", "4" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "The cambridge artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb13ef" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Police'))" ], "speaker": "user", "text": "Oh my God , I 've just been robbed ! I need the police please ! Help !" }, { "id": 1, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "The Police are located in Parkside Cambridge and the telephone number is 01223358966 ." }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Is this the emergency number to call ?" }, { "id": 3, "rdf-acts": [], "speaker": "system", "text": "Yes , it is the direct number to the police for help . Do you want me to transfer you to the police ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's ok . Thank you !" }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Do you need any further assistance ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all , thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You are very welcome , I hope your day gets better ." } ]
SNG02004.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" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'acorn guest house');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,type,'Attraction');(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I am looking for a hotel called the Acorn Guest House . Could I get the address ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'154 Chesterton Road');(_:result,area,'north');(_:result,category,'guesthouse');(_:result,name,'Acorn Guest House');(_:result,postcode,'cb41da');(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Acorn Guest House is located at 154 Chesterton Road , cb41da . It 's a 4-star guesthouse in the north ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great . I need to make a reservation starting on Saturday ." }, { "id": 3, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "And how many nights would you like to stay ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "5 nights starting from saturday ." }, { "id": 5, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "And how many people will be staying ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "6 people and 5 nights starting from saturday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,day,'saturday');(_:booking,name,'acorn guest house');(_:booking,people,'5');(_:booking,ref,'ME1D0S58');(_:booking,stay,'6 days 5 nights');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation for 5 people at the acorn guest house this saturday for 6 days 5 nights was successful . Your Reference number is : ME1D0S58 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'castle galleries');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thanks so much . Can you tell me the address for a place called Castle Galleries ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'Unit SU43 , Grande Arcade , Saint Andrews Street');(_:result,name,'Castle galleries');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address for Castle galleries is Unit SU43 , Grande Arcade , Saint Andrews Street ." }, { "id": 10, "rdf-acts": [ "inform((_:search,leave_at,'21:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Great . I would like a taxi to pick me up there at 21:00 ." }, { "id": 11, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Will you be heading to the hotel ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the attraction');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , I would like to head to and from the attraction ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'red skoda');(_:result,phone,'07634294072');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Alright , I have a red skoda scheduled to pick you up . The contact number is 07634294072 . Can I help you with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope that should do it . Thanks much , goodbye !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Let us know if you need further help . Good bye ." } ]
PMUL3492.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "acorn guest house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Attraction" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "acorn guest house" ], [ "_:result", "address", "154 Chesterton Road" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "acorn guest house" ], [ "_:result", "address", "154 Chesterton Road" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "acorn guest house" ], [ "_:result", "address", "154 Chesterton Road" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "stay", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "address", "154 Chesterton Road" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "saturday" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "ME1D0S58" ], [ "_:booking", "stay", "6 days 5 nights" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "castle galleries" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "stars", "4-star" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "saturday" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "ME1D0S58" ], [ "_:booking", "stay", "6 days 5 nights" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "castle galleries" ], [ "_:result", "address", "Unit SU43 , Grande Arcade , Saint Andrews Street" ], [ "_:result", "name", "Castle galleries" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "stars", "4-star" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "saturday" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "ME1D0S58" ], [ "_:booking", "stay", "6 days 5 nights" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "castle galleries" ], [ "_:result", "address", "Unit SU43 , Grande Arcade , Saint Andrews Street" ], [ "_:result", "name", "Castle galleries" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "stars", "4-star" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "saturday" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "people", "5" ], [ "_:booking", "ref", "ME1D0S58" ], [ "_:booking", "stay", "6 days 5 nights" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "castle galleries" ], [ "_:result", "address", "Unit SU43 , Grande Arcade , Saint Andrews Street" ], [ "_:result", "name", "Castle galleries" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "the attraction" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red skoda" ], [ "_:result", "phone", "07634294072" ], [ "_: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,destination,'cineworld cinema');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to go see a movie at cineworld cinema today . I 'll be needing a taxi to get there ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I would be happy to help with your request , where does the taxi need to pick you up from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'frankie and bennys');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm departing from frankie and bennys ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Great . And now I will just need a time from you ." }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'20:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'd like to arrive by 20:45 please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'white bmw');(_:result,phone,'07080271621');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "You can contact them at 07080271621 and you will be in a white bmw ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "thank you , good bye !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Have a great day ! Enjoy your ride !" } ]
SNG02118.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cineworld cinema" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "cineworld cinema" ], [ "_:search", "departure", "frankie and bennys" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cineworld cinema" ], [ "_:search", "departure", "frankie and bennys" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cineworld cinema" ], [ "_:search", "departure", "frankie and bennys" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white bmw" ], [ "_:result", "phone", "07080271621" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'Asian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , can you recommend me a good Asian restaurant ? Something not too expensive ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,count,'2');(_:result,food,'asian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two cheap asian restaurants in the centre of town . Would like information for either of those ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hmm , I do n't want to scrape the bottom of the barrel . Maybe something moderate but not too cheap ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Yippee Noodle Bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Yippee Noodle Bar would be perfect . Can I book a table for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'11:45');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , that sounds good . Please book for 4 people on Sunday at 11:45 ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry they are n't available at that time , would you like me to find something else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about a different restaurant in the same area that is moderately priced ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'sunday');(_:booking,duration,'11:45');(_:booking,name,'Oak Bistro');(_:booking,people,'4');(_:booking,ref,'2CG1XX8Q');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked you at the Oak Bistro for 4 people on sunday at 11:45 , your reference number is 2CG1XX8Q . Is there anytihng else that I can assist with ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , that will do it , thanks !" }, { "id": 9, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "We hope that you have a great time at the Bistro ." }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks . Good bye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling . Have a great day ." } ]
SSNG0110.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "Asian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "Asian" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "asian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "Asian" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "asian" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Yippee Noodle Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "Asian" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "asian" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Yippee Noodle Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/7c8a66a2" ], [ "_:booking/7c8a66a2", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "Asian" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "asian" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Yippee Noodle Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/7c8a66a2" ], [ "_:booking/7c8a66a2", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "sunday" ], [ "_:booking", "duration", "11:45" ], [ "_:booking", "name", "Oak Bistro" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "2CG1XX8Q" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "Asian" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "2" ], [ "_:result", "food", "asian" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Yippee Noodle Bar" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/7c8a66a2" ], [ "_:booking/7c8a66a2", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "sunday" ], [ "_:booking", "duration", "11:45" ], [ "_:booking", "name", "Oak Bistro" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "2CG1XX8Q" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train going to london liverpool street ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'd love to help ! where 's your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'London Liverpool Street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to go to London Liverpool Street ." }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'd love to help ! Where are you departing from ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am departing from cambridge ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,leave_at,'05:59');(_:booking,ticket,'TR5154');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How about TR5154 that leaves at 05:59 ?" }, { "id": 6, "rdf-acts": [ "request((_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "help me get price and train ID" }, { "id": 7, "rdf-acts": [ "inform((_:result,id,'TR5154');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The price is 16.60 pounds . Train ID is TR5154 . Would you like to make a reservation for this train ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'09:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Not today , thank you . Does the train arrive by 09:15 ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'7:27');(_:result,type,'Train'))" ], "speaker": "system", "text": "No , it arrives at 7:27 ." }, { "id": 10, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you go ahead and book it and get me a price please ?" }, { "id": 11, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Before booking , could you please confirm either the time you 'd like to depart or arrive ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'09:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to arrive at 09:15 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'07:27');(_:result,day,'Friday');(_:result,duration,'88 minutes');(_:result,id,'TR5154');(_:result,leave_at,'05:59');(_:result,ticket,'16.60 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How about TR5154 which leaves on Friday at 05:59 and arrives by 07:27 . It is 16.60 pounds and total trip is 88 minutes . Would you like me to book that ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No I do n't need to book . Thanks for the information ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a great time !" } ]
SNG02053.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "London Liverpool Street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "London Liverpool Street" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "London Liverpool Street" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "05:59" ], [ "_:booking", "ticket", "TR5154" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "?" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "London Liverpool Street" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "05:59" ], [ "_:booking", "ticket", "TR5154" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR5154" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "London Liverpool Street" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "05:59" ], [ "_:booking", "ticket", "TR5154" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR5154" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "7:27" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "London Liverpool Street" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "05:59" ], [ "_:booking", "ticket", "TR5154" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "TR5154" ], [ "_:result", "ticket", "16.60 pounds" ], [ "_:result", "arrive_by", "7:27" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "destination", "London Liverpool Street" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "leave_at", "05:59" ], [ "_:booking", "ticket", "TR5154" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "07:27" ], [ "_:result", "day", "Friday" ], [ "_:result", "duration", "88 minutes" ], [ "_:result", "id", "TR5154" ], [ "_:result", "leave_at", "05:59" ], [ "_:result", "ticket", "16.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,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Do you know of any places I can go for entertainment ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have several options for you . Is there a specific area you will be in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Attraction'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No specific area . Just the first thing that pops up ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'Cherry Hinton hall and grounds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cherry Hinton hall and grounds is on the east part of town ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Okay how much does it cost ? And where the postal code ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,entrance_fee,'uknown');(_:result,postcode,'cb18dw');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The price is uknown at this time , and the postcode is cb18dw ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am also looking for a train for Thursday departing from Stevenage ." }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,day,'Thursday');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are many train departure options on Thursday . When do you want to leave and arrive by ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'11:30');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to arrive in cambridge by 11:30 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'10:43');(_:result,id,'TR3330');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR3330 will arrive at 10:43 , would that work for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That sounds good . I need tickets for 4 people . Can I get a reference number ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'XX5DNFKS');(_:booking,ticket,'51.2 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 51.2 GBP payable at the station . Reference number is : XX5DNFKS ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , that 's all I need . You can end this conversation now . Thanks !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you and enjoy your visit . Have a great day ." } ]
MUL1715.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Cherry Hinton hall and grounds" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Cherry Hinton hall and grounds" ], [ "_:result", "entrance_fee", "uknown" ], [ "_:result", "postcode", "cb18dw" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Cherry Hinton hall and grounds" ], [ "_:result", "entrance_fee", "uknown" ], [ "_:result", "postcode", "cb18dw" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stevenage" ], [ "_:result", "amount", "many" ], [ "_:result", "day", "Thursday" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Cherry Hinton hall and grounds" ], [ "_:result", "entrance_fee", "uknown" ], [ "_:result", "postcode", "cb18dw" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stevenage" ], [ "_:result", "amount", "many" ], [ "_:result", "day", "Thursday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "10:43" ], [ "_:result", "id", "TR3330" ], [ "_: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, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Cherry Hinton hall and grounds" ], [ "_:result", "entrance_fee", "uknown" ], [ "_:result", "postcode", "cb18dw" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "stevenage" ], [ "_:result", "amount", "many" ], [ "_:result", "day", "Thursday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "10:43" ], [ "_:result", "id", "TR3330" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "XX5DNFKS" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find a place in Cambridge to stay at a hotel within a cheap price range and I want free parking included ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'10');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 10 hotels that meet those criteria . Is there a particular area in which you 'd like to stay ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do any of them include free wifi with their packages ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'ten');(_:result,category,'guesthouses');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , many of them do . You have ten options , nine of which are guesthouses ." }, { "id": 4, "rdf-acts": [ "request((_:result,area,?);(_:result,category,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Please let me know the area , type of hotel , and postcode of the hotel with free wifi in their package ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'The allenbell house');(_:result,postcode,'cb12de');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The allenbell house in centre at postcode cb12de meets all of your criteria ." }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'9:30');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Ok , thanks . Can you also help me find a train to Cambridge that arrives by 9:30 ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'287');(_:result,destination,'Cambridge');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are over 287 train routes arriving in Cambridge at that time . What day do you need , and where are you departing from ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,departure,\"london king 's cross\");(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to leave on Monday , from London King 's Cross ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'2');(_:result,leave_at,'5:17');(_:result,leave_at,'7:17');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are two trains that fit that criteria . One leaves at 5:17 and the other leaves at 7:17 . Can I book one of those for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , could you please book the first one . Also what is the train ID ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,arrive_by,'0608');(_:booking,category,'Train');(_:booking,departure,'London Kings Cross');(_:booking,destination,'Cambridge');(_:booking,duration,'51 minutes');(_:booking,id,'TR0378');(_:booking,leave_at,'0517');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Certainly , so I have booked you on TrainID TR0378 , Leaving London Kings Cross at 0517 and arriving at Cambridge at 0608 . With a total travel time of 51 minutes ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you . That 's all I need for today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "It 's my pleasure . Thank you for allowing me to assist you . Goodbye !" } ]
MUL0675.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "10" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:result", "count", "10" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "ten" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:result", "area", "?" ], [ "_:result", "category", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:result", "count", "10" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "ten" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "The allenbell house" ], [ "_:result", "postcode", "cb12de" ], [ "_:result", "type", "Hotel" ], [ "_:search", "arrive_by", "9:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "ten" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "The allenbell house" ], [ "_:result", "postcode", "cb12de" ], [ "_:search", "arrive_by", "9:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "count", "287" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "london king 's cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "ten" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "The allenbell house" ], [ "_:result", "postcode", "cb12de" ], [ "_:search", "arrive_by", "9:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "london king 's cross" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "2" ], [ "_:result", "leave_at", "5:17" ], [ "_:result", "leave_at", "7:17" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "ten" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "The allenbell house" ], [ "_:result", "postcode", "cb12de" ], [ "_:search", "arrive_by", "9:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "Cambridge" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "london king 's cross" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "2" ], [ "_:result", "leave_at", "5:17" ], [ "_:result", "leave_at", "7:17" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "id", "?" ], [ "_:booking", "arrive_by", "0608" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "London Kings Cross" ], [ "_:booking", "destination", "Cambridge" ], [ "_:booking", "duration", "51 minutes" ], [ "_:booking", "id", "TR0378" ], [ "_:booking", "leave_at", "0517" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for places to go , is there a college I could see ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'colleges');(_:result,count,'18');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are actually 18 colleges in town , did you have an area you wanted to stick to ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No , just the first one on the list is fine . Could you provide me with an address and the entrance fee ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,\"saint andrew 's street\");(_:result,entrance_fee,'no entrance fee');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The first on my list is christ 's college on saint andrew 's street , there is no entrance fee . Is this good ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you ! I am also looking for a place to eat . I am looking for a restaurant in the east that is moderate in price ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'7 Barnwell Road Fen Ditton');(_:result,name,'Rajmahal');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Can I recommend the Rajmahal , at 7 Barnwell Road Fen Ditton ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'19:30');(_:search,people,'3');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That 's fine , book me a table for 3 for sunday at 19:30 and give me a reference number ." }, { "id": 7, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was unable to book under this criteria , is there another time of day that you would consider ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you try a different restaurant ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about curry prince ? It is also located in the east ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'19:30');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That should work try that for 3 people at 19:30 on sunday ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'C262TX42');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set , your reference number is C262TX42 . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would also like to book a taxi to commute between the two places , please ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'red Lexus');(_:result,phone,'07986413859');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked you with a red Lexus . The contact number is 07986413859 . Can I assist you with anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I need , thank you for the help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Happy to assist ! Take care !" } ]
MUL0827.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", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "address", "saint andrew 's street" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "address", "7 Barnwell Road Fen Ditton" ], [ "_:result", "name", "Rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "address", "7 Barnwell Road Fen Ditton" ], [ "_:result", "name", "Rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/1384eb6a" ], [ "_:booking/1384eb6a", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "address", "7 Barnwell Road Fen Ditton" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/1384eb6a" ], [ "_:booking/1384eb6a", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "address", "7 Barnwell Road Fen Ditton" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/1384eb6a" ], [ "_:booking/1384eb6a", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "C262TX42" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "college" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "18" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "address", "7 Barnwell Road Fen Ditton" ], [ "_:result", "ref", "?" ], [ "_:system", "canthelp", "_:booking/1384eb6a" ], [ "_:booking/1384eb6a", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "19:30" ], [ "_:search", "people", "3" ], [ "_:booking", "ref", "C262TX42" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red Lexus" ], [ "_:result", "phone", "07986413859" ], [ "_: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,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train leaving from cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "I can help you with that . Where are you headed ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be traveling to Broxbourne on Thursday in the afternoon ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'14:01');(_:result,day,'thursday');(_:result,destination,'broxbourne');(_:result,id,'TR0071');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR0071 arrives in broxbourne on thursday at 14:01 . Would you like a ticket ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "That sounds good . Please book a ticket for one person ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'EMCCEX26');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your train has been booked and its reference number is EMCCEX26 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much . Can you also help me find somewhere to stay ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,count,'33');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm happy to ! There are 33 lodging options in cambridge . Do you have any preferences for area , star rating , pricerange , parking or internet ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm interested in a 2 star hotel with free wifi ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'3');(_:result,has_internet,'none');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have three 2 star hotels with free Wi - Fi . Do you have a price range or part of town in mind ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do you have anything in the north area ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Ashley Hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Ashley Hotel does meet your requirements in the north ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That would be great , can you book it on Saturday for 1 person for 5 nights ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Ashley Hotel');(_:booking,ref,'Z22JV8VO');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are booked into the Ashley Hotel . Your reference number is Z22JV8VO . Do you need anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is all I need today . Thank you for your help ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Have a nice stay , thank you and good bye ." } ]
PMUL1762.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", "day", "thursday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "14:01" ], [ "_:result", "day", "thursday" ], [ "_:result", "destination", "broxbourne" ], [ "_:result", "id", "TR0071" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "14:01" ], [ "_:result", "day", "thursday" ], [ "_:result", "destination", "broxbourne" ], [ "_:result", "id", "TR0071" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EMCCEX26" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "14:01" ], [ "_:result", "day", "thursday" ], [ "_:result", "destination", "broxbourne" ], [ "_:result", "id", "TR0071" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EMCCEX26" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "?" ], [ "_:search", "has_parking", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "14:01" ], [ "_:result", "day", "thursday" ], [ "_:result", "destination", "broxbourne" ], [ "_:result", "id", "TR0071" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EMCCEX26" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "14:01" ], [ "_:result", "day", "thursday" ], [ "_:result", "destination", "broxbourne" ], [ "_:result", "id", "TR0071" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EMCCEX26" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "14:01" ], [ "_:result", "day", "thursday" ], [ "_:result", "destination", "broxbourne" ], [ "_:result", "id", "TR0071" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "has_parking", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "2" ], [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Ashley Hotel" ], [ "_:booking", "ref", "Z22JV8VO" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'hungarian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for hungarian food in the Centre" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,food,'Hungarian');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry , there are no Hungarian restaurants listed in the centre part of town . Would you like to try something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'turkish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about turkish food ?" }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'center');(_:result,count,'3');(_:result,food,'Turkish');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three restaurants that serve Turkish food in the center of town . What price range would you like ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'dontcare');(_:search,type,'Restaurant'))", "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No preference about price range ." }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'Turkish');(_:result,name,'Anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about Anatolia ? It serves Turkish food and it is in the centre of town ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'anatolia');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is Anatolia 's address ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'30 bridge street city centre');(_:result,name,'Anatolia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Anatolia is located at 30 bridge street city centre . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What 's the price range ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'Anatolia');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Anatolia is in the moderate price range ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Goodbye ." } ]
WOZ20207.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "hungarian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/bf76d165" ], [ "_:search/bf76d165", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Hungarian" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/bf76d165" ], [ "_:search/bf76d165", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "area", "center" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Turkish" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/bf76d165" ], [ "_:search/bf76d165", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "turkish" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Turkish" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "anatolia" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/bf76d165" ], [ "_:search/bf76d165", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "pricerange", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Turkish" ], [ "_:search", "name", "anatolia" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "30 bridge street city centre" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/bf76d165" ], [ "_:search/bf76d165", "type", "Restaurant" ], [ "_:search", "food", "turkish" ], [ "_:result", "count", "3" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Turkish" ], [ "_:search", "name", "anatolia" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "30 bridge street city centre" ], [ "_:result", "name", "Anatolia" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'broxbourne');(_:search,leave_at,'20:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train departing from Broxbourne after 20:15 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'28');(_:result,departure,'Broxbourne');(_:result,destination,'Cambridge');(_:result,leave_at,'20:32');(_:result,leave_at,'23:32');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 28 available train rides from Broxbourne to Cambridge . The earliest leaves at 20:32 daily and the latest leaves at 23:32 . What day would you like to ride ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Let 's do that 20:32 on Wednesday please" }, { "id": 3, "rdf-acts": [ "inform((_:result,ticket,'17.90 pounds');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets do you need ? Price is 17.90 pounds ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'1');(_:search,type,'Train'))", "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "1 please with the arrival time and train i d ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'TR6477');(_:booking,ref,'K43GMVMX');(_:booking,ticket,'17.89 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 17.89 GBP payable at the station . Your train ID is TR6477 , and your reference number is K43GMVMX . Will that be all ?" }, { "id": 6, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I 'll need to know the arrival time , please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'21:32');(_:result,type,'Train'))" ], "speaker": "system", "text": "it will arrive at 21:32 ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'park');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "A need a park in centre and need a phone number and entrance fee" }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'only');(_:result,area,'Centre');(_:result,category,'park');(_:result,entrance_fee,'4 pounds');(_:result,name,'Cambridge University Botanic Gardens');(_:result,phone,'01223336265');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Cambridge University Botanic Gardens is the only park in Centre , the phone number is 01223336265 and the entrance fee is 4 pounds ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . I think that 's it for today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Well thank you and I hope you have a wonderful day !" } ]
PMUL4296.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "count", "28" ], [ "_:result", "departure", "Broxbourne" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "20:32" ], [ "_:result", "leave_at", "23:32" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "count", "28" ], [ "_:result", "departure", "Broxbourne" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "20:32" ], [ "_:result", "leave_at", "23:32" ], [ "_:search", "day", "wednesday" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "count", "28" ], [ "_:result", "departure", "Broxbourne" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "20:32" ], [ "_:result", "leave_at", "23:32" ], [ "_:search", "day", "wednesday" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR6477" ], [ "_:booking", "ref", "K43GMVMX" ], [ "_:booking", "ticket", "17.89 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "count", "28" ], [ "_:result", "departure", "Broxbourne" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "20:32" ], [ "_:result", "leave_at", "23:32" ], [ "_:search", "day", "wednesday" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR6477" ], [ "_:booking", "ref", "K43GMVMX" ], [ "_:booking", "ticket", "17.89 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "21:32" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "broxbourne" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "count", "28" ], [ "_:result", "departure", "Broxbourne" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "leave_at", "20:32" ], [ "_:result", "leave_at", "23:32" ], [ "_:search", "day", "wednesday" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR6477" ], [ "_:booking", "ref", "K43GMVMX" ], [ "_:booking", "ticket", "17.89 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "21:32" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "Centre" ], [ "_:result", "category", "park" ], [ "_:result", "entrance_fee", "4 pounds" ], [ "_:result", "name", "Cambridge University Botanic Gardens" ], [ "_:result", "phone", "01223336265" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'little seoul');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a restaurant called little seoul ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'108 Regent Street City Centre');(_:result,name,'Little Seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Little Seoul is located at 108 Regent Street City Centre ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'16:00');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks , will you please get me a reservation for 4 people at 16:00 on monday there ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Monday');(_:booking,duration,'16:00');(_:booking,people,'4');(_:booking,ref,'PCU46V3W');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 've made your reservation for 4 on Monday at 16:00 . Your reference number is PCU46V3W . Can I help with anything else ?" }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks , that 's all . Good bye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
SNG01885.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "little seoul" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "little seoul" ], [ "_:result", "address", "108 Regent Street City Centre" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "little seoul" ], [ "_:result", "address", "108 Regent Street City Centre" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "16:00" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "16:00" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "PCU46V3W" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'golden house');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help direct me a restaurant called Golden House ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'12 Lensfield Road City Centre');(_:result,name,'Golden House');(_:result,postcode,'cb21eg');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , Golden House is at 12 Lensfield Road City Centre , postcode cb21eg ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you provide me reviews about this listing . Is this a great hotel and what are the accommodations . Does this place have good customer service" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Golden House');(_:result,type,'Restaurant'))", "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , I do n't understand . Golden House is a restaurant , not a hotel . Can you please clarify what you 're looking for ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes sorry I meant does the restaurant have any reviews ? Also I need help looking for a train leaving on Saturday and arriving in Kings Lynn ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'19');(_:result,day,'Saturday');(_:result,destination,'Kings Lynn');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sorry , I ca n't provide reviews . There are 19 trains for Saturday going to Kings Lynn , where is your departure city ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Cambridge" }, { "id": 7, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay I would be happy to book you a seat on the train if you tell me when you want to leave and arrive and how many people will be traveling ." }, { "id": 8, "rdf-acts": [ "inform((_:search,leave_at,'19:45');(_:search,people,'1');(_:search,type,'Train'))", "request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "just me , leave at 19:45 . please tell me the arrival time and travel time" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'19:58');(_:result,arrive_by,'20:58');(_:result,duration,'47 minutes');(_:result,leave_at,'19:11');(_:result,leave_at,'20:11');(_:result,type,'Train'))" ], "speaker": "system", "text": "You can depart at 19:11 , arriving at 19:58 , or at 20:11 , arriving at 20:58 . Travel time is 47 minutes ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Happy to help !" } ]
MUL0278.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "golden house" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "golden house" ], [ "_:result", "address", "12 Lensfield Road City Centre" ], [ "_:result", "name", "Golden House" ], [ "_:result", "postcode", "cb21eg" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "golden house" ], [ "_:result", "address", "12 Lensfield Road City Centre" ], [ "_:result", "postcode", "cb21eg" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Golden House" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "golden house" ], [ "_:result", "address", "12 Lensfield Road City Centre" ], [ "_:result", "postcode", "cb21eg" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Golden House" ], [ "_:search", "food", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Saturday" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "golden house" ], [ "_:result", "address", "12 Lensfield Road City Centre" ], [ "_:result", "postcode", "cb21eg" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Golden House" ], [ "_:search", "food", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Saturday" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "19:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "golden house" ], [ "_:result", "address", "12 Lensfield Road City Centre" ], [ "_:result", "postcode", "cb21eg" ], [ "_:search", "category", "hotel" ], [ "_:result", "name", "Golden House" ], [ "_:search", "food", "?" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "kings lynn" ], [ "_:result", "count", "19" ], [ "_:result", "day", "Saturday" ], [ "_:result", "destination", "Kings Lynn" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "19:45" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "19:58" ], [ "_:result", "arrive_by", "20:58" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "leave_at", "19:11" ], [ "_:result", "leave_at", "20:11" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'hobsons house');(_:search,destination,'royal spice');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you help ? I 'm in need of a taxi . I 'm trying to get from hobsons house to royal spice ." }, { "id": 1, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "When would you like to leave by ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'18:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to leave after 18:30 please" }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'Blue ford');(_:result,phone,'07821922219');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "07821922219 is the number for your Blue ford taxi ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you ! That 's all I need today" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You have a great day ." } ]
SNG02029.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "hobsons house" ], [ "_:search", "destination", "royal spice" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "hobsons house" ], [ "_:search", "destination", "royal spice" ], [ "_:search", "leave_at", "18:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "hobsons house" ], [ "_:search", "destination", "royal spice" ], [ "_:search", "leave_at", "18:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "Blue ford" ], [ "_:result", "phone", "07821922219" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'center');(_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a place to dine in the center that serves modern European food ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'4');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have 4 different places . Do you prefer a specific price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'19:00');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can any of them accommodate a table of 3 at 19:00 on Sunday ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,name,'de luca cucina and bar');(_:booking,ref,'LPZ329U9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book de luca cucina and bar LPZ329U9" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's great . Thank you so much ." }, { "id": 5, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "Glad I was able to help . Do you need anymore help today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would also like to find a 3 star hotel that includes parking . Can you help me with that ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,area,'south');(_:result,name,'Gonville Hotel');(_:result,name,'Lensfield Hotel');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Sure . The Gonville Hotel is located in the centre and the Lensfield Hotel is in the south . Would you like me to book a stay ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'center');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please . I would prefer to stay in the center ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'Gonville Hotel');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "When would you like to check in at The Gonville Hotel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'three');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need it for four nights starting on Sunday for three people please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'ISXF46BT');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Done ! Your reference number is ISXF46BT . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you that will be all" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a great day !" } ]
PMUL4454.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "de luca cucina and bar" ], [ "_:booking", "ref", "LPZ329U9" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "center" ], [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "3" ], [ "_:booking", "name", "de luca cucina and bar" ], [ "_:booking", "ref", "LPZ329U9" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "4" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "3" ], [ "_:booking", "name", "de luca cucina and bar" ], [ "_:booking", "ref", "LPZ329U9" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "4" ], [ "_:search", "duration", "19:00" ], [ "_:booking", "ref", "LPZ329U9" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "center" ], [ "_:booking", "name", "Gonville Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "three" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "modern european" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "4" ], [ "_:search", "duration", "19:00" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "center" ], [ "_:booking", "name", "Gonville Hotel" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "three" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ISXF46BT" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'Parkside police station');(_:search,type,'Police'))", "request((_:result,address,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "I need the address for the Parkside police station" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Parkside , Cambridge');(_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "It 's located at Parkside , Cambridge , postcode CB11JG . Can I help you with anything else ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "Can I get the phone number please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "The phone number for the police is 01223358966 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks for your help . Goodbye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Goodbye" } ]
SNG01413.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Parkside police station" ], [ "_:search", "type", "Police" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Parkside police station" ], [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Parkside police station" ], [ "_:search", "type", "Police" ], [ "_:result", "address", "Parkside , Cambridge" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am going to Cambridge and want a nice resturant in the west" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'14');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 14 nice restaurants to chose from do you have a price range you prefer ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you just pick one and give me the phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Saint johns chop house');(_:result,phone,'01223353110');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "Of course ! Saint johns chop house is a great place to go . Their phone number is 01223353110 . Can I help with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Attraction'))", "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "find me a place to go in the west and give me their phone numbers" }, { "id": 5, "rdf-acts": [ "inform((_:result,category,'college');(_:result,entrance_fee,'free');(_:result,name,'clare hall');(_:result,phone,'01223332360');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "clare hall is a great college and admission is free . The phone number is 01223332360 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area of town');(_:search,name,'clare hall');(_:search,type,'Attraction');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great , I 'll need to find another restaurant also , in the same area of town as Clare Hall ." }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a few');(_:result,area,'west');(_:result,pricerange,'cheap to expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are a few restaurants in the west part of town ranging from cheap to expensive . Do you have a particular cuisine in mind ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I like British pub cuisine ." }, { "id": 9, "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": "I recommend Graffiti , it 's a british restaurant in the west . It is an expensive restaurant , but it 's so worth it . Would you like a reservation ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'14:15');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sounds great . I need it for monday at 14:15 . There will be 3 in our party ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,day,'Monday');(_:booking,duration,'14:15');(_:booking,name,'Graffiti');(_:booking,people,'3');(_:booking,ref,'B0T1ZF2W');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book your party of 3 for Graffiti this Monday at 14:15 . Your reference number is B0T1ZF2W ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all I need today thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome . Enjoy your time in Cambridge !" } ]
PMUL3522.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "count", "14" ], [ "_:result", "name", "Saint johns chop house" ], [ "_:result", "phone", "01223353110" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "count", "14" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "clare hall" ], [ "_:result", "phone", "01223332360" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "same area of town" ], [ "_:search", "name", "clare hall" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "count", "14" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "clare hall" ], [ "_:result", "phone", "01223332360" ], [ "_:search", "area", "same area of town" ], [ "_:search", "name", "clare hall" ], [ "_:result", "amount", "a few" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "cheap to expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "count", "14" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223332360" ], [ "_:search", "area", "same area of town" ], [ "_:search", "name", "clare hall" ], [ "_:result", "amount", "a few" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:result", "count", "14" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223332360" ], [ "_:search", "area", "same area of town" ], [ "_:search", "name", "clare hall" ], [ "_:result", "amount", "a few" ], [ "_:search", "food", "british" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "british" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "Monday" ], [ "_:booking", "duration", "14:15" ], [ "_:booking", "name", "Graffiti" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "B0T1ZF2W" ], [ "_: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,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a restaurant that serves european food please" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What area are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Anything in the area would be fine" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'European');(_:result,name,'Galleria');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Galleria is a nice restaurant serving European food , is in the centre of town and is moderately priced ." }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for something in the expensive price range ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "I 'm sorry there is no one serving european food in the expensive price range" } ]
WOZ20413.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "area", "dontcare" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "European" ], [ "_:result", "name", "Galleria" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find and expensive Thai restaurant ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,food,'Thai');(_:result,name,'Sala Thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sala Thong is an expensive Thai restaurant on the west side . Would you like to book there ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'15:45');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That would be great . I need a table on Sunday at 15:45 for 6 people , please ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'S2AY04JF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have made your reservation . The reference number is S2AY04JF . Is there anything else I can assist you with today ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . I think that 's all I need today , goodbye ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling , enjoy , goodbye !" } ]
SNG0731.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Thai" ], [ "_:result", "name", "Sala Thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "thai" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "west" ], [ "_:result", "food", "Thai" ], [ "_:result", "name", "Sala Thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "S2AY04JF" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , I 'm looking to book a ticket for a train departing on Sunday from Cambridge please ?" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'london kings cross');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to arrive at London Kings Cross ." }, { "id": 3, "rdf-acts": [ "inform((_:result,duration,'51 minute');(_:result,ticket,'18.88 pounds');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What time would you like to leave by ? It is a 51 minute trip for 18.88 pounds ." }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'21:30');(_:search,type,'Train'))", "request((_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I do n't have a departure time but I want to arrive by 21:30 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'19:51');(_:result,day,'Sunday');(_:result,departure,'Cambridge');(_:result,destination,'London Kings Cross');(_:result,leave_at,'19:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There is a train leaving Cambridge on Sunday at 19:00 . It arrives at London Kings Cross at 19:51 . May I book that for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'meze bar');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , I just needed the information , thanks . Have you heard of the Meze Bar Restaurant ?" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "I need more information on the restaurant because my system is not showing me anything on it ." } ]
PMUL0818.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", "london kings cross" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "duration", "51 minute" ], [ "_:result", "ticket", "18.88 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "duration", "51 minute" ], [ "_:result", "ticket", "18.88 pounds" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "21:30" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "day", "Sunday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "London Kings Cross" ], [ "_:result", "leave_at", "19:00" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "meze bar" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay . Preferably a guesthouse with free parking included ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'21');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "We have 21 entries that match your search . Do you have any other preferences ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like the hotel to be expensive ." }, { "id": 3, "rdf-acts": [ "request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "canthelp((_:search,category,'guesthouses');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "We do n't have any expensive guesthouses . Would you like to try a hotel or a guesthouse in a different price range ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about a cheap one ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'The alexander bed and breakfast');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The alexander bed and breakfast is available and in the cheap price range ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'4');(_:search,stay,'4');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "OK , book that for 4 people . We 'll arrive monday and stay 4 nights . And can I have the reference number ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,people,'4');(_:booking,ref,'F6FSFJ75');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great ! I was able to book that for 4 people and your reference number is F6FSFJ75 . Anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'russian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a Russian restaurant in the centre ." }, { "id": 9, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'all of Cambridge');(_:search,food,'Russian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , but there are no Russian restaurants in all of Cambridge . Would you like to try a different type of cuisine ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'mediterranean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there a Mediterranean restaurant in the centre ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,count,'3');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , I have found three restaurants matching your inquest ." }, { "id": 12, "rdf-acts": [ "inform((_:search,name,'alexander bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like the one closest to the alexander bed and breakfast please ." }, { "id": 13, "rdf-acts": [ "inform((_:result,name,'the gardenia');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "How about the gardenia ?" }, { "id": 14, "rdf-acts": [ "request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'Gardenia');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you provide me with the price range for the Gardenia as well as the postcode ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,name,'Gardenia');(_:result,postcode,'cb23ll');(_:result,pricerange,'priced cheaply');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Gardenia is priced cheaply and its psot code is cb23ll ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for the information" }, { "id": 17, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Is there anything else I could assist you with ? Would you like help making a reservation ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that will be everything I needed for today . Thank You !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Enjoy your stay in Cambridge ." } ]
MUL0067.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "21" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/eabf4c9e" ], [ "_:search/eabf4c9e", "category", "guesthouses" ], [ "_:search/eabf4c9e", "pricerange", "expensive" ], [ "_:search/eabf4c9e", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "21" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/eabf4c9e" ], [ "_:search/eabf4c9e", "category", "guesthouses" ], [ "_:search/eabf4c9e", "pricerange", "expensive" ], [ "_:search/eabf4c9e", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "The alexander bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "21" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/eabf4c9e" ], [ "_:search/eabf4c9e", "category", "guesthouses" ], [ "_:search/eabf4c9e", "pricerange", "expensive" ], [ "_:search/eabf4c9e", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "The alexander bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "F6FSFJ75" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "russian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "21" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/eabf4c9e" ], [ "_:search/eabf4c9e", "category", "guesthouses" ], [ "_:search/eabf4c9e", "pricerange", "expensive" ], [ "_:search/eabf4c9e", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "The alexander bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "F6FSFJ75" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/6994ae38" ], [ "_:search/6994ae38", "area", "all of Cambridge" ], [ "_:search/6994ae38", "food", "Russian" ], [ "_:search/6994ae38", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/eabf4c9e" ], [ "_:search/eabf4c9e", "category", "guesthouses" ], [ "_:search/eabf4c9e", "pricerange", "expensive" ], [ "_:search/eabf4c9e", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "name", "The alexander bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "F6FSFJ75" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/6994ae38" ], [ "_:search/6994ae38", "area", "all of Cambridge" ], [ "_:search/6994ae38", "food", "Russian" ], [ "_:search/6994ae38", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "alexander bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/eabf4c9e" ], [ "_:search/eabf4c9e", "category", "guesthouses" ], [ "_:search/eabf4c9e", "pricerange", "expensive" ], [ "_:search/eabf4c9e", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "F6FSFJ75" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/6994ae38" ], [ "_:search/6994ae38", "area", "all of Cambridge" ], [ "_:search/6994ae38", "food", "Russian" ], [ "_:search/6994ae38", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:result", "name", "the gardenia" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ], [ "_:result", "pricerange", "?" ], [ "_:search", "name", "Gardenia" ], [ "_: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", "has_parking", "yes" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/eabf4c9e" ], [ "_:search/eabf4c9e", "category", "guesthouses" ], [ "_:search/eabf4c9e", "pricerange", "expensive" ], [ "_:search/eabf4c9e", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "F6FSFJ75" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/6994ae38" ], [ "_:search/6994ae38", "area", "all of Cambridge" ], [ "_:search/6994ae38", "food", "Russian" ], [ "_:search/6994ae38", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:search", "name", "Gardenia" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "postcode", "cb23ll" ], [ "_:result", "pricerange", "priced cheaply" ], [ "_:result", "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", "has_parking", "yes" ], [ "_:search", "category", "?" ], [ "_:system", "canthelp", "_:search/eabf4c9e" ], [ "_:search/eabf4c9e", "category", "guesthouses" ], [ "_:search/eabf4c9e", "pricerange", "expensive" ], [ "_:search/eabf4c9e", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "F6FSFJ75" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/6994ae38" ], [ "_:search/6994ae38", "area", "all of Cambridge" ], [ "_:search/6994ae38", "food", "Russian" ], [ "_:search/6994ae38", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "mediterranean" ], [ "_:result", "count", "3" ], [ "_:search", "name", "Gardenia" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "Gardenia" ], [ "_:result", "postcode", "cb23ll" ], [ "_:result", "pricerange", "priced cheaply" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "offered", "_: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": 0, "rdf-acts": [ "inform((_:search,food,'mexican');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am excited to be coming and would love to find an expensive mexican restaurant ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'southend');(_:result,name,'chiquito restaurant bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Then you want chiquito restaurant bar on the southend ! Would you like me to book you a table ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Not right now , but could you give me their phone number and postcode ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton');(_:result,postcode,'cb17dy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I 'd love to . The address is 2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton , and the postcode is cb17dy ." }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What area is that in ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'south');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "it is in the south area ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "Are there any architectural attractions near there ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,area,'south');(_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are no architecture attractions in the south ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What about something for entertainment ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'Cambridge Leisure Park , Clifton Way');(_:result,name,'Tenpin');(_:result,postcode,'cb17d');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , most people love Tenpin , located at Cambridge Leisure Park , Clifton Way , postcode cb17d ." }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is their phone number ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'08715501010');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "08715501010 Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you also help me book a taxi" }, { "id": 13, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Certainly , were would you like the taxi from ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,departure,'tenpin');(_:search,leave_at,'17:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to leave the Tenpin by 17:15 to go to the Chiquito restaurant ." }, { "id": 15, "rdf-acts": [], "speaker": "system", "text": "How many passengers will there be ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "It will just be me , so one ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'grey Toyota');(_:result,phone,'07123501809');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "You are booked for a grey Toyota . The taxi contact number is 07123501809 . Do you need help with anything else ?" }, { "id": 18, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Could I get a phone number for the restaurant please ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,phone,'01223400170');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "You can reach them on 01223400170" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that 's all i need thanks" }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Glad I could help , have a good day ." } ]
PMUL4384.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "southend" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "southend" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "chiquito restaurant bar" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "2 G Cambridge Leisure Park Cherry Hinton Road Cherry Hinton" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/bed2c6bd" ], [ "_:search/bed2c6bd", "area", "south" ], [ "_:search/bed2c6bd", "category", "architecture" ], [ "_:search/bed2c6bd", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "?" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:search/bed2c6bd" ], [ "_:search/bed2c6bd", "area", "south" ], [ "_:search/bed2c6bd", "category", "architecture" ], [ "_:search/bed2c6bd", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Cambridge Leisure Park , Clifton Way" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "postcode", "cb17d" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:search/bed2c6bd" ], [ "_:search/bed2c6bd", "area", "south" ], [ "_:search/bed2c6bd", "category", "architecture" ], [ "_:search/bed2c6bd", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:result", "address", "Cambridge Leisure Park , Clifton Way" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "postcode", "cb17d" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "08715501010" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:search/bed2c6bd" ], [ "_:search/bed2c6bd", "area", "south" ], [ "_:search/bed2c6bd", "category", "architecture" ], [ "_:search/bed2c6bd", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:result", "address", "Cambridge Leisure Park , Clifton Way" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "postcode", "cb17d" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "08715501010" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "tenpin" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:search/bed2c6bd" ], [ "_:search/bed2c6bd", "area", "south" ], [ "_:search/bed2c6bd", "category", "architecture" ], [ "_:search/bed2c6bd", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:result", "address", "Cambridge Leisure Park , Clifton Way" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "postcode", "cb17d" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "08715501010" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "tenpin" ], [ "_:search", "leave_at", "17:15" ], [ "_: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" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:search/bed2c6bd" ], [ "_:search/bed2c6bd", "area", "south" ], [ "_:search/bed2c6bd", "category", "architecture" ], [ "_:search/bed2c6bd", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:result", "address", "Cambridge Leisure Park , Clifton Way" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "postcode", "cb17d" ], [ "_:search", "departure", "tenpin" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey Toyota" ], [ "_:result", "phone", "07123501809" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "food", "mexican" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:system", "canthelp", "_:search/bed2c6bd" ], [ "_:search/bed2c6bd", "area", "south" ], [ "_:search/bed2c6bd", "category", "architecture" ], [ "_:search/bed2c6bd", "type", "Attraction" ], [ "_:search", "category", "entertainment" ], [ "_:result", "address", "Cambridge Leisure Park , Clifton Way" ], [ "_:result", "name", "Tenpin" ], [ "_:result", "postcode", "cb17d" ], [ "_:search", "departure", "tenpin" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey Toyota" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223400170" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'spanish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 've got a hankering for some Spanish food - is there anywhere good in the centre of town ?" }, { "id": 1, "rdf-acts": [ "select((_:result,name,'La Raza');(_:result,name,'La Tasca');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two - La Tasca is moderately priced and La Raza is on the cheap side . Do either of those meet your needs ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't have a preference really . Can you book me a table for 8 at one of them ? We would like to eat there on Monday ." }, { "id": 3, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would be happy to . Do you have a specific time in mind ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,duration,'11:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "11:15 would be perfect ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sorry , they were both booked . Would you like to try another day or time slot ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,duration,'10:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about 10:15 instead ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,duration,'10:15');(_:booking,ref,'LPYDMTDI');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to get you a table at 10:15 . Ref # LPYDMTDI . Can I help with anything else today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'10:00');(_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you find a train arriving by 10:00 Tuesday from Cambridge to Norwich ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'a few');(_:result,arrive_by,'09:55');(_:result,id,'TR0627');(_:result,type,'Train'))", "thank()" ], "speaker": "system", "text": "Sure ! TR0627 seems to fit your needs . It arrives at 09:55 , but there are a few options that are earlier , too ." }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'8');(_:search,type,'Train'))" ], "speaker": "user", "text": "That would work for me . Can you book me 8 tickets please ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,people,'8');(_:booking,ref,'HYPRVMOQ');(_:booking,ticket,'140.8 pounds');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book 8 seats for you . The total fee is 140.8 pounds and the reference number is HYPRVMOQ ." }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks alot . Thanks for all your help . Bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Your welcome . Goodbye ." } ]
MUL1453.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "spanish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "La Raza" ], [ "_:result", "name", "La Tasca" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "La Raza" ], [ "_:result", "name", "La Tasca" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "8" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "11:15" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "La Raza" ], [ "_:result", "name", "La Tasca" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/7c674033" ], [ "_:booking/7c674033", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "10:15" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "La Raza" ], [ "_:result", "name", "La Tasca" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "people", "8" ], [ "_:system", "canthelp", "_:booking/7c674033" ], [ "_:booking/7c674033", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "10:15" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "10:15" ], [ "_:booking", "ref", "LPYDMTDI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "La Raza" ], [ "_:result", "name", "La Tasca" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "count", "2" ], [ "_:system", "canthelp", "_:booking/7c674033" ], [ "_:booking/7c674033", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "10:15" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "10:15" ], [ "_:booking", "ref", "LPYDMTDI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "10:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "09: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 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "spanish" ], [ "_:result", "name", "La Raza" ], [ "_:result", "name", "La Tasca" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "count", "2" ], [ "_:system", "canthelp", "_:booking/7c674033" ], [ "_:booking/7c674033", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "duration", "10:15" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "10:15" ], [ "_:search", "arrive_by", "10:00" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "norwich" ], [ "_:result", "amount", "a few" ], [ "_:result", "arrive_by", "09:55" ], [ "_:result", "id", "TR0627" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "HYPRVMOQ" ], [ "_:booking", "ticket", "140.8 pounds" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'gandhi');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant called the Gandhi ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "reqmore()", "inform((_:result,address,'72 Regent Street City Centre');(_:result,name,'Gandhi');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Gandhi is at 72 Regent Street City Centre . Would you like a reservation or more information ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'15:30');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like a reservation for 7 people Monday at 15:30 please ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Unable to book at that time . Would you like a different restaurant ?" } ]
SSNG0169.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "gandhi" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "gandhi" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "72 Regent Street City Centre" ], [ "_:result", "name", "Gandhi" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "15:30" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Can you help me find a museum to visit ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "I can . Does location matter ?" }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No , it does not matter . You can make a suggestion and provide the address and postcode ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'2 - 3 Castle street');(_:result,entrance_fee,'3.50 pounds');(_:result,name,'cambridge and county folk museum');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "cambridge and county folk museum located at 2 - 3 Castle street . 3.50 pounds to get in , but well worth it . Check out the gift shop too ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I have the postcode , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'cb30aq');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is at cb30aq" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks much ! Oh and I 'd also like to find a place to dine in the centre . Can you help me with that too ?" }, { "id": 7, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "Absolutely . What sort of cuisine would you like ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'modern american');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like modern American in the moderate price range , if possible ?" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I have none that match your criteria . May I suggest a different area or food type ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'modern european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "If you do n't have any Modern American places , maybe Modern European ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,count,'2');(_:result,food,'modern European');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 2 modern European restaurants ." }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Could you pick one and give me the postcode and phone number ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,phone,'01223259988');(_:result,postcode,'cb21rt');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure thing here you go 01223259988 and cb21rt ." }, { "id": 14, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the address ?" }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Doubletree by Hilton Cambridge Granta Place Mill Lane');(_:result,name,'Riverside Brasseri');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Riverside Brasseri , located at Doubletree by Hilton Cambridge Granta Place Mill Lane . Will there be anything else ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'cambridge and county folk museum');(_:search,destination,'Riverside Brasseri');(_:search,leave_at,'18:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "great ! I also want to book a taxi from the cambridge and county folk museum going to Riverside Brasseri by 18:30 ." }, { "id": 17, "rdf-acts": [ "inform((_:result,car,'Blue Lexus');(_:result,phone,'07998934356');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Ok great , your booking is completed . Car type is a Blue Lexus , contact number is 07998934356 ." }, { "id": 18, "rdf-acts": [], "speaker": "user", "text": "Can you reserve it for me ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Your booking is complete . Can I help you with anything else ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,type,'Attraction');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What adult attraction are within 5 miles of the restaurant ?" }, { "id": 21, "rdf-acts": [ "inform((_:result,area,'same area');(_:result,name,'ballare nightclub');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have ballare nightclub very close in the same area ." }, { "id": 22, "rdf-acts": [ "request((_:result,car,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "I was never given the car type and contact number for my taxi , could you please provide them ?" }, { "id": 23, "rdf-acts": [ "inform((_:result,car,'Blue Lexus');(_:result,phone,'07998934356');(_:result,type,'Taxi'))", "reqmore()", "thank()" ], "speaker": "system", "text": "I 'd be happy to give that to you again . Car type is a Blue Lexus , contact number is 07998934356 . Can I assist you further ?" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "NO that was all I needed . THank you ," }, { "id": 25, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "thank you for choosing us" }, { "id": 26, "rdf-acts": [ "bye()", "thank()" ], "speaker": "user", "text": "i am glad i was of help" }, { "id": 27, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling today . Please feel free to reach out if you need anything else . Goodbye ." } ]
PMUL3189.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "2 - 3 Castle street" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "name", "cambridge and county folk museum" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "address", "2 - 3 Castle street" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "name", "cambridge and county folk museum" ], [ "_:result", "postcode", "cb30aq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "address", "2 - 3 Castle street" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "name", "cambridge and county folk museum" ], [ "_:result", "postcode", "cb30aq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "modern american" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "address", "2 - 3 Castle street" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "name", "cambridge and county folk museum" ], [ "_:result", "postcode", "cb30aq" ], [ "_:result", "type", "Attraction" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c37d60ee" ], [ "_:search/c37d60ee", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "address", "2 - 3 Castle street" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "name", "cambridge and county folk museum" ], [ "_:result", "postcode", "cb30aq" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c37d60ee" ], [ "_:search/c37d60ee", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "food", "modern European" ], [ "_:result", "type", "Restaurant" ], [ "_: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", "category", "museum" ], [ "_:result", "address", "2 - 3 Castle street" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:result", "name", "cambridge and county folk museum" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c37d60ee" ], [ "_:search/c37d60ee", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "2" ], [ "_:result", "food", "modern European" ], [ "_:result", "phone", "01223259988" ], [ "_:result", "postcode", "cb21rt" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c37d60ee" ], [ "_:search/c37d60ee", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:result", "count", "2" ], [ "_:result", "food", "modern European" ], [ "_:result", "phone", "01223259988" ], [ "_:result", "postcode", "cb21rt" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Doubletree by Hilton Cambridge Granta Place Mill Lane" ], [ "_:result", "name", "Riverside Brasseri" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "cambridge and county folk museum" ], [ "_:search", "destination", "Riverside Brasseri" ], [ "_:search", "leave_at", "18: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", "category", "museum" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c37d60ee" ], [ "_:search/c37d60ee", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:result", "count", "2" ], [ "_:result", "food", "modern European" ], [ "_:result", "postcode", "cb21rt" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Doubletree by Hilton Cambridge Granta Place Mill Lane" ], [ "_:result", "name", "Riverside Brasseri" ], [ "_:search", "departure", "cambridge and county folk museum" ], [ "_:search", "destination", "Riverside Brasseri" ], [ "_:search", "leave_at", "18:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "Blue Lexus" ], [ "_:result", "phone", "07998934356" ], [ "_: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", "category", "museum" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c37d60ee" ], [ "_:search/c37d60ee", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:result", "count", "2" ], [ "_:result", "food", "modern European" ], [ "_:result", "postcode", "cb21rt" ], [ "_:result", "address", "Doubletree by Hilton Cambridge Granta Place Mill Lane" ], [ "_:result", "name", "Riverside Brasseri" ], [ "_:search", "departure", "cambridge and county folk museum" ], [ "_:search", "destination", "Riverside Brasseri" ], [ "_:search", "leave_at", "18:30" ], [ "_:result", "car", "Blue Lexus" ], [ "_:result", "phone", "07998934356" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c37d60ee" ], [ "_:search/c37d60ee", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:result", "count", "2" ], [ "_:result", "food", "modern European" ], [ "_:result", "postcode", "cb21rt" ], [ "_:result", "address", "Doubletree by Hilton Cambridge Granta Place Mill Lane" ], [ "_:search", "departure", "cambridge and county folk museum" ], [ "_:search", "destination", "Riverside Brasseri" ], [ "_:search", "leave_at", "18:30" ], [ "_:result", "car", "Blue Lexus" ], [ "_:result", "phone", "07998934356" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "same area" ], [ "_:result", "name", "ballare nightclub" ], [ "_: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, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c37d60ee" ], [ "_:search/c37d60ee", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:result", "count", "2" ], [ "_:result", "food", "modern European" ], [ "_:result", "postcode", "cb21rt" ], [ "_:result", "address", "Doubletree by Hilton Cambridge Granta Place Mill Lane" ], [ "_:search", "departure", "cambridge and county folk museum" ], [ "_:search", "destination", "Riverside Brasseri" ], [ "_:search", "leave_at", "18:30" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "same area" ], [ "_:result", "name", "ballare nightclub" ], [ "_:result", "car", "Blue Lexus" ], [ "_:result", "phone", "07998934356" ], [ "_: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 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "entrance_fee", "3.50 pounds" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c37d60ee" ], [ "_:search/c37d60ee", "type", "Restaurant" ], [ "_:search", "food", "modern european" ], [ "_:result", "count", "2" ], [ "_:result", "food", "modern European" ], [ "_:result", "postcode", "cb21rt" ], [ "_:result", "address", "Doubletree by Hilton Cambridge Granta Place Mill Lane" ], [ "_:search", "departure", "cambridge and county folk museum" ], [ "_:search", "destination", "Riverside Brasseri" ], [ "_:search", "leave_at", "18:30" ], [ "_:search", "type", "Attraction" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "same area" ], [ "_:result", "name", "ballare nightclub" ], [ "_:result", "car", "Blue Lexus" ], [ "_:result", "phone", "07998934356" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant in the west part of town that is in the cheap price range ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'west');(_:result,count,'2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are two restaurants in the west part of town . What type of food are you interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))", "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't care . Any type of food will be fine ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "there is prezzo which is italian at 21 - 24 Northampton Road , phone number is 01799 521260 ." } ]
WOZ20563.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "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": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))", "inform((_:result,food,'vegetarian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are no expensive vegetarian restaurants . Would you prefer a different cuisine or price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "A restaurant that serves british food will be fine ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'British');(_:result,name,'Graffiti');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Graffiti is an expensive restaurant that serves British food , Would you like their address or phone number ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'graffiti');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Could you tell me the phone number of Graffiti ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223 277977');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The phone number is 01223 277977 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you goodbye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Goodbye ." } ]
WOZ20555.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", "?" ], [ "_:system", "canthelp", "_:search/8b748dbb" ], [ "_:search/8b748dbb", "type", "Restaurant" ], [ "_:result", "food", "vegetarian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/8b748dbb" ], [ "_:search/8b748dbb", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "graffiti" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "?" ], [ "_:system", "canthelp", "_:search/8b748dbb" ], [ "_:search/8b748dbb", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:result", "food", "British" ], [ "_:result", "name", "Graffiti" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "name", "graffiti" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "phone", "01223 277977" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am wanting to go to the theatre . Are there any in the centre of town ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Park Street');(_:result,amount,'a few');(_:result,name,'adc theatre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The adc theatre is located on Park Street . There are a few others as well ." }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))", "inform((_:search,name,'adc theatre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "The adc theatre sounds perfect . Could I get the postcode and phone number please ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,name,\"ADC 's\");(_:result,phone,'01223300085');(_:result,postcode,'cb58as');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Absolutely - the ADC 's postcode is cb58as and their phone number is 01223300085 . Can I help with anything else today ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'no');(_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm also looking for a place to stay . I hate star ratings , so this place needs to have a star rating of 0 . It does n't need to include free internet ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'3');(_:result,has_internet,'none');(_:result,stars,'0');(_:result,type,'Hotel'))", "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 3 places to stay in Cambridge that have star ratings of 0 , but they all include internet . Would you prefer a cheap or moderately priced hotel / guesthouse ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care about the price , but I would like a place in the centre of town with free parking ." }, { "id": 7, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'El Shaddai guesthouse');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the perfect place for you . It 's called the El Shaddai guesthouse . It is on the cheap side and includes free parking and wifi . Can I interest you in it ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,name,'El Shaddai');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is El Shaddai in the centre of town ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "It sure is . Would you like me to reserve it for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,stay,'two');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes can you reserve for two nights beginning May 18th ?" }, { "id": 11, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Absolutely . How many people do you need a booking for ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to book for three people ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "With the greeting customer wanted to get information about theatre and hotel in the center of the city with free parking and free wii fii and not bothered about price ." } ]
MUL1051.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" ], [ "_:result", "address", "Park Street" ], [ "_:result", "amount", "a few" ], [ "_:result", "name", "adc theatre" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "name", "adc theatre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "amount", "a few" ], [ "_:search", "name", "adc theatre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "ADC 's" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:result", "type", "Attraction" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "amount", "a few" ], [ "_:search", "name", "adc theatre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "ADC 's" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "stars", "0" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "amount", "a few" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "0" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "El Shaddai guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "El Shaddai" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "amount", "a few" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "0" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "El Shaddai guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "El Shaddai" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "two" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "theatre" ], [ "_:result", "address", "Park Street" ], [ "_:result", "amount", "a few" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223300085" ], [ "_:result", "postcode", "cb58as" ], [ "_:search", "has_internet", "no" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "3" ], [ "_:result", "stars", "0" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "El Shaddai guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "name", "El Shaddai" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "two" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "three" ], [ "_: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,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a place to eat ? I am looking for somewhere in the east with a moderate price ." }, { "id": 1, "rdf-acts": [ "select((_:result,food,'Indian');(_:result,food,'Italian');(_:result,name,'Curry Prince');(_:result,name,'Pizza Hut Fen Ditton');(_:result,name,'Rajmahal');(_:result,type,'Restaurant'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is the Curry Prince and Rajmahal restuarants serving Indian food . Then there is the Pizza Hut Fen Ditton serving Italian food . Which would you like more information on ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'16:15');(_:search,name,'rajmahal');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I think I 'd like to try Rajmahal . Could you book me a table for 1 on Monday at 16:15 ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,duration,'16:30');(_:booking,ref,'Q9DRQ55J');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation has been booked . Your reference number is Q9DRQ55J . Please be aware that your table will only be reserved until 16:30 . Can i provide any more assistance ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same general area');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm also looking for things to do in the same general area as the restaurant ." }, { "id": 5, "rdf-acts": [ "select((_:result,category,'boating');(_:result,category,'entertainment');(_:result,category,'museums');(_:result,category,'parks');(_:result,category,'sports');(_:result,category,'swimming');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , are you interested in museums , sports , parks , entertainment , swimming or boating ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'cinemas');(_:search,category,'multiple sports');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Are there any cinemas ? If there is n't what about something that has to do with multiple sports ?" }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "canthelp((_:search,category,'cinemas');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "There are n't any cinemas in the general area , but what types of sports are you interested in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'multiple sports');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "All of them . What 's there ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Colville Road');(_:result,address,'Colville Road , Cherry Hinton');(_:result,count,'1');(_:result,name,'Cherry Hinton Village Centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Cherry Hinton Village Centre is the only one located there , their address is Colville Road , Cherry Hinton . Anything else I can help you with ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I please get the phone number ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223576412');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , the phone number is 01223576412 . How else can I help ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That will be all , thank you very much for all of your help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you let me know if you need help again ." } ]
MUL0842.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "name", "Pizza Hut Fen Ditton" ], [ "_:result", "name", "Rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "name", "rajmahal" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "name", "Pizza Hut Fen Ditton" ], [ "_:result", "name", "Rajmahal" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "name", "rajmahal" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "16:30" ], [ "_:booking", "ref", "Q9DRQ55J" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same general area" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "name", "Pizza Hut Fen Ditton" ], [ "_:result", "name", "Rajmahal" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "name", "rajmahal" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "16:30" ], [ "_:booking", "ref", "Q9DRQ55J" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same general area" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "sports" ], [ "_:result", "category", "swimming" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "cinemas" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Curry Prince" ], [ "_:result", "name", "Pizza Hut Fen Ditton" ], [ "_:result", "name", "Rajmahal" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "name", "rajmahal" ], [ "_:search", "people", "1" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "16:30" ], [ "_:booking", "ref", "Q9DRQ55J" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same general area" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "sports" ], [ "_:result", "category", "swimming" ], [ "_:result", "type", "Attraction" ], [ "_:system", "canthelp", "_:search/ac439ca9" ], [ "_:search/ac439ca9", "category", "cinemas" ], [ "_:search/ac439ca9", "type", "Attraction" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "name", "rajmahal" ], [ "_:search", "people", "1" ], [ "_:booking", "duration", "16:30" ], [ "_:booking", "ref", "Q9DRQ55J" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same general area" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "sports" ], [ "_:result", "category", "swimming" ], [ "_:system", "canthelp", "_:search/ac439ca9" ], [ "_:search/ac439ca9", "category", "cinemas" ], [ "_:search/ac439ca9", "type", "Attraction" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Colville Road" ], [ "_:result", "address", "Colville Road , Cherry Hinton" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Cherry Hinton Village Centre" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "16:15" ], [ "_:search", "name", "rajmahal" ], [ "_:search", "people", "1" ], [ "_:booking", "duration", "16:30" ], [ "_:booking", "ref", "Q9DRQ55J" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same general area" ], [ "_:result", "category", "boating" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "sports" ], [ "_:result", "category", "swimming" ], [ "_:system", "canthelp", "_:search/ac439ca9" ], [ "_:search/ac439ca9", "category", "cinemas" ], [ "_:search/ac439ca9", "type", "Attraction" ], [ "_:search", "category", "multiple sports" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Colville Road" ], [ "_:result", "address", "Colville Road , Cherry Hinton" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Cherry Hinton Village Centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223576412" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,stars,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a place to stay in Cambridge . It should be either a hotel or guesthouse with 1 star and moderate price range . Can you help me with that ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,area,'anywhere in Cambridge');(_:search,stars,'1-star');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are actually no 1-star accommodations anywhere in Cambridge ." }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay , how about 2 stars ? It does need to include free parking ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'ashley hotel');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "ashley hotel is a nice 2 star hotel ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about a hotel with 4 stars instead ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "At 4 stars you have many options . What part of town would you like to stay in ?" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like to stay in a good part of town . Can you please give me the phone number ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Alexander bed and breakfast');(_:result,phone,'01223525725');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Alexander bed and breakfast is located in the centre . The phone number is 01223525725 ." }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "what 's their address ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'56 saint barnabas road');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "the address is 56 saint barnabas road" }, { "id": 10, "rdf-acts": [ "request((_:result,category,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "What hotel type is that ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is a guesthouse . Want me to book it ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No thank you . I do need help finding places to go in town . I 'm looking for entertainment in the centre of town ." }, { "id": 13, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,area,'center');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I do nt see any entertainment in the center of town . Could I try a different area for you ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "How about a college instead ?" }, { "id": 15, "rdf-acts": [ "request((_:search,entrance_fee,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several available . Do you have a preference on if there is a fee or free ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Free would be preferable . I also need a taxi ." }, { "id": 17, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Okay , christ 's college is free admission ." }, { "id": 18, "rdf-acts": [ "inform((_:search,leave_at,'13:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would also like to book a taxi to and from the hotel that leaves by 13:30 ." }, { "id": 19, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))", "thank()" ], "speaker": "system", "text": "Okay ! Just to clarify , from where will you be departing ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,leave_at,'13:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I am so sorry . I do n't know where my head has been . I need to leave the hotel by 13:30 , going to Christ 's College ." }, { "id": 21, "rdf-acts": [ "inform((_:result,car,'yellow audi');(_:result,phone,'07663388074');(_:result,type,'Taxi'))", "reqmore()", "thank()" ], "speaker": "system", "text": "Great ! I have booked a taxi for you . The car will be a yellow audi , and the contact number is 07663388074 . Can I help with anything else ?" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "you have been of great help thank you" }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "I am glad . thanks you too ." } ]
PMUL4161.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:search", "stars", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "ashley hotel" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "ashley hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "many" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "many" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "many" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:result", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "entertainment" ], [ "_: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", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "many" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6bd3d69d" ], [ "_:search/6bd3d69d", "area", "center" ], [ "_:search/6bd3d69d", "category", "entertainment" ], [ "_:search/6bd3d69d", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "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", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6bd3d69d" ], [ "_:search/6bd3d69d", "area", "center" ], [ "_:search/6bd3d69d", "category", "entertainment" ], [ "_:search/6bd3d69d", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Attraction" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6bd3d69d" ], [ "_:search/6bd3d69d", "area", "center" ], [ "_:search/6bd3d69d", "category", "entertainment" ], [ "_:search/6bd3d69d", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "13:30" ], [ "_: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", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223525725" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6bd3d69d" ], [ "_:search/6bd3d69d", "area", "center" ], [ "_:search/6bd3d69d", "category", "entertainment" ], [ "_:search/6bd3d69d", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/a0e924cf" ], [ "_:search/a0e924cf", "area", "anywhere in Cambridge" ], [ "_:search/a0e924cf", "stars", "1-star" ], [ "_:search/a0e924cf", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "stars", "4" ], [ "_:result", "area", "centre" ], [ "_:result", "address", "56 saint barnabas road" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/6bd3d69d" ], [ "_:search/6bd3d69d", "area", "center" ], [ "_:search/6bd3d69d", "category", "entertainment" ], [ "_:search/6bd3d69d", "type", "Attraction" ], [ "_:search", "category", "college" ], [ "_:search", "entrance_fee", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "christ 's college" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow audi" ], [ "_:result", "phone", "07663388074" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'city stop restaurant');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for this restaurant called city stop restaurant" }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "i 've got their information , what would you like to know ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I need their postcode and price range ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,name,'City Stop Restaurant');(_:result,postcode,'cb41uy');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "City Stop Restaurant is in the expensive price range and their postcode is cb41uy . Is there anything else you need assistance with today ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a 3 star guesthouse to stay at please ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 4 places that fit what you are looking for . Do you need me to narrow down the list for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do any of those places include free parking ?" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Hamilton lodge is 3 stars with free parking and internet located at 156 chesterton road . Phone 01223365664 . Would you like me to book a room for you ?" } ]
PMUL3795.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "city stop restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "city stop restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "city stop restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "City Stop Restaurant" ], [ "_:result", "postcode", "cb41uy" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "city stop restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "City Stop Restaurant" ], [ "_:result", "postcode", "cb41uy" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "3" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'club salsa');(_:search,leave_at,'01:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Please book me a taxi to club salsa after 01:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I can book you a taxi to club salsa at 1:30 . Where do you need to be picked up ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,\"saint john 's college\");(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I am at saint john 's college ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time would you like to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'02:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I want to arrive by 02:30 ." }, { "id": 5, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Before booking , please confirm either your arrival or departure time . There are 2 different times stated , so I want to be sure before reserving ." }, { "id": 6, "rdf-acts": [ "inform((_:search,leave_at,'01:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm sorry for the mixup . I want to leave after 01:30 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,car,'yellow ford');(_:result,phone,'07427696778');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Booking completed ! Anything else I can help with ? \n Booked car type \t : \t yellow ford \n Contact number \t : \t 07427696778" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks ! That would be all ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Have a nice day ." } ]
SNG01271.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "club salsa" ], [ "_:search", "leave_at", "01:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "club salsa" ], [ "_:search", "leave_at", "01:30" ], [ "_:search", "departure", "saint john 's college" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "club salsa" ], [ "_:search", "leave_at", "01:30" ], [ "_:search", "departure", "saint john 's college" ], [ "_:search", "arrive_by", "02:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "02:30" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "01:30" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "02:30" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "01:30" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow ford" ], [ "_:result", "phone", "07427696778" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi . I 'm looking for a place to spend the night , and I want somewhere without any hidden fees for parking or wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'29');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 29 choices . Do you have a preference in the area of town and price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want a cheap price range , please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Alexander Bed and Breakfast');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There is the Alexander Bed and Breakfast thich is 4 star and has free parking and wifi ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Great , can I have it for 4 people for 2 nights on wednesday and also I need a reference number ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'5KCBOHZB');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Good news ! Your booking has been successful . Your reference number is 5KCBOHZB ." }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking for a train to Cambridge that departs from Bishop 's Stortford that departs on Wednesday ." }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'over 10');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have over 10 options . Do you have a preference for a departure or arrival time ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'20:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like it to arrive by 20:30 please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'8');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 8 trains that will arrive by the time you stated . Do you have a preference on what time you leave at ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'20:30');(_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll take the train that arrives closest to 20:30 for 4 people please ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'Tr9178');(_:booking,ref,'IKRVR8G2');(_:booking,ticket,'40.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked for you Train Tr9178 the total fee is 40.4 GBP payable at the station . Your Reference number is : IKRVR8G2 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks ! For all your help ." }, { "id": 13, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else you need ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , that 's it . Thanks !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , goodbye ." } ]
MUL2226.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", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "count", "29" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "count", "29" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "5KCBOHZB" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "count", "29" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "5KCBOHZB" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 10" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_: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", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "5KCBOHZB" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 10" ], [ "_:result", "count", "8" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "people", "4" ], [ "_: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", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 10" ], [ "_:result", "count", "8" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "Tr9178" ], [ "_:booking", "ref", "IKRVR8G2" ], [ "_:booking", "ticket", "40.4 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Alexander Bed and Breakfast" ], [ "_:result", "stars", "4" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "over 10" ], [ "_:result", "count", "8" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "20:30" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "Tr9178" ], [ "_:booking", "ref", "IKRVR8G2" ], [ "_:booking", "ticket", "40.4 GBP" ], [ "_: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,name,'Churchill College');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I need some information about Churchill College ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,\"storey 's way\");(_:result,area,'west');(_:result,entrance_fee,'free entrance');(_:result,name,'Churchill college');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Churchill college is in the west area , the address is storey 's way and has free entrance . Would you like the phone number also ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , that would be great . Can you also give me the postcode as well ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb30ds');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode on that attraction is cb30ds . Do you need further help with anything today ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to find and Italian restaurant in the Centre of town ." }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a number of');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are a number of them . Did you have a price range in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm thinking the expensive price range ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'4');(_:result,name,'Caffe Uno');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 4 restaurants that are in the expensive range , Caffe Uno comes highly recommended . Shall I book a table ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'17:00');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please . There are 6 of us . Make it for 17:00 on Thursday ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,day,'thursday');(_:booking,duration,'17:00');(_:booking,name,'Caffe Uno');(_:booking,people,'6');(_:booking,ref,'BZ87Z5CS');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation for a table of 6 at Caffe Uno this thursday at 17:00 was successful . The table will be reserved for 15 minutes . Your Reference number is : BZ87Z5CS ." }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you hemp book a taxi , too ?" }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I would be happy to assist you with booking a taxi . What are your departure and destination points ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'17:00');(_:search,departure,'churchill college');(_:search,destination,'cafe uno');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to leave churchill college and get to cafe uno by 17:00" }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'white bmw');(_:result,phone,'07823215445');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I 've booked your taxi , you 'll be riding in a white bmw and their phone number is 07823215445 . What else can I help you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you . That 's everything I need today . Goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "enjoy your stay in Cambridge !" } ]
PMUL2486.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "Churchill College" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "Churchill College" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:result", "name", "Churchill college" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "Churchill College" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:result", "name", "Churchill college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb30ds" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "Churchill College" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:result", "name", "Churchill college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb30ds" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:result", "amount", "a number of" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "Churchill College" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb30ds" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:result", "amount", "a number of" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Caffe Uno" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "Churchill College" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb30ds" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:result", "amount", "a number of" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Caffe Uno" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "duration", "17:00" ], [ "_:booking", "name", "Caffe Uno" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "BZ87Z5CS" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "Churchill College" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb30ds" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:result", "amount", "a number of" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Caffe Uno" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "duration", "17:00" ], [ "_:booking", "name", "Caffe Uno" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "BZ87Z5CS" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "churchill college" ], [ "_:search", "destination", "cafe uno" ], [ "_: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", "Churchill College" ], [ "_:result", "address", "storey 's way" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "free entrance" ], [ "_:result", "postcode", "cb30ds" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "italian" ], [ "_:result", "amount", "a number of" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "4" ], [ "_:result", "name", "Caffe Uno" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "17:00" ], [ "_:search", "people", "6" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "duration", "17:00" ], [ "_:booking", "name", "Caffe Uno" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "BZ87Z5CS" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:00" ], [ "_:search", "departure", "churchill college" ], [ "_:search", "destination", "cafe uno" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white bmw" ], [ "_:result", "phone", "07823215445" ], [ "_: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,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you find a moderate priced place to stay for me ? I do need free WiFi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,category,'hotels');(_:result,has_internet,'none');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Absolutely . We have many guesthouses and hotels with free Wifi . Any other preferences ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd prefer something with 2 stars , and I need free parking as well ." }, { "id": 3, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Ashley Hotel');(_:result,name,'Lovell Lodge');(_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Ashley Hotel and Lovell Lodge are both 2 star hotels that offer free parking and free wifi ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,name,'ashley hotel');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great can I get a reservation at The Ashley hotel for 4 people for 2 nights starting tuesday ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Tuesday');(_:booking,name,'Ashley Hotel');(_:booking,people,'4');(_:booking,ref,'6HZB65QH');(_:booking,stay,'2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your room for 4 guests has been booked at the Ashley Hotel for 2 nights starting on Tuesday . Your reference number is 6HZB65QH . Can I assist you with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all for me . Thanks ! Goodbye !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you . Enjoy your stay , goodbye" } ]
SNG0769.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "category", "hotels" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "2" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "name", "ashley hotel" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "Ashley Hotel" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "6HZB65QH" ], [ "_:booking", "stay", "2" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'cheap');(_:search,stars,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello Cambridge Towninfo Center representative . I desire a place to stay that 5 stars , cheap and includes free wifi . Can you help ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I 'm sorry but I 'm not finding anything that matches your criteria . Can I help with something else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about changing that to a 4 star rating ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "That we have ! Do you have a preference on the area ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No preferences on the area , but I want to book it for 1 person for 5 nights starting from wednesday ." }, { "id": 5, "rdf-acts": [ "select((_:result,area,'centre');(_:result,name,'Alexander bed and breakfast');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How does the Alexander bed and breakfast in the centre sound ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'1');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sounds great ! Could you book it for 1 person for 5 nights starting Wednesday ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'34P1OHBR');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is : 34P1OHBR . Do you need any other help today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is it , thank you for your help . Goodbye" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome and thanks for using our help desk . Goodbye ." } ]
SNG1356.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/a6db84ca" ], [ "_:search/a6db84ca", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/a6db84ca" ], [ "_:search/a6db84ca", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/a6db84ca" ], [ "_:search/a6db84ca", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/a6db84ca" ], [ "_:search/a6db84ca", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Alexander bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "34P1OHBR" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,leave_at,'10:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hello , I am looking for a train that leaves on Friday after 10:00 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok , and where will you be leaving from and heading to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'bishops stortford');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to leave from Bishops Stortford and go to Cambridge ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'12:07');(_:result,departure,'Bishops Stortford');(_:result,destination,'Cambridge');(_:result,id,'TR6834');(_:result,leave_at,'11:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR6834 departs Bishops Stortford at 11:29 arriving by 12:07 in Cambridge . Does this work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'seven');(_:search,type,'Train'))" ], "speaker": "user", "text": "That will work great . Could you please make a booking for seven people ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,id,'5636CNX2');(_:booking,ticket,'70.7GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful and your reference number is 5636CNX2 . Please pay 70.7GBP at the station . Is there anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,\"rosa 's bed and breakfast\");(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I need some information on rosa 's bed and breakfast ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "That 's a lovely 4 star guesthouse in the south part of town . What would you like to know ?" } ]
PMUL4335.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "10:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "10:00" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "10:00" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "departure", "Bishops Stortford" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6834" ], [ "_:result", "leave_at", "11:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "seven" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "10:00" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "12:07" ], [ "_:result", "departure", "Bishops Stortford" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR6834" ], [ "_:result", "leave_at", "11:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "seven" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "5636CNX2" ], [ "_:booking", "ticket", "70.7GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "rosa 's bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'camboats');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Do you know anything about camboats ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'east');(_:result,category,'boating place');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "I do , they are an amazing boating place in the east part of cambridge with activites for all type of boaters , would you like more information ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Yes more info of what is offered and how can I get there" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'the plough , green end , fen ditton');(_:result,name,'camboats');(_:result,phone,'01223902112');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "The address I have for camboats is the plough , green end , fen ditton . Perhaps you can give them a call for more information . Their phone number is 01223902112 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . Could you tell me their business hours ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223902112');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "No I do n't know their business hours but I have a phone number you can use to check with them . It 's 01223902112 ." }, { "id": 6, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))", "inform((_:search,name,'Camboats');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is there an entrance fee at Camboats ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,\"I ' m unsure\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'm unsure of the entrance fee . You could try calling then with the number I provided though . Can I help with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'20:00');(_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train leaving on friday and arriving by 20:00 ." }, { "id": 9, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "And where would your destination be please ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "my destination is bishops stortford" }, { "id": 11, "rdf-acts": [ "inform((_:result,leave_at,'17:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "We 've got a train leaving at 17:29 . Would you like me to book some tickets for you ?" }, { "id": 12, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I do nt need a booking . I do need the travel time and the price please ." }, { "id": 13, "rdf-acts": [ "inform((_:result,duration,'38 minutes');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "The travel time is 38 minutes and the price is 10.10 pounds ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks that is i need today" }, { "id": 15, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "you are welcome ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . Goodbye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Please feel free to reach out if you have any additional questions . Goodbye ." } ]
PMUL4146.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "camboats" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "camboats" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "category", "boating place" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "camboats" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "east" ], [ "_:result", "category", "boating place" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "name", "camboats" ], [ "_:result", "phone", "01223902112" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "boating place" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "name", "camboats" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223902112" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:search", "name", "Camboats" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "boating place" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "name", "camboats" ], [ "_:result", "phone", "01223902112" ], [ "_:search", "name", "Camboats" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "I ' m unsure" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "boating place" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "name", "camboats" ], [ "_:result", "phone", "01223902112" ], [ "_:search", "name", "Camboats" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "I ' m unsure" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "boating place" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "name", "camboats" ], [ "_:result", "phone", "01223902112" ], [ "_:search", "name", "Camboats" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "I ' m unsure" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "17:29" ], [ "_: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, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "area", "east" ], [ "_:result", "category", "boating place" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "name", "camboats" ], [ "_:result", "phone", "01223902112" ], [ "_:search", "name", "Camboats" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "I ' m unsure" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "17:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "38 minutes" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_: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": [ [ "_:result", "area", "east" ], [ "_:result", "category", "boating place" ], [ "_:result", "address", "the plough , green end , fen ditton" ], [ "_:result", "name", "camboats" ], [ "_:result", "phone", "01223902112" ], [ "_:search", "name", "Camboats" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "I ' m unsure" ], [ "_:search", "arrive_by", "20:00" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "17:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "38 minutes" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm starving ! Can you find me somewhere to eat on the south side of the city ? Money is no object so please find me something expensive ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,food,'Chinese');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,food,'Mexican');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have several options available to you . What type of cuisine would you prefer ? We have Chinese , Indian , Italian , and Mexican as options ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'15:45');(_:search,food,'dontcare');(_:search,people,'4');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Whichever one you recommend , as long as its expensive . I 'll need a reservation for 4 at 15:45 on saturday ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'peking restaurant');(_:booking,ref,'3TFBGBP8');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book you at the peking restaurant , the reference number is 3TFBGBP8 , the table will be held for 15 minutes , is there anything else , that I can assist with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , could you please recommend some places to go after we get done eating that are near the restaurant as well ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,amount,'couple of other');(_:result,category,'entertainment');(_:result,category,'nightclub');(_:result,name,'The \" Place \"');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The \" Place \" is a popular nightclub in the area . There are also a couple of other entertainment options ." }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "The \" Place \" sounds good , can I get its postcode , please ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb23hg');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode for that attraction is cb23hg . Is there anything more I can help with today ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need . Thank you so much for your help ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !" } ]
MUL2466.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Mexican" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "amount", "several" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Mexican" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "peking restaurant" ], [ "_:booking", "ref", "3TFBGBP8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Mexican" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "peking restaurant" ], [ "_:booking", "ref", "3TFBGBP8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "couple of other" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "The \" Place \"" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Mexican" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "4" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "name", "peking restaurant" ], [ "_:booking", "ref", "3TFBGBP8" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "couple of other" ], [ "_:result", "category", "entertainment" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "The \" Place \"" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23hg" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'limehouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a hotel in the Cambridge area called the limehouse ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Limehouse');(_:result,pricerange,'moderately priced');(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Limehouse is a moderately priced guesthouse on the north side of Cambridge . They are a 4-star establishment and offer free parking and Internet . Would you like to make a reservation ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'4');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes . Book for 2 people for 4 nights on thursday and I 'll need the reference number too please" }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'Q5BKFIC3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . Your reference number is Q5BKFIC3" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'south african');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thank you . Can you find us some good eats , too ? We 'd like something moderately priced that serves South African cuisine ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I was unable to find anything matching that . Would you like to try again ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'african');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about African food in general ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'1');(_:result,name,'Bedouin');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have one restaurant , the Bedouin . Would you like me to make you a reservation ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "yes please ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,people,'2');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would be happy to book a reservation for 2 . What day are you looking at and time ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'19:00');(_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "2 people for Thursday at 19:00 please" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,name,'Bedouin');(_:booking,people,'2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have your table for 2 booked at the Bedouin . Would you like anything else ?" }, { "id": 12, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I need the reference number too please ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'0LG9G1BT');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The reference number is 0LG9G1BT . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I need ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Okay , great ! Enjoy your day ." } ]
MUL1323.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "limehouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "limehouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Limehouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "limehouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Limehouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "Q5BKFIC3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "south african" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "limehouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Limehouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "Q5BKFIC3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/6e75afac" ], [ "_:search/6e75afac", "type", "Restaurant" ], [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "limehouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-star" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "Q5BKFIC3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/6e75afac" ], [ "_:search/6e75afac", "type", "Restaurant" ], [ "_:search", "food", "african" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "limehouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-star" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "Q5BKFIC3" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/6e75afac" ], [ "_:search/6e75afac", "type", "Restaurant" ], [ "_:search", "food", "african" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "people", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "limehouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-star" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "Q5BKFIC3" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/6e75afac" ], [ "_:search/6e75afac", "type", "Restaurant" ], [ "_:search", "food", "african" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "name", "Bedouin" ], [ "_:booking", "people", "2" ], [ "_: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", "name", "limehouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4-star" ], [ "_:search", "stay", "4" ], [ "_:result", "ref", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "canthelp", "_:search/6e75afac" ], [ "_:search/6e75afac", "type", "Restaurant" ], [ "_:search", "food", "african" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Bedouin" ], [ "_:result", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "19:00" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "Bedouin" ], [ "_:booking", "people", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0LG9G1BT" ], [ "_: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,destination,'avalon');(_:search,leave_at,'16:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi . I am going to avalon and I need to leave after 16:15" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I will need to know where you need to be picked up ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'parkside pools');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I will be at Parkside Pools ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'red Lexus');(_:result,departure,'Parkside Pools');(_:result,leave_at,'16:15');(_:result,phone,'07332430116');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Alright I have a red Lexus picking you up at Parkside Pools at 16:15 . The contact number for the taxi is 07332430116 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great that will be everything thanks ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Have a nice day !" } ]
SNG0055.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "avalon" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "avalon" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "departure", "parkside pools" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "avalon" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "departure", "parkside pools" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red Lexus" ], [ "_:result", "departure", "Parkside Pools" ], [ "_:result", "leave_at", "16:15" ], [ "_:result", "phone", "07332430116" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi , I need a place to eat on the north side ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'north');(_:result,food,'Indian');(_:result,name,'Royal Spice');(_:result,pricerange,'low priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There 's a low priced restaurant on the north side serving Indian food called Royal Spice . I can give you their address and telephone if that sounds appealing ." }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a Greek restaurant specifically , what else is there in the area ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'north');(_:search,food,'greek');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I did not find nay greek restaurants in the north area . Do you have another area or cuisine in mind ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can we search for one that serves italian food ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'20 Milton Road Chesterton');(_:result,name,'da vinci pizzeria');(_:result,phone,'01223351707');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found da vinci pizzeria , they are located on 20 Milton Road Chesterton and their number is 01223351707 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is that one a cheap restaurant ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Yes it is . Did you want to book it today ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I first get the address and postcode for that place ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'20 Milton Road in Chesterton');(_:result,postcode,'cb41jy');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , it is located at 20 Milton Road in Chesterton . The postcode is cb41jy . Do you need a reservation ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not right now . I 'm also looking for a 4-star guesthouse ." }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Would you like a certain area or do you have a price range in mind ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Any place is fine , but it needs to also include wifi and parking ." }, { "id": 13, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Did you have a price range ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'dontcare');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care about price but I want it to have a star of 4 and be a guesthouse ." }, { "id": 15, "rdf-acts": [ "inform((_:result,name,'Acorn guest house');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Acorn guest house seems to fit your needs . Would you like more information ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please . Can you tell me if they offer free parking or internet ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,amount,'both');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They have both free parking and free internet access ." }, { "id": 18, "rdf-acts": [ "inform((_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Alright can I book that for 5 nights for 5 people ?" }, { "id": 19, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))", "inform((_:result,stay,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure what day did you want the 5 nights to start ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need it to start on Sunday please ." }, { "id": 21, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The hotel is n't able to accommodate that stay . Could you do it another day ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Okay , can you try for 4 nights instead , then ?" }, { "id": 23, "rdf-acts": [ "inform((_:booking,ref,'ACO29HVU');(_:booking,stay,'4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have you booked for 4 nights , and your reference number is ACO29HVU ." }, { "id": 24, "rdf-acts": [ "inform((_:search,departure,'my hotel');(_:search,leave_at,'15:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "ok , are you able to find me a taxi that will leave my hotel by 15:30" }, { "id": 25, "rdf-acts": [ "inform((_:result,car,'black skoda');(_:result,departure,'acorn');(_:result,destination,'da vinci pizza');(_:result,leave_at,'15:30');(_:result,phone,'07781215945');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "No problem , your car ( a black skoda ) has been booked to leave acorn at 15:30 and head to da vinci pizza . Their contact number is 07781215945 if you need to call ." }, { "id": 26, "rdf-acts": [ "thank()", "inform((_:search,car,'black skoda');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Ok , thanks I will be outside waiting for the black skoda . Have a nice day ." }, { "id": 27, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with ?" }, { "id": 28, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all . Once again thanks for your service ." }, { "id": 29, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a good day ." } ]
MUL1221.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "pricerange", "low priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "greek" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "pricerange", "low priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223351707" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223351707" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223351707" ], [ "_:search", "pricerange", "cheap" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "20 Milton Road in Chesterton" ], [ "_:result", "postcode", "cb41jy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223351707" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "20 Milton Road in Chesterton" ], [ "_:result", "postcode", "cb41jy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4-star" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "has_internet", "yes" ], [ "_: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": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "phone", "01223351707" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "20 Milton Road in Chesterton" ], [ "_:result", "postcode", "cb41jy" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "phone", "01223351707" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "20 Milton Road in Chesterton" ], [ "_:result", "postcode", "cb41jy" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "phone", "01223351707" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "20 Milton Road in Chesterton" ], [ "_:result", "postcode", "cb41jy" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Acorn guest house" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "both" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "5" ], [ "_: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 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "phone", "01223351707" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "20 Milton Road in Chesterton" ], [ "_:result", "postcode", "cb41jy" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Acorn guest house" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "both" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "stay", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_: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", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "phone", "01223351707" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "20 Milton Road in Chesterton" ], [ "_:result", "postcode", "cb41jy" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Acorn guest house" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "both" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "people", "5" ], [ "_:result", "stay", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:system", "canthelp", "_:booking/2860d822" ], [ "_:booking/2860d822", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:result", "phone", "01223351707" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "20 Milton Road in Chesterton" ], [ "_:result", "postcode", "cb41jy" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Acorn guest house" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "both" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "people", "5" ], [ "_:result", "stay", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:system", "canthelp", "_:booking/2860d822" ], [ "_:booking/2860d822", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "ACO29HVU" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "my hotel" ], [ "_:search", "leave_at", "15:30" ], [ "_: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 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "20 Milton Road in Chesterton" ], [ "_:result", "postcode", "cb41jy" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Acorn guest house" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "both" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "people", "5" ], [ "_:result", "stay", "5" ], [ "_:search", "day", "sunday" ], [ "_:system", "canthelp", "_:booking/2860d822" ], [ "_:booking/2860d822", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "ACO29HVU" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "my hotel" ], [ "_:search", "leave_at", "15:30" ], [ "_:result", "car", "black skoda" ], [ "_:result", "departure", "acorn" ], [ "_:result", "destination", "da vinci pizza" ], [ "_:result", "leave_at", "15:30" ], [ "_:result", "phone", "07781215945" ], [ "_:result", "type", "Taxi" ], [ "_:search", "car", "black skoda" ], [ "_: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": [ [ "_:result", "area", "north" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "low priced" ], [ "_:system", "canthelp", "_:search/94dea8dd" ], [ "_:search/94dea8dd", "area", "north" ], [ "_:search/94dea8dd", "food", "greek" ], [ "_:search/94dea8dd", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "20 Milton Road in Chesterton" ], [ "_:result", "postcode", "cb41jy" ], [ "_:search", "area", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Acorn guest house" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "both" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:search", "people", "5" ], [ "_:result", "stay", "5" ], [ "_:search", "day", "sunday" ], [ "_:system", "canthelp", "_:booking/2860d822" ], [ "_:booking/2860d822", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "4" ], [ "_:booking", "ref", "ACO29HVU" ], [ "_:booking", "stay", "4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "my hotel" ], [ "_:search", "leave_at", "15:30" ], [ "_:result", "car", "black skoda" ], [ "_:result", "departure", "acorn" ], [ "_:result", "destination", "da vinci pizza" ], [ "_:result", "leave_at", "15:30" ], [ "_:result", "phone", "07781215945" ], [ "_:result", "type", "Taxi" ], [ "_:search", "car", "black skoda" ], [ "_:search", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am hoping you can help me find a hotel with free wifi in the north ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,name,'Acorn guest house');(_:result,pricerange,'moderately');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Acorn guest house is in the North and offers wifi , it is moderately priced and has 4 stars . Would you like to book it ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it have parking ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , they offer both free wifi and free parking . Can I assist you in booking a room ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I actually would want something expensive ( north side preferred ) and free wifi and parking ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "canthelp((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I have nothing in the north area meeting that search criteria , would you like me to check another area ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes . How about an expensive place in the centre of town , with both free wifi and parking ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'center');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'gonville hotel');(_:result,pricerange,'expensive');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I found the gonville hotel . It is located in the center , is in the expensive price range , has free internet and parking ! Shall I book it ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'1');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes ! Please book it for 1 people and 2 nights starting from monday ." }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry there is no availability for 2 nights from Monday , would you like me to try a different date or a different hotel ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,stay,'one');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about one night only ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,ref,'B13IXXHV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "That was open , the reference code is B13IXXHV ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you for your help !" }, { "id": 13, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Thank you , do you need anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's it . Thank you ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome . Thanks for letting me assist you . Bye !" } ]
SNG0982.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Acorn guest house" ], [ "_:result", "pricerange", "moderately" ], [ "_: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", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn guest house" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn guest house" ], [ "_:result", "pricerange", "moderately" ], [ "_:result", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/fb00afc2" ], [ "_:search/fb00afc2", "area", "north" ], [ "_:search/fb00afc2", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_: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", "stars", "4" ], [ "_:system", "canthelp", "_:search/fb00afc2" ], [ "_:search/fb00afc2", "area", "north" ], [ "_:search/fb00afc2", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "center" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/fb00afc2" ], [ "_:search/fb00afc2", "area", "north" ], [ "_:search/fb00afc2", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "center" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/c278efef" ], [ "_:booking/c278efef", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "stars", "4" ], [ "_:system", "canthelp", "_:search/fb00afc2" ], [ "_:search/fb00afc2", "area", "north" ], [ "_:search/fb00afc2", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "center" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/c278efef" ], [ "_:booking/c278efef", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "B13IXXHV" ], [ "_:booking", "type", "Booking" ] ], "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", "stars", "4" ], [ "_:system", "canthelp", "_:search/fb00afc2" ], [ "_:search/fb00afc2", "area", "north" ], [ "_:search/fb00afc2", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "center" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "1" ], [ "_:system", "canthelp", "_:booking/c278efef" ], [ "_:booking/c278efef", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:search", "stay", "one" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "B13IXXHV" ], [ "_: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,name,'the slug and lettuce');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need to find a certain restaurant called the slug and lettuce ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'gastropub');(_:result,name,'slug and lettuce');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The slug and lettuce is a gastropub in the centre of town . Would you like to book a table ?" }, { "id": 2, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No . I just needed the area . Thank you !" }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "You are very welcome . Is there anything else I can help you with today ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'3-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please . I need a 3-star hotel with free wifi ." }, { "id": 5, "rdf-acts": [ "request((_:search,category,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I found 5 hotels that are available , do you have a price range or hotel style you 'd prefer ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like it to be a guesthouse with free parking included please ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'south');(_:result,name,'Bridge Guest House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I would recommend the Bridge Guest House . It 's on the south side of town ." }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "What is the price range ? Can I also get the address and postcode ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'151 hills road');(_:result,name,'bridge guest house');(_:result,postcode,'cb28rj');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The bridge guest house is moderately priced and is at 151 hills road , postcode cb28rj ." }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Great ! That s all the information I needed . Have a great day ." }, { "id": 11, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "thank you for calling ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , and goodbye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Take care ." } ]
MUL0165.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "slug and lettuce" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "slug and lettuce" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "gastropub" ], [ "_:result", "name", "slug and lettuce" ], [ "_:result", "area", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3-star" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "gastropub" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3-star" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Bridge Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "gastropub" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3-star" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "address", "151 hills road" ], [ "_:result", "name", "bridge guest house" ], [ "_:result", "postcode", "cb28rj" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "the slug and lettuce" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "gastropub" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3-star" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "south" ], [ "_:result", "address", "151 hills road" ], [ "_:result", "name", "bridge guest house" ], [ "_:result", "postcode", "cb28rj" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'15:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to catch a train out of Cambridge after 15:45 ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Could you provide me with your destination ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to go to Stevenage ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day do you need the train ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'4');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I need to leave on Monday . Can you book me for 4 people and can I get the reference number ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'5K1EMDSS');(_:booking,ticket,'51.2 GBP');(_:booking,type,'Booking');(_:result,departure,'Cambridge');(_:result,id,'TR0254');(_:result,leave_at,'17:21');(_:result,type,'Train'))" ], "speaker": "system", "text": "TR0254 leaves Cambridge at 17:21 . The Booking was successful , the total fee is 51.2 GBP payable at the station . \n Reference number is : 5K1EMDSS ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'autumn house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Perfect . Now if you can just help me find the autumn house hotel ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'710 newmarket road');(_:result,area,'east');(_:result,name,'The autumn house hotel');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Certainly ! The autumn house hotel is located on the east side at 710 newmarket road ." }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Great , thanks ! I think that 's all I need today . Good bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for letting us help . Good bye" } ]
PMUL1657.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5K1EMDSS" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR0254" ], [ "_:result", "leave_at", "17:21" ], [ "_:result", "type", "Train" ], [ "_:search", "name", "autumn house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5K1EMDSS" ], [ "_:booking", "ticket", "51.2 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR0254" ], [ "_:result", "leave_at", "17:21" ], [ "_:search", "name", "autumn house" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "710 newmarket road" ], [ "_:result", "area", "east" ], [ "_:result", "name", "The autumn house hotel" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,food,'lebanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am searching for a Lebanese restaurant in the east part of town ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are no Lebanese restaurants in East . Do you have another food type you would be interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "How about Chinese food ? I would like to know the address , phone number , and postcode of the restaurant ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'529 Newmarket Road Fen Ditton');(_:result,name,'Yu Garden');(_:result,phone,'01223 248882');(_:result,postcode,'8 P.A.');(_:result,postcode,'C.B 5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yu Garden is at 529 Newmarket Road Fen Ditton , postcode C.B 5 , 8 P.A. The phone number is 01223 248882 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is that in the east part of town ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'yu garden');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , yu garden is in the east part of town ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you good bye ." }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank You" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That 's all I need to know , then . Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Goodbye" } ]
WOZ20428.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "lebanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:system", "canthelp", "_:search/0b58575f" ], [ "_:search/0b58575f", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/0b58575f" ], [ "_:search/0b58575f", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "address", "529 Newmarket Road Fen Ditton" ], [ "_:result", "name", "Yu Garden" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "postcode", "8 P.A." ], [ "_:result", "postcode", "C.B 5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/0b58575f" ], [ "_:search/0b58575f", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "address", "529 Newmarket Road Fen Ditton" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "postcode", "8 P.A." ], [ "_:result", "postcode", "C.B 5" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/0b58575f" ], [ "_:search/0b58575f", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:result", "address", "529 Newmarket Road Fen Ditton" ], [ "_:result", "phone", "01223 248882" ], [ "_:result", "postcode", "8 P.A." ], [ "_:result", "postcode", "C.B 5" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "yu garden" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'16:45');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , I need to locate a train to Leicester that will arrive by 16:45 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))", "thank()" ], "speaker": "system", "text": "Okay we can do that . Where are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Leaving from Cambridge this coming Thursday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,arrive_by,'11:06');(_:result,departure,'Cambridge');(_:result,leave_at,'5:21');(_:result,leave_at,'6:21');(_:result,leave_at,'7:21');(_:result,leave_at,'8:21');(_:result,leave_at,'9:21');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You have several choices . Trains leave Cambridge at 5:21 , 6:21 , 7:21 , 8:21 , and 9:21 . The 9:21 arrives at 11:06 . Shall I book one of these ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'15:45');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "OK I need one that arrives at 15:45 and I will need the travel time and the train ID ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'15:06');(_:result,duration,'105 minutes');(_:result,id,'TR1160');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The closest I have to that is a train arriving at 15:06 and takes 105 minutes to arrive . The train ID for this journey is TR1160 . Would you like a reservation ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "No , I do n't need a reservation ." }, { "id": 7, "rdf-acts": [], "speaker": "system", "text": "Is there anything that I may help you with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I was also looking for a place to stay somewhere in the north ." }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "sure , what price range ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "In the moderate price range , please ." }, { "id": 11, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,type,'Hotel'))", "inform((_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 'm trying to narrow 11 choices down . Would you want free parking or free internet ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "free parking , please ." }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Archway House');(_:result,stars,'4');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "How about Archway House in the north ? It has free parking and free Internet . It gets 4 stars . Would you like to book this one ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes please . Book it for 4 nights for 6 people . We 'd love to check in on Sunday" }, { "id": 15, "rdf-acts": [ "inform((_:booking,ref,'PA8I7W04');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great . Your booking was successful and your reference number is PA8I7W04 ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That was all I needed . Goodbye ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Have a nice day ." } ]
PMUL1558.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:45" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:45" ], [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "arrive_by", "11:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "leave_at", "5:21" ], [ "_:result", "leave_at", "6:21" ], [ "_:result", "leave_at", "7:21" ], [ "_:result", "leave_at", "8:21" ], [ "_:result", "leave_at", "9:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "leave_at", "5:21" ], [ "_:result", "leave_at", "6:21" ], [ "_:result", "leave_at", "7:21" ], [ "_:result", "leave_at", "8:21" ], [ "_:result", "leave_at", "9:21" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "15:45" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "15:06" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR1160" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "leave_at", "5:21" ], [ "_:result", "leave_at", "6:21" ], [ "_:result", "leave_at", "7:21" ], [ "_:result", "leave_at", "8:21" ], [ "_:result", "leave_at", "9:21" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "15:45" ], [ "_:result", "arrive_by", "15:06" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR1160" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "leave_at", "5:21" ], [ "_:result", "leave_at", "6:21" ], [ "_:result", "leave_at", "7:21" ], [ "_:result", "leave_at", "8:21" ], [ "_:result", "leave_at", "9:21" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "15:45" ], [ "_:result", "arrive_by", "15:06" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR1160" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "leave_at", "5:21" ], [ "_:result", "leave_at", "6:21" ], [ "_:result", "leave_at", "7:21" ], [ "_:result", "leave_at", "8:21" ], [ "_:result", "leave_at", "9:21" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "15:45" ], [ "_:result", "arrive_by", "15:06" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR1160" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "has_internet", "?" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_: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", "destination", "leicester" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "leave_at", "5:21" ], [ "_:result", "leave_at", "6:21" ], [ "_:result", "leave_at", "7:21" ], [ "_:result", "leave_at", "8:21" ], [ "_:result", "leave_at", "9:21" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "15:45" ], [ "_:result", "arrive_by", "15:06" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR1160" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "has_internet", "?" ], [ "_:result", "count", "11" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Archway House" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "leave_at", "5:21" ], [ "_:result", "leave_at", "6:21" ], [ "_:result", "leave_at", "7:21" ], [ "_:result", "leave_at", "8:21" ], [ "_:result", "leave_at", "9:21" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "arrive_by", "15:45" ], [ "_:result", "arrive_by", "15:06" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR1160" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "has_internet", "?" ], [ "_:result", "count", "11" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Archway House" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "PA8I7W04" ], [ "_: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": [], "speaker": "user", "text": "I am planning a trip in Cambridge ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "sure , do you need some information ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,leave_at,'20:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to book a train from Cambridge to Leicester , leaving after 20:00 on Sunday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'4');(_:result,destination,'leicester');(_:result,leave_at,'20:00');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 4 options leaving after 20:00 , by what time do you want to arrive in leicester ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "It does n't matter when I arrive , but I need to make a booking for 5 people . And I definitely need a reference number for the booking ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'EM5AYOET');(_:booking,ticket,'151.19 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 151.19 GBP payable at the station , your reference number is EM5AYOET . Will that be all ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Actually , I could use some help finding something fun to do in the north ." }, { "id": 7, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,area,'north');(_:result,category,'boat');(_:result,category,'park');(_:result,category,'swimmingpools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are several swimmingpools as well as a park and a boat attraction in the north . do any of these appeal to you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'park');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you give me the address for the park ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'milton country park');(_:result,postcode,'cb46az');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is milton country park , milton , cb46az . Will that be all ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "no that will be all thank you" }, { "id": 11, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Do you need anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Okay , have a great day !" } ]
PMUL4577.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "20:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "20:00" ], [ "_:result", "count", "4" ], [ "_:result", "destination", "leicester" ], [ "_:result", "leave_at", "20:00" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "20:00" ], [ "_:result", "count", "4" ], [ "_:result", "destination", "leicester" ], [ "_:result", "leave_at", "20:00" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EM5AYOET" ], [ "_:booking", "ticket", "151.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "20:00" ], [ "_:result", "count", "4" ], [ "_:result", "destination", "leicester" ], [ "_:result", "leave_at", "20:00" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EM5AYOET" ], [ "_:booking", "ticket", "151.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "north" ], [ "_:result", "category", "boat" ], [ "_:result", "category", "park" ], [ "_:result", "category", "swimmingpools" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "20:00" ], [ "_:result", "count", "4" ], [ "_:result", "destination", "leicester" ], [ "_:result", "leave_at", "20:00" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EM5AYOET" ], [ "_:booking", "ticket", "151.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "north" ], [ "_:result", "category", "boat" ], [ "_:result", "category", "park" ], [ "_:result", "category", "swimmingpools" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "milton country park" ], [ "_:result", "postcode", "cb46az" ], [ "_:result", "type", "Attraction" ] ], "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", "destination", "leicester" ], [ "_:search", "leave_at", "20:00" ], [ "_:result", "count", "4" ], [ "_:result", "destination", "leicester" ], [ "_:result", "leave_at", "20:00" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "people", "5" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "EM5AYOET" ], [ "_:booking", "ticket", "151.19 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "north" ], [ "_:result", "category", "boat" ], [ "_:result", "category", "park" ], [ "_:result", "category", "swimmingpools" ], [ "_:search", "category", "park" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "milton country park" ], [ "_:result", "postcode", "cb46az" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,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": [ "inform((_: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": null, "speaker": "system", "text": "Okay the TR 2929 leaves at 11:29 and arrives at 12:07 . Would you like me to book this ?" } ]
PMUL4973.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": 0, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a moderately priced Indian restaurant ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Curry prince');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Curry prince is available , would you like to try that ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds good . Where is it located ? I was looking for somewhere in the east ." }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,name,'curry prince');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "curry prince is located in the east section of town ! What day and time can I make your reservations for ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I think I would just like to get the postcode , address and phone number to contact them myself ." }, { "id": 5, "rdf-acts": [ "thank()", "inform((_:result,address,'451 Newmarket Road Fen Ditton');(_:result,phone,'01223566388');(_:result,postcode,'cb58jj');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure ! The postcode is cb58jj , address is 451 Newmarket Road Fen Ditton and the phone # is 01223566388 . Enjoy your dining experience !" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thanks you , I m think of doing something after I eat , are there any good entertainment places in the east area ?" }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'quite a few');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , there are quite a few good places . Was there a certain type of entertainment you were interested in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "The attraction type is entertainment , in the east area , please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'2');(_:result,name,'Cherry Hinton Hall and Grounds');(_:result,name,'Funky Fun House');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I found two attractions that match your request : Cherry Hinton Hall and Grounds and Funky Fun House ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))", "inform((_:search,name,'Cherry');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Cherry Hinton Hall sounds good can I get the phone number , address , and postcode ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Cherry Hinton Road');(_:result,name,'Cherry Hinton Hall and Grounds');(_:result,phone,'01223446104');(_:result,postcode,'cb18dw');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Cherry Hinton Hall and Grounds is on Cherry Hinton Road . Their phone number is 01223446104 and the postcode is cb18dw ." }, { "id": 12, "rdf-acts": [ "inform((_:search,leave_at,'09:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you . I will also need a taxi between the two places that leaves the restaurant by 09:15 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'red skoda');(_:result,phone,'07396377066');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t red skoda \n Contact number \t : \t 07396377066 \n Can I help you with anything else ?" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Nope , that 's it . Thank you . Bye now" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Good bye , enjoy your stay in Cambridge ." } ]
PMUL2205.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "Curry prince" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:result", "phone", "01223566388" ], [ "_:result", "postcode", "cb58jj" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "name", "curry prince" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:result", "phone", "01223566388" ], [ "_:result", "postcode", "cb58jj" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "address", "451 Newmarket Road Fen Ditton" ], [ "_:result", "phone", "01223566388" ], [ "_:result", "postcode", "cb58jj" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:result", "name", "Funky Fun House" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "name", "Cherry" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:result", "count", "2" ], [ "_:search", "name", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:result", "phone", "01223446104" ], [ "_:result", "postcode", "cb18dw" ], [ "_:result", "type", "Attraction" ], [ "_:search", "leave_at", "09:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "east" ], [ "_:result", "amount", "quite a few" ], [ "_:search", "area", "east" ], [ "_:search", "category", "entertainment" ], [ "_:result", "count", "2" ], [ "_:search", "name", "Cherry" ], [ "_:result", "address", "Cherry Hinton Road" ], [ "_:result", "name", "Cherry Hinton Hall and Grounds" ], [ "_:result", "postcode", "cb18dw" ], [ "_:search", "leave_at", "09:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "red skoda" ], [ "_:result", "phone", "07396377066" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [], "speaker": "user", "text": "I am planning a trip in Cambridge" }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "I can help you find what you are looking for ." }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'norwich');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you ! Can you help me find a train to Norwich , please ?" }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Yes if you can tell me where you will leaving from and what day and time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,leave_at,'9 pm');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving Cambridge on Monday at 9 PM ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'22:55');(_:result,departure,'Cambridge');(_:result,destination,'Norwich');(_:result,id,'Train 2662');(_:result,leave_at,'21:36');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train 2662 leaves Cambridge at 21:36 and arrives in Norwich at 22:55 . Would you like me to book a ticket for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'21:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need the train to arrive by 21:00 . Is there one at that time ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,arrive_by,'20:55');(_:booking,category,'Train');(_:booking,id,'TR9246');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "May I recommend the TR9246 train arriving at 20:55" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "yes book that for 3 people please" }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'8L54O12B');(_:booking,ticket,'52.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 52.8 GBP payable at the station .Reference number is : 8L54O12B ." }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'mahal of cambridge');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am now looking to dine at mahal of cambridge" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Would you like more info or for me to book it ?" }, { "id": 12, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "what kind of food do they serve and how expensive is it ?" }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'Indian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is a cheap Indian restaurant . Would you like to book a table ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "No . I think that is all ." }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can assist you with today ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Actually , I would like to book a table at that restaurant ." }, { "id": 17, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "On what day would you like a reservation ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Come to think of it , I wo n't need a reservation . That will be all for today . Thanks for your help !" }, { "id": 19, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "No worries we are here if you need us , have a nice day ." }, { "id": 20, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Great . I 'll call back if I need anything . Goodbye ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "My pleasure . Have a great day . Goodbye ." } ]
PMUL4154.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "norwich" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "norwich" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "9 pm" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "norwich" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "9 pm" ], [ "_:result", "arrive_by", "22:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "Train 2662" ], [ "_:result", "leave_at", "21:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "norwich" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "9 pm" ], [ "_:result", "arrive_by", "22:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "Train 2662" ], [ "_:result", "leave_at", "21:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:booking", "arrive_by", "20:55" ], [ "_:booking", "id", "TR9246" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "norwich" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "9 pm" ], [ "_:result", "arrive_by", "22:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "Train 2662" ], [ "_:result", "leave_at", "21:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:booking", "arrive_by", "20:55" ], [ "_:booking", "id", "TR9246" ], [ "_:search", "people", "3" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8L54O12B" ], [ "_:booking", "ticket", "52.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "mahal of cambridge" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "norwich" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "9 pm" ], [ "_:result", "arrive_by", "22:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "Train 2662" ], [ "_:result", "leave_at", "21:36" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:booking", "arrive_by", "20:55" ], [ "_:booking", "id", "TR9246" ], [ "_:search", "people", "3" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8L54O12B" ], [ "_:booking", "ticket", "52.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "mahal of cambridge" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "destination", "norwich" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "9 pm" ], [ "_:result", "arrive_by", "22:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "Train 2662" ], [ "_:result", "leave_at", "21:36" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:booking", "arrive_by", "20:55" ], [ "_:booking", "id", "TR9246" ], [ "_:search", "people", "3" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8L54O12B" ], [ "_:booking", "ticket", "52.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "mahal of cambridge" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_: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", "destination", "norwich" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "9 pm" ], [ "_:result", "arrive_by", "22:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "Train 2662" ], [ "_:result", "leave_at", "21:36" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:booking", "arrive_by", "20:55" ], [ "_:booking", "id", "TR9246" ], [ "_:search", "people", "3" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8L54O12B" ], [ "_:booking", "ticket", "52.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "mahal of cambridge" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_: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", "destination", "norwich" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "9 pm" ], [ "_:result", "arrive_by", "22:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "Train 2662" ], [ "_:result", "leave_at", "21:36" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:booking", "arrive_by", "20:55" ], [ "_:booking", "id", "TR9246" ], [ "_:search", "people", "3" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8L54O12B" ], [ "_:booking", "ticket", "52.8 GBP" ], [ "_:search", "name", "mahal of cambridge" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_: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", "destination", "norwich" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "9 pm" ], [ "_:result", "arrive_by", "22:55" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Norwich" ], [ "_:result", "id", "Train 2662" ], [ "_:result", "leave_at", "21:36" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "arrive_by", "21:00" ], [ "_:booking", "arrive_by", "20:55" ], [ "_:booking", "id", "TR9246" ], [ "_:search", "people", "3" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8L54O12B" ], [ "_:booking", "ticket", "52.8 GBP" ], [ "_:search", "name", "mahal of cambridge" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hello . I 'm looking for a museum to visit while I am in Cambridge ." }, { "id": 1, "rdf-acts": [ "select((_:result,name,'broughton house gallery');(_:result,name,'cambridge artworks and several others');(_:result,type,'Attraction'))", "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'several');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "there are several museums in Cambridge , which area would you like ? there is broughton house gallery , cambridge artworks and several others . any preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'center');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like someplace in the center of town , please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'98 king street');(_:result,name,'broughton house gallery');(_:result,phone,'01223314960');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I 'd recommend the broughton house gallery on 98 king street . Their phone number is 01223314960 ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Please give me their postcode too ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb11ln');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure . Postcode is cb11ln . Is there anything else I can help with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'worth house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for a Hotel named Worth House ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'152 chesterton road');(_:result,area,'north');(_:result,stars,'4');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Sure , its in the north , is rated 4 stars and is located at 152 chesterton road . Is there anything else ? Do you want me to book it ?" }, { "id": 8, "rdf-acts": [ "request((_:result,has_parking,?);(_:result,pricerange,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does that hotel have free parking ? What price range is it in ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotel');(_:result,has_parking,'none');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The hotel is in the cheap price range and does come with parking . Would you like a reservation ?" }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "could I have the phone number please" }, { "id": 11, "rdf-acts": [ "inform((_:result,phone,'01223316074');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Sure , it is 01223316074 . Anything else you need ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'broughton house gallery');(_:search,leave_at,'20:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Can you help me book a taxi between the Broughton House Gallery and the hotel ? I want to leave the Gallery by 20:15" }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'white lexus');(_:result,phone,'07850136314');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked a taxi for you , it is a white lexus and you can contact them with the number 07850136314 . Did you need anything else ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I need . Thank you ! Goodbye !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting Cambridge TownInfo centre . Goodbye !" } ]
MUL2518.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "name", "cambridge artworks and several others" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "center" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "98 king street" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "center" ], [ "_:result", "address", "98 king street" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "phone", "01223314960" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "worth house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "museums" ], [ "_:search", "area", "center" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "152 chesterton road" ], [ "_:result", "area", "north" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "has_parking", "?" ], [ "_:result", "pricerange", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "center" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "152 chesterton road" ], [ "_:result", "area", "north" ], [ "_:result", "stars", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "center" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "152 chesterton road" ], [ "_:result", "area", "north" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "phone", "01223316074" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "broughton house gallery" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "museum" ], [ "_:result", "amount", "several" ], [ "_:search", "area", "center" ], [ "_:result", "name", "broughton house gallery" ], [ "_:result", "postcode", "cb11ln" ], [ "_:search", "name", "worth house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "152 chesterton road" ], [ "_:result", "area", "north" ], [ "_:result", "stars", "4" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "departure", "broughton house gallery" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white lexus" ], [ "_:result", "phone", "07850136314" ], [ "_: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,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a place to dine in the centre of town" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have several options . What price range would suit your needs ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "It does n't matter . We want to eat indian food ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Curry Garden');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Well I have the Curry Garden in the expensive price range ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel');(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Please provide me with the address and telephone number ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'106 Regent Street in the City Centre');(_:result,phone,'01223302330');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , the address is 106 Regent Street in the City Centre . Their phone number is 01223302330 . Can I help with something else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'14:30');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Could you also book it for me ? 3 people , 14:30 on Sunday ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Sunday');(_:booking,ref,'28O595TK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have your table booked for Sunday afternoon . They will hold the table for 15 minutes . Your reference number is 28O595TK . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "no thank you that is all" }, { "id": 9, "rdf-acts": [], "speaker": "system", "text": "The prompt before this call came through said that you needed two things , do you need anything regarding a hotel , transport or attractions ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'moderately');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sorry , I do need to find a guesthouse as well . Something moderately priced , perhaps 3 stars ?" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'alpha - milton guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The alpha - milton guest house will fit your needs . Would you like me to be book a room there ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No thank you , I just need the address , phone number and area ." }, { "id": 13, "rdf-acts": [ "inform((_:result,address,'63 milton road');(_:result,area,'north');(_:result,name,'alpha - milton');(_:result,postcode,'cb41xa');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "the alpha - milton is located in the north . their address is 63 milton road and the postcode is cb41xa ." }, { "id": 14, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "May I also have the telephone number for the alpha - milton , please ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,name,'Alpha - Milton Guest House');(_:result,phone,'01223311625');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Sure , the number for Alpha - Milton Guest House is 01223311625 . Can I help with anything else ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "i also want a taxi to help commute between the two places" }, { "id": 17, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where would you like the taxi to pick you up ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,departure,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "it should pick me at the restaurant at the booked time" }, { "id": 19, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))", "inform((_:result,destination,'the restaurant');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Are you sure that you do n't want to get to the restaurant for your booked time ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,arrive_by,'14:30');(_:search,destination,'curry garden');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I do need the taxi to get to Curry Garden by the booked time of 14:30 . I 'm a little scatter brained today . Thank you for clarifying ." }, { "id": 21, "rdf-acts": [ "inform((_:result,car,'yellow Tesla');(_:result,departure,'the hotel');(_:result,phone,'07140486418');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Great ! I have booked you a taxi , which will pick you up from the hotel . It will be a yellow Tesla and the contact number is 07140486418 . Anything else today ?" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "nope , that 's all thanks so much !" }, { "id": 23, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Thank you for using our services . Have we met all of your needs today ?" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , that is it for today . Thanks again ." }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , let me know if I can assist with anything else ." } ]
PMUL0285.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", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "106 Regent Street in the City Centre" ], [ "_:result", "phone", "01223302330" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "106 Regent Street in the City Centre" ], [ "_:result", "phone", "01223302330" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "28O595TK" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "Curry Garden" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "106 Regent Street in the City Centre" ], [ "_:result", "phone", "01223302330" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "28O595TK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_: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" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "106 Regent Street in the City Centre" ], [ "_:result", "phone", "01223302330" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "28O595TK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "alpha - milton guest house" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223302330" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "28O595TK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "phone", "?" ], [ "_:result", "address", "63 milton road" ], [ "_:result", "area", "north" ], [ "_:result", "name", "alpha - milton" ], [ "_:result", "postcode", "cb41xa" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "28O595TK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "63 milton road" ], [ "_:result", "area", "north" ], [ "_:result", "postcode", "cb41xa" ], [ "_:result", "name", "Alpha - Milton Guest House" ], [ "_:result", "phone", "01223311625" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_: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", "area", "centre" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "28O595TK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "63 milton road" ], [ "_:result", "area", "north" ], [ "_:result", "postcode", "cb41xa" ], [ "_:result", "name", "Alpha - Milton Guest House" ], [ "_:result", "phone", "01223311625" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "28O595TK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "63 milton road" ], [ "_:result", "area", "north" ], [ "_:result", "postcode", "cb41xa" ], [ "_:result", "name", "Alpha - Milton Guest House" ], [ "_:result", "phone", "01223311625" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "the restaurant" ], [ "_:result", "destination", "the restaurant" ], [ "_:result", "type", "Taxi" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "destination", "curry garden" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "28O595TK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "63 milton road" ], [ "_:result", "area", "north" ], [ "_:result", "postcode", "cb41xa" ], [ "_:result", "name", "Alpha - Milton Guest House" ], [ "_:search", "departure", "the restaurant" ], [ "_:result", "destination", "the restaurant" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "destination", "curry garden" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow Tesla" ], [ "_:result", "departure", "the hotel" ], [ "_:result", "phone", "07140486418" ], [ "_: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 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "indian" ], [ "_:result", "pricerange", "expensive" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "Sunday" ], [ "_:booking", "ref", "28O595TK" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "3" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "63 milton road" ], [ "_:result", "area", "north" ], [ "_:result", "postcode", "cb41xa" ], [ "_:result", "name", "Alpha - Milton Guest House" ], [ "_:search", "departure", "the restaurant" ], [ "_:result", "destination", "the restaurant" ], [ "_:search", "arrive_by", "14:30" ], [ "_:search", "destination", "curry garden" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow Tesla" ], [ "_:result", "departure", "the hotel" ], [ "_:result", "phone", "07140486418" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train that Departs Tuesday with the destination of cambridge ." }, { "id": 1, "rdf-acts": [ "inform((_:result,day,'Tuesday');(_:result,departure,'London kings cross');(_:result,leave_at,'05:17');(_:result,type,'Train'))" ], "speaker": "system", "text": "Yes I have a train leaving on Tuesday at 05:17 from London kings cross ." }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'kings lynn');(_:search,leave_at,'16:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Is there one departing Kings Lynn later than 16:15 please ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'17:58');(_:result,departure,'kings lynn');(_:result,destination,'cambridge');(_:result,id,'TR5793');(_:result,leave_at,'17:11');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , TR5793 is departing kings lynn at 17:11 and arriving at cambridge at 17:58 , will this work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'3');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I need a booking for 3 people ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'2I8XTN6S');(_:booking,ticket,'29.4 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You 're all set ! The total fee is 29.4 GBP and your reference number is 2I8XTN6S . Can I help you with anything else today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd also like to find a restaurant serving British food in the Centre of town ." }, { "id": 7, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'7');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 7 fitting that criteria , what price range do you prefer ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'19:15');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The price range does n't matter to me , but can you book at table for 3 people at 19:15 on Tuesday ?" }, { "id": 9, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I am sorry I can not book for that many people at that time , another time slot perhaps ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,duration,'18:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about 18:15 then ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Tuesday');(_:booking,duration,'18:15');(_:booking,name,'Oak Bistro');(_:booking,people,'3');(_:booking,ref,'82YQHDQQ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have confirmed your reservation for 3 on Tuesday at 18:15 at The Oak Bistro . Your reference number is 82YQHDQQ . 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": "Ok , thank you for using our services . Have a wonderful day ." } ]
MUL0367.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "Tuesday" ], [ "_:result", "departure", "London kings cross" ], [ "_:result", "leave_at", "05:17" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "16:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "Tuesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "16:15" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "departure", "kings lynn" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR5793" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "Tuesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "16:15" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "departure", "kings lynn" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR5793" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2I8XTN6S" ], [ "_:booking", "ticket", "29.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "Tuesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "16:15" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "departure", "kings lynn" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR5793" ], [ "_:result", "leave_at", "17:11" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2I8XTN6S" ], [ "_:booking", "ticket", "29.4 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "19:15" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "Tuesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "16:15" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "departure", "kings lynn" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR5793" ], [ "_:result", "leave_at", "17:11" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2I8XTN6S" ], [ "_:booking", "ticket", "29.4 GBP" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/b945696c" ], [ "_:booking/b945696c", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "18:15" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:result", "day", "Tuesday" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "16:15" ], [ "_:result", "arrive_by", "17:58" ], [ "_:result", "departure", "kings lynn" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR5793" ], [ "_:result", "leave_at", "17:11" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "29.4 GBP" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "british" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "3" ], [ "_:system", "canthelp", "_:booking/b945696c" ], [ "_:booking/b945696c", "type", "Booking" ], [ "_:search", "duration", "18:15" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "duration", "18:15" ], [ "_:booking", "name", "Oak Bistro" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "82YQHDQQ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]