turns
listlengths
2
60
dialogue_id
stringlengths
1
31
states
listlengths
1
30
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,type,'Train'))", "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train that departs cambridge on saturday . Any ideas ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'202');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 202 trains that leave Cambridge on Saturday ." }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'kings lynn');(_:search,leave_at,'16:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave after 16:30 and would like to go to kings lynn ." }, { "id": 3, "rdf-acts": [ "select((_:result,leave_at,'17:11');(_:result,leave_at,'23:11');(_:result,type,'Train'))", "inform((_:result,count,'7');(_:result,ticket,'47 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are 7 trips that would work . The earliest leaves at 17:11 and the latest leaves at 23:11 . The train ride will be 47 minutes . What would you prefer ?" }, { "id": 4, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I 'm interested in the earliest one . What is the train ID ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,id,'TR2840');(_:result,type,'Train'))" ], "speaker": "system", "text": "That 's the TR2840 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Alright , are there any 1 star hotels that offer free parking ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,has_parking,'none');(_:search,stars,'1');(_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "I am not showing any hotels with 1 star that have free parking , would you like to look for something else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does any of them have free wifi ?" }, { "id": 9, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,has_internet,'none');(_:search,stars,'one');(_:search,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Sorry , no , I do not see any one star hotels with free wifi . Would you like to try another option ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are there any with 4 stars ?" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'3');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have three 4 star hotels that provide free internet and free parking . Is there an area you would prefer to stay at ?" }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "Any place is fine , I go with whatever you recommend ." }, { "id": 13, "rdf-acts": [ "inform((_:result,area,'west');(_:result,category,'hotel');(_:result,name,'Cambridge Belfry');(_:result,pricerange,'cheap');(_:result,stars,'4-star');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I recommend The Cambridge Belfry , a cheap 4-star hotel on the west side . Would you like to reserve a room ?" }, { "id": 14, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes please and I 'll also need the postcode ." }, { "id": 15, "rdf-acts": [ "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I need more information on the number of nights and people ." }, { "id": 16, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,name,'Cambridge Belfry');(_:search,type,'Hotel'))", "request((_:result,category,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I need the postcode , hotel type , and price range for The Cambridge Belfry ." }, { "id": 17, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,postcode,'cb236bw');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))", "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "the postcode is cb236bw . it is a hotel in the cheap price range . when would you like to stay from , how many people , and for how long ?" }, { "id": 18, "rdf-acts": [ "request((_:result,category,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Forget about booking it , just please tell me what type of hotel it is ." }, { "id": 19, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,name,'The cambridge belfry');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "The cambridge belfry is a hotel , not a guesthouse . May I help with something else ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That was all I needed . Thank you ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day ." } ]
PMUL1646.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "id", "?" ], [ "_:result", "count", "202" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "id", "?" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "16:30" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "leave_at", "23:11" ], [ "_:result", "count", "7" ], [ "_:result", "ticket", "47 minutes" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "leave_at", "23:11" ], [ "_:result", "count", "7" ], [ "_:result", "ticket", "47 minutes" ], [ "_:result", "id", "TR2840" ], [ "_:result", "type", "Train" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "leave_at", "23:11" ], [ "_:result", "count", "7" ], [ "_:result", "ticket", "47 minutes" ], [ "_:result", "id", "TR2840" ], [ "_:result", "type", "Train" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "1" ], [ "_:system", "canthelp", "_:search/81d4389e" ], [ "_:search/81d4389e", "category", "hotels" ], [ "_:search/81d4389e", "has_parking", "none" ], [ "_:search/81d4389e", "stars", "1" ], [ "_:search/81d4389e", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "leave_at", "23:11" ], [ "_:result", "count", "7" ], [ "_:result", "ticket", "47 minutes" ], [ "_:result", "id", "TR2840" ], [ "_:result", "type", "Train" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/81d4389e" ], [ "_:search/81d4389e", "category", "hotels" ], [ "_:search/81d4389e", "has_parking", "none" ], [ "_:search/81d4389e", "stars", "1" ], [ "_:search/81d4389e", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/fdeed28f" ], [ "_:search/fdeed28f", "category", "hotels" ], [ "_:search/fdeed28f", "has_internet", "none" ], [ "_:search/fdeed28f", "stars", "one" ], [ "_:search/fdeed28f", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "leave_at", "23:11" ], [ "_:result", "ticket", "47 minutes" ], [ "_:result", "id", "TR2840" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/81d4389e" ], [ "_:search/81d4389e", "category", "hotels" ], [ "_:search/81d4389e", "has_parking", "none" ], [ "_:search/81d4389e", "stars", "1" ], [ "_:search/81d4389e", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/fdeed28f" ], [ "_:search/fdeed28f", "category", "hotels" ], [ "_:search/fdeed28f", "has_internet", "none" ], [ "_:search/fdeed28f", "stars", "one" ], [ "_:search/fdeed28f", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "leave_at", "23:11" ], [ "_:result", "ticket", "47 minutes" ], [ "_:result", "id", "TR2840" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/81d4389e" ], [ "_:search/81d4389e", "category", "hotels" ], [ "_:search/81d4389e", "has_parking", "none" ], [ "_:search/81d4389e", "stars", "1" ], [ "_:search/81d4389e", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/fdeed28f" ], [ "_:search/fdeed28f", "category", "hotels" ], [ "_:search/fdeed28f", "has_internet", "none" ], [ "_:search/fdeed28f", "stars", "one" ], [ "_:search/fdeed28f", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "leave_at", "23:11" ], [ "_:result", "ticket", "47 minutes" ], [ "_:result", "id", "TR2840" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/81d4389e" ], [ "_:search/81d4389e", "category", "hotels" ], [ "_:search/81d4389e", "has_parking", "none" ], [ "_:search/81d4389e", "stars", "1" ], [ "_:search/81d4389e", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/fdeed28f" ], [ "_:search/fdeed28f", "category", "hotels" ], [ "_:search/fdeed28f", "has_internet", "none" ], [ "_:search/fdeed28f", "stars", "one" ], [ "_:search/fdeed28f", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "west" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "postcode", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "Cambridge Belfry" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "?" ], [ "_:result", "pricerange", "?" ] ], "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", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "leave_at", "23:11" ], [ "_:result", "ticket", "47 minutes" ], [ "_:result", "id", "TR2840" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/81d4389e" ], [ "_:search/81d4389e", "category", "hotels" ], [ "_:search/81d4389e", "has_parking", "none" ], [ "_:search/81d4389e", "stars", "1" ], [ "_:search/81d4389e", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/fdeed28f" ], [ "_:search/fdeed28f", "category", "hotels" ], [ "_:search/fdeed28f", "has_internet", "none" ], [ "_:search/fdeed28f", "stars", "one" ], [ "_:search/fdeed28f", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Cambridge Belfry" ], [ "_:result", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "Cambridge Belfry" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "hotel" ], [ "_:result", "postcode", "cb236bw" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "destination", "kings lynn" ], [ "_:search", "leave_at", "16:30" ], [ "_:result", "leave_at", "17:11" ], [ "_:result", "leave_at", "23:11" ], [ "_:result", "ticket", "47 minutes" ], [ "_:result", "id", "TR2840" ], [ "_:search", "has_parking", "yes" ], [ "_:system", "canthelp", "_:search/81d4389e" ], [ "_:search/81d4389e", "category", "hotels" ], [ "_:search/81d4389e", "has_parking", "none" ], [ "_:search/81d4389e", "stars", "1" ], [ "_:search/81d4389e", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "canthelp", "_:search/fdeed28f" ], [ "_:search/fdeed28f", "category", "hotels" ], [ "_:search/fdeed28f", "has_internet", "none" ], [ "_:search/fdeed28f", "stars", "one" ], [ "_:search/fdeed28f", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "count", "3" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "area", "west" ], [ "_:result", "stars", "4-star" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "name", "Cambridge Belfry" ], [ "_:search", "type", "Hotel" ], [ "_:result", "postcode", "cb236bw" ], [ "_:result", "pricerange", "cheap" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "The 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,area,'south');(_:search,category,'hotel');(_:search,pricerange,'cheaper');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel in the south , and I 'd like cheaper options please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,name,\"rosa 's bed and breakfast\");(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I 've found the rosa 's bed and breakfast which is a cheap guesthouse in the South . Would that work for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it have a star of 4 ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes it does ." }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great . Do they also offer free wifi ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "They sure do . Would you like to make a reservation ?" }, { "id": 6, "rdf-acts": [ "request((_:result,address,?);(_:result,has_parking,?);(_:result,postcode,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , that 's ok . Could you just give me the address and postcode and please let me know if they have free parking ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'53 Roseford Road');(_:result,has_parking,'none');(_:result,postcode,'cb22 ha');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "They 're located at 53 Roseford Road in postcode cb22 ha . And yes , they do offer free parking ." }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'international');(_:search,pricerange,'cheaper');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am also looking for international food that is in the cheaper price range ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'east');(_:result,name,'Missing Rock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have one restaurant that matches your needs , it 's The Missing Rock in the east area . Would you like me to book for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No thank you- please just give me the address and phone number ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'Finders Corner Newmarket Road');(_:result,phone,'01223812660');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address is Finders Corner Newmarket Road , and the phone number is 01223812660 ." }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you see a Chinese restaurant in the same area as the hotel ?" }, { "id": 13, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'south');(_:result,count,'3');(_:result,food,'Chinese');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive price');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure ! I have three options for Chinese food in the south with both cheap and expensive price ranges . What price range did you want for this restaurant ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "There are going to be a lot of us , so something cheap would be best ." }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'Cambridge Leisure Park');(_:result,name,'Lucky Star');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Your best choice would be The Lucky Star , which is on Cambridge Leisure Park . Would you like to make a reservation ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'17:45');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes for 7 people for 17:45 on a Monday ." }, { "id": 17, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I apologize but I was unable to book your party for that time . Would you like to try a different time slot or a different day ?" }, { "id": 18, "rdf-acts": [], "speaker": "user", "text": "Can we make the reservation an hour later ?" }, { "id": 19, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry , that booking was unsuccessful , too . Would you like to try another time ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,duration,'16:45');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes how about for 16:45 ?" }, { "id": 21, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'GI0NB9LA');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have your table booked . The reference number is : GI0NB9LA . Is there anything else I can help you with ?" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you have been very helpful thank you ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "Let us know if we may help further . Thank you , good bye ." } ]
MUL1302.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheaper" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheaper" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "cheaper" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "address", "53 Roseford Road" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "type", "Hotel" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "address", "53 Roseford Road" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:search", "food", "international" ], [ "_:search", "pricerange", "cheaper" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Missing Rock" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:search", "pricerange", "cheaper" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Missing Rock" ], [ "_:result", "address", "Finders Corner Newmarket Road" ], [ "_:result", "phone", "01223812660" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "name", "Missing Rock" ], [ "_:result", "address", "Finders Corner Newmarket Road" ], [ "_:result", "phone", "01223812660" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "south" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive price" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_: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", "category", "hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "phone", "01223812660" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "south" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive price" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "Cambridge Leisure Park" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "7" ], [ "_: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", "category", "hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "phone", "01223812660" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "south" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive price" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "Cambridge Leisure Park" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:booking/0732256b" ], [ "_:booking/0732256b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_: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", "category", "hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "phone", "01223812660" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "south" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive price" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "Cambridge Leisure Park" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/0732256b" ], [ "_:booking/0732256b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:booking/0526f723" ], [ "_:booking/0526f723", "type", "Booking" ], [ "_:search", "duration", "16:45" ], [ "_: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", "hotel" ], [ "_:result", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:result", "has_internet", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "phone", "01223812660" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "chinese" ], [ "_:result", "area", "south" ], [ "_:result", "count", "3" ], [ "_:result", "food", "Chinese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive price" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "address", "Cambridge Leisure Park" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/0732256b" ], [ "_:booking/0732256b", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:system", "canthelp", "_:booking/0526f723" ], [ "_:booking/0526f723", "type", "Booking" ], [ "_:search", "duration", "16:45" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "GI0NB9LA" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'world');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant in the centre that serves world food ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,food,'world food');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry I ca n't find any world food restaurants located in the centre ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'korean');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about a restaurant in the centre that serves Korean food ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Little Seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Little Seoul is a great place that fits your description . Would you like me to book you a table ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'11:15');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please . I would like a table for 7 on Tuesday . Try for 11:15 please ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have nothing available for that day and time slot , can I book you another day or time slot at that restaurant ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,duration,'10:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about 10:15 ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,day,'tuesday');(_:booking,duration,'10:15');(_:booking,people,'7');(_:booking,ref,'KAHFBHYI');(_:booking,type,'Booking');(_:result,name,'little seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have you booked for 7 at little seoul on tuesday at 10:15 . Here is the reference number for your booking : KAHFBHYI ." }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you so much for your help . Bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Glad I could help today , is there anything else that I can resolve for you ?" } ]
SNG0579.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "world" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/1ba2c977" ], [ "_:search/1ba2c977", "area", "centre" ], [ "_:search/1ba2c977", "food", "world food" ], [ "_:search/1ba2c977", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/1ba2c977" ], [ "_:search/1ba2c977", "area", "centre" ], [ "_:search/1ba2c977", "food", "world food" ], [ "_:search/1ba2c977", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "11:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/1ba2c977" ], [ "_:search/1ba2c977", "area", "centre" ], [ "_:search/1ba2c977", "food", "world food" ], [ "_:search/1ba2c977", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/97de3794" ], [ "_:booking/97de3794", "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": [ [ "_:system", "canthelp", "_:search/1ba2c977" ], [ "_:search/1ba2c977", "area", "centre" ], [ "_:search/1ba2c977", "food", "world food" ], [ "_:search/1ba2c977", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "food", "korean" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "7" ], [ "_:system", "canthelp", "_:booking/97de3794" ], [ "_:booking/97de3794", "type", "Booking" ], [ "_:search", "duration", "10:15" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "tuesday" ], [ "_:booking", "duration", "10:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "KAHFBHYI" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "little seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for an expensive restaurant in the south ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are several options available , is there a particular type of cuisine that you are interested in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "One that serves curry . Is there a nice Indian restaurant ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,name,'Taj Tandoori');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is in fact . It 's called Taj Tandoori . Would you like to know more information ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Actually , what about an expensive Chinese restaurant in that area instead ?" }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))", "inform((_:result,address,'82 Cherry Hinton Road');(_:result,name,'Good Luck Chinese Food Takeaway');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have The Good Luck Chinese Food Takeaway . It 's located at 82 Cherry Hinton Road Cherry Hinton . What time and for how many people please ?" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I only require the postcode and phone number ." }, { "id": 7, "rdf-acts": [ "inform((_:result,phone,'01223244149');(_:result,postcode,'cb17ag');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their postcode is cb17ag , and phone number is 01223244149" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you very much ." }, { "id": 9, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "You 're welcome . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train leaving from Cambridge on Friday ." }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is the destination and what time would you like to leave ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,destination,'london liverpool street');(_:search,leave_at,'08:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm going to london liverpool street and I 'd like to leave sometime after 08:15" }, { "id": 13, "rdf-acts": [ "select((_:result,leave_at,'11:59');(_:result,leave_at,'9:59');(_:result,type,'Train'))", "inform((_:result,count,'5');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "5 trains found . The earliest times are 9:59 and 11:59 . Which would you like to book ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,people,'1');(_:search,type,'Train'))", "request((_:result,arrive_by,?);(_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I would be interested in the train leaving at 9:59 . Can you book me for that one for 1 person ? And can I get the arrival time and train ID please ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:booking,arrive_by,'13:27');(_:booking,category,'Train');(_:booking,id,'TR1750');(_:booking,ref,'3XB7W40D');(_:booking,ticket,'16.6 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Of course ! I have you booked on TR1750 arriving at 13:27 with reference number 3XB7W40D . The total fee is 16.6 GBP payable at the station . Anything else I can do ?" }, { "id": 16, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes could you please confirm the travel time as well for TR1750 ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,duration,'88 minutes long');(_:result,type,'Train'))" ], "speaker": "system", "text": "The duration for your train ride is 88 minutes long ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you very much ." }, { "id": 19, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "You 're welcome . Did you need anything else ?" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you have given me everything i need . Thank you very much ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Thank you for using our service !" } ]
MUL0250.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" ], [ "_:search", "pricerange", "expensive" ], [ "_: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", "south" ], [ "_:result", "amount", "several" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "Taj Tandoori" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "amount", "several" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "82 Cherry Hinton Road" ], [ "_:result", "name", "Good Luck Chinese Food Takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "amount", "several" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "82 Cherry Hinton Road" ], [ "_:result", "name", "Good Luck Chinese Food Takeaway" ], [ "_:result", "phone", "01223244149" ], [ "_:result", "postcode", "cb17ag" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "82 Cherry Hinton Road" ], [ "_:result", "name", "Good Luck Chinese Food Takeaway" ], [ "_:result", "phone", "01223244149" ], [ "_:result", "postcode", "cb17ag" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "82 Cherry Hinton Road" ], [ "_:result", "name", "Good Luck Chinese Food Takeaway" ], [ "_:result", "phone", "01223244149" ], [ "_:result", "postcode", "cb17ag" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "08: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", "area", "south" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "82 Cherry Hinton Road" ], [ "_:result", "name", "Good Luck Chinese Food Takeaway" ], [ "_:result", "phone", "01223244149" ], [ "_:result", "postcode", "cb17ag" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "leave_at", "11:59" ], [ "_:result", "leave_at", "9:59" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "id", "?" ] ], "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", "south" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:result", "address", "82 Cherry Hinton Road" ], [ "_:result", "name", "Good Luck Chinese Food Takeaway" ], [ "_:result", "phone", "01223244149" ], [ "_:result", "postcode", "cb17ag" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "leave_at", "11:59" ], [ "_:result", "leave_at", "9:59" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "id", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "13:27" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR1750" ], [ "_:booking", "ref", "3XB7W40D" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ] ], "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", "south" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:result", "address", "82 Cherry Hinton Road" ], [ "_:result", "name", "Good Luck Chinese Food Takeaway" ], [ "_:result", "phone", "01223244149" ], [ "_:result", "postcode", "cb17ag" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "leave_at", "11:59" ], [ "_:result", "leave_at", "9:59" ], [ "_:result", "count", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "id", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "13:27" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR1750" ], [ "_:booking", "ref", "3XB7W40D" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "88 minutes long" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "amount", "several" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:result", "address", "82 Cherry Hinton Road" ], [ "_:result", "name", "Good Luck Chinese Food Takeaway" ], [ "_:result", "phone", "01223244149" ], [ "_:result", "postcode", "cb17ag" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "08:15" ], [ "_:result", "leave_at", "11:59" ], [ "_:result", "leave_at", "9:59" ], [ "_:result", "count", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "id", "?" ], [ "_:booking", "arrive_by", "13:27" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR1750" ], [ "_:booking", "ref", "3XB7W40D" ], [ "_:booking", "ticket", "16.6 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "88 minutes long" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking to stay in a guesthouse with a 4 star rating ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,category,'guesthouses');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are many moderately priced guesthouses . In which area of town would you like to stay ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I will trust you to pick me a great one anywhere in the city as long as it is a 4 star guesthouse that includes wifi ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Arbury Lodge guesthouse');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "My preference would be Arbury Lodge guesthouse . They 're in the north , moderately priced , with a 4 star rating and free Internet . Would you like a reservation ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That would be great thank you ." }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Which day and for how long will you be staying ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'2');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "There will be 2 of us , and we 're hoping to arrive on Thursday and stay for 3 nights ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Would you like me to make a booking for you ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Yes can you please ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'VVJWU2MQ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay your booking is confirmed and your reservation number is VVJWU2MQ ." }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train to bishops stortford on friday ." }, { "id": 11, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Alright and where are you departing from and do you have specific arrival or departure times in mind ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'17:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm departing from Cambridge and want to leave after 17:45 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,id,'TR5965');(_:result,leave_at,'19:29');(_:result,ticket,'10.10 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5965 leaves at 19:29 and costs 10.10 pounds per seat . Can I buy a ticket for you ?" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "no thanks . i just needed the information . thanks . bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , have a nice day ." } ]
PMUL1626.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Arbury Lodge guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Arbury Lodge guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Arbury Lodge guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Arbury Lodge guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "VVJWU2MQ" ], [ "_:booking", "type", "Booking" ], [ "_: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": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Arbury Lodge guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "VVJWU2MQ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "17:45" ], [ "_: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", "category", "guesthouse" ], [ "_:result", "amount", "many" ], [ "_:result", "category", "guesthouses" ], [ "_:search", "area", "dontcare" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "name", "Arbury Lodge guesthouse" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "VVJWU2MQ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "17:45" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5965" ], [ "_:result", "leave_at", "19:29" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_: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,type,'Hospital'))" ], "speaker": "user", "text": "I am looking for the Addenbrookes Hospital" }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "Okay , Addenbrooke 's hospital is located at Hills Road , Cambridge . Would you like the phone number ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hospital'))" ], "speaker": "user", "text": "I want the postcode" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'CB20QQ');(_:result,type,'Hospital'))" ], "speaker": "system", "text": "The post code for the hospital is CB20QQ ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That was all I needed ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Okay . Enjoy the rest of your day today" } ]
SNG02043.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Hospital" ], [ "_:result", "postcode", "CB20QQ" ], [ "_:result", "type", "Hospital" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'0');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi I am looking for a guesthouse that has a star rating of 0 ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It looks like there are two of those in Cambridge , do you have a preference on a location ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The hotel should be in the north and should be in the cheap price range ." }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,name,'City Centre North B&B');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "It sounds like City Centre North B&B is perfect for you . Would you like me to book this guesthouse ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,stay,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , please , for three nights starting Monday ." }, { "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,people,'six');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Six people will be staying ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'Z7T91H45');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , the booking was successful . Your Reference number is : Z7T91H45 . Is there anything else I can do for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'21:45');(_:search,day,'same day');(_:search,departure,'kings lynn');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train departing from kings lynn . It would be for the same day as my hotel arrival . And I need to arrive before 21:45 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'20:58');(_:result,id,'TR1465');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , the train that arrives closest to the time you requested is TR1465 arrives at 20:58 . Shall I book it , if so for how many riders ?" }, { "id": 10, "rdf-acts": [ "request((_:result,duration,?);(_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the departure time and the duration of the ride ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,departure,'Cambridge');(_:result,duration,'47 minutes');(_:result,id,'TR1465');(_:result,leave_at,'20:11');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Train TR1465 departs Cambridge at 20:11 and takes exactly 47 minutes . Is there anything else I can do for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to clarify . I want to depart Kings Lynn and arrive in Cambridge , does TR1465 work for me ?" }, { "id": 13, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes , this train meets all the criteria you specified . Can I book that for you ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes that 's fine . Thank you . If for some reason there were a mix up are there workers at the station or is there a number to call here ?" }, { "id": 15, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Upon booking you will have a confirmation number that you can call and reference in case of any trouble ." }, { "id": 16, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))", "inform((_:search,arrive_by,'20:58');(_:search,destination,'cambridge');(_:search,leave_at,'20:11');(_:search,type,'Train'))" ], "speaker": "user", "text": "Okay , so TR1465 leaves kings lynn at 20:11 , arrives in cambridge at 20:58 , and has a travel time of 47 minutes ? If that is correct , that 's all I need ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Great I 'm glad I could help . Enjoy your travel ." } ]
MUL0630.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "0" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "2" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B&B" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "2" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B&B" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "monday" ], [ "_:search", "stay", "three" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "six" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "2" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B&B" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "three" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "six" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Z7T91H45" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "2" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B&B" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "three" ], [ "_:booking", "people", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "Z7T91H45" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "day", "same day" ], [ "_:search", "departure", "kings lynn" ], [ "_:result", "arrive_by", "20:58" ], [ "_:result", "id", "TR1465" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "leave_at", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "2" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B&B" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "three" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "Z7T91H45" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "day", "same day" ], [ "_:result", "arrive_by", "20:58" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "id", "TR1465" ], [ "_:result", "leave_at", "20:11" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "2" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B&B" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "three" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "Z7T91H45" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "21:45" ], [ "_:search", "day", "same day" ], [ "_:result", "arrive_by", "20:58" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "id", "TR1465" ], [ "_:result", "leave_at", "20:11" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "0" ], [ "_:result", "count", "2" ], [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "City Centre North B&B" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "three" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "Z7T91H45" ], [ "_:search", "day", "same day" ], [ "_:result", "arrive_by", "20:58" ], [ "_:search", "people", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "id", "TR1465" ], [ "_:result", "leave_at", "20:11" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "kings lynn" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:search", "arrive_by", "20:58" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "20:11" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you help me find a place to stay while in cambridge in the north that has free wifi ?" }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "select((_:result,category,'guest house');(_:result,category,'hotel');(_:result,type,'Hotel'))", "inform((_:result,count,'12');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have about 12 different options for you . Do you have a preferred price range ? Or do you prefer a hotel or guest house ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like one with 4 stars ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'eight');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Home from Home');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "That narrowed it to eight choices . How about Home from Home ? It has free internet and parking ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That sounds like a perfect fit . Please book it for 4 nights starting this Friday , for 3 people ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "I was able to book you for 4 nights for 3 people starting on Friday . The Reference number is : 0GLJEDPZ . Is there anything else you need ?" } ]
PMUL4788.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" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "12" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:result", "category", "guest house" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "12" ], [ "_:search", "stars", "4" ], [ "_:result", "amount", "eight" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Home from Home" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,leave_at,'18:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi , I am looking for a train that leaves on Tuesday after 18:15 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Certainly ! What are your departure and destination locations ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "It should leave from Cambridge and go to Leicester please ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Thanks for that information . Is there a time you would like to arrive by ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "I do not have an arrival time ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'20:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,id,'TR0776');(_:result,leave_at,'18:21');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR0776 leaves Cambridge at 18:21 and gets into Leicester at 20:06 . Do you want me to book it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes . I would like to book it for 6 people please ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'17I15NSK');(_:booking,ticket,'226.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful , the total fee is 226.8 GBP payable at the station . Your reference number is : 17I15NSK . Is there anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes I also need a guesthouse to stay in . It should have 4 stars , free wifi , in the east location ." }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'6');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have 6 different guesthouses that fit your criteria . Do you have a specific price range in mind ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,\"does n't matter\");(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No it does n't matter ." }, { "id": 11, "rdf-acts": [ "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'carolina bed and breakfast');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "carolina bed and breakfast \t has free wifi and parking if you want to book there ." }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'6');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sounds good . I need it for 5 nights for 6 people starting from Thursday ." }, { "id": 13, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'thursday');(_:booking,people,'6');(_:booking,ref,'EFRLBEKA');(_:booking,stay,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great , your Booking was successful , your reference number is : EFRLBEKA . for thursday 5 nights for 6 . Anything else I can help you with today ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thanks . That 's all I needed . Goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Your welcome . Enjoy your trip . Goodbye" } ]
PMUL1931.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "arrive_by", "20:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR0776" ], [ "_:result", "leave_at", "18:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "arrive_by", "20:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR0776" ], [ "_:result", "leave_at", "18:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "17I15NSK" ], [ "_:booking", "ticket", "226.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "arrive_by", "20:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR0776" ], [ "_:result", "leave_at", "18:21" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "17I15NSK" ], [ "_:booking", "ticket", "226.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "does n't matter" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "18:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "arrive_by", "20:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR0776" ], [ "_:result", "leave_at", "18:21" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "17I15NSK" ], [ "_:booking", "ticket", "226.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "6" ], [ "_:search", "pricerange", "does n't matter" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "carolina bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "18:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "arrive_by", "20:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR0776" ], [ "_:result", "leave_at", "18:21" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "226.8 GBP" ], [ "_:search", "area", "east" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "6" ], [ "_:search", "pricerange", "does n't matter" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "carolina bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "EFRLBEKA" ], [ "_:booking", "stay", "5" ], [ "_: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,'north');(_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant in the north that serves basque food , please ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,area,'all of cambridge');(_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , but there are no restaurants that meet your criteria . In fact , there are no basque restaurants in all of cambridge . Would you like to broaden your search ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's okay . Thanks for looking !" }, { "id": 3, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank you for contacting us . Please ask again if you need more information . Goodbye !" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Now hold on just a minute . I 'm still hungry . How about a Chinese restaurant instead ?" }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'17');(_:result,food,'Chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there are 17 Chinese restaurants . Do you have a desired price range ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Moderate price range please ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,name,'Golden Wok');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Golden Wok is moderately priced in the north area . Would you like to book a table here ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,leave_at,'20:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "No but I am looking for a train fro Friday , leaving after 20:15 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,leave_at,'20:15');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "OK , There are several trains leaving after 20:15 . Where would you like to depart from and where is your destination ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,type,'Train'))", "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "The departure is from Cambridge and the destination is London Kings Cross , what was the postcode , phone number and address of the Golden Wok ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,id,'TR9876');(_:result,leave_at,'23:00');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR9876 leaves at 23:00 . Would you like me to book it for you ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes , there will need to be a booking for 7 people for this train and I will need the reference number . Also , I need info on that restaurant ." }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'5SZK6BNU');(_:booking,type,'Booking');(_:result,address,'191 Histon Road Chesterton , CB23PP');(_:result,name,'Golden Wok');(_:result,phone,'01223350688');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Your train tickets have been booked and the reference number is 5SZK6BNU . The Golden Wok phone number is 01223350688 and is located at 191 Histon Road Chesterton , CB23PP" }, { "id": 14, "rdf-acts": [ "inform((_:search,name,'golden wok');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Actually , I think I also want to get the postcode , address , and phone number for the Golden Wok please ." }, { "id": 15, "rdf-acts": [ "reqmore()", "inform((_:result,address,'191 Histon Road Chesterton');(_:result,phone,'01223350688');(_:result,postcode,'cb43nl');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Postcode : cb43nl , Address : 191 Histon Road Chesterton , Phone : 01223350688 . Can I help you with anything else ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . for your time ." }, { "id": 17, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Are you certain you do n't need further assistance ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that is everything I need . I appreciate it very much ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for letting me help you . Enjoy your dinner . Next time you need reservations we 'll be here to help you ." } ]
MUL0324.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "basque" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "food", "basque" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/d7f6441c" ], [ "_:search/d7f6441c", "area", "all of cambridge" ], [ "_:search/d7f6441c", "food", "basque" ], [ "_:search/d7f6441c", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/d7f6441c" ], [ "_:search/d7f6441c", "area", "all of cambridge" ], [ "_:search/d7f6441c", "food", "basque" ], [ "_:search/d7f6441c", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/d7f6441c" ], [ "_:search/d7f6441c", "area", "all of cambridge" ], [ "_:search/d7f6441c", "food", "basque" ], [ "_:search/d7f6441c", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "17" ], [ "_:result", "food", "Chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/d7f6441c" ], [ "_:search/d7f6441c", "area", "all of cambridge" ], [ "_:search/d7f6441c", "food", "basque" ], [ "_:search/d7f6441c", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "17" ], [ "_:result", "food", "Chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "20:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/d7f6441c" ], [ "_:search/d7f6441c", "area", "all of cambridge" ], [ "_:search/d7f6441c", "food", "basque" ], [ "_:search/d7f6441c", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "17" ], [ "_:result", "food", "Chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "several" ], [ "_:result", "leave_at", "20:15" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "type", "Train" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/d7f6441c" ], [ "_:search/d7f6441c", "area", "all of cambridge" ], [ "_:search/d7f6441c", "food", "basque" ], [ "_:search/d7f6441c", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "17" ], [ "_:result", "food", "Chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "several" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "id", "TR9876" ], [ "_:result", "leave_at", "23:00" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/d7f6441c" ], [ "_:search/d7f6441c", "area", "all of cambridge" ], [ "_:search/d7f6441c", "food", "basque" ], [ "_:search/d7f6441c", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "17" ], [ "_:result", "food", "Chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "several" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "postcode", "?" ], [ "_:result", "id", "TR9876" ], [ "_:result", "leave_at", "23:00" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5SZK6BNU" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "191 Histon Road Chesterton , CB23PP" ], [ "_:result", "name", "Golden Wok" ], [ "_:result", "phone", "01223350688" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "golden wok" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:system", "canthelp", "_:search/d7f6441c" ], [ "_:search/d7f6441c", "area", "all of cambridge" ], [ "_:search/d7f6441c", "food", "basque" ], [ "_:search/d7f6441c", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "17" ], [ "_:result", "food", "Chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "several" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "id", "TR9876" ], [ "_:result", "leave_at", "23:00" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5SZK6BNU" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Golden Wok" ], [ "_:search", "name", "golden wok" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "191 Histon Road Chesterton" ], [ "_:result", "phone", "01223350688" ], [ "_:result", "postcode", "cb43nl" ], [ "_: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", "area", "north" ], [ "_:system", "canthelp", "_:search/d7f6441c" ], [ "_:search/d7f6441c", "area", "all of cambridge" ], [ "_:search/d7f6441c", "food", "basque" ], [ "_:search/d7f6441c", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:search", "food", "chinese" ], [ "_:result", "count", "17" ], [ "_:result", "food", "Chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "20:15" ], [ "_:result", "amount", "several" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:result", "id", "TR9876" ], [ "_:result", "leave_at", "23:00" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "5SZK6BNU" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Golden Wok" ], [ "_:search", "name", "golden wok" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "191 Histon Road Chesterton" ], [ "_:result", "phone", "01223350688" ], [ "_:result", "postcode", "cb43nl" ], [ "_:result", "type", "Restaurant" ], [ "_: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": [], "speaker": "user", "text": "Yeah , would you happen to know if there is anything fun to do in town near me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are many options . What attraction type do you prefer ? Any preference for area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'm not sure what types are available , but I am looking for something in the city centre ." }, { "id": 3, "rdf-acts": [ "select((_:result,category,'boats');(_:result,category,'colleges');(_:result,category,'concerthalls');(_:result,category,'museums');(_:result,category,'nightclubs');(_:result,category,'parks');(_:result,category,'swimming pools');(_:result,category,'theatres');(_:result,type,'Attraction'))", "inform((_:result,area,'centre');(_:result,count,'44');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "In the centre of town there are 44 different attractions . I have theatres , nightclubs , swimming pools , parks , museums , concerthalls , colleges and boats . Does one of those interest you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,category,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Please pick your favorite one to recommend to me and provide me with the name , attraction type , and entrance fee . I am open to anything !" }, { "id": 5, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'concert hall');(_:result,name,'the man on the moon');(_:result,phone,'01223474144');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I enjoy going to a concert hall . There is the man on the moon in the centre of town . You can call them for the fee at 01223474144 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'galleria');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Thanks for the information . What can you tell me about a restaurant called Galleria ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,food,'European');(_:result,name,'Galleria');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Galleria is a European restaurant in the centre of town , Would you like me to book you a table ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'17:45');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please . Book a table for 6 people at 17:45 on Friday ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'Galleria');(_:booking,ref,'PUVXNKEZ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Thank you for holding . I have booked a table for you at the Galleria . Your reference number is PUVXNKEZ . Would you like their address and phone number ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'17:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "No , thanks . I will need a taxi to arrive at the restuarant by 17:45 ." }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where would be your departure site ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'the man on the moon');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "The concert hall you recommended . The man on the moon ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,car,'black Volkswagen');(_:result,phone,'07107131521');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Ok , I have booked the taxi for you . It will be a black Volkswagen & their # is 07107131521 . Is there anything else I can help you with ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I think that should cover it . Thank you for your help !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Thanks for choosing Cambridge TownInfo centre today !" } ]
MUL2484.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "boats" ], [ "_:result", "category", "colleges" ], [ "_:result", "category", "concerthalls" ], [ "_:result", "category", "museums" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "swimming pools" ], [ "_:result", "category", "theatres" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:result", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "concert hall" ], [ "_:result", "name", "the man on the moon" ], [ "_:result", "phone", "01223474144" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "galleria" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "category", "concert hall" ], [ "_:result", "phone", "01223474144" ], [ "_:search", "name", "galleria" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "European" ], [ "_:result", "name", "Galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "category", "concert hall" ], [ "_:result", "phone", "01223474144" ], [ "_:search", "name", "galleria" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "European" ], [ "_:result", "name", "Galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "6" ], [ "_:booking", "name", "Galleria" ], [ "_:booking", "ref", "PUVXNKEZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "category", "concert hall" ], [ "_:result", "phone", "01223474144" ], [ "_:search", "name", "galleria" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "European" ], [ "_:result", "name", "Galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "6" ], [ "_:booking", "name", "Galleria" ], [ "_:booking", "ref", "PUVXNKEZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "departure", "the man on the moon" ], [ "_: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", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "centre" ], [ "_:result", "count", "44" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "category", "concert hall" ], [ "_:search", "name", "galleria" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "European" ], [ "_:result", "name", "Galleria" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "17:45" ], [ "_:search", "people", "6" ], [ "_:booking", "name", "Galleria" ], [ "_:booking", "ref", "PUVXNKEZ" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "17:45" ], [ "_:search", "departure", "the man on the moon" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black Volkswagen" ], [ "_:result", "phone", "07107131521" ], [ "_: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,type,'Police'))" ], "speaker": "user", "text": "Am looking for the nearest police station" }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Parkside Police Station');(_:result,type,'Police'))" ], "speaker": "system", "text": "It looks like the Parkside Police Station is closest to your location , does this sound right ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "That looks right . What is the phone number for that location ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "Telephone \t : \t 01223358966 there you go" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I need ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
SNG02246.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "name", "Parkside Police Station" ], [ "_:result", "type", "Police" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "name", "Parkside Police Station" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,leave_at,'10:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Can you help me book a train ? I would like to leave after 10:15 on Saturday ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can help with that ! What are your departure and arrival stations ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'stansted airport');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm coming into Stansted Airport and i want to go to Cambridge . Is there a train for that ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,id,'TR6310');(_:result,leave_at,'10:24 QM');(_:result,ticket,'8.08 Pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR6310 leaves Cambridge at 10:24 QM on Saturday . It costs 8.08 Pounds . Would you like me to book that for you ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you ." }, { "id": 5, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else that I can assist with ?" }, { "id": 6, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "How long is the ride ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,duration,'28 minutes');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The ride is 28 minutes . Would you like me to book a ticket ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No but can you tell me how much the ticket costs ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,duration,'28 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "The travel time of the journey is going to be 28 minutes ." }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "Great and what will be the cost of each ticket ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,ticket,'8.08 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The cost per ticket is 8.08 pounds . Would you like more information ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that is all I needed ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Have a great day !" } ]
SNG0317.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR6310" ], [ "_:result", "leave_at", "10:24 QM" ], [ "_:result", "ticket", "8.08 Pounds" ], [ "_: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", "day", "saturday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR6310" ], [ "_:result", "leave_at", "10:24 QM" ], [ "_:result", "ticket", "8.08 Pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR6310" ], [ "_:result", "leave_at", "10:24 QM" ], [ "_:result", "ticket", "8.08 Pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "duration", "28 minutes" ], [ "_:result", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR6310" ], [ "_:result", "leave_at", "10:24 QM" ], [ "_:result", "ticket", "8.08 Pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "ticket", "?" ], [ "_:result", "duration", "28 minutes" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "saturday" ], [ "_:search", "leave_at", "10:15" ], [ "_:search", "departure", "stansted airport" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "id", "TR6310" ], [ "_:result", "leave_at", "10:24 QM" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "28 minutes" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find somewhere to stay in the south" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,category,'hotel');(_:result,name,'Lensfield Hotel');(_:result,stars,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Lensfield Hotel is in the south . It is a 3 star hotel . Would you like me to book it for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "What is the price range ? I 'd like something in the cheap price range ." }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,name,\"rosa 's bed and breakfast\");(_:result,pricerange,'cheap');(_:result,stars,'4');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Then , I would recommend rosa 's bed and breakfast , a cheap 4 star guesthouse . Do you need more information ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "As long as it has free wifi I 'll be happy !" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great , shall Il go ahead and book you then ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can I get their postcode ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,\"rosa 's bed and breakfast\");(_:result,postcode,'cb22 ha');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "rosa 's bed and breakfast \t post code is cb22 ha" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am also looking for a restaurant , should be cheap and in the south , near to my hotel . Do you have any options ?" }, { "id": 9, "rdf-acts": [ "select((_:result,food,'chinese');(_:result,food,'portuguese');(_:result,name,'Lucky Star');(_:result,name,'Nando');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,name,'The');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have 2 choices . The Lucky Star serves chinese . And , Nando 's is a portuguese restaurant . Which do you prefer ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'international');(_:search,name,'Nando');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I was goona ask to search for international , but it sounds like their is nt an option with a cheap price . Lets go with Nando 's" }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay would you like to make a booking ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'international');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you just verify , is there an international restaurant in the south or no ?" }, { "id": 13, "rdf-acts": [ "select((_:result,name,'nandos');(_:result,type,'Restaurant'))", "canthelp((_:search,food,'international');(_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "I have confirmed there are no international options , do you want to stick with nandos or run another search ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there no international places to dine in the area ? Anything other than British food in the area ?" }, { "id": 15, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'south');(_:result,food,'chinese');(_:result,food,'portuguese');(_:result,name,'Lucky Star');(_:result,name,\"Nando 's\");(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "As I mentioned earlier , the only options in the south that are cheap are The Lucky Star ( chinese ) and Nando 's ( portuguese ) . Do you want me to search another area or price ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'13:45');(_:search,name,'Nandos');(_:search,people,'5');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Sorry , this is the husband , I m taking over the call , my wife is too indecisive . Please book us for Nandos at 13:45 on tuesday for 5 people , thank you ." }, { "id": 17, "rdf-acts": [ "inform((_:booking,ref,'YNZ558E6');(_:booking,type,'Booking'))", "reqmore()" ], "speaker": "system", "text": "Thank you sir , I was starting to think this was a prank , you are set , your reference number is YNZ558E6 , can I help with anything else ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "I also need a taxi to take me between the two places please ." }, { "id": 19, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I can help , where to and from , and what time ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,departure,'the hotel');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you ! From the hotel to the restaurant , please ." }, { "id": 21, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure ! When would you like to leave / arrive ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "by the restaurant booked time ." }, { "id": 23, "rdf-acts": [ "inform((_:result,car,'black volkswagen');(_:result,phone,'07559655717');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t black volkswagen \n Contact number \t : \t 07559655717 \n Can I help you with anything else today ?" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Awesome . Thanks for all of your help . I have everything I need now ." }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "I am glad that I can help . Have a nice stay ." } ]
PMUL4935.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "stars", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:search", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "portuguese" ], [ "_:result", "count", "2" ], [ "_:result", "name", "The" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "international" ], [ "_:search", "name", "Nando" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "portuguese" ], [ "_:result", "count", "2" ], [ "_:result", "name", "The" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "Nando" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "food", "international" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "portuguese" ], [ "_:result", "count", "2" ], [ "_:search", "name", "Nando" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "food", "international" ], [ "_:result", "name", "nandos" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/8ab53e58" ], [ "_:search/8ab53e58", "food", "international" ], [ "_:search/8ab53e58", "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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "count", "2" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/8ab53e58" ], [ "_:search/8ab53e58", "food", "international" ], [ "_:search/8ab53e58", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "name", "Nando 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "name", "Nandos" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "count", "2" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/8ab53e58" ], [ "_:search/8ab53e58", "food", "international" ], [ "_:search/8ab53e58", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "name", "Nando 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "name", "Nandos" ], [ "_:search", "people", "5" ], [ "_:booking", "ref", "YNZ558E6" ], [ "_:booking", "type", "Booking" ], [ "_: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, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "count", "2" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/8ab53e58" ], [ "_:search/8ab53e58", "food", "international" ], [ "_:search/8ab53e58", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "name", "Nando 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "name", "Nandos" ], [ "_:search", "people", "5" ], [ "_:booking", "ref", "YNZ558E6" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "leave_at", "?" ], [ "_:search", "departure", "the 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, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "count", "2" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/8ab53e58" ], [ "_:search/8ab53e58", "food", "international" ], [ "_:search/8ab53e58", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "name", "Nando 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "name", "Nandos" ], [ "_:search", "people", "5" ], [ "_:booking", "ref", "YNZ558E6" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "count", "2" ], [ "_:search", "food", "international" ], [ "_:system", "canthelp", "_:search/8ab53e58" ], [ "_:search/8ab53e58", "food", "international" ], [ "_:search/8ab53e58", "type", "Restaurant" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "south" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "portuguese" ], [ "_:result", "name", "Lucky Star" ], [ "_:result", "name", "Nando 's" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "name", "Nandos" ], [ "_:search", "people", "5" ], [ "_:booking", "ref", "YNZ558E6" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "the hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "leave_at", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "car", "black volkswagen" ], [ "_:result", "phone", "07559655717" ], [ "_: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,category,'guesthouse');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you please help me find a place to stay ? I 'm looking for an average priced place in a guesthouse style . Thankyou ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'the acorn guest house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I like the acorn guest house . Do you need me to book a room for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,has_internet,'yes');(_:search,name,'acorn guest house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does the Acorn Guest House have free wifi and is it located in the south ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,area,'north');(_:result,area,'south');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "No , it 's in the north , would you like something in the south ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,day,'saturday');(_:search,people,'5');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would like something in the south . There will be 5 guests and will be needed for 5 nights , starting Saturday ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "I have 2 guesthouses in the south moderate price range . both have parking and internet . I 'd suggest aylesbray lodge guest house with 4 star rating . Shall I book it for you ?" } ]
PMUL1585.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "the acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "name", "acorn guest house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "the acorn guest house" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "name", "acorn guest house" ], [ "_:result", "area", "north" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "day", "saturday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a moderate european place to eat ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have found 5 restaurants that match what you 're looking for . Would you like me to go through them ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Yes please go through them ." }, { "id": 3, "rdf-acts": [ "select((_:result,name,'de luca cucina and bar');(_:result,name,'hotel du vin and bistro');(_:result,name,'restaurant alimentum');(_:result,name,'riverside brasserie');(_:result,name,'the galleria');(_:result,type,'Restaurant'))", "inform((_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The first restaurant is the hotel du vin and bistro . Then there is the galleria , restaurant alimentum , de luca cucina and bar , and riverside brasserie . Which one would you prefer ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'16:30');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am not sure but I need to make the reservation for 8 people at 16:30 on Saturday ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,name,'De Luca Cucina and Bar');(_:booking,ref,'0PLZ0ISE');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I made a reservation at De Luca Cucina and Bar . The reference number 0PLZ0ISE ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Great , thanks ! That 's all for now . Bye !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Enjoy your meal ." } ]
SSNG0118.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "5" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "name", "the galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "european" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "count", "5" ], [ "_:result", "name", "de luca cucina and bar" ], [ "_:result", "name", "hotel du vin and bistro" ], [ "_:result", "name", "restaurant alimentum" ], [ "_:result", "name", "riverside brasserie" ], [ "_:result", "name", "the galleria" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "name", "De Luca Cucina and Bar" ], [ "_:booking", "ref", "0PLZ0ISE" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a moderately priced hotel that includes free wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'17');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Ok , I have 17 options for you . What area are you looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are there any in the South ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,area,'south');(_:result,category,'guesthouse');(_:result,count,'2');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have two in the south in your price range . One is a 4 star guesthouse and the other is a 3 star guesthouse . Would you like more information ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Hotel'))", "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you let me know the postcode and phone number of the 4 star guesthouse ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223240089');(_:result,postcode,'01223240089');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure ! The postcode and phone number are 01223240089 and 01223240089 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thanks so much . I am also looking for a museum I could visit ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "Sure , I can help you find one . Is there a certain part of town you were looking to visit ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Something in the north , please ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "canthelp((_:search,type,'Attraction'))" ], "speaker": "system", "text": "I 'm sorry . I 'm not finding any matching attractions . Would you like to try a different area ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Wait , I 'm staying in the south , that would make more sense . How about a museum in the south ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'byard art museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Great there 's the byard art museum there !" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I have the phone number , postcode and address please ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,\"14 king 's parade\");(_:result,name,'Byard Art');(_:result,phone,'01223464646');(_:result,postcode,'01223464646');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Byard Art is located at 14 king 's parade . The post code is 01223464646 . You can reach them at 01223464646 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Awesome , that covers it all . You were very helpful ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day ." } ]
PMUL2546.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "count", "17" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "south" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "area", "south" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:search", "stars", "4" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "postcode", "01223240089" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:search", "stars", "4" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "postcode", "01223240089" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "museum" ], [ "_:search", "area", "north" ], [ "_: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", "moderately" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:search", "stars", "4" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "postcode", "01223240089" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/ffa0f024" ], [ "_:search/ffa0f024", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:search", "stars", "4" ], [ "_:result", "phone", "01223240089" ], [ "_:result", "postcode", "01223240089" ], [ "_:system", "canthelp", "_:search/ffa0f024" ], [ "_:search/ffa0f024", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "byard art museum" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_: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", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "count", "2" ], [ "_:result", "stars", "4" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/ffa0f024" ], [ "_:search/ffa0f024", "type", "Attraction" ], [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "14 king 's parade" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "phone", "01223464646" ], [ "_:result", "postcode", "01223464646" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'golden house');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I looking for a restaurant called Golden House" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'12 Lensfield Road City Centre');(_:result,food,'Chinese');(_:result,name,'Golden House');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Golden House is a Chinese restaurant at 12 Lensfield Road City Centre . Would you like their phone number ?" }, { "id": 2, "rdf-acts": [ "request((_:result,food,?);(_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to know the food type and price range of the restaurant please ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'Chinese');(_:result,name,'The golden house');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The golden house serves Chinese cuisine and the price range is cheap . Would you like me to place a reservation for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouses');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Please let me think about it , in the meantime , can you tell me what guesthouses include free parking ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'21');(_:result,has_parking,'none');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 21 guesthouses that include free parking , did you have an area or price range in mind ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))", "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yes . I would like it to be in the moderate price range . Also , I 'd prefer free wifi ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'12');(_:result,has_internet,'none');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 12 guesthouses that are moderately priced and include free wifi . Is there an area that you prefer to stay in ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'8');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , any one of them will do . Please choose one for me and book a room for 8 people for 5 nights for Tuesday . Thanks ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,day,'Tuesday');(_:booking,name,'acorn guest house');(_:booking,ref,'F2CK0QDQ');(_:booking,stay,'5');(_:booking,type,'Booking'))", "reqmore()", "inform((_:result,address,'82 arbury road');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "OK , you 're booked at the acorn guest house , 82 arbury road , for 5 nights starting Tuesday . Your reference number is F2CK0QDQ . Is there anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all . Thank you very much ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service . Have a great day !" } ]
MUL0082.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" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "12 Lensfield Road City Centre" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "Golden House" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "golden house" ], [ "_:result", "address", "12 Lensfield Road City Centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "The golden house" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "golden house" ], [ "_:result", "address", "12 Lensfield Road City Centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "The golden house" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "21" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Restaurant" ] ], "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" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "The golden house" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "12" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "golden house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "Chinese" ], [ "_:result", "name", "The golden house" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "12" ], [ "_:result", "has_internet", "none" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "8" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "Tuesday" ], [ "_:booking", "name", "acorn guest house" ], [ "_:booking", "ref", "F2CK0QDQ" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "82 arbury road" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'gourmet burger kitchen');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you tell me more about gourmet burger kitchen ? Where is it ?" }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'centre');(_:result,pricerange,'Expensive but worth every penny');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "They are in the towns centre . Expensive but worth every penny . Would you like to book a table ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'13:15');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please , a table for 6 people at 13:15 on Tuesday would be amazing ." }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'K94DWSQN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have that table reserved . Your reference number is K94DWSQN . Can I help you with a taxi or hotel room ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "What can you tell me about attractions in the south part of town ?" }, { "id": 5, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,area,'south');(_:result,count,'8');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have 8 attractions in the south part of town . Do you have a preference of type ?" }, { "id": 6, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "no , not really . What are entrance fees on the 8 attractions ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,entrance_fee,'free admission');(_:result,name,'Byard Art');(_:result,name,'Wandlebury Country Park');(_:result,name,\"and Sheep 's Green and Lammas Land Park\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Unfortunately , we do not have information on several of them . But , Byard Art , Wandlebury Country Park , and Sheep 's Green and Lammas Land Park are all free admission attractions ." }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'byard art');(_:search,type,'Attraction'))", "request((_:result,category,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "How about the postcode and attraction type for Byard Art ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,category,'museum');(_:result,postcode,'cb21sj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Postcode , cb21sj , and the type is museum . Is there anything else I may help you with ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'byard art');(_:search,destination,'the restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi from Byard Art that will get us to the restaurant on time ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'13:15');(_:result,car,'blue Tesla');(_:result,phone,'07664553144');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have booked you a taxi that will get you there by 13:15 . The car type is a blue Tesla and the contact number 07664553144 . Can I do anything else ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need for now . you 've been very helpful . Thanks ." }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "You 're welcome . Have a great day !" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , I 'm all done here ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Enjoy yourself . You can call us if you need anything else" } ]
MUL2413.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "gourmet burger kitchen" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "gourmet burger kitchen" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "Expensive but worth every penny" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "gourmet burger kitchen" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "Expensive but worth every penny" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "K94DWSQN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "gourmet burger kitchen" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "Expensive but worth every penny" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "K94DWSQN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "count", "8" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "Expensive but worth every penny" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "K94DWSQN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "?" ], [ "_:result", "area", "south" ], [ "_:result", "count", "8" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:result", "name", "and Sheep 's Green and Lammas Land Park" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "byard art" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "Expensive but worth every penny" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "K94DWSQN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "?" ], [ "_:result", "area", "south" ], [ "_:result", "count", "8" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:result", "name", "and Sheep 's Green and Lammas Land Park" ], [ "_:search", "name", "byard art" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:result", "postcode", "cb21sj" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "byard art" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "pricerange", "Expensive but worth every penny" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "K94DWSQN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "?" ], [ "_:result", "area", "south" ], [ "_:result", "count", "8" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:result", "name", "and Sheep 's Green and Lammas Land Park" ], [ "_:search", "name", "byard art" ], [ "_:result", "category", "museum" ], [ "_:result", "postcode", "cb21sj" ], [ "_:search", "departure", "byard art" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "13:15" ], [ "_:result", "car", "blue Tesla" ], [ "_:result", "phone", "07664553144" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "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", "pricerange", "Expensive but worth every penny" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "K94DWSQN" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "category", "?" ], [ "_:result", "area", "south" ], [ "_:result", "count", "8" ], [ "_:result", "entrance_fee", "free admission" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "name", "Wandlebury Country Park" ], [ "_:result", "name", "and Sheep 's Green and Lammas Land Park" ], [ "_:search", "name", "byard art" ], [ "_:result", "category", "museum" ], [ "_:result", "postcode", "cb21sj" ], [ "_:search", "departure", "byard art" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "13:15" ], [ "_:result", "car", "blue Tesla" ], [ "_:result", "phone", "07664553144" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I need a place to eat that is cheap ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Does location matter ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'romanian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , in the South , I am also looking for Romanian food ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "There are no restaurants that meet what you 're looking for . Is there anything else you 'd like to try ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'portuguese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Same area and price , but portuguese , anything for that ?" }, { "id": 5, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry I do n't have anything for that either ." }, { "id": 6, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you try chinese ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sorry I do n't have anything for that either ." }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'15:45');(_:search,people,'7');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "You choose as long as it is cheap . Could you book a table for 7 people at 15:45 on Wednesday ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,\"Nando 's\");(_:booking,ref,'ZS1PDFZA');(_:booking,type,'Booking');(_:result,area,'south');(_:result,food,'portuguese');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "You are booked at Nando 's , a cheap portuguese restaurant in the south . Your reference number is ZS1PDFZA ." }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'museums');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Are there any museums close to restaurant ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,area,'south');(_:result,entrance_fee,'no entry fee');(_:result,name,'Byard Art musuem');(_:result,phone,'01223464646');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I found only the Byard Art musuem in the south . There 's no entry fee . Phone number , 01223464646 ." }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the address for the museum ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,address,\"14 king 's parade\");(_:result,area,'north');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "it is in the north address is 14 king 's parade and free admittance" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Great ! Thanks . Have a good night . Bye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome , let me know if I can assist with anything else ." } ]
PMUL2463.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:search", "food", "romanian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/861dde60" ], [ "_:search/861dde60", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "food", "portuguese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/861dde60" ], [ "_:search/861dde60", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/9fb617c3" ], [ "_:search/9fb617c3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/861dde60" ], [ "_:search/861dde60", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/9fb617c3" ], [ "_:search/9fb617c3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "canthelp", "_:search/60ff6309" ], [ "_:search/60ff6309", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "7" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/861dde60" ], [ "_:search/861dde60", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/9fb617c3" ], [ "_:search/9fb617c3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "canthelp", "_:search/60ff6309" ], [ "_:search/60ff6309", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "7" ], [ "_:search", "pricerange", "cheap" ], [ "_:booking", "name", "Nando 's" ], [ "_:booking", "ref", "ZS1PDFZA" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/861dde60" ], [ "_:search/861dde60", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/9fb617c3" ], [ "_:search/9fb617c3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "canthelp", "_:search/60ff6309" ], [ "_:search/60ff6309", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "7" ], [ "_:search", "pricerange", "cheap" ], [ "_:booking", "name", "Nando 's" ], [ "_:booking", "ref", "ZS1PDFZA" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "entrance_fee", "no entry fee" ], [ "_:result", "name", "Byard Art musuem" ], [ "_:result", "phone", "01223464646" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:system", "canthelp", "_:search/861dde60" ], [ "_:search/861dde60", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "canthelp", "_:search/9fb617c3" ], [ "_:search/9fb617c3", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:system", "canthelp", "_:search/60ff6309" ], [ "_:search/60ff6309", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "15:45" ], [ "_:search", "people", "7" ], [ "_:search", "pricerange", "cheap" ], [ "_:booking", "name", "Nando 's" ], [ "_:booking", "ref", "ZS1PDFZA" ], [ "_:booking", "type", "Booking" ], [ "_:result", "food", "portuguese" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "category", "museums" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Byard Art musuem" ], [ "_:result", "phone", "01223464646" ], [ "_:result", "address", "14 king 's parade" ], [ "_:result", "area", "north" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am looking for a restaurant in the centre that serves indian food ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , what is your price point ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "as cheap as possible" }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'3');(_:result,name,'Gandhi');(_:result,name,'Kohinoor');(_:result,name,'Mahal of Cambridge');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are three restaurants : Kohinoor , The Gandhi , and Mahal of Cambridge ." }, { "id": 4, "rdf-acts": [ "inform((_:search,duration,'14:15');(_:search,name,'the gandhi');(_:search,people,'4');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "ok lets try the gandhi , a table for 4 on sat at 14:15 , and I need the reference number" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'57DS952F');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The booking was successful and your reference number is 57DS952F ." }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'09:45');(_:search,day,'saturday');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking for a train that leaves London Kings Cross on Saturday and arrives in Cambridge by 09:45 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'08:08');(_:result,destination,'Cambridge');(_:result,id,'TR8885');(_:result,leave_at,'07:17');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR8885 that leaves at 07:17 and arrives in Cambridge by 08:08 . Will that work for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "Would it be possible to book that train for 4 people ?" }, { "id": 9, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,id,'TR8885');(_:booking,people,'4');(_:booking,type,'Booking');(_:result,ref,'KO3L1QDO');(_:result,ticket,'75.52 GBP');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have made your reservation for 4 tickets on TR8885 . The total fee is 75.52 GBP payable at the station and your reference number is KO3L1QDO ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I needed today !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you . Let us know if you need more help ." } ]
PMUL3323.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Gandhi" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "name", "Mahal of Cambridge" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "14:15" ], [ "_:search", "name", "the gandhi" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Gandhi" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "name", "Mahal of Cambridge" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "14:15" ], [ "_:search", "name", "the gandhi" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "57DS952F" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "09:45" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Gandhi" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "name", "Mahal of Cambridge" ], [ "_:search", "duration", "14:15" ], [ "_:search", "name", "the gandhi" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "57DS952F" ], [ "_:booking", "type", "Booking" ], [ "_:search", "arrive_by", "09:45" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "08:08" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR8885" ], [ "_:result", "leave_at", "07:17" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "4" ], [ "_: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", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Gandhi" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "name", "Mahal of Cambridge" ], [ "_:search", "duration", "14:15" ], [ "_:search", "name", "the gandhi" ], [ "_:booking", "ref", "57DS952F" ], [ "_:search", "arrive_by", "09:45" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "08:08" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR8885" ], [ "_:result", "leave_at", "07:17" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR8885" ], [ "_:booking", "people", "4" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "KO3L1QDO" ], [ "_:result", "ticket", "75.52 GBP" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'gastropub');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I need the address of a restaurant that serves gastropub food ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'Corn Exchange Street');(_:result,area,'centre');(_:result,food,'Gastropub');(_:result,name,'The cow pizza kitchen and bar');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The cow pizza kitchen and bar serves Gastropub food . Their address is Corn Exchange Street in the centre area ." }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you ." }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Bye" } ]
WOZ20414.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "gastropub" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "Corn Exchange Street" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "Gastropub" ], [ "_:result", "name", "The cow pizza kitchen and bar" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'cambridge artworks');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I 'm visiting Cambridge and want to know about Cambridge Artworks in town ?" }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'5 greens road');(_:result,category,'museum');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is a museum in the eas part of town on 5 greens road , is there more you would like to know ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I please have the phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223902168');(_:result,type,'Attraction'))", "thank()" ], "speaker": "system", "text": "Certainly . The phone number is 01223902168 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'north');(_:search,stars,'4-star');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a 4-star place to stay in the north part of town ." }, { "id": 5, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have a preference for parking / wifi / price range ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'no');(_:search,has_parking,'dontcare');(_:search,pricerange,'dontcare');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No , I do n't really have a reference for any of those , I do n't even need internet ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'154 chesterton road');(_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Acorn Guest House , on 154 chesterton road is available , shall I book it for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it have free wifi ?" }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes it does . Would you like me to book it for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,has_internet,'yes');(_:search,people,'4');(_:search,stay,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , book it for 4 people and 5 nights starting wednesday ." }, { "id": 11, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'm sorry but the booking was unsuccessful . Would you like to try for another day or , perhaps , a shorter stay ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "How about 4 nights ?" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "That is available . Reference number is : O0JPM8F0 ." } ]
MUL2562.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "5 greens road" ], [ "_:result", "category", "museum" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "5 greens road" ], [ "_:result", "category", "museum" ], [ "_:result", "phone", "01223902168" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4-star" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "5 greens road" ], [ "_:result", "category", "museum" ], [ "_:result", "phone", "01223902168" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4-star" ], [ "_:search", "has_internet", "no" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:result", "phone", "01223902168" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4-star" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "ref", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "cambridge artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:result", "phone", "01223902168" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4-star" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "ref", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "4" ], [ "_: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", "name", "cambridge artworks" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "museum" ], [ "_:result", "phone", "01223902168" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "4-star" ], [ "_:search", "has_parking", "dontcare" ], [ "_:search", "pricerange", "dontcare" ], [ "_:result", "ref", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "people", "4" ], [ "_:system", "canthelp", "_:booking/e39acf96" ], [ "_:booking/e39acf96", "type", "Booking" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "4" ], [ "_: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,'west');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a restaurant in the west that serves Indian food ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have many varying from moderate to expensive in price range . Do you have a preference ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What do you have in the expensive price range ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'Tandoori Palace');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I recommend Tandoori Palace , would you like me to book a table for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I do n't need a reservation , but could you give me their address , postcode , and phone number , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'68 Histon Road Chesterton');(_:result,name,'Tandoori Palace');(_:result,phone,'01223506055');(_:result,postcode,'cb43le');(_:result,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "Tandoori Palace is located at 68 Histon Road Chesterton , postcode cb43le . Their phone number is 01223506055 . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes . I am looking for a college as a place to go in town ." }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'Clare Hall');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would recommend Clare Hall would you like to visit that ?" }, { "id": 8, "rdf-acts": [ "request((_:result,address,?);(_:result,area,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Sure , but first I 'll need to know the entrance fee , area , and address ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Trinity Lane');(_:result,area,'west');(_:result,entrance_fee,'2.50 pounds');(_:result,name,'Clare College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Clare College is located on Trinity Lane in the west area of the city . The entrance fee is 2.50 pounds . Is there any other information I can get for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'Clare Hall');(_:search,destination,'tandoori palace');(_:search,leave_at,'18:15');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Yes , please . Can you book a taxi for me ? I 'll be heading from Clare Hall to Tandoori Palace , and I 'd like to be picked up at 18:15 ." }, { "id": 11, "rdf-acts": [ "inform((_:result,car,'yellow skoda');(_:result,phone,'07839693090');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Certainly , I have booked your car , it will be a yellow skoda the contact number is 07839693090 . Is there anything else I can assist with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that is all . Thank you !" }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Have a great day !" }, { "id": 14, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks for the help , bye !" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Glad we could be assistance ." } ]
MUL0980.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "68 Histon Road Chesterton" ], [ "_:result", "name", "Tandoori Palace" ], [ "_:result", "phone", "01223506055" ], [ "_:result", "postcode", "cb43le" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "68 Histon Road Chesterton" ], [ "_:result", "phone", "01223506055" ], [ "_:result", "postcode", "cb43le" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Clare Hall" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "area", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "phone", "01223506055" ], [ "_:result", "postcode", "cb43le" ], [ "_:search", "category", "college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:result", "name", "Clare College" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "Clare Hall" ], [ "_:search", "destination", "tandoori palace" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb43le" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:result", "name", "Clare College" ], [ "_:search", "departure", "Clare Hall" ], [ "_:search", "destination", "tandoori palace" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow skoda" ], [ "_:result", "phone", "07839693090" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:result", "amount", "many" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb43le" ], [ "_:search", "category", "college" ], [ "_:result", "address", "Trinity Lane" ], [ "_:result", "area", "west" ], [ "_:result", "entrance_fee", "2.50 pounds" ], [ "_:result", "name", "Clare College" ], [ "_:search", "departure", "Clare Hall" ], [ "_:search", "destination", "tandoori palace" ], [ "_:search", "leave_at", "18:15" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow skoda" ], [ "_:result", "phone", "07839693090" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,pricerange,'cheap');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hi , I 'll be visiting soon and ca n't wait to try local restaurants . I need a cheap place to stay and would like to try a guesthouse . Any recommendations ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'9');(_:result,pricerange,'cheap');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Great ! There are 9 guesthouses in Cambridge that are cheap . Is there a certain area you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'east');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer to stay on the East side , with free parking available ." }, { "id": 3, "rdf-acts": [ "select((_:result,name,'Allenbell');(_:result,name,'Autumn House');(_:result,name,'Leverton House');(_:result,type,'Hotel'))", "inform((_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "That narrows it down to three : the Allenbell , Autumn House , and Leverton House . Do any of these sound good to you ?" }, { "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": "yes i will take the first choice can you book it for 4 people for 2 nights starting wednesday and i need a reference number" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'7TT8FO52');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking is all set ! The reference number is 7TT8FO52 . Is there anything else you need ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,pricerange,'same price range');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I am also looking for a restaurant in the same area as the hotel within the same price range as the hotel ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'international');(_:result,name,'Missing Sock');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "We have The Missing Sock , they serve international cuisine . Would you like me to reserve a table for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'13:15');(_:search,people,'4');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great ! Can I get a table for 4 at 13:15 Wednesday ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'MNOLS7EN');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking is all set . The reference number is MNOLS7EN . Can I help with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all . Thanks for the help !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Have a wonderful day !" } ]
MUL1204.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "9" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "east" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "cheap" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "east" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "name", "Leverton House" ], [ "_:result", "count", "3" ], [ "_: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", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "Allenbell" ], [ "_:result", "name", "Autumn House" ], [ "_:result", "name", "Leverton House" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "7TT8FO52" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "3" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "7TT8FO52" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same price range" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "count", "3" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:search", "area", "same area" ], [ "_:search", "pricerange", "same price range" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "food", "international" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:15" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "MNOLS7EN" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'ely');(_:search,leave_at,'14:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Hi . I m looking for a train to ely that leaves after 14:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay , and where did you want to depart from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need it to depart from cambridge ." }, { "id": 3, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day will you travel on ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will leav on monday ." }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'5');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have five trains that are available . Is there a specific time that you need to arrive at your destination by ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'dontcare');(_:search,type,'Train'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No , there is not a specific time . How much will I be out of pocket for this adventure ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,ticket,'4.10 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "4.10 pounds . Do you need anything more ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,duration,'10:15');(_:search,name,'midsummer house');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Also looking for a restaurant by the name of Midsummer House . I need a reservation for 7 people at 10:15 on Monday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'CETUMJKM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . The table will be reserved for 15 minutes . \n Reference number is : CETUMJKM . Is there anything else I can assist you with today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's it ! Thank you for all your help !" }, { "id": 11, "rdf-acts": [], "speaker": "system", "text": "May I help you find a hotel or attraction in town ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you , that 's all the information I need ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thanks for using Cambridge TownInfo . Goodbye ." } ]
PMUL0906.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "monday" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:result", "ticket", "4.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "10:15" ], [ "_:search", "name", "midsummer house" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:result", "ticket", "4.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "10:15" ], [ "_:search", "name", "midsummer house" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "CETUMJKM" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "14:30" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "count", "5" ], [ "_:search", "arrive_by", "dontcare" ], [ "_:result", "ticket", "4.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "monday" ], [ "_:search", "duration", "10:15" ], [ "_:search", "name", "midsummer house" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "CETUMJKM" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi - I 'm looking for an expensive restaurant on the east side of town . Can you help me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'5');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes I there are five restaurants that match what you are looking for . Is there a food type you would prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,duration,'12:00');(_:search,food,'dontcare');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Surprise me . I just need a table for 6 at 12:00 on Thursday ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'thursday');(_:booking,duration,'12:00');(_:booking,name,'grafton hotel restaurant');(_:booking,people,'6');(_:booking,ref,'SWDEOHLF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , I have made a reservation for 6 people at 12:00 thursday at grafton hotel restaurant Reference number is : SWDEOHLF . May I help with anything else ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I needed , thank you ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "You are very welcome ! Enjoy your meal !" } ]
SNG0475.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "food", "dontcare" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "thursday" ], [ "_:booking", "duration", "12:00" ], [ "_:booking", "name", "grafton hotel restaurant" ], [ "_:booking", "people", "6" ], [ "_:booking", "ref", "SWDEOHLF" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'kings lynn');(_:search,leave_at,'11:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train that departs from kings lynn . I need to leave after 11:30 ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))", "inform((_:result,amount,'many');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have many trains available . What is your destination and day you would like to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'kings lynn');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave from Kings Lynn and go to Cambridge ." }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR0864');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "TR0864 will be fine with you . how many tickets do i book ?" }, { "id": 4, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can I get the travel time , and arrival time of that ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'16:58');(_:result,duration,'47 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "Travel time is 47 minutes and arrive by 16:58 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you . I am also looking for a 4 star hotel on the east side ." }, { "id": 7, "rdf-acts": [ "inform((_:result,category,'guesthouses');(_:result,count,'6');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "We have six , though all are guesthouses ." }, { "id": 8, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That 's fine , can you find one in the moderate price range with free parking ." }, { "id": 9, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'a and b guest house');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "a and b guest house is in the moderate price range . Would you like me to book it ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I 'm still thinking about it . Can you please provide me with the address and phone number ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'124 tenison road');(_:result,phone,'01223315702');(_:result,postcode,'cb12dp');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "124 tenison road , cb12dp . the phone is 01223315702 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks for all of your help today" }, { "id": 13, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "You 're welcome . I hope you can decide soon ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your time ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Good day to you too , bye !" } ]
PMUL3135.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "kings lynn" ], [ "_:search", "leave_at", "11:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:search", "day", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:search", "day", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR0864" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:search", "day", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR0864" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "arrive_by", "16:58" ], [ "_:result", "duration", "47 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:search", "day", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR0864" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "arrive_by", "16:58" ], [ "_:result", "duration", "47 minutes" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "6" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:search", "day", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR0864" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "arrive_by", "16:58" ], [ "_:result", "duration", "47 minutes" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "6" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "a and b guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:search", "day", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR0864" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "arrive_by", "16:58" ], [ "_:result", "duration", "47 minutes" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "6" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "a and b guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "124 tenison road" ], [ "_:result", "phone", "01223315702" ], [ "_:result", "postcode", "cb12dp" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "11:30" ], [ "_:search", "day", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "departure", "kings lynn" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "id", "TR0864" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "?" ], [ "_:result", "arrive_by", "16:58" ], [ "_:result", "duration", "47 minutes" ], [ "_:search", "area", "east" ], [ "_:search", "stars", "4" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "6" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "a and b guest house" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "address", "124 tenison road" ], [ "_:result", "phone", "01223315702" ], [ "_:result", "postcode", "cb12dp" ], [ "_: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,food,'english');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a local restaurant to dine at that serves english food and is moderately priced ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,food,'english');(_:search,type,'Restaurant'))", "reqmore()" ], "speaker": "system", "text": "Oh no ! There no english restaurants that I can find right now . Would something else work ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for something with a moderate price range near the centre ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'english');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Like I aid there are no listings for english food , another type of food ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'british');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any restaurants that serve british food ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,area,'centre');(_:result,count,'4');(_:result,food,'British');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are four restaurants that serve British food near the centre that are moderately priced . Do you want more information on these restaurants ?" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Yea can you recommend one and get my the phone number please ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'restaurant one seven');(_:result,phone,'01223337766');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "it is called restaurant one seven and there phone number is 01223337766" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "i 'm also looking for a train ." }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where would you be departing from and when would you like to leave ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'11:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I m leaving Cambridge at 11:00" }, { "id": 11, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your destination ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "nevermind , i 'm going to cambridge not from it . i 'm leaving from norwich" }, { "id": 13, "rdf-acts": [ "inform((_:result,destination,'cambridge');(_:result,id,'TR8662');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have booked you on TR8662 which leaves Norwich at 11:16 on Friday and takes 79 min to get to Cambridge for 17.60 pounds . Reference R42CEKG8" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'Norwich');(_:search,leave_at,'15:45');(_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Actually , I am traveling on Tuesday . I need to leave after Norwich after 15:45 . I need a booking for 7 people ." }, { "id": 15, "rdf-acts": [], "speaker": "system", "text": "So you want to cancel the other booking ?" }, { "id": 16, "rdf-acts": [], "speaker": "user", "text": "No i will keep it" }, { "id": 17, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Okay thank you for calling ." }, { "id": 18, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'norwich');(_:search,destination,'cambridge');(_:search,leave_at,'15:45');(_:search,people,'7');(_:search,type,'Train'))" ], "speaker": "user", "text": "Actually , sorry . Do cancel the other booking because I did n't ask for it . Make the booking for 7 people on a train leaving after 15:45 from norwich to cambridge on tuesday" }, { "id": 19, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'8XIKH0Z9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your tickets have been booked . Your new reference number is 8XIKH0Z9 ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Perfect . Sorry about all the confusion and thanks for your help . Have a great day ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Glad to have been of help . Thank you for using the Cambridge TownInfo centre . Have a great day" } ]
PMUL0756.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "english" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "english" ], [ "_:system", "canthelp", "_:search/184d955a" ], [ "_:search/184d955a", "food", "english" ], [ "_:search/184d955a", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/184d955a" ], [ "_:search/184d955a", "food", "english" ], [ "_:search/184d955a", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2cdfca1b" ], [ "_:search/2cdfca1b", "food", "english" ], [ "_:search/2cdfca1b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/184d955a" ], [ "_:search/184d955a", "food", "english" ], [ "_:search/184d955a", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2cdfca1b" ], [ "_:search/2cdfca1b", "food", "english" ], [ "_:search/2cdfca1b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/184d955a" ], [ "_:search/184d955a", "food", "english" ], [ "_:search/184d955a", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2cdfca1b" ], [ "_:search/2cdfca1b", "food", "english" ], [ "_:search/2cdfca1b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "phone", "01223337766" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/184d955a" ], [ "_:search/184d955a", "food", "english" ], [ "_:search/184d955a", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2cdfca1b" ], [ "_:search/2cdfca1b", "food", "english" ], [ "_:search/2cdfca1b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "phone", "01223337766" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:00" ], [ "_: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/184d955a" ], [ "_:search/184d955a", "food", "english" ], [ "_:search/184d955a", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2cdfca1b" ], [ "_:search/2cdfca1b", "food", "english" ], [ "_:search/2cdfca1b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "phone", "01223337766" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/184d955a" ], [ "_:search/184d955a", "food", "english" ], [ "_:search/184d955a", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2cdfca1b" ], [ "_:search/2cdfca1b", "food", "english" ], [ "_:search/2cdfca1b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "phone", "01223337766" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR8662" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "Norwich" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/184d955a" ], [ "_:search/184d955a", "food", "english" ], [ "_:search/184d955a", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2cdfca1b" ], [ "_:search/2cdfca1b", "food", "english" ], [ "_:search/2cdfca1b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "phone", "01223337766" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR8662" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "Norwich" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/184d955a" ], [ "_:search/184d955a", "food", "english" ], [ "_:search/184d955a", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2cdfca1b" ], [ "_:search/2cdfca1b", "food", "english" ], [ "_:search/2cdfca1b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "phone", "01223337766" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR8662" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "people", "7" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/184d955a" ], [ "_:search/184d955a", "food", "english" ], [ "_:search/184d955a", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "canthelp", "_:search/2cdfca1b" ], [ "_:search/2cdfca1b", "food", "english" ], [ "_:search/2cdfca1b", "type", "Restaurant" ], [ "_:search", "food", "british" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "4" ], [ "_:result", "food", "British" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "name", "restaurant one seven" ], [ "_:result", "phone", "01223337766" ], [ "_:result", "destination", "cambridge" ], [ "_:result", "id", "TR8662" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "norwich" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "15:45" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "8XIKH0Z9" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for a free entertainment ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What did you have in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Never mind that for now . I need a hotel in the centre that includes free wifi and in the expensive price range ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'the gonville hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the gonville hotel ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'6');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That 's fine . I 'll need it booked for Sunday , 3 nights , and 6 people , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,ref,'FVN5JEV0');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure thing I have your reservation number . It is FVN5JEV0 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "hi how are you ? may i help you sir ?" }, { "id": 7, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'20:45');(_:search,day,'sunday');(_:search,departure,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I need a train from London Kings Cross to Cambridge for Sunday to arrive in Cambridge by 20:45 please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'20:08');(_:result,id,'TR1681');(_:result,leave_at,'19:17');(_:result,type,'Train'))" ], "speaker": "system", "text": "Okay the TR1681 leaves at 19:17 and arrives at 20:08 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will need 6 tickets ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'4AUYL0VX');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Reference number is : 4AUYL0VX . What else can I do for you ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That was all I needed . Thank you so much for all the assistance ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thanks for using us . Have a nice trip ." } ]
PMUL4882.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "the gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "the gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "FVN5JEV0" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "the gonville hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "6" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "FVN5JEV0" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "the gonville hotel" ], [ "_:search", "stay", "3" ], [ "_:booking", "ref", "FVN5JEV0" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "id", "TR1681" ], [ "_:result", "leave_at", "19:17" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "the gonville hotel" ], [ "_:search", "stay", "3" ], [ "_:search", "arrive_by", "20:45" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "20:08" ], [ "_:result", "id", "TR1681" ], [ "_:result", "leave_at", "19:17" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "4AUYL0VX" ], [ "_: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,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i want a guesthouse" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "I can certainly help you with that . What area are you wanting to stay in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It does n't really matter just someplace moderately priced with free wifi ." }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'avalon');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "i recommend avalon . can i book for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,has_parking,?);(_:result,phone,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can I have their phone number ? Do they have free parking ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,phone,'01223353071');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "their phone number is 01223353071 but they do n't have free parking ." }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Now I need a place to have some fun" }, { "id": 7, "rdf-acts": [ "inform((_:result,name,'Funky Fun House');(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,amount,'lots');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are lots of options . One place I could recommend is the Funky Fun House . Would you like some other recommendations ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Anything will do as long as it 's a nightclub in the centre ." }, { "id": 9, "rdf-acts": [ "canthelp((_:search,category,'nightclubs');(_:search,type,'Attraction'))", "inform((_:result,amount,'few');(_:result,category,'entertainment');(_:result,type,'Attraction'))", "request((_:search,name,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "I have a few entertainment attractions , though I 'm not pulling up any nightclubs . Can you be more specific , please ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'nightclub');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes I am looking for a nightclub in the city center and I need their phone number and entrance fee ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "The ballare nightclub phone number is 01223364222 and the entrance fee is 5 pounds ." } ]
PMUL4814.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "avalon" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "has_parking", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "name", "avalon" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223353071" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223353071" ], [ "_:result", "name", "Funky Fun House" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "lots" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_: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", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "phone", "01223353071" ], [ "_:result", "name", "Funky Fun House" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/60985202" ], [ "_:search/60985202", "category", "nightclubs" ], [ "_:search/60985202", "type", "Attraction" ], [ "_:result", "amount", "few" ], [ "_:result", "category", "entertainment" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "?" ], [ "_:search", "category", "nightclub" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'basque');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would really like to find a Basque restaurant on the west side . Does that exist ?" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))", "inform((_:result,area,'west');(_:result,food,'basque');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , there are no restaurants serving basque food in the west part of town . Would you like a different type of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'italian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about italian food" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'italian');(_:result,name,'la margherita');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "la margherita is an italian restaurant in the west part of town . Would you like their location ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , what is the phone number ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223 315232');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their phone number is 01223 315232 ." }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thank you" }, { "id": 7, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Is there anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "no , thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you ." } ]
WOZ20360.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "basque" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/54bf30a5" ], [ "_:search/54bf30a5", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "basque" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/54bf30a5" ], [ "_:search/54bf30a5", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "la margherita" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/54bf30a5" ], [ "_:search/54bf30a5", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "la margherita" ], [ "_:result", "phone", "01223 315232" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:system", "canthelp", "_:search/54bf30a5" ], [ "_:search/54bf30a5", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "west" ], [ "_:result", "food", "italian" ], [ "_:result", "name", "la margherita" ], [ "_:result", "phone", "01223 315232" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'13:45');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train to Cambridge leaving by 13:45" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are many trains relevant to your search . Please tell me where you are departing from ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'peterborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to leave from Peterborough on Sunday ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,arrive_by,'08:09');(_:booking,category,'Train');(_:booking,id,'TR5662');(_:booking,leave_at,'07:19');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay I can book you a trip on train TR5662 , leaving at 07:19 and arriving by 08:09 . How many tickets would you like ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'7');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I need to book the train for 7 people . Are you able to do that for me and provide me with a reference number please ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'JA1FRX8K');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful and your reference number is JA1FRX8K . Anything else I can help you with today ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'castle galleries');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm also looking for this place called Castle Galleries ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,category,'museum');(_:result,name,'Castle Galleries');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Castle Galleries is a museum at unit su43 , grande arcade , saint andrews street . Is there anything else you 'd like to know about it ?" }, { "id": 8, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I need the post code please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,postcode,'cb23bj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb23bj ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that is all the information I need . Have a great day ." }, { "id": 11, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank you and have a great day !" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok , thanks for all your help regarding my requests ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "No problem , enjoy your trip . :)" } ]
MUL0576.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "08:09" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR5662" ], [ "_:booking", "leave_at", "07:19" ], [ "_: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", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "08:09" ], [ "_:booking", "id", "TR5662" ], [ "_:booking", "leave_at", "07:19" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "JA1FRX8K" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "castle galleries" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "08:09" ], [ "_:booking", "id", "TR5662" ], [ "_:booking", "leave_at", "07:19" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "JA1FRX8K" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "castle galleries" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "08:09" ], [ "_:booking", "id", "TR5662" ], [ "_:booking", "leave_at", "07:19" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "JA1FRX8K" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "castle galleries" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Castle Galleries" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23bj" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "13:45" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "peterborough" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "08:09" ], [ "_:booking", "id", "TR5662" ], [ "_:booking", "leave_at", "07:19" ], [ "_:search", "people", "7" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "JA1FRX8K" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "castle galleries" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "category", "museum" ], [ "_:result", "name", "Castle Galleries" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23bj" ], [ "_:result", "type", "Attraction" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'riverside brasserie');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What can you tell me about the Riverside Brasserie ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'modern european');(_:result,phone,'01223259988');(_:result,pricerange,'moderately priced');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is a restaurant that serves modern european food near the centre of town . It is moderately priced . The phone number is 01223259988 ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'14:30');(_:search,people,'6');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Perfect . Can you help me with a reservation for 6 people at 14:30 this coming sunday ? And please make sure I have a confirmation number to use ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'LZLUDTVI');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation is set ! The table will be reserved for 15 minutes . Your reference number is LZLUDTVI . Is there anything else you need ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm also looking for a place to stay . In the south preferably ." }, { "id": 5, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What price range were you thinking ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No particular price range , but I would like it to be a 4 star hotel ." }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "canthelp((_:search,area,'South');(_:search,category,'hotels');(_:search,type,'Hotel'))", "inform((_:result,category,'Guesthouses');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are no hotels that fit your criteria in the South , but there are two Guesthouses . Would you like to book one of those ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Sure , that will work . Can you tell me more about them ?" }, { "id": 9, "rdf-acts": [ "select((_:result,name,'Aylesbray Lodge Guesthouse');(_:result,name,\"Rosa 's Bed and Breakfast\");(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Aylesbray Lodge Guesthouse and Rosa 's Bed and Breakfast , both are rated at 4 stars and both include free parking and internet . Would you like a reservation for one of them ?" }, { "id": 10, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can I get the postcode for both of them ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Aylesbray');(_:result,name,\"Rosa 's\");(_:result,postcode,'cb22 ha');(_:result,postcode,'cd17sr');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Aylesbray postcode is cd17sr and Rosa 's postcode is cb22 ha . Is there anything else I can help you with today ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No thanks . That 's all the help I need . Take care . Bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "thank you ! Enjoy your stay !" } ]
PMUL0287.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "riverside brasserie" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "riverside brasserie" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "phone", "01223259988" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "riverside brasserie" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "phone", "01223259988" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "LZLUDTVI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "riverside brasserie" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "phone", "01223259988" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "LZLUDTVI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "riverside brasserie" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "phone", "01223259988" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "LZLUDTVI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/98f7029b" ], [ "_:search/98f7029b", "area", "South" ], [ "_:search/98f7029b", "category", "hotels" ], [ "_:search/98f7029b", "type", "Hotel" ], [ "_:result", "category", "Guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "riverside brasserie" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "phone", "01223259988" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "6" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "LZLUDTVI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/98f7029b" ], [ "_:search/98f7029b", "area", "South" ], [ "_:search/98f7029b", "category", "hotels" ], [ "_:search/98f7029b", "type", "Hotel" ], [ "_:result", "category", "Guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "name", "Aylesbray Lodge Guesthouse" ], [ "_:result", "name", "Rosa 's Bed and Breakfast" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "riverside brasserie" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "modern european" ], [ "_:result", "phone", "01223259988" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "14:30" ], [ "_:search", "people", "6" ], [ "_:booking", "ref", "LZLUDTVI" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "south" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "canthelp", "_:search/98f7029b" ], [ "_:search/98f7029b", "area", "South" ], [ "_:search/98f7029b", "category", "hotels" ], [ "_:search/98f7029b", "type", "Hotel" ], [ "_:result", "category", "Guesthouses" ], [ "_:result", "count", "2" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "stars", "4" ], [ "_:result", "name", "Aylesbray" ], [ "_:result", "name", "Rosa 's" ], [ "_:result", "postcode", "cb22 ha" ], [ "_:result", "postcode", "cd17sr" ], [ "_:result", "type", "Hotel" ], [ "_: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,food,'lebanese');(_:search,pricerange,'cheaply');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I am going to Cambridge and need a place to eat that serves lebanese food and is cheaply priced ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'Lebanese');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "Unfortunately there are no Lebanese restaurants in the cheap price range . Would you like another cuisine type or price range ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'center');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "What kind of cheap restaurants are there in the center of town ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , there are none . Would you like to change your cuisine type or location ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "how about one that serves indian food ?" }, { "id": 5, "rdf-acts": [ "inform((_:booking,name,'Mahal of Cambridge');(_:booking,type,'Booking');(_:result,area,'centre');(_:result,count,'3');(_:result,food,'indian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found three cheap indian restaurants in the centre . Would you like to book at Mahal of Cambridge ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'16:30');(_:search,people,'6');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great . I need a table for 6 at 16:30 on Saturday , please . And I will need the reference number once it 's booked ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'ZCRT70X4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Your reference number is ZCRT70X4 . Can I help with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to book a train on Sunday as well ." }, { "id": 9, "rdf-acts": [ "inform((_:result,count,'404');(_:result,day,'Sunday');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 404 entries for Sunday . Where would you like to depart from ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm departing from cambridge ." }, { "id": 11, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "And what would your preferred destination be ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'08:45');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should arrive in broxbourne by 08:45 ." }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'06:01');(_:result,arrive_by,'07:01');(_:result,arrive_by,'08:01');(_:result,count,'3');(_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,leave_at,'one hour from their arrival time');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have found three trains leaving Cambridge for Broxbourne . They arrive at 06:01 , 07:01 , and 08:01 . Each departs one hour from their arrival time . Which train would you like to book ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I suppose I will book the train arriving at 7:01 . Please provide me with the reference number ." }, { "id": 15, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , I can book that for you . How many tickets would you like ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,people,'same group of people');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I need to make a reservation for the same group of people . May I also have the reference number ?" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'AE2L0GW1');(_:booking,ticket,'85.92 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Excellent . Your total is 85.92 GBP and you may pay that at the station . Your reference number is AE2L0GW1 . Is there anything else I can help you with today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that 's all I need . Thank you for all your help today !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Safe travels , it was a pleasure serving you ." } ]
MUL0340.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "lebanese" ], [ "_:search", "pricerange", "cheaply" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:system", "canthelp", "_:search/4911218d" ], [ "_:search/4911218d", "food", "Lebanese" ], [ "_:search/4911218d", "pricerange", "cheap" ], [ "_:search/4911218d", "type", "Restaurant" ], [ "_:search", "area", "center" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/4911218d" ], [ "_:search/4911218d", "food", "Lebanese" ], [ "_:search/4911218d", "pricerange", "cheap" ], [ "_:search/4911218d", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1713e5c" ], [ "_:search/c1713e5c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/4911218d" ], [ "_:search/4911218d", "food", "Lebanese" ], [ "_:search/4911218d", "pricerange", "cheap" ], [ "_:search/4911218d", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1713e5c" ], [ "_:search/c1713e5c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:booking", "name", "Mahal of Cambridge" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "3" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/4911218d" ], [ "_:search/4911218d", "food", "Lebanese" ], [ "_:search/4911218d", "pricerange", "cheap" ], [ "_:search/4911218d", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1713e5c" ], [ "_:search/c1713e5c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:booking", "name", "Mahal of Cambridge" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "3" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ZCRT70X4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/4911218d" ], [ "_:search/4911218d", "food", "Lebanese" ], [ "_:search/4911218d", "pricerange", "cheap" ], [ "_:search/4911218d", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1713e5c" ], [ "_:search/c1713e5c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:booking", "name", "Mahal of Cambridge" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ZCRT70X4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Sunday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/4911218d" ], [ "_:search/4911218d", "food", "Lebanese" ], [ "_:search/4911218d", "pricerange", "cheap" ], [ "_:search/4911218d", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1713e5c" ], [ "_:search/c1713e5c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:booking", "name", "Mahal of Cambridge" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ZCRT70X4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:result", "count", "404" ], [ "_:result", "day", "Sunday" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "08:45" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/4911218d" ], [ "_:search/4911218d", "food", "Lebanese" ], [ "_:search/4911218d", "pricerange", "cheap" ], [ "_:search/4911218d", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1713e5c" ], [ "_:search/c1713e5c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:booking", "name", "Mahal of Cambridge" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "16:30" ], [ "_:search", "people", "6" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ZCRT70X4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:result", "day", "Sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "08:45" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "06:01" ], [ "_:result", "arrive_by", "07:01" ], [ "_:result", "arrive_by", "08:01" ], [ "_:result", "count", "3" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "leave_at", "one hour from their arrival time" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/4911218d" ], [ "_:search/4911218d", "food", "Lebanese" ], [ "_:search/4911218d", "pricerange", "cheap" ], [ "_:search/4911218d", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1713e5c" ], [ "_:search/c1713e5c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:booking", "name", "Mahal of Cambridge" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "16:30" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ZCRT70X4" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:result", "day", "Sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "08:45" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "06:01" ], [ "_:result", "arrive_by", "07:01" ], [ "_:result", "arrive_by", "08:01" ], [ "_:result", "count", "3" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "leave_at", "one hour from their arrival time" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/4911218d" ], [ "_:search/4911218d", "food", "Lebanese" ], [ "_:search/4911218d", "pricerange", "cheap" ], [ "_:search/4911218d", "type", "Restaurant" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/c1713e5c" ], [ "_:search/c1713e5c", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:booking", "name", "Mahal of Cambridge" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "duration", "16:30" ], [ "_:result", "ref", "?" ], [ "_:search", "day", "sunday" ], [ "_:result", "day", "Sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "arrive_by", "08:45" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "06:01" ], [ "_:result", "arrive_by", "07:01" ], [ "_:result", "arrive_by", "08:01" ], [ "_:result", "count", "3" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "leave_at", "one hour from their arrival time" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "AE2L0GW1" ], [ "_:booking", "ticket", "85.92 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "There are French restaurants in Cambridge , right ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'2');(_:result,food,'french');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there are 2 french restaurants ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'13:45');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you try booking one of them for 8 people at 13:45 on wednesday ?" }, { "id": 3, "rdf-acts": [ "inform((_:booking,name,'cote');(_:booking,ref,'OJFUL39U');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You are all booked at cote . Your reference number is OJFUL39U ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Was that restaurant in the North ? I needed one in the north ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,name,'Restaurant two two');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Restaurant two two is in the north . Would you like me to book there instead ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,duration,'13:45');(_:search,people,'8');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "yes , please for 8 people at 13:45 on wednesday" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'OJFUL39U');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure your reservation number OJFUL39U ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for places to go in town . The attraction should be in the same area as the restaurant and should be in the type of boat ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'Riverboat Georgina');(_:result,type,'Attraction'))", "reqmore()" ], "speaker": "system", "text": "Riverboat Georgina meets your criteria . Would you like more information ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you give me the address and entrance fee to this attraction ? Thank you for your help !" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'cambridge passenger cruisers , jubilee house');(_:result,entrance_fee,\"do n't have the entrance fee available\");(_:result,phone,'01223902091');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is cambridge passenger cruisers , jubilee house . I do n't have the entrance fee available to me , but you can contact them at 01223902091 for more information ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Ok great , thank you . That is all I need ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "excellent , have a great day !" } ]
PMUL3710.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:result", "count", "2" ], [ "_:result", "food", "french" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:result", "count", "2" ], [ "_:result", "food", "french" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "8" ], [ "_:booking", "name", "cote" ], [ "_:booking", "ref", "OJFUL39U" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:result", "count", "2" ], [ "_:result", "food", "french" ], [ "_:booking", "name", "cote" ], [ "_:booking", "ref", "OJFUL39U" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Restaurant two two" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:result", "count", "2" ], [ "_:result", "food", "french" ], [ "_:booking", "name", "cote" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Restaurant two two" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "OJFUL39U" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:result", "count", "2" ], [ "_:result", "food", "french" ], [ "_:booking", "name", "cote" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "OJFUL39U" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Riverboat Georgina" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "food", "french" ], [ "_:result", "count", "2" ], [ "_:result", "food", "french" ], [ "_:booking", "name", "cote" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:search", "day", "wednesday" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "OJFUL39U" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Riverboat Georgina" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "cambridge passenger cruisers , jubilee house" ], [ "_:result", "entrance_fee", "do n't have the entrance fee available" ], [ "_:result", "phone", "01223902091" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'charlie chan');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a particular restaurant called charlie chan ." }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,food,'chinese');(_:result,name,'Charlie Chan');(_:result,pricerange,'inexpensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Charlie Chan is an inexpensive chinese restaurant in the centre of town . Would you like their phone number or address ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,duration,'11:00');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to book a table for 7 people at 11:00 on Tuesday" }, { "id": 3, "rdf-acts": [ "inform((_:booking,ref,'9RD3X10V');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . Your reference number is 9RD3X10V . They will hold your table for 15 minutes ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Great , is there a cool place in the west we could check out ? Maybe a museum ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Museum of Classical Archaeology');(_:result,type,'Attraction'))", "offer((_:booking,type,'Booking'))", "inform((_:result,area,'West');(_:result,category,'museums');(_:result,count,'7');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure , I have 7 museums in the West . I would recommend the Museum of Classical Archaeology . Would you like a reservation ?" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "No reservation needed but I would like the museum phone number , please ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223335153');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223335153 . May I assist with something else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all for now . Thank you for everything ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You are welcome , please let us know if you need anything in the future ." } ]
PMUL2271.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "charlie chan" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "charlie chan" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "charlie chan" ], [ "_:result", "area", "centre" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "Charlie Chan" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "7" ], [ "_:booking", "ref", "9RD3X10V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "charlie chan" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "7" ], [ "_:booking", "ref", "9RD3X10V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "West" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "charlie chan" ], [ "_:result", "food", "chinese" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:search", "day", "tuesday" ], [ "_:search", "duration", "11:00" ], [ "_:search", "people", "7" ], [ "_:booking", "ref", "9RD3X10V" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "west" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "Museum of Classical Archaeology" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "West" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223335153" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hi , I am traveling to Cambridge and could use some help for sure . I am so excited to see some local tourist attractions ." }, { "id": 1, "rdf-acts": [ "request((_:search,category,?);(_:search,name,?);(_:search,type,'Attraction'))", "inform((_:result,count,'79');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have 79 attractions to choose from , anything specific that you would like to tell us to help narrow it down ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a hotel called cityroomz ." }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Sleeperz Hotel , Station Road');(_:result,area,'center');(_:result,category,'hotel');(_:result,name,'Cityroomz');(_:result,stars,'0-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Cityroomz is a 0-star hotel in the center of town . Its address is Sleeperz Hotel , Station Road ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'4');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you please book a room for 4 people for 2 nights starting on wednesday ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'WGUYAGN2');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is : WGUYAGN2 anything else i can help ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Thanks . I am also looking for places to go in town . Perhaps an attraction in the city centre ." }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'jesus lane');(_:result,entrance_fee,'free');(_:result,name,'all saints church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I have the all saints church located at jesus lane and it 's free entrance ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That sounds perfect . Thanks !" }, { "id": 9, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thanks . That 's all I need . Goodbye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us , have a nice day ." } ]
PMUL2563.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "count", "79" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "cityroomz" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "count", "79" ], [ "_:search", "name", "cityroomz" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "center" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "stars", "0-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "count", "79" ], [ "_:search", "name", "cityroomz" ], [ "_:result", "address", "Sleeperz Hotel , Station Road" ], [ "_:result", "area", "center" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "Cityroomz" ], [ "_:result", "stars", "0-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "WGUYAGN2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "count", "79" ], [ "_:search", "name", "cityroomz" ], [ "_:result", "area", "center" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "0-star" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "WGUYAGN2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "all saints church" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "?" ], [ "_:result", "count", "79" ], [ "_:search", "name", "cityroomz" ], [ "_:result", "area", "center" ], [ "_:result", "category", "hotel" ], [ "_:result", "stars", "0-star" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "4" ], [ "_:search", "stay", "2" ], [ "_:booking", "ref", "WGUYAGN2" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "all saints church" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,departure,'cambridge');(_:search,destination,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving Tuesday and need to take a train from Cambridge to Ely" }, { "id": 1, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,duration,'17 minutes');(_:booking,type,'Booking'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Certainly . It looks like the trip is 17 minutes long . When would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'11:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need the train to arrive by 11:15 ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,arrive_by,'10:07');(_:booking,category,'Train');(_:booking,id,'TR3246');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The TR3246 arrives at 10:07 , would you like to book that train ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "When does that train depart ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,leave_at,'09:50');(_:result,type,'Train'))" ], "speaker": "system", "text": "The train departs at 09:50 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "Great . I 'm not ready to book today though . I am also looking for a place to stay ." }, { "id": 7, "rdf-acts": [ "request((_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking');(_:search,name,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "where are you staying and for how long and how many rooms please" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't know where I am staying . I 'm looking for a guesthouse and I thought you could help ." }, { "id": 9, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'a variety');(_:result,category,'guesthouses');(_:result,pricerange,'cheap');(_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There is a variety of guesthouses to choose from . How much would you like to spend ? We have cheap , moderate , and expensive ." }, { "id": 10, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like the expensive price range ." }, { "id": 11, "rdf-acts": [ "canthelp((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I do n't have anything in the expensive range that fits that criteria ." }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "If you ca n't find a guesthouse , could you look for a hotel ?" }, { "id": 13, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 5 available hotels . What area were you looking to stay ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'south');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "i would prefer the south . are there any in that area ?" }, { "id": 15, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'south');(_:result,category,'hotel');(_:result,count,'1');(_:result,name,'Lensfield Hotel');(_:result,pricerange,'expensive');(_:result,stars,'3-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There is one expensive hotel in the south -- The Lensfield Hotel . It is a 3-star hotel . Would you like to book a room ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,people,'3');(_:search,stay,'5');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "please book it for 3 people and 5 nights starting from Thursday . \n Make sure you get the reference number" }, { "id": 17, "rdf-acts": [ "inform((_:booking,day,'Thursday');(_:booking,name,'Lensfield Hotel');(_:booking,people,'3');(_:booking,ref,'VOGVC4RY');(_:booking,stay,'5');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The Lensfield Hotel will be expecting the 3 of you to arrive on Thursday and to stay for 5 nights . Your Reference number is : VOGVC4RY ." }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , that 's all I need , thanks so much for your help ! Have a great day !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for using the Cambridge TownInfo centre . Goodbye ." } ]
PMUL1596.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "17 minutes" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "17 minutes" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:booking", "arrive_by", "10:07" ], [ "_:booking", "id", "TR3246" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "17 minutes" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:booking", "arrive_by", "10:07" ], [ "_:booking", "id", "TR3246" ], [ "_:result", "leave_at", "09:50" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "17 minutes" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:booking", "arrive_by", "10:07" ], [ "_:booking", "id", "TR3246" ], [ "_:result", "leave_at", "09:50" ], [ "_:result", "type", "Train" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "17 minutes" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:booking", "arrive_by", "10:07" ], [ "_:booking", "id", "TR3246" ], [ "_:result", "leave_at", "09:50" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:search", "category", "guesthouse" ], [ "_:result", "amount", "a variety" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "17 minutes" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:booking", "arrive_by", "10:07" ], [ "_:booking", "id", "TR3246" ], [ "_:result", "leave_at", "09:50" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "a variety" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b46a132e" ], [ "_:search/b46a132e", "pricerange", "expensive" ], [ "_:search/b46a132e", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "tuesday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "17 minutes" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:booking", "arrive_by", "10:07" ], [ "_:booking", "id", "TR3246" ], [ "_:result", "leave_at", "09:50" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "a variety" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b46a132e" ], [ "_:search/b46a132e", "pricerange", "expensive" ], [ "_:search/b46a132e", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "17 minutes" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:booking", "arrive_by", "10:07" ], [ "_:booking", "id", "TR3246" ], [ "_:result", "leave_at", "09:50" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "a variety" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b46a132e" ], [ "_:search/b46a132e", "pricerange", "expensive" ], [ "_:search/b46a132e", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "ely" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "duration", "17 minutes" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "11:15" ], [ "_:booking", "arrive_by", "10:07" ], [ "_:booking", "id", "TR3246" ], [ "_:result", "leave_at", "09:50" ], [ "_:search", "name", "?" ], [ "_:result", "amount", "a variety" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/b46a132e" ], [ "_:search/b46a132e", "pricerange", "expensive" ], [ "_:search/b46a132e", "type", "Restaurant" ], [ "_:search", "category", "hotel" ], [ "_:search", "area", "south" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotel" ], [ "_:result", "count", "1" ], [ "_:result", "name", "Lensfield Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "3-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "name", "Lensfield Hotel" ], [ "_:booking", "people", "3" ], [ "_:booking", "ref", "VOGVC4RY" ], [ "_:booking", "stay", "5" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'curry garden');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Could you book me a taxi to Curry Garden ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,car,'white Honda');(_:result,phone,'07027500870');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "I have you booked with a white Honda . Your contact number is 07027500870 . Can I help you with anything else ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'lan hong house');(_:search,leave_at,'10:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Oh , sorry , I forgot to say , I need it to arrive by 10:45 , and it 'll be leaving the lan hong house ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'10:45');(_:result,car,'yello Volvo');(_:result,destination,'Lan Hong House');(_:result,phone,'07980240916');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay , I 'm now sending you a yello Volvo which will arrive at Lan Hong House at 10:45 . Contact number is 07980240916" }, { "id": 4, "rdf-acts": [ "bye()", "thank()" ], "speaker": "user", "text": "Great . You have been very helpful . Have a great day ." }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you for calling Cambridge TownInfo centre we are always glad to help , have a pleasant day ." } ]
SNG0011.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "curry garden" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "curry garden" ], [ "_:result", "car", "white Honda" ], [ "_:result", "phone", "07027500870" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "lan hong house" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "curry garden" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "departure", "lan hong house" ], [ "_:search", "leave_at", "10:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "arrive_by", "10:45" ], [ "_:result", "car", "yello Volvo" ], [ "_:result", "destination", "Lan Hong House" ], [ "_:result", "phone", "07980240916" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'latin american');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm looking for a latin american restaurant in the moderate price range ." }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "we do n't have that in our records . can you change the type of food ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'latin american');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Can you help me find a moderately priced resaturant in the south that serves latin american food ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "There are no restaurants available matching what you mentioned ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,food,'italian');(_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about Italian food . You do have Italian restaurants do n't you . Moderately priced and in the south area would work fine for me ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,amount,'only');(_:result,area,'south');(_:result,food,'Italian');(_:result,name,'Pizza Hut Cherry Hinton');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The only moderately priced Italian restaurant in the south part of town is the Pizza Hut Cherry Hinton . Would you like a reservation ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'18:30');(_:search,people,'1');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , please book a table for 1 people at 18:30 on sunday ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'AM10LQ20');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . Reference number is : AM10LQ20 ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's great . Thank you ." }, { "id": 9, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Was there anything else I could help you with today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , can you help me find a place to stay , a 4 star hotel ?" }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "yes and which area would you be interested in ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The area does not matter . But , I need it to be an actual hotel and have 4 stars ." }, { "id": 13, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'few');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure there are a few options . Did you have a price range you were looking for ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No particular price range , but I would like free parking ." }, { "id": 15, "rdf-acts": [ "inform((_:result,name,'huntingdon marriott hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about huntingdon marriott hotel ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Sure , I need the reservation to be for 4 people ." }, { "id": 17, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "And what nights would you like me to reserve for you ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,stay,'four');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Four nights starting Sunday" }, { "id": 19, "rdf-acts": [ "inform((_:booking,ref,'LNRXN5ZT');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . Your reference number is : LNRXN5ZT ." }, { "id": 20, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Thank you , can I also book a taxi ?" }, { "id": 21, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Yes , where would you like to go to and from ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,departure,'the restaurant');(_:search,destination,'the hotel');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need it to go from the restaurant to the hotel ." }, { "id": 23, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I can book you a taxi from Pizza Hut to Huntingdon Marriot , what time would you like the taxi to pick you up ?" }, { "id": 24, "rdf-acts": [ "inform((_:search,arrive_by,'18:30');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to be at the restaurant by 18:30 for my reservation , the pick up time does n't matter to me ." }, { "id": 25, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "I 'm sorry I need clarification . Do you need a taxi to the restaurant or to the hotel ?" }, { "id": 26, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "it should be to the hotel" }, { "id": 27, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Taxi'))", "inform((_:result,departure,'the restaurant');(_:result,destination,'the hotel');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay . Then to book I will need to know what time you want to either leave the restaurant or what time you 'd like to arrive at the hotel by ." }, { "id": 28, "rdf-acts": [ "inform((_:search,arrive_by,'18:30');(_:search,category,'hotel');(_:search,destination,'the restaurant');(_:search,type,'Hotel');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm sorry . Let me clarify . I need a taxi to pick me up at the hotel and I want to arrive at the restaurant by 18:30 ." }, { "id": 29, "rdf-acts": [ "inform((_:result,car,'blue bmw');(_:result,phone,'07611077714');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t blue bmw \n Contact number \t : \t 07611077714" }, { "id": 30, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I 'm sorry for all the confusion on this call , and I appreciate your patience . Thank you . Goodbye !" }, { "id": 31, "rdf-acts": null, "speaker": "system", "text": "No worries . You have a great day . Goodbye ." } ]
PMUL4499.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "latin american" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "latin american" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "ref", "AM10LQ20" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "area", "south" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "AM10LQ20" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:search", "pricerange", "moderately" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "AM10LQ20" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "Pizza Hut Cherry Hinton" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:search", "people", "1" ], [ "_:booking", "ref", "AM10LQ20" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "few" ], [ "_: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 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "18:30" ], [ "_:booking", "ref", "AM10LQ20" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "few" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:search", "duration", "18:30" ], [ "_:booking", "ref", "AM10LQ20" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "few" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "four" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:search", "duration", "18:30" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "few" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "four" ], [ "_:booking", "ref", "LNRXN5ZT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:search", "duration", "18:30" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "few" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "four" ], [ "_:booking", "ref", "LNRXN5ZT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "departure", "the restaurant" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:search", "duration", "18:30" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "few" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "four" ], [ "_:booking", "ref", "LNRXN5ZT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "destination", "the hotel" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18: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": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:search", "duration", "18:30" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "few" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "people", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "four" ], [ "_:booking", "ref", "LNRXN5ZT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:30" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 ] }, { "id": 14, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:search", "duration", "18:30" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "few" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:search", "people", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "four" ], [ "_:booking", "ref", "LNRXN5ZT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:result", "departure", "the restaurant" ], [ "_:result", "destination", "the hotel" ], [ "_:result", "type", "Taxi" ], [ "_:search", "arrive_by", "18:30" ], [ "_:search", "category", "hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 ] }, { "id": 15, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/bfef3b1d" ], [ "_:search/bfef3b1d", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/de5400cc" ], [ "_:search/de5400cc", "type", "Restaurant" ], [ "_:search", "food", "italian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "south" ], [ "_:result", "food", "Italian" ], [ "_:search", "duration", "18:30" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "?" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "few" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:search", "people", "4" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "stay", "four" ], [ "_:booking", "ref", "LNRXN5ZT" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:result", "departure", "the restaurant" ], [ "_:result", "destination", "the hotel" ], [ "_:search", "arrive_by", "18:30" ], [ "_:search", "category", "hotel" ], [ "_:search", "destination", "the restaurant" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "blue bmw" ], [ "_:result", "phone", "07611077714" ], [ "_: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, 23, 24, 25, 26, 27, 28, 29, 30 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'korean');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Hello . Can you please help me find a nice restaurant that serves Korean food ? I need to know the address too ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'108 Regent Street City Centre');(_:result,food,'Korean');(_:result,name,'Little Seoul');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Little Seoul is a nice restaurant that serves Korean food . The address is 108 Regent Street City Centre ." }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "And what is the postcode ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,postcode,'1.D P');(_:result,postcode,'C.B 2');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The post code is C.B 2 , 1.D P ." }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thank you . Good bye" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "Thank you ." } ]
WOZ20057.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "108 Regent Street City Centre" ], [ "_:result", "food", "Korean" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "korean" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "108 Regent Street City Centre" ], [ "_:result", "food", "Korean" ], [ "_:result", "name", "Little Seoul" ], [ "_:result", "postcode", "1.D P" ], [ "_:result", "postcode", "C.B 2" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'bishops stortford');(_:search,leave_at,'15:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking to leave for bishops stortford after 15:15 by train ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Certainly . Where are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving from Cambridge ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have several trains , when would you like to arrive by ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,leave_at,'15:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "The arrival time does not matter , but it should leave on Sunday after 15:15 ." }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'V6E0H0GJ');(_:booking,ticket,'8.08 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 8.08 GBP payable at the station . Reference number is : V6E0H0GJ . Is there anything else I can help with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "Were you able to book it for 4 people ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,people,'4');(_:booking,ref,'BPUJ9ISP');(_:booking,ticket,'32.32 pounds');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book 4 tickets . The total fee will be 32.32 pounds , payable at the station . The reference number is BPUJ9ISP . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Okay no that is all today ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our system !" } ]
SNG0362.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "15:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "15:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "bishops stortford" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "15:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "bishops stortford" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "15:15" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "V6E0H0GJ" ], [ "_:booking", "ticket", "8.08 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "bishops stortford" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "leave_at", "15:15" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "people", "4" ], [ "_:booking", "ref", "BPUJ9ISP" ], [ "_:booking", "ticket", "32.32 pounds" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I am looking for a place to eat . Can you help me ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'over a hundred');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , we have over a hundred restaurants here in Cambridge , I 'm sure we 'll find one you 'll like . Do you have a particular cuisine in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'european');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Let 's find me a place that serves expensive european food ." }, { "id": 3, "rdf-acts": [ "inform((_:result,food,'european');(_:result,name,'Eraina');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Eraina serves expensive european food ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I have their address and phone number ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Free School Lane City Centre');(_:result,name,'Eraina');(_:result,phone,'01223368786');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address for Eraina is Free School Lane City Centre . The phone number is 01223368786 . Would you like any other information ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'09:15');(_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'Leicaster');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm also looking to book some train tickets for Thursday . I need to leave Cambridge and arrive in Leicaster by 09:15 ." }, { "id": 7, "rdf-acts": [ "inform((_:result,arrive_by,'09:06');(_:result,departure,'Cambridge');(_:result,destination,'Leicester');(_:result,id,'TR0025');(_:result,leave_at,'07:21');(_:result,type,'Train'))", "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Then you 'll want to take TR0025 , departing Cambridge at 07:21 and arriving in Leicester at 09:06 . How many tickets do you need ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will need tickets for 2 people ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,arrive_by,'9:06');(_:booking,category,'Train');(_:booking,day,'Thursday');(_:booking,departure,'Cambridge');(_:booking,destination,'leicester');(_:booking,leave_at,'7:21');(_:booking,people,'2');(_:booking,ref,'K4888RU4');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have booked 2 tickets for Thursday . You depart Cambridge at 7:21 and arrive in leicester at 9:06 . Your reference number is K4888RU4 . Can I help with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yay , thank you !" }, { "id": 11, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Well I am glad I can help . Enjoy !" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your help ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "No problem ! Have a great trip !" } ]
PMUL4028.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "over a hundred" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "over a hundred" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "european" ], [ "_:result", "name", "Eraina" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "over a hundred" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Free School Lane City Centre" ], [ "_:result", "name", "Eraina" ], [ "_:result", "phone", "01223368786" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Leicaster" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "over a hundred" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Free School Lane City Centre" ], [ "_:result", "name", "Eraina" ], [ "_:result", "phone", "01223368786" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Leicaster" ], [ "_:result", "arrive_by", "09:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR0025" ], [ "_:result", "leave_at", "07:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "over a hundred" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "Free School Lane City Centre" ], [ "_:result", "name", "Eraina" ], [ "_:result", "phone", "01223368786" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Leicaster" ], [ "_:result", "arrive_by", "09:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR0025" ], [ "_:result", "leave_at", "07:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "9:06" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "leicester" ], [ "_:booking", "leave_at", "7:21" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "K4888RU4" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "over a hundred" ], [ "_:search", "food", "european" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "european" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "Free School Lane City Centre" ], [ "_:result", "name", "Eraina" ], [ "_:result", "phone", "01223368786" ], [ "_:search", "arrive_by", "09:15" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Leicaster" ], [ "_:result", "arrive_by", "09:06" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "id", "TR0025" ], [ "_:result", "leave_at", "07:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "arrive_by", "9:06" ], [ "_:booking", "category", "Train" ], [ "_:booking", "day", "Thursday" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "leicester" ], [ "_:booking", "leave_at", "7:21" ], [ "_:booking", "people", "2" ], [ "_:booking", "ref", "K4888RU4" ], [ "_: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,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for an expensive hotel that includes free parking ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'Express by holiday inn');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Express by holiday inn cambridge is available and fits your requirements" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a place that is on the west side of town and that has free wifi ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'west');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Huntingdon Marriott Hotel');(_:result,pricerange,'expensive');(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Huntingdon Marriott Hotel is on the west side of town , is expensive , with a 4-star rating , and free parking and wifi . Would you like to book a room ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I 'm not sure . May I have their telephone number first ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01480446000');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Sure thing . The number is 01480446000 . Can I help you with anything else today ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No That is all . Thank you ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Please feel free to return to this service if you need anything else ." } ]
SNG0923.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "name", "Express by holiday inn" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_: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", "expensive" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "west" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "west" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Huntingdon Marriott Hotel" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "stars", "4-star" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01480446000" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to book a place to stay that is a 5 star hotel with free wifi ." }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "I 'm sorry there are no 5 star hotels in the area . Are there any hotels I can help you find ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,stars,'5');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Truly ? I 'm sorry , I 'm just surprised Cambridge does n't have a 5 star hotel . Well , I need something moderately priced ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'North');(_:result,name,'Lovell Lodge');(_:result,pricerange,'moderately priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I think you would enjoy the Lovell Lodge which is in the North and is moderately priced ." }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "That sounds good I would like to book a room" }, { "id": 5, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "great , how many nights are you staying ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I will be staying 2 nights ." }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "OK , and what day will you arrive , and how many people will be staying ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'8');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I will be arriving on Friday and I need it for 8 people please ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'U02SQUS1');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book it , reference is U02SQUS1 ." }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'11:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Great . I also need a train from cambridge leaving after 11:15 ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay I can certainly help you with that . Could you tell me where your arrival destination will be ? And your day of travel ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,destination,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "Going to Broxbourne on Saturday" }, { "id": 13, "rdf-acts": [ "inform((_:result,arrive_by,'13:01');(_:result,day,'Saturday');(_:result,departure,'Cambridge');(_:result,destination,'Broxbourne');(_:result,id,'TR9098');(_:result,leave_at,'12:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay , TR9098 departs Cambridge at 12:01 and arrives at Broxbourne by 13:01 on Saturday . Will that work for you ?" }, { "id": 14, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "That sounds good . Yes , please book that . I 'll also need a reference number ." }, { "id": 15, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets would you like ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,people,'8');(_:search,stars,'4');(_:search,type,'Hotel');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like 8 tickets for the train please . I also have a quick question about the hotel that was booked . Is it a 4 star hotel ?" }, { "id": 17, "rdf-acts": [ "inform((_:result,stars,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is only 2 stars ." }, { "id": 18, "rdf-acts": [ "inform((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Ok I need another hotel then it must be 4 stars ." }, { "id": 19, "rdf-acts": [ "canthelp((_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "There are no 4 stars in that area ." }, { "id": 20, "rdf-acts": [], "speaker": "user", "text": "Okay , that will be fine ." }, { "id": 21, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Anything else I can help you with ?" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No thank you . That will be all ." }, { "id": 23, "rdf-acts": null, "speaker": "system", "text": "Your welcome , enjoy your stay ." } ]
PMUL1651.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "5" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "5" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "5" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "5" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "5" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "U02SQUS1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "5" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "U02SQUS1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:15" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_: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", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "stars", "5" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "8" ], [ "_:booking", "ref", "U02SQUS1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:15" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "13:01" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR9098" ], [ "_:result", "leave_at", "12:01" ], [ "_:result", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "U02SQUS1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:15" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "13:01" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR9098" ], [ "_:result", "leave_at", "12:01" ], [ "_:result", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "8" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "U02SQUS1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:15" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "13:01" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR9098" ], [ "_:result", "leave_at", "12:01" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "8" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "U02SQUS1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:15" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "13:01" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR9098" ], [ "_:result", "leave_at", "12:01" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "8" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/d40bc6ae" ], [ "_:search/d40bc6ae", "stars", "4" ], [ "_:search/d40bc6ae", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderately" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Lovell Lodge" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:booking", "stay", "?" ], [ "_:search", "stay", "2" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "ref", "U02SQUS1" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "11:15" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:search", "day", "saturday" ], [ "_:search", "destination", "broxbourne" ], [ "_:result", "arrive_by", "13:01" ], [ "_:result", "day", "Saturday" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Broxbourne" ], [ "_:result", "id", "TR9098" ], [ "_:result", "leave_at", "12:01" ], [ "_:result", "ref", "?" ], [ "_:search", "people", "8" ], [ "_:result", "stars", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/d40bc6ae" ], [ "_:search/d40bc6ae", "stars", "4" ], [ "_:search/d40bc6ae", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] } ]
[ { "id": 0, "rdf-acts": [ "hello()", "inform((_:search,name,'lan hong house');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , is lan hong house still in operation ?" }, { "id": 1, "rdf-acts": [], "speaker": "system", "text": "I 'm sorry , can you tell me what type of business that is ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'Ian Hong');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Oops , sorry . Ian Hong is a restaurant ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,name,'lan hong house');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes I see that lan hong house is still in operation . Would you like more information ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like to try for a reservation on Thursday ." }, { "id": 5, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people should I reserve for and at what time ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,category,'hotel');(_:search,duration,'17:15');(_:search,people,'2');(_:search,stars,'4');(_:search,type,'Hotel');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "a table for 2 at 17:15 and give me reference number . also find me a hotel in the east side and should have a star of 4" }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'HPRELBW9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : HPRELBW9 . now let 's find you a hotel !" }, { "id": 8, "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 be in the east and should have a star of 4 in the cheap price range and should include free wifi" }, { "id": 9, "rdf-acts": [ "select((_:result,name,'allenbell');(_:result,name,'autumn house');(_:result,name,'leverton house');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,category,'gueshouse');(_:result,count,'3');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 3 gueshouse that fit that match . allenbell , autumn house , and leverton house . Would you like to book one of those ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you give me the address and postcode of one you 'd recommend ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'732 - 734 Newmarket Road');(_:result,name,'Leverton House');(_:result,postcode,'cb58rs');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I definitely recommend Leverton House . The address is 732 - 734 Newmarket Road and the zip code is cb58rs" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "OK , I 'll talk to my sister about that recommendation . Thanks for you help today , that will be all I need . Bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Have a great stay in town . Goodbye ." } ]
PMUL0348.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "lan hong house" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Ian Hong" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Ian Hong" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "lan hong house" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Ian Hong" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "lan hong house" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "hotel" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "2" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Ian Hong" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "name", "lan hong house" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "thursday" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "HPRELBW9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Ian Hong" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "HPRELBW9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "allenbell" ], [ "_:result", "name", "autumn house" ], [ "_:result", "name", "leverton house" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "gueshouse" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:user", "greeted", "_:system" ], [ "_:search", "name", "Ian Hong" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "thursday" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "duration", "17:15" ], [ "_:search", "people", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "HPRELBW9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "gueshouse" ], [ "_:result", "count", "3" ], [ "_:result", "address", "732 - 734 Newmarket Road" ], [ "_:result", "name", "Leverton House" ], [ "_:result", "postcode", "cb58rs" ], [ "_: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,day,'sunday');(_:search,type,'Train'))" ], "speaker": "user", "text": "Do you have a train leaving on Sunday ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'many');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,day,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Thre are many . Where and when would you like to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,arrive_by,'8:15');(_:search,destination,'bishops stratford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to go to Bishops Stratford and arrive by 8:15 in the evening , could you tell me the train options ?" }, { "id": 3, "rdf-acts": [ "select((_:result,arrive_by,'08:15');(_:result,arrive_by,'20:15');(_:result,type,'Train'))" ], "speaker": "system", "text": "Do you want to arrive by 08:15 ( morning ) or 20:15 ( evening ) ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'20:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Arrival by 20:15 in the evening ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'20:07');(_:result,departure,'cambridge');(_:result,destination,'bishops stortford');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a train leaving cambridge and arriving at bishops stortford by 20:07 will that train work ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes . I 'm a big museum fan so now please find me a museum to visit in the Centre" }, { "id": 7, "rdf-acts": [ "offer((_:booking,arrive_by,'20:07');(_:booking,category,'Train');(_:booking,id,'TR6072');(_:booking,leave_at,'19:29');(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Certainly ! But first , did you want to secure passage on the TR6072 , departing at 19:29 and arriving at 20:07 ?" }, { "id": 8, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))", "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes that would be great . I am also looking for a museum to visit . Could you provide the entrance fee and phone number ?" }, { "id": 9, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "how many tickets do you need for the train ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "Just one ticket is fine . Now can you tell me about the museum ?" }, { "id": 11, "rdf-acts": [ "request((_:search,entrance_fee,?);(_:search,type,'Attraction'))", "inform((_:booking,category,'Train');(_:booking,ref,'OVNR0IHT');(_:booking,type,'Booking');(_:result,amount,'lots of');(_:result,area,'centre');(_:result,category,'museums');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Okay I 've booked your train . Reference : OVNR0IHT . And , I have lots of museums in the centre . Do you need free admissoin ?" }, { "id": 12, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Pick any and it does not matter . Please give me the fee cost and phone number once booked ." }, { "id": 13, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,'Castle Galleries');(_:result,phone,'01223307402');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I suggest Castle Galleries . It has a free entrance fee and the contact number is 01223307402 ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much !" }, { "id": 15, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Is there anything else I can help you with today ?" }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that is it . Thank you ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Well thank you for contacting the cambridge towninfo centre and have a wonderful day !" } ]
PMUL1189.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "8:15" ], [ "_:search", "destination", "bishops stratford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "bishops stratford" ], [ "_:result", "arrive_by", "08:15" ], [ "_:result", "arrive_by", "20:15" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "20:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "bishops stratford" ], [ "_:search", "arrive_by", "20:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "bishops stortford" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "bishops stratford" ], [ "_:search", "arrive_by", "20:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "bishops stortford" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:booking", "arrive_by", "20:07" ], [ "_:booking", "id", "TR6072" ], [ "_:booking", "leave_at", "19:29" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "many" ], [ "_:search", "day", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "bishops stratford" ], [ "_:search", "arrive_by", "20:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "bishops stortford" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "centre" ], [ "_:booking", "arrive_by", "20:07" ], [ "_:booking", "id", "TR6072" ], [ "_:booking", "leave_at", "19:29" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "bishops stratford" ], [ "_:search", "arrive_by", "20:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "bishops stortford" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "centre" ], [ "_:booking", "arrive_by", "20:07" ], [ "_:booking", "id", "TR6072" ], [ "_:booking", "leave_at", "19:29" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "category", "museum" ], [ "_:search", "people", "one" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "OVNR0IHT" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "lots of" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "bishops stratford" ], [ "_:search", "arrive_by", "20:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "bishops stortford" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "centre" ], [ "_:booking", "arrive_by", "20:07" ], [ "_:booking", "id", "TR6072" ], [ "_:booking", "leave_at", "19:29" ], [ "_:search", "category", "museum" ], [ "_:search", "people", "one" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "OVNR0IHT" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "lots of" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "phone", "01223307402" ], [ "_: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", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "leave_at", "?" ], [ "_:search", "destination", "bishops stratford" ], [ "_:search", "arrive_by", "20:15" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "cambridge" ], [ "_:result", "destination", "bishops stortford" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "area", "centre" ], [ "_:booking", "arrive_by", "20:07" ], [ "_:booking", "id", "TR6072" ], [ "_:booking", "leave_at", "19:29" ], [ "_:search", "category", "museum" ], [ "_:search", "people", "one" ], [ "_:search", "entrance_fee", "?" ], [ "_:search", "type", "Attraction" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "OVNR0IHT" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "lots of" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museums" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Castle Galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,pricerange,'expensive');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to find an expensive hotel with a star of 4 ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,name,'huntingdon marriott hotel');(_:result,name,'university arms hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I show two hotels meeting your criteria . the huntingdon marriott hotel and university arms hotel . shall i book one of these for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are either of those located in the west and include free parking ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'west');(_:result,has_parking,'none');(_:result,name,'huntingdon marriott hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The huntingdon marriott hotel is in the west and does indeed have free parking ." }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Could you book that for me ? I 'll need it friday for 2 nights ." }, { "id": 5, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was unsuccessful . Would you like to book for a shorter stay ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,stay,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Try just 1 night , then ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'PHX8BZ7N');(_:booking,stay,'one');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I was able to book one night , reference number is PHX8BZ7N ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for a place to go in the same area ." }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'museums');(_:result,name,\"people 's portraits exhibition at girton college\");(_:result,type,'Attraction'))", "reqmore()", "inform((_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure ! If you like museums , I would recommend people 's portraits exhibition at girton college . Does this sound good or are you thinking of something else ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I think that 's good , give me the address and postcode ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'girton college , huntingdon road');(_:result,phone,'01223338901');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It 's located on girton college , huntingdon road and the phone number is 01223338901" }, { "id": 12, "rdf-acts": [ "inform((_:search,type,'Taxi'))" ], "speaker": "user", "text": "Alright then , I 'm going to need a taxi to get the two places . Can you hook me up with one ?" }, { "id": 13, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Yes , I can help . Can you tell me where your departure location is and a time frame you were considering ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'06:00');(_:search,departure,'girton college');(_:search,destination,'huntingdon marriott hotel');(_:search,leave_at,'06:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to leave Girton College by 06:00 and arrive at the huntingdon marriott hotel ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t white skoda \n Contact number \t : \t 07702130811" } ]
MUL2592.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "name", "university arms hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "west" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "area", "west" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "area", "west" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:system", "canthelp", "_:booking/7e649fe0" ], [ "_:booking/7e649fe0", "type", "Booking" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "huntingdon marriott hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:system", "canthelp", "_:booking/7e649fe0" ], [ "_:booking/7e649fe0", "type", "Booking" ], [ "_:search", "stay", "1" ], [ "_:booking", "ref", "PHX8BZ7N" ], [ "_:booking", "stay", "one" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "friday" ], [ "_:system", "canthelp", "_:booking/7e649fe0" ], [ "_:booking/7e649fe0", "type", "Booking" ], [ "_:search", "stay", "1" ], [ "_:booking", "ref", "PHX8BZ7N" ], [ "_:booking", "stay", "one" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "name", "people 's portraits exhibition at girton college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "friday" ], [ "_:system", "canthelp", "_:booking/7e649fe0" ], [ "_:booking/7e649fe0", "type", "Booking" ], [ "_:search", "stay", "1" ], [ "_:booking", "ref", "PHX8BZ7N" ], [ "_:booking", "stay", "one" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "category", "museums" ], [ "_:result", "name", "people 's portraits exhibition at girton college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "girton college , huntingdon road" ], [ "_:result", "phone", "01223338901" ], [ "_: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", "category", "hotel" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "stars", "4" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "2" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "area", "west" ], [ "_:result", "has_parking", "none" ], [ "_:search", "day", "friday" ], [ "_:system", "canthelp", "_:booking/7e649fe0" ], [ "_:booking/7e649fe0", "type", "Booking" ], [ "_:search", "stay", "1" ], [ "_:booking", "ref", "PHX8BZ7N" ], [ "_:booking", "stay", "one" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "same area" ], [ "_:result", "category", "museums" ], [ "_:result", "name", "people 's portraits exhibition at girton college" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "girton college , huntingdon road" ], [ "_:result", "phone", "01223338901" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "06:00" ], [ "_:search", "departure", "girton college" ], [ "_:search", "destination", "huntingdon marriott hotel" ], [ "_:search", "leave_at", "06:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for a museum in the south ." }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,area,'south');(_:result,name,'Byard Art');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Byard Art is in the south . Would you like more information ?" }, { "id": 2, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes , thank you . May I have their phone number ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,phone,'01223464646');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223464646 ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can I also have the postcode ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb21sj');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , the postcode is cb21sj . Is there anything else I can assist you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,leave_at,'08:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'm also looking for a train from Cambridge that will leave after 08:30 . It should leave on Thursday , and I want to travel to Bishops Stortford ." }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'8');(_:result,leave_at,'08:30');(_:result,leave_at,'09:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have 8 trains leaving after 08:30 . The first one leaves at 09:29 . Would you like me to book it ?" }, { "id": 8, "rdf-acts": [ "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can I just get the price on that one ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,ticket,'10.10 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "The price is 10.10 pounds ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you . That 's all I need today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Let me know if I can be of further assistance ." } ]
MUL0520.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "phone", "01223464646" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "phone", "01223464646" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21sj" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "08:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "phone", "01223464646" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21sj" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "08:30" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "8" ], [ "_:result", "leave_at", "08:30" ], [ "_:result", "leave_at", "09:29" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:result", "area", "south" ], [ "_:result", "name", "Byard Art" ], [ "_:result", "phone", "01223464646" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb21sj" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "08:30" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "8" ], [ "_:result", "leave_at", "08:30" ], [ "_:result", "leave_at", "09:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ticket", "10.10 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'modern eclectic');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm in the mood for some modern eclectic food so please find me a cheap restaurant that sells some" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , I was n't able to find any of those ." }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about Indian , instead ?" }, { "id": 3, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,area,'Cambridge');(_:result,count,'4');(_:result,food,'Indian');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are four cheap Indian restaurants in Cambridge . What area of town were you interested in ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want one on the west side of town . If there 's not one there then the centre of town will be fine ." }, { "id": 5, "rdf-acts": [ "canthelp((_:search,area,'westside');(_:search,type,'Restaurant'))", "inform((_:result,area,'centre');(_:result,count,'3');(_:result,name,'Kohinoor');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "we do n't have any on the westside , but three in the city centre . Might I suggest the Kohinoor ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,duration,'12:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds great ! Could you book a table there for 12:00 on Saturday ? Just me ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'VSJ2W6N3');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : VSJ2W6N3 . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for a place to stay ." }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What area would you like it to be in ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The area does n't matter ." }, { "id": 11, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Well do you have a price preference ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would prefer a guesthouse and free wifi and parking ." }, { "id": 13, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have a price range or star rating in mind ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,people,'same group of people');(_:search,stay,'2');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care , book it for the same group of people and 2 nights starting from the same day ." }, { "id": 15, "rdf-acts": [ "inform((_:booking,day,'Saturday');(_:booking,name,'Acorn guest house');(_:booking,people,'1');(_:booking,ref,'GC8V34OD');(_:booking,stay,'2');(_:booking,type,'Booking');(_:result,address,'154 chesterton road');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Your booking number is GC8V34OD for the Acorn guest house at 154 chesterton road for 1 person on Saturday for 2 days is set ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , that is all that I need ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services . Have a great stay !" } ]
PMUL4223.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "modern eclectic" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/42a097ce" ], [ "_:search/42a097ce", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/42a097ce" ], [ "_:search/42a097ce", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "area", "Cambridge" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/42a097ce" ], [ "_:search/42a097ce", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/0472e0fc" ], [ "_:search/0472e0fc", "area", "westside" ], [ "_:search/0472e0fc", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/42a097ce" ], [ "_:search/42a097ce", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "area", "centre" ], [ "_:system", "canthelp", "_:search/0472e0fc" ], [ "_:search/0472e0fc", "area", "westside" ], [ "_:search/0472e0fc", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "VSJ2W6N3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/42a097ce" ], [ "_:search/42a097ce", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0472e0fc" ], [ "_:search/0472e0fc", "area", "westside" ], [ "_:search/0472e0fc", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "VSJ2W6N3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/42a097ce" ], [ "_:search/42a097ce", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0472e0fc" ], [ "_:search/0472e0fc", "area", "westside" ], [ "_:search/0472e0fc", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "saturday" ], [ "_:search", "duration", "12:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "VSJ2W6N3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "dontcare" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "guesthouse" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/42a097ce" ], [ "_:search/42a097ce", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0472e0fc" ], [ "_:search/0472e0fc", "area", "westside" ], [ "_:search/0472e0fc", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Kohinoor" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "12:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "VSJ2W6N3" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "same group of people" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/42a097ce" ], [ "_:search/42a097ce", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:system", "canthelp", "_:search/0472e0fc" ], [ "_:search/0472e0fc", "area", "westside" ], [ "_:search/0472e0fc", "type", "Restaurant" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "3" ], [ "_:result", "name", "Kohinoor" ], [ "_:search", "duration", "12:00" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "dontcare" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "?" ], [ "_:search", "stars", "?" ], [ "_:search", "day", "same day" ], [ "_:search", "people", "same group of people" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "Saturday" ], [ "_:booking", "name", "Acorn guest house" ], [ "_:booking", "people", "1" ], [ "_:booking", "ref", "GC8V34OD" ], [ "_:booking", "stay", "2" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "154 chesterton road" ], [ "_: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,type,'Taxi'))" ], "speaker": "user", "text": "Please help me with a taxi" }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure ! where are you going ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'pizza hut fen ditton');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I 'm going to pizza hut fen ditton ." }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Where will you be coming from ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,departure,\"saint catharine 's college\");(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I am leaving from the beautiful saint catharine 's college ." }, { "id": 5, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time would you like to be picked up from your start point , or dropped off at your destination ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,leave_at,'11:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Oh anytime after 11:45 a.m would be fine" }, { "id": 7, "rdf-acts": [ "inform((_:result,car,'black volvo');(_:result,phone,'07089951396');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Booking completed ! \n Booked car type \t : \t black volvo \n Contact number \t : \t 07089951396" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks , that 's all . Good bye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "welcome again some other time" } ]
SNG02283.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "pizza hut fen ditton" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "pizza hut fen ditton" ], [ "_:search", "departure", "saint catharine 's college" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "saint catharine 's college" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "saint catharine 's college" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "11:45" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "black volvo" ], [ "_:result", "phone", "07089951396" ], [ "_:result", "type", "Taxi" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi . Can you help me find a restaurant ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'a bunch');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are a bunch of restaurants for you ! Do you have a certain price range or food type you prefer ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like it on the expensive price range please ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I found some quite nice choices for you . Do you have a cuisine preference ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "he restaurant should be in the expensive price range and should serve polynesian food . \n If there is no such restaurant , how about one that serves indian food ." }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'Polynesian');(_:search,type,'Restaurant'))", "inform((_:result,count,'14');(_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I do n't have any Polynesian , but I do have 14 Indian . What area of town would you like ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'09:30');(_:search,type,'Train'))", "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "please get phone number and area . I am also looking for a train . The train should depart from Cambridge and should leave after 09:30" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have Indian restaurants in all areas . Do you have a preference of which one ? Lets do this and then we can work on the train/" }, { "id": 8, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you please recommend one and provide me with their phone number and area they 're located ?" }, { "id": 9, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "which side of town do you prefer ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "The north part of town is fine . I need the phone number and area for the place after you find it ." }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,area,'North');(_:search,food,'Indian');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I am sorry but there are no Indian restaurants in the North . Would you like another area ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,food,'indian');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "My area is flexible . What is available for an expensive indian restaurant . It can be in any area ." }, { "id": 13, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'at 71 castle street city centre');(_:result,area,'west');(_:result,name,'cocum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have the cocum located in the west at 71 Castle Street City Centre . Would you like reservations ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "No thank you but I do need a train ." }, { "id": 15, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay ! From where to where ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I will be leaving from Cambridge ." }, { "id": 17, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))", "inform((_:result,amount,'many');(_:result,departure,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have found many trains leaving from Cambridge . Can I please get a departure and arrival time , and destination ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'london liverpool street');(_:search,leave_at,'9:00');(_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "depart from cambridge at 9:00 and arrive london liverpool street on Sunday for 6 people" }, { "id": 19, "rdf-acts": [ "canthelp((_:search,leave_at,'9:00');(_:search,type,'Train'))", "select((_:result,arrive_by,'7:59');(_:result,arrive_by,'9:59');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are no trains leaving at 9:00 . Would you be interested in the one leaving at 7:59 or 9:59 ?" }, { "id": 20, "rdf-acts": [], "speaker": "user", "text": "I just need to depart after 9:30 ." }, { "id": 21, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,id,'TR0995');(_:booking,leave_at,'09:59');(_:booking,people,'six');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I can book the TR0995 which leaves Cambridge at 09:59 . Shall I book it for six people ?" }, { "id": 22, "rdf-acts": [], "speaker": "user", "text": "Yes , that would be wonderful ." }, { "id": 23, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'Z51SW54Y');(_:booking,ticket,'79.67');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "the total fee is 79.67 , Reference number is : Z51SW54Y ." }, { "id": 24, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That 's all I need today . Have a great day" }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "Have a safe trip ." } ]
PMUL0632.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "?" ], [ "_:result", "amount", "a bunch" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "amount", "a bunch" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "amount", "a bunch" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/e269633a" ], [ "_:search/e269633a", "food", "Polynesian" ], [ "_:search/e269633a", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:search", "type", "Train" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "amount", "a bunch" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/e269633a" ], [ "_:search/e269633a", "food", "Polynesian" ], [ "_:search/e269633a", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "a bunch" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/e269633a" ], [ "_:search/e269633a", "food", "Polynesian" ], [ "_:search/e269633a", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "a bunch" ], [ "_:system", "canthelp", "_:search/e269633a" ], [ "_:search/e269633a", "food", "Polynesian" ], [ "_:search/e269633a", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "canthelp", "_:search/46e265c5" ], [ "_:search/46e265c5", "area", "North" ], [ "_:search/46e265c5", "food", "Indian" ], [ "_:search/46e265c5", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "amount", "a bunch" ], [ "_:system", "canthelp", "_:search/e269633a" ], [ "_:search/e269633a", "food", "Polynesian" ], [ "_:search/e269633a", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "09:30" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "Indian" ], [ "_:system", "canthelp", "_:search/46e265c5" ], [ "_:search/46e265c5", "area", "North" ], [ "_:search/46e265c5", "food", "Indian" ], [ "_:search/46e265c5", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "at 71 castle street city centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "cocum" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:result", "amount", "a bunch" ], [ "_:system", "canthelp", "_:search/e269633a" ], [ "_:search/e269633a", "food", "Polynesian" ], [ "_:search/e269633a", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:search", "leave_at", "09:30" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "Indian" ], [ "_:system", "canthelp", "_:search/46e265c5" ], [ "_:search/46e265c5", "area", "North" ], [ "_:search/46e265c5", "food", "Indian" ], [ "_:search/46e265c5", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "at 71 castle street city centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "cocum" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "destination", "?" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/e269633a" ], [ "_:search/e269633a", "food", "Polynesian" ], [ "_:search/e269633a", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "Indian" ], [ "_:system", "canthelp", "_:search/46e265c5" ], [ "_:search/46e265c5", "area", "North" ], [ "_:search/46e265c5", "food", "Indian" ], [ "_:search/46e265c5", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "at 71 castle street city centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "cocum" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "9:00" ], [ "_:search", "people", "6" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/e269633a" ], [ "_:search/e269633a", "food", "Polynesian" ], [ "_:search/e269633a", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "Indian" ], [ "_:system", "canthelp", "_:search/46e265c5" ], [ "_:search/46e265c5", "area", "North" ], [ "_:search/46e265c5", "food", "Indian" ], [ "_:search/46e265c5", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "at 71 castle street city centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "cocum" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "9:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:system", "canthelp", "_:search/81b6202a" ], [ "_:search/81b6202a", "leave_at", "9:00" ], [ "_:search/81b6202a", "type", "Train" ], [ "_:result", "arrive_by", "7:59" ], [ "_:result", "arrive_by", "9:59" ], [ "_: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 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/e269633a" ], [ "_:search/e269633a", "food", "Polynesian" ], [ "_:search/e269633a", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "Indian" ], [ "_:system", "canthelp", "_:search/46e265c5" ], [ "_:search/46e265c5", "area", "North" ], [ "_:search/46e265c5", "food", "Indian" ], [ "_:search/46e265c5", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "at 71 castle street city centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "cocum" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "9:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:system", "canthelp", "_:search/81b6202a" ], [ "_:search/81b6202a", "leave_at", "9:00" ], [ "_:search/81b6202a", "type", "Train" ], [ "_:result", "arrive_by", "7:59" ], [ "_:result", "arrive_by", "9:59" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "id", "TR0995" ], [ "_:booking", "leave_at", "09:59" ], [ "_:booking", "people", "six" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/e269633a" ], [ "_:search/e269633a", "food", "Polynesian" ], [ "_:search/e269633a", "type", "Restaurant" ], [ "_:result", "count", "14" ], [ "_:result", "phone", "?" ], [ "_:result", "food", "Indian" ], [ "_:system", "canthelp", "_:search/46e265c5" ], [ "_:search/46e265c5", "area", "North" ], [ "_:search/46e265c5", "food", "Indian" ], [ "_:search/46e265c5", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "at 71 castle street city centre" ], [ "_:result", "area", "west" ], [ "_:result", "name", "cocum" ], [ "_:search", "arrive_by", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london liverpool street" ], [ "_:search", "leave_at", "9:00" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:system", "canthelp", "_:search/81b6202a" ], [ "_:search/81b6202a", "leave_at", "9:00" ], [ "_:search/81b6202a", "type", "Train" ], [ "_:result", "arrive_by", "7:59" ], [ "_:result", "arrive_by", "9:59" ], [ "_:result", "type", "Train" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "id", "TR0995" ], [ "_:booking", "leave_at", "09:59" ], [ "_:booking", "people", "six" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "Z51SW54Y" ], [ "_:booking", "ticket", "79.67" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'finches bed and breakfast');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need to find a hotel in Cambridge called Finches bed and breakfast please ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'144 thornton road');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes I have found it , it is located at 144 thornton road , would you like to book a room ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,people,'2');(_:search,stay,'2');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I would like a room for 2 people for 2 nights , starting on Friday . Please send the reference number ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'8FNVHB4B');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful , reference number is 8FNVHB4B . Is there anything else I can assist you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'kohinoor');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm also looking for a restaurant named kohinoor ? Can you help me find it ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'74 Mill Road City Centre');(_:result,name,'kohinoor');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "kohinoor is located at 74 Mill Road City Centre . Is there anything else ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'same day');(_:search,duration,'11:45');(_:search,people,'same group of people');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I 'd like to reserve a table there if possible . Same group of people and also the same day . Do they have a table to accommodate us available at 11:45 ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'ZXODY8ZK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : ZXODY8ZK . Will you need anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That is all . Thank you !" }, { "id": 9, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Thank you for choosing Help Desk . Have a great day ." }, { "id": 10, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "You as well , thanks . Bye ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thanks for you time goodbye ." } ]
MUL1368.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "finches bed and breakfast" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:result", "address", "144 thornton road" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "friday" ], [ "_:search", "people", "2" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "8FNVHB4B" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "kohinoor" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:booking", "ref", "8FNVHB4B" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "kohinoor" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "74 Mill Road City Centre" ], [ "_:result", "name", "kohinoor" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:search", "name", "kohinoor" ], [ "_:result", "address", "74 Mill Road City Centre" ], [ "_:result", "name", "kohinoor" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ZXODY8ZK" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:search", "stay", "2" ], [ "_:result", "ref", "?" ], [ "_:search", "name", "kohinoor" ], [ "_:result", "address", "74 Mill Road City Centre" ], [ "_:result", "name", "kohinoor" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "11:45" ], [ "_:search", "people", "same group of people" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "ZXODY8ZK" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay . The hotel should be in the north and should have a star of 4" }, { "id": 1, "rdf-acts": [ "canthelp((_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I am sorry , but we do not have any hotels like that in that area ." }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouses');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Do you have any guesthouses like that ?" }, { "id": 3, "rdf-acts": [ "select((_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , I have two . Would you prefer a pricerange of cheap or moderate ?" }, { "id": 4, "rdf-acts": [], "speaker": "user", "text": "I am not picky , really ." }, { "id": 5, "rdf-acts": [ "inform((_:result,name,\"rosa 's bed and breakfast\");(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I 'd recommend rosa 's bed and breakfast . Want me to book it for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'five');(_:search,stay,'five');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , we are arriving on Monday . Five of us for 5days , please ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,ref,'A51B0MGU');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . Reference number is : A51B0MGU . Enjoy your stay !" }, { "id": 8, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks for your help ! Bye !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "My pleasure . Thank you for contacting TownInfo centre . Goodbye ." } ]
SNG01600.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/0669d4af" ], [ "_:search/0669d4af", "category", "hotels" ], [ "_:search/0669d4af", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/0669d4af" ], [ "_:search/0669d4af", "category", "hotels" ], [ "_:search/0669d4af", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:search", "type", "Hotel" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/0669d4af" ], [ "_:search/0669d4af", "category", "hotels" ], [ "_:search/0669d4af", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "2" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "five" ], [ "_:search", "stay", "five" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "stars", "4" ], [ "_:system", "canthelp", "_:search/0669d4af" ], [ "_:search/0669d4af", "category", "hotels" ], [ "_:search/0669d4af", "type", "Hotel" ], [ "_:search", "category", "guesthouses" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "count", "2" ], [ "_:result", "name", "rosa 's bed and breakfast" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "five" ], [ "_:search", "stay", "five" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "A51B0MGU" ], [ "_:booking", "type", "Booking" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'grafton hotel restaurant');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need a taxi please . I 'll be departing from grafton hotel restaurant" }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "Sure ! when would you like to arrive ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'16:45');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to leave after 16:45 ." }, { "id": 3, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "May I ask your destination ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'jinling noodle bar');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I would like to get to the Jinling Noodle Bar ." }, { "id": 5, "rdf-acts": [ "inform((_:result,car,'grey honda');(_:result,phone,'07364310487');(_:result,type,'Taxi'))", "reqmore()" ], "speaker": "system", "text": "Perfect ! Your booking has been completed . You will be picked up by a grey honda . The contact number is 07364310487 . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope , that 'll do for now . Thank you !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "You are more than welcome !" } ]
SNG01937.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "grafton hotel restaurant" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "grafton hotel restaurant" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "grafton hotel restaurant" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "destination", "jinling noodle bar" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "grafton hotel restaurant" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "16:45" ], [ "_:search", "destination", "jinling noodle bar" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "grey honda" ], [ "_:result", "phone", "07364310487" ], [ "_:result", "type", "Taxi" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,has_internet,'dontcare');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I want to find a place to stay in the north that does n't need to have free internet ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guest house');(_:result,has_internet,'none');(_:result,name,'Alpha - Milton');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have the Alpha - Milton guest house in the north that does not include free wifi . Would you like for me to book a reservation for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I should have told you I am specifically looking for a hotel and not a guest house ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'2');(_:result,has_internet,'none');(_:result,type,'Hotel'))", "canthelp((_:search,category,'hotels');(_:search,has_internet,'none');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I have no hotels in the north that do n't include Wifi but I have found 2 that do ." }, { "id": 4, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Can you find a guesthouse for me ?" }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,people,?);(_:booking,type,'Booking'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes there are many . When should I book it for and how many ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Book for 3 nights for 3 people starting sunday please ." }, { "id": 7, "rdf-acts": [ "select((_:result,category,'guesthouse');(_:result,category,'hotel');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I am a bit confused . Did you want a guesthouse or a hotel ? If you want a hotel , I can book the Ashley hotel for you ." }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , if I can get into a hotel in the north that would be best ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'Ashley');(_:booking,ref,'420X4N75');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay I 've booked you into the Ashley and your reference number is 420X4N75 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I need . Have a nice day ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Okay well enjoy your stay in Cambridge ." } ]
SSNG0376.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "dontcare" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guest house" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Alpha - Milton" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guest house" ], [ "_:result", "name", "Alpha - Milton" ], [ "_:result", "count", "2" ], [ "_:result", "has_internet", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/46bfe953" ], [ "_:search/46bfe953", "category", "hotels" ], [ "_:search/46bfe953", "has_internet", "none" ], [ "_:search/46bfe953", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "has_internet", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guest house" ], [ "_:result", "name", "Alpha - Milton" ], [ "_:result", "count", "2" ], [ "_:result", "has_internet", "none" ], [ "_:system", "canthelp", "_:search/46bfe953" ], [ "_:search/46bfe953", "category", "hotels" ], [ "_:search/46bfe953", "has_internet", "none" ], [ "_:search/46bfe953", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Alpha - Milton" ], [ "_:result", "count", "2" ], [ "_:result", "has_internet", "none" ], [ "_:system", "canthelp", "_:search/46bfe953" ], [ "_:search/46bfe953", "category", "hotels" ], [ "_:search/46bfe953", "has_internet", "none" ], [ "_:search/46bfe953", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "3" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "dontcare" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Alpha - Milton" ], [ "_:result", "count", "2" ], [ "_:result", "has_internet", "none" ], [ "_:system", "canthelp", "_:search/46bfe953" ], [ "_:search/46bfe953", "category", "hotels" ], [ "_:search/46bfe953", "has_internet", "none" ], [ "_:search/46bfe953", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "people", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "3" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "category", "hotel" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "name", "Ashley" ], [ "_:booking", "ref", "420X4N75" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'hamilton lodge');(_:search,destination,'funky fun house');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "Hi I need a taxi to pick me up at the Hamilton Lodge and take me to the funky fun house ." }, { "id": 1, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,departure,?);(_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "What time do you need to leave Hamilton Lodge or arrive at the Funky Fun House ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,leave_at,'21:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to leave after 21:00 please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'white Volkswagen');(_:result,phone,'07626227594');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Ok , a white Volkswagen will pick you up . The contact number is 07626227594 ." }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks , that 's all I needed . Have a great day !" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "It has been a pleasure assisting you . Have a wonderful night ." } ]
SNG0097.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "hamilton lodge" ], [ "_:search", "destination", "funky fun house" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "?" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "?" ], [ "_:search", "leave_at", "21:00" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "white Volkswagen" ], [ "_:result", "phone", "07626227594" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'boat');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for places to go in Cambridge , a type of a boat ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,category,'boats');(_:result,count,'4');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 4 boats in the area . What part of the city would you like to visit ?" }, { "id": 2, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I 'll take what ever you have first , but I 'll need the entrance fee please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'boats');(_:result,entrance_fee,'The system is not saying whether there is an entrance fee');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The system is not saying whether there is an entrance fee for the boats . I can provide phone numbers if you would like to call them ." }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'11:00');(_:search,destination,'stevenage');(_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you , I also need a train going to stevenage and arrive by 11:00" }, { "id": 5, "rdf-acts": [ "inform((_:result,count,'21');(_:result,destination,'stevenage');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 21 trains heading to stevenage what town will you be departing from ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "I will be departing from 3 towns over ." }, { "id": 7, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))", "inform((_:result,departure,'Cambridge');(_:result,type,'Train'))" ], "speaker": "system", "text": "You can depart from Cambridge , what day would you like to travel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to go on Monday please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,day,'Monday');(_:result,leave_at,'05:21');(_:result,type,'Train'))" ], "speaker": "system", "text": "You can depart on Monday at 05:21 , how does that sound ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Pets on the gray please make the booking for one person and give me the reference number" }, { "id": 11, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'U108YPRI');(_:booking,ticket,'12.8 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 12.8 GBP payable at the station . \n Reference number is : U108YPRI ." }, { "id": 12, "rdf-acts": [], "speaker": "user", "text": "Awesome . That will be everything !" }, { "id": 13, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Great ! Thank you for using our service today . Have a nice day ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "You too , thanks ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "We hope to see you again ." } ]
MUL0557.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "boats" ], [ "_:result", "count", "4" ], [ "_:result", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:search", "area", "?" ], [ "_:result", "count", "4" ], [ "_:result", "category", "boats" ], [ "_:result", "entrance_fee", "The system is not saying whether there is an entrance fee" ], [ "_:result", "type", "Attraction" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:search", "area", "?" ], [ "_:result", "category", "boats" ], [ "_:result", "entrance_fee", "The system is not saying whether there is an entrance fee" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "21" ], [ "_:result", "destination", "stevenage" ], [ "_:result", "type", "Train" ], [ "_:search", "departure", "?" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:search", "area", "?" ], [ "_:result", "category", "boats" ], [ "_:result", "entrance_fee", "The system is not saying whether there is an entrance fee" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "21" ], [ "_:result", "destination", "stevenage" ], [ "_:search", "departure", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:search", "area", "?" ], [ "_:result", "category", "boats" ], [ "_:result", "entrance_fee", "The system is not saying whether there is an entrance fee" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "21" ], [ "_:result", "destination", "stevenage" ], [ "_:search", "departure", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:result", "leave_at", "05:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_: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", "boat" ], [ "_:search", "area", "?" ], [ "_:result", "category", "boats" ], [ "_:result", "entrance_fee", "The system is not saying whether there is an entrance fee" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "21" ], [ "_:result", "destination", "stevenage" ], [ "_:search", "departure", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:result", "leave_at", "05:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "U108YPRI" ], [ "_:booking", "ticket", "12.8 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "category", "boat" ], [ "_:search", "area", "?" ], [ "_:result", "category", "boats" ], [ "_:result", "entrance_fee", "The system is not saying whether there is an entrance fee" ], [ "_:search", "arrive_by", "11:00" ], [ "_:search", "destination", "stevenage" ], [ "_:result", "count", "21" ], [ "_:result", "destination", "stevenage" ], [ "_:search", "departure", "?" ], [ "_:result", "departure", "Cambridge" ], [ "_:search", "day", "monday" ], [ "_:result", "day", "Monday" ], [ "_:result", "leave_at", "05:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "U108YPRI" ], [ "_:booking", "ticket", "12.8 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "dismissed", "_:user" ] ], "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": "What aspects of it would you like me to help you with ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a Sunday train to Bishops Stortford please ." }, { "id": 3, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,day,'Sunday');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are several leaving on Sunday . What time would you like to depart ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'bishops stortford');(_:search,leave_at,'17:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should leave after 17:15 and should go to bishops stortford ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'18:07');(_:result,destination,'bishops stortford');(_:result,id,'TR6742');(_:result,leave_at,'17:29');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR6742 leaves at 17:29 and arrives in bishops stortford at 18:07 . Would you like me to book it for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No need to book . But , can you please give me the travel time and the price of the ticket ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,duration,'38 minutes');(_:result,ticket,'8.08 pounds');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The travel time is 38 minutes and the ticket cost is 8.08 pounds . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Yes I am looking for some things to do while I 'm in town ." }, { "id": 9, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'almost 80');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have almost 80 attractions to choose from . Did you have something in mind to do ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I am looking for a museum in the centre ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'unit su43 , grande arcade , saint andrews street');(_:result,category,'art to archaeology');(_:result,category,'museums');(_:result,count,'11');(_:result,entrance_fee,'free');(_:result,name,'castle galleries');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have 11 different free museums ranging from art to archaeology . I recommend castle galleries at unit su43 , grande arcade , saint andrews street ." }, { "id": 12, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What is the phone number ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,phone,'01223307402');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223307402 ." }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "am also looking for places to go in town . The attraction should be in the centre and should be in the type of museum ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "There are several museums in the centre of town . Do you have a preference on the type of art you which to see ?" } ]
PMUL3481.json
[ { "id": 0, "multi_relations": false, "triples": [], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "amount", "several" ], [ "_:result", "day", "Sunday" ], [ "_:result", "type", "Train" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "amount", "several" ], [ "_:result", "day", "Sunday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:07" ], [ "_:result", "destination", "bishops stortford" ], [ "_:result", "id", "TR6742" ], [ "_: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 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "amount", "several" ], [ "_:result", "day", "Sunday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "17:15" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "18:07" ], [ "_:result", "destination", "bishops stortford" ], [ "_:result", "id", "TR6742" ], [ "_:result", "leave_at", "17:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "38 minutes" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "day", "Sunday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "17:15" ], [ "_:result", "arrive_by", "18:07" ], [ "_:result", "destination", "bishops stortford" ], [ "_:result", "id", "TR6742" ], [ "_:result", "leave_at", "17:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "38 minutes" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "almost 80" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "day", "Sunday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "17:15" ], [ "_:result", "arrive_by", "18:07" ], [ "_:result", "destination", "bishops stortford" ], [ "_:result", "id", "TR6742" ], [ "_:result", "leave_at", "17:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "38 minutes" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "almost 80" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "category", "art to archaeology" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:result", "day", "Sunday" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "leave_at", "17:15" ], [ "_:result", "arrive_by", "18:07" ], [ "_:result", "destination", "bishops stortford" ], [ "_:result", "id", "TR6742" ], [ "_:result", "leave_at", "17:29" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "38 minutes" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "almost 80" ], [ "_:result", "address", "unit su43 , grande arcade , saint andrews street" ], [ "_:result", "category", "art to archaeology" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "11" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "castle galleries" ], [ "_:result", "phone", "01223307402" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "centre" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want a train going to cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "When would you like to travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to leave on Tuesday ." }, { "id": 3, "rdf-acts": [ "request((_:search,departure,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Where are you departing from ? Do you prefer a specific time ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'09:30');(_:search,departure,'ely');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving ely and need to arrive by 09:30 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'5:52');(_:result,id,'TR8685');(_:result,leave_at,'5:35');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have train TR8685 leaving at 5:35 and arriving at 5:52 . Would you like reservations ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I think I will buy my ticket at the station . So that is only a 17 minute trip ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,duration,'17 minutes');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "That 's correct , it only takes 17 minutes . Is there anything else I can help you with today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I would like to see a college in the west ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'west');(_:result,category,'colleges');(_:result,count,'5');(_:result,entrance_fee,'free');(_:result,name,'Magdalene College');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 5 different colleges in the west . If I do say so myself , the Magdalene College is really great . They also offer free entrance ." }, { "id": 10, "rdf-acts": [ "inform((_:search,name,'magdalene college');(_:search,type,'Attraction'))", "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That is perfect . Can I get the address for Magdalene College , please ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'magdalene street');(_:result,postcode,'cb30ag');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Absolutely ! The address is magdalene street and postcode is cb30ag . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I think that is all . Thank you !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Well , I 'm glad I could help . Have a great day !" } ]
PMUL1084.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:30" ], [ "_:search", "departure", "ely" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:30" ], [ "_:search", "departure", "ely" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "id", "TR8685" ], [ "_:result", "leave_at", "5:35" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:30" ], [ "_:search", "departure", "ely" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "id", "TR8685" ], [ "_:result", "leave_at", "5:35" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:30" ], [ "_:search", "departure", "ely" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "id", "TR8685" ], [ "_:result", "leave_at", "5:35" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:result", "area", "west" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Magdalene College" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "magdalene college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "tuesday" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "09:30" ], [ "_:search", "departure", "ely" ], [ "_:result", "arrive_by", "5:52" ], [ "_:result", "id", "TR8685" ], [ "_:result", "leave_at", "5:35" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:search", "area", "west" ], [ "_:search", "category", "college" ], [ "_:result", "area", "west" ], [ "_:result", "category", "colleges" ], [ "_:result", "count", "5" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "Magdalene College" ], [ "_:search", "name", "magdalene college" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "magdalene street" ], [ "_:result", "postcode", "cb30ag" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Well hello there , I 'm on a budget and I 'm wondering if there are any hotels in the moderate price range that offer free parking" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'some');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes there are . In fact we have some listed in every area . What area , in particular , would like me to check ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Let 's start with hotels in the centre . Which ones do you recommend ?" }, { "id": 3, "rdf-acts": [ "canthelp((_:search,area,'centre');(_:search,category,'hotels');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Unfortunately it does n't look like there are any hotels in the centre that meet those requirements ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'north');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "OK , how about the north then ?" }, { "id": 5, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "What is your preference on star rating ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I do n't care . As longs as it is moderately priced ." }, { "id": 7, "rdf-acts": [ "request((_:search,stars,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "what star rating do you prefer ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking in the moderate price range , stars do n't matter ." }, { "id": 9, "rdf-acts": [ "inform((_:result,name,'acorn guest house');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Okay , how about the acorn guest house ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,stay,'three');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "That will work can you book that for three nights starting on thursday ." }, { "id": 11, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people ?" }, { "id": 12, "rdf-acts": [ "request((_:result,category,?);(_:result,has_internet,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Sorry , I do n't actually need to make a reservation . I just need to know the postcode , hotel type , and whether they have internet ." }, { "id": 13, "rdf-acts": [ "inform((_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,postcode,'cb41da');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It 's a guesthouse . The post code is cb41da . I can confirm that they do have internet services ." }, { "id": 14, "rdf-acts": [ "inform((_:search,area,'north');(_:search,food,'african');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Great thanks . I m also looking for an african restaurant on the north side of town" }, { "id": 15, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'African');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I do not have an African place in that area . Would you like me to try another place ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like an Indian restaurant for Sunday then ." }, { "id": 17, "rdf-acts": [ "select((_:result,name,'Nirala');(_:result,name,'Royal Spice');(_:result,pricerange,'cheap');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))", "inform((_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Nirala is a moderate priced Indian restaurant , and Royal Spice is a cheap Indian restaurant . Do you have a preference ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,pricerange,'moderately');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "the moderately priced one" }, { "id": 19, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people in your party ?" }, { "id": 20, "rdf-acts": [ "inform((_:search,people,'2');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "There are 2 people total ." }, { "id": 21, "rdf-acts": [ "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What time would you like me to make your reservation for ?" }, { "id": 22, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,duration,'12:00');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "at 12:00 on Sunday ." }, { "id": 23, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'AVZ1XAGV');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . The table will be reserved for 15 minutes . \n Reference number is : AVZ1XAGV . Can I help you with anything else ?" }, { "id": 24, "rdf-acts": [ "inform((_:search,name,'Royal Spice');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you please provide me with the phone number and address to the Royal Spice restaurant ?" }, { "id": 25, "rdf-acts": [ "inform((_:result,address,'7 Milton Road Chesterton');(_:result,phone,'01223360966');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the pnone number 01223360966 is and the address 7 Milton Road Chesterton" }, { "id": 26, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you for your research . I have no more questions . Goodbye ." }, { "id": 27, "rdf-acts": null, "speaker": "system", "text": "Have a great time ." } ]
PMUL4387.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "some" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "amount", "some" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "some" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "?" ], [ "_:search", "pricerange", "moderately" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "some" ], [ "_:result", "type", "Hotel" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "some" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "some" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "stars", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guest house" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "thursday" ], [ "_:search", "stay", "three" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "?" ], [ "_:result", "has_internet", "?" ], [ "_:result", "postcode", "?" ] ], "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" ], [ "_:result", "amount", "some" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "stars", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guest house" ], [ "_:search", "day", "thursday" ], [ "_:search", "stay", "three" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "north" ], [ "_:search", "food", "african" ], [ "_: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" ], [ "_:result", "amount", "some" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "stars", "?" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "acorn guest house" ], [ "_:search", "stay", "three" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "postcode", "cb41da" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d23b59a9" ], [ "_:search/d23b59a9", "food", "African" ], [ "_:search/d23b59a9", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_: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 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "some" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "stars", "?" ], [ "_:search", "stay", "three" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "postcode", "cb41da" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d23b59a9" ], [ "_:search/d23b59a9", "food", "African" ], [ "_:search/d23b59a9", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "Nirala" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_: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", "has_parking", "yes" ], [ "_:result", "amount", "some" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "stars", "?" ], [ "_:search", "stay", "three" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "postcode", "cb41da" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d23b59a9" ], [ "_:search/d23b59a9", "food", "African" ], [ "_:search/d23b59a9", "type", "Restaurant" ], [ "_:search", "day", "sunday" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "Nirala" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "2" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "some" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "stars", "?" ], [ "_:search", "stay", "three" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "postcode", "cb41da" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d23b59a9" ], [ "_:search/d23b59a9", "food", "African" ], [ "_:search/d23b59a9", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "Nirala" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "2" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:00" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "some" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "stars", "?" ], [ "_:search", "stay", "three" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "postcode", "cb41da" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d23b59a9" ], [ "_:search/d23b59a9", "food", "African" ], [ "_:search/d23b59a9", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "Nirala" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderately" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "2" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "AVZ1XAGV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Royal Spice" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] }, { "id": 13, "multi_relations": false, "triples": [ [ "_:search", "has_parking", "yes" ], [ "_:result", "amount", "some" ], [ "_:system", "canthelp", "_:search/45a2d56d" ], [ "_:search/45a2d56d", "area", "centre" ], [ "_:search/45a2d56d", "category", "hotels" ], [ "_:search/45a2d56d", "type", "Hotel" ], [ "_:search", "stars", "?" ], [ "_:search", "stay", "three" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "postcode", "cb41da" ], [ "_:search", "area", "?" ], [ "_:system", "canthelp", "_:search/d23b59a9" ], [ "_:search/d23b59a9", "food", "African" ], [ "_:search/d23b59a9", "type", "Restaurant" ], [ "_:search", "food", "indian" ], [ "_:result", "name", "Nirala" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "moderately" ], [ "_:booking", "people", "?" ], [ "_:search", "people", "2" ], [ "_:booking", "duration", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "duration", "12:00" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "AVZ1XAGV" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Royal Spice" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "7 Milton Road Chesterton" ], [ "_:result", "phone", "01223360966" ], [ "_: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, 21, 22, 23, 24, 25, 26 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Where'a a restaurant on the east part f town ?" }, { "id": 1, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "What type of food would you like ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'dontcare');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "it does n't matter" }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'the royal standard');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "the royal standard is located in city centre" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any restaurants located not in the city centre but in the east part of town ?" }, { "id": 5, "rdf-acts": null, "speaker": "system", "text": "There are a few restaurants in the east part of town . Are you looking for a certain price range ?" } ]
WOZ20297.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "food", "dontcare" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "dontcare" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "the royal standard" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking to get a guesthouse with a 4 star rating in Cambridge please ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'18');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 18 guesthouses with 4 star ratings . Do you want something in a specific price range or area ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Is there one in the moderate price range that includes free wifi ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'Acorn Guest House');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))", "inform((_:result,count,'11');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have found 11 locations that suit your criteria . I would recommend Acorn Guest House . Would you like me to book you a room ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,has_parking,?);(_:result,type,'Hotel'))", "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Not quite yet . Do they have free parking ? Also , what is their address ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,has_parking,'none');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Yes , the sure do . Anything else I can do for you ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'place');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I am looking for an attraction called The Place ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'south');(_:result,category,'nightclub');(_:result,name,'Place');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Place is a nightclub in the south side of the city ." }, { "id": 8, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thank you , do you have a phone number for them ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223324600');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure do , it 's 01223324600 . Anything else today ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all . Thank you ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you , have a great day" } ]
MUL2621.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "18" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "has_parking", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "11" ], [ "_:result", "address", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "place" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "11" ], [ "_:result", "address", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "name", "place" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Place" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "category", "guesthouse" ], [ "_:search", "stars", "4" ], [ "_:search", "area", "?" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "moderate" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "11" ], [ "_:result", "address", "?" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "none" ], [ "_:search", "name", "place" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "south" ], [ "_:result", "category", "nightclub" ], [ "_:result", "name", "Place" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223324600" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'Petersborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train to Petersborough ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,destination,'peterborough');(_:search,type,'Train'))", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'm sorry there are no trains to petersborough . Is there another location I can check for you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,departure,'cambridge');(_:search,destination,'petersborough');(_:search,type,'Train'))" ], "speaker": "user", "text": "No , I need a train from Cambridge to petersborough on Thursday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'38');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 38 trains . What time do you want to leave or to arrive by , please ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'08:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I just need to leave by 08:30 ." }, { "id": 5, "rdf-acts": [ "inform((_:result,arrive_by,'9:24');(_:result,day,'Thursday');(_:result,destination,'Peterborough');(_:result,leave_at,'8:34');(_:result,type,'Train'))" ], "speaker": "system", "text": "There is a 8:34 train to Peterborough on Thursday . I would arrive at 9:24 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,people,'6');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes that would be fine please book for 6 people ." }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'0ZN13UIU');(_:booking,ticket,'99 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 99 GBP payable at the station . \n Reference number is : 0ZN13UIU" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that is all I needed today ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome ! Have a great day & enjoy your trip !" } ]
SNG02097.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "Petersborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d3622a99" ], [ "_:search/d3622a99", "destination", "peterborough" ], [ "_:search/d3622a99", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "petersborough" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d3622a99" ], [ "_:search/d3622a99", "destination", "peterborough" ], [ "_:search/d3622a99", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "petersborough" ], [ "_:result", "count", "38" ], [ "_:result", "type", "Train" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "08:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d3622a99" ], [ "_:search/d3622a99", "destination", "peterborough" ], [ "_:search/d3622a99", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "petersborough" ], [ "_:result", "count", "38" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "08:30" ], [ "_:result", "arrive_by", "9:24" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "leave_at", "8:34" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/d3622a99" ], [ "_:search/d3622a99", "destination", "peterborough" ], [ "_:search/d3622a99", "type", "Train" ], [ "_:search", "day", "thursday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "petersborough" ], [ "_:result", "count", "38" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "leave_at", "08:30" ], [ "_:result", "arrive_by", "9:24" ], [ "_:result", "day", "Thursday" ], [ "_:result", "destination", "Peterborough" ], [ "_:result", "leave_at", "8:34" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "6" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "0ZN13UIU" ], [ "_:booking", "ticket", "99 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'20:15');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need a train leaving cambridge . I have to arrive by 20:15 ." }, { "id": 1, "rdf-acts": [ "request((_:search,destination,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your destination and at what time would you like to leave ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "To Birmingham new street on Wednesday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'07:44');(_:result,id,'TR0115');(_:result,leave_at,'05:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR0115 will be departing at 05:01 and arrive at 07:44 . Would you like me to book that for you ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can you give me the total travel time ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'163 minutes');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The total duration is 163 minutes . Will you be needing tickets ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Not today I think I may book at the station . That is all for today . Thank you so much !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Your Welcome . Please feel free to contact us anytime !" } ]
SNG0366.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "07:44" ], [ "_:result", "id", "TR0115" ], [ "_:result", "leave_at", "05:01" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "20:15" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "07:44" ], [ "_:result", "id", "TR0115" ], [ "_:result", "leave_at", "05:01" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,destination,'stansted airport');(_:search,leave_at,'13:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "Am looking for a train , it should go to stansted airport and should leave after 13:30" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I 'd love to help . Where are you departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "The train should depart from cambridge and should leave on friday ." }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR1090');(_:result,leave_at,'13:40');(_:result,type,'Train'))" ], "speaker": "system", "text": "How does train TR1090 that leaves at 13:40 sound ?" }, { "id": 4, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That sounds like an excellent choice ! Thank you for the help !" }, { "id": 5, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "welcome . at your service next time" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "Can you make a booking for me ?" }, { "id": 7, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,departure,'Cambridge');(_:booking,destination,'Stansted airport');(_:booking,leave_at,'13:40');(_:booking,ref,'39OY8NLR');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your train leaving at 13:40 from Cambridge going to Stansted airport has been booked . Your reference number is 39OY8NLR . The total fee is 10.1 GBP payable at the station ." }, { "id": 8, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))" ], "speaker": "user", "text": "I just need to verify that that booking is for 4 people . If not , can you change it ?" }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'X06J64WK');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have you for for , reference is X06J64WK . What else may I do ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I think we have taken care of everything . Thank you so much for your time !" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You 're very welcome , have a great day !" } ]
SNG01339.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR1090" ], [ "_:result", "leave_at", "13:40" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR1090" ], [ "_:result", "leave_at", "13:40" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "id", "TR1090" ], [ "_:result", "leave_at", "13:40" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "Stansted airport" ], [ "_:booking", "leave_at", "13:40" ], [ "_:booking", "ref", "39OY8NLR" ], [ "_:booking", "ticket", "10.1 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "stansted airport" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "day", "friday" ], [ "_:search", "departure", "cambridge" ], [ "_:result", "id", "TR1090" ], [ "_:result", "leave_at", "13:40" ], [ "_:result", "type", "Train" ], [ "_:booking", "departure", "Cambridge" ], [ "_:booking", "destination", "Stansted airport" ], [ "_:booking", "leave_at", "13:40" ], [ "_:booking", "ticket", "10.1 GBP" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "X06J64WK" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'south');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Please find me an expensive place to dine on the South side of town" }, { "id": 1, "rdf-acts": [ "select((_:result,food,'Chinese');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,food,'Mexican');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure , we have Chinese , Indian , Italian or Mexican that you could choose from ." }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about chinese ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'good luck chinese food takeaway');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Okay , how about the good luck chinese food takeaway ? Will that work for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,duration,'13:45');(_:search,people,'3');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , that sounds good ! Book a table for 3 at 13:45 please ." }, { "id": 5, "rdf-acts": [ "request((_:booking,day,?);(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "I 'll be happy to help you with that . What day would you like the reservation for ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'd like to make it for Wednesday . Can you include the reference number ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'Wednesday');(_:booking,ref,'68X7U9IG');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reservation is all set for Wednesday . Your reference number is 68X7U9IG . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,day,'same day');(_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,people,'same group');(_:search,pricerange,'same price range');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need a hotel in the same price range as the restaurant that has free parking and free wifi for the same group for 3 nights starting from the same day ." }, { "id": 9, "rdf-acts": [ "request((_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Ok and for how many days ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,stay,'1');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about 1 nights ." }, { "id": 11, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 5 results matching your requirements . What area of town would you like ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'does not matter');(_:search,day,'wednesday');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "The area does not matter . Just the criteria I stated . It will be starting Wednesday ." }, { "id": 13, "rdf-acts": [ "inform((_:result,category,'hotel');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'University Arms Hotel');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the University Arms Hotel ? It has free parking and wifi , and it 's a 4 star rated hotel ." }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "If you can book it for my group , I need it for 3 nights starting on Wednesday ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Yes I will book it for you and get a reference number ?" } ]
PMUL4372.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" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Mexican" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Mexican" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "3" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Mexican" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "13:45" ], [ "_:search", "people", "3" ], [ "_:booking", "day", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "wednesday" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "ref", "?" ] ], "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", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "13:45" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "ref", "68X7U9IG" ], [ "_:booking", "type", "Booking" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "same day" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "same group" ], [ "_:search", "pricerange", "same price range" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "south" ], [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Mexican" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "good luck chinese food takeaway" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "13:45" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "ref", "68X7U9IG" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "same day" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "same group" ], [ "_:search", "pricerange", "same price range" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "1" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "food", "Chinese" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Mexican" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "name", "good luck chinese food takeaway" ], [ "_:search", "duration", "13:45" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "ref", "68X7U9IG" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "same group" ], [ "_:search", "pricerange", "same price range" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "stay", "1" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "does not matter" ], [ "_:search", "day", "wednesday" ], [ "_: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", "food", "Chinese" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "food", "Mexican" ], [ "_:search", "food", "chinese" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "duration", "13:45" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "Wednesday" ], [ "_:booking", "ref", "68X7U9IG" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "people", "same group" ], [ "_:search", "pricerange", "same price range" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "5" ], [ "_:search", "area", "does not matter" ], [ "_:result", "category", "hotel" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "University Arms Hotel" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'cityroomz');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like info about the Cityroomz hotel please" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'sleeperz hotel , station road');(_:result,area,'centre');(_:result,category,'hotel');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It is a hotel in the centre of town in the moderate price range located at sleeperz hotel , station road ." }, { "id": 2, "rdf-acts": [ "request((_:result,stars,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Thanks , how many stars is it rated ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,stars,'0');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "It had a star rating of 0 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'south');(_:search,category,'entertainment');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm also interested in places to go . What kind of entertainment is there in the south ?" }, { "id": 5, "rdf-acts": [ "select((_:result,category,'cinema');(_:result,category,'museum');(_:result,category,'nightclub');(_:result,category,'parks');(_:result,category,'theatre');(_:result,type,'Attraction'))", "inform((_:result,amount,'a couple');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are a couple of parks , a cinema , museum , nightclub , and a theatre . Are you interested in any info about any of these ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'cinema');(_:search,type,'Attraction'))", "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Any of them would be fine , how about a cinema ? Can you let me know the entrance fee , postcode and phone number for one ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,'Cambridge Leisure Park , Clifton Way');(_:result,entrance_fee,'There is no admission fee currently');(_:result,entrance_fee,'so you may want to call');(_:result,name,'Cineworld Cinema');(_:result,phone,'00872208000');(_:result,postcode,'cb17dy');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Cineworld Cinema is located at Cambridge Leisure Park , Clifton Way cb17dy . The phone number is 00872208000 . There is no admission fee currently , so you may want to call ." }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thank you for your help ." }, { "id": 9, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I 'm fine now . Thanks again ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Thank you for using this service today ." } ]
PMUL2743.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "cityroomz" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "cityroomz" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "sleeperz hotel , station road" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:result", "stars", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "cityroomz" ], [ "_:result", "address", "sleeperz hotel , station road" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "0" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "south" ], [ "_:search", "category", "entertainment" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "cityroomz" ], [ "_:result", "address", "sleeperz hotel , station road" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "0" ], [ "_:search", "area", "south" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "museum" ], [ "_:result", "category", "nightclub" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "theatre" ], [ "_:result", "amount", "a couple" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "cityroomz" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "0" ], [ "_:search", "area", "south" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "museum" ], [ "_:result", "category", "nightclub" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "theatre" ], [ "_:result", "amount", "a couple" ], [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Cambridge Leisure Park , Clifton Way" ], [ "_:result", "entrance_fee", "There is no admission fee currently" ], [ "_:result", "entrance_fee", "so you may want to call" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "cityroomz" ], [ "_:result", "area", "centre" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "0" ], [ "_:search", "area", "south" ], [ "_:result", "category", "cinema" ], [ "_:result", "category", "museum" ], [ "_:result", "category", "nightclub" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "theatre" ], [ "_:result", "amount", "a couple" ], [ "_:search", "category", "cinema" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "Cambridge Leisure Park , Clifton Way" ], [ "_:result", "entrance_fee", "There is no admission fee currently" ], [ "_:result", "entrance_fee", "so you may want to call" ], [ "_:result", "name", "Cineworld Cinema" ], [ "_:result", "phone", "00872208000" ], [ "_:result", "postcode", "cb17dy" ], [ "_:result", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hi . I am hoping you can help me find a cheap Indian restaurant ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,count,'4');(_:result,food,'Indian');(_:result,name,'kohinoor');(_:result,name,'mahal of cambridge');(_:result,name,'royal spice');(_:result,name,'the gandhi');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Sure I have 4 cheap Indian restaurants . kohinoor , royal spice , the gandhi and mahal of cambridge . Would you like to book one of these ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,name,'royal spice');(_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The mahal sounds expensive and the gandhi probably has only small portions . Let 's book a table for two at the royal spice ." }, { "id": 3, "rdf-acts": [ "request((_:booking,day,?);(_:booking,duration,?);(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Of course . When would you like to dine ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))", "inform((_:search,name,'Royal Spice');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Actually , I do n't need a reservation right now , but could you give me the address and phone number for the Royal Spice ?" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,address,'Victoria Avenue Chesterton');(_:result,name,'Royal Spice');(_:result,phone,'01733553355');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Royal Spice is at Victoria Avenue Chesterton , their phone number is 01733553355 . Can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all , thank you for your help" }, { "id": 7, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "Your , welcome ! Have a great day !" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks again . Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day ! Goodbye ." } ]
SNG0635.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "kohinoor" ], [ "_:result", "name", "mahal of cambridge" ], [ "_:result", "name", "royal spice" ], [ "_:result", "name", "the gandhi" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "royal spice" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Indian" ], [ "_:result", "name", "kohinoor" ], [ "_:result", "name", "mahal of cambridge" ], [ "_:result", "name", "royal spice" ], [ "_:result", "name", "the gandhi" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ], [ "_:search", "name", "Royal Spice" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Royal Spice" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Victoria Avenue Chesterton" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "phone", "01733553355" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "count", "4" ], [ "_:result", "food", "Indian" ], [ "_:result", "pricerange", "cheap" ], [ "_:search", "pricerange", "expensive" ], [ "_:booking", "day", "?" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "name", "Royal Spice" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "Victoria Avenue Chesterton" ], [ "_:result", "name", "Royal Spice" ], [ "_:result", "phone", "01733553355" ], [ "_: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": "I need to locate the nearest police station please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,postcode,'CB11JG');(_:result,type,'Police'))" ], "speaker": "system", "text": "The police station is located in Parkside , postcode CB11JG . Is there anything else you need ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I have everything I need . Thank you ." }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "You are welcome . Let me know if there 's anything else I can do !" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Police'))" ], "speaker": "user", "text": "I need to call them actually right now - do you have their phone number ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'01223358966');(_:result,type,'Police'))" ], "speaker": "system", "text": "Sure - the phone number is 01223358966" }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "great , have a great day !" }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "happy to help anytime , cheers !" } ]
SNG0135.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "postcode", "CB11JG" ], [ "_:result", "type", "Police" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "type", "Police" ], [ "_:result", "postcode", "CB11JG" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223358966" ], [ "_:result", "type", "Police" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to find a train from Cambridge ." }, { "id": 1, "rdf-acts": [ "inform((_:result,departure,'Cambridge');(_:result,leave_at,'every two hours');(_:result,type,'Train'))" ], "speaker": "system", "text": "There are trains leaving Cambridge every two hours ." }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,destination,'ely');(_:search,leave_at,'19:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need one on Friday heading to Ely . I need to leave after 19:30 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,arrive_by,'20:07');(_:result,departure,'Cambridge');(_:result,destination,'Ely');(_:result,id,'TR6053');(_:result,leave_at,'19:50');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The train closest to your desired time is TR6053 which departs Cambridge at 19:50 and arrives in Ely at 20:07 . Would you like to book a ticket ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the travel time on that train ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'17 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "Travel time is 17 minutes ." }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am also looking for a place to go in the centre ." }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'many diverse');(_:result,category,'architectural landmarks');(_:result,category,'nightclubs');(_:result,category,'parks');(_:result,category,'pools');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have many diverse activities in the center of town , from architectural landmarks to parks and pools to nightclubs like the Soul Tree . What interests you today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'dontcare');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm not really picky , just something fun . What 's your favorite ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,entrance_fee,'4 pounds');(_:result,name,'Soul Tree Nightclub');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I would recommend Soul Tree Nightclub . It is in the centre area and the entrance fee is 4 pounds ." }, { "id": 10, "rdf-acts": [ "request((_:result,phone,?);(_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That is perfect . Can I get the phone number and postal code please ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'1 - 6 corn exchange street');(_:result,phone,'01223477900');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , their phone number is 01223477900 and their address is 1 - 6 corn exchange street ." }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Okay , thank you . That 's all I need . Bye !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our service . Goodbye ." } ]
MUL1774.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "leave_at", "every two hours" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "19:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "19:30" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "id", "TR6053" ], [ "_:result", "leave_at", "19:50" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "19:30" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "id", "TR6053" ], [ "_:result", "leave_at", "19:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "19:30" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "id", "TR6053" ], [ "_:result", "leave_at", "19:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "many diverse" ], [ "_:result", "category", "architectural landmarks" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "pools" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "19:30" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "id", "TR6053" ], [ "_:result", "leave_at", "19:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "many diverse" ], [ "_:result", "category", "architectural landmarks" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "pools" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "4 pounds" ], [ "_:result", "name", "Soul Tree Nightclub" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "ely" ], [ "_:search", "leave_at", "19:30" ], [ "_:result", "arrive_by", "20:07" ], [ "_:result", "departure", "Cambridge" ], [ "_:result", "destination", "Ely" ], [ "_:result", "id", "TR6053" ], [ "_:result", "leave_at", "19:50" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "17 minutes" ], [ "_:search", "area", "centre" ], [ "_:result", "amount", "many diverse" ], [ "_:result", "category", "architectural landmarks" ], [ "_:result", "category", "nightclubs" ], [ "_:result", "category", "parks" ], [ "_:result", "category", "pools" ], [ "_:search", "category", "dontcare" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "4 pounds" ], [ "_:result", "name", "Soul Tree Nightclub" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "1 - 6 corn exchange street" ], [ "_:result", "phone", "01223477900" ], [ "_: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,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I need an expensive place to stay that includes wifi ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have found several options for you , sir . What part of town did you have in mind ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "It does n't really matter . I would like a guesthouse , though ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,category,'guesthouse');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "system", "text": "I could not find a guesthouse available in the expensive price range . Is there a different price range you would accept ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "how about moderate price range ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))", "inform((_:result,category,'guesthouses');(_:result,count,'14');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 14 total moderate priced guesthouses . Do you have a preference of which area of town ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "any place suits me" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'guesthouse');(_:result,has_internet,'none');(_:result,name,'Avalon');(_:result,pricerange,'moderate');(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Avalon is a moderate - price guesthouse in the north with a 4-star rating and internet . Do you want me to book it ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'3');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "book it for 3 people and 4 nights starting from wednesday ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,ref,'9ZW11UHM');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful . \n Reference number is : 9ZW11UHM ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great , thanks for your help !" }, { "id": 11, "rdf-acts": [ "thank()", "reqmore()" ], "speaker": "system", "text": "You 're welcome . Is there anything else that I may assist you with today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No that was all for now . Thanks" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for using our services ." } ]
SNG01459.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "area", "?" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/9c20753d" ], [ "_:search/9c20753d", "category", "guesthouse" ], [ "_:search/9c20753d", "pricerange", "expensive" ], [ "_:search/9c20753d", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "several" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/9c20753d" ], [ "_:search/9c20753d", "category", "guesthouse" ], [ "_:search/9c20753d", "pricerange", "expensive" ], [ "_:search/9c20753d", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "14" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "several" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/9c20753d" ], [ "_:search/9c20753d", "category", "guesthouse" ], [ "_:search/9c20753d", "pricerange", "expensive" ], [ "_:search/9c20753d", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "count", "14" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:result", "amount", "several" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/9c20753d" ], [ "_:search/9c20753d", "category", "guesthouse" ], [ "_:search/9c20753d", "pricerange", "expensive" ], [ "_:search/9c20753d", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "count", "14" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "9ZW11UHM" ], [ "_: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" ], [ "_:result", "amount", "several" ], [ "_:search", "category", "guesthouse" ], [ "_:system", "canthelp", "_:search/9c20753d" ], [ "_:search/9c20753d", "category", "guesthouse" ], [ "_:search/9c20753d", "pricerange", "expensive" ], [ "_:search/9c20753d", "type", "Hotel" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "area", "?" ], [ "_:result", "count", "14" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "has_internet", "none" ], [ "_:result", "name", "Avalon" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "ref", "9ZW11UHM" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'japanese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "We would like to eat some Japanese food while we are visiting ." }, { "id": 1, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,address,'36 Saint Andrews Street');(_:result,area,'centre');(_:result,count,'1');(_:result,food,'Japanese');(_:result,name,'Wagamama');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There is one Japanese Restaurant in town . Wagamama at 36 Saint Andrews Street in the centre . Would you like to make a reservation ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'chinese');(_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "If the price range is moderate then yes but if it is expensive I would like to look instead for Chinese restaurants ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'Japanese');(_:result,food,'chinese');(_:result,name,'jinling noodle bar');(_:result,pricerange,'expensive');(_:result,pricerange,'moderately price');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It looks like the Japanese place is expensive . The jinling noodle bar is a moderately price chinese place . Would like me to book a table there ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'jinling noodle bar');(_:search,type,'Restaurant'))", "request((_:result,area,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I 'm not ready for a reservation , but it would be helpful if you could give me the area , postcode , and phone number for Jinling Noodle Bar ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'11 Peas Hill City Centre');(_:result,area,'centre');(_:result,phone,'01223566188');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "It is located in the centre area at 11 Peas Hill City Centre . The phone number is 01223566188" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can I get their postcode please ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,postcode,'cb23pp');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , postcode cb23pp . Can I be of further assistance today ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I could use some help finding a train to get me to Leicester on Monday ." }, { "id": 9, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Do you have a time you want to leave or arrive by ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,arrive_by,'18:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want it to arrive by 18:00" }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'17:06');(_:result,id,'TR5465');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR5465 arrives at 17:06 . can i book that one ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,arrive_by,'17:06');(_:search,departure,'cambridge');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "Just to confirm TR5465 departs Cambridge and arrives in Leicester at 17:06 ? What time does the train depart ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,id,'TR5465');(_:result,leave_at,'15:21');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "Train TR5465 departs at 15:21 . Is there anything else you need to know ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that s all for today . thanks alot for helping" }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "Thanks for contacting us , have a great day !" } ]
PMUL0704.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "japanese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "36 Saint Andrews Street" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "1" ], [ "_:result", "food", "Japanese" ], [ "_:result", "name", "Wagamama" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "36 Saint Andrews Street" ], [ "_:result", "area", "centre" ], [ "_:result", "count", "1" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Japanese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately price" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Japanese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately price" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "11 Peas Hill City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223566188" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Japanese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately price" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:result", "address", "11 Peas Hill City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223566188" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23pp" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Japanese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately price" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:result", "address", "11 Peas Hill City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223566188" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23pp" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "monday" ], [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "18:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Japanese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately price" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:result", "address", "11 Peas Hill City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223566188" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "postcode", "cb23pp" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "17:06" ], [ "_:result", "id", "TR5465" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "arrive_by", "17:06" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "count", "1" ], [ "_:search", "food", "chinese" ], [ "_:search", "pricerange", "moderate" ], [ "_:result", "food", "Japanese" ], [ "_:result", "food", "chinese" ], [ "_:result", "name", "jinling noodle bar" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderately price" ], [ "_:search", "name", "jinling noodle bar" ], [ "_:result", "address", "11 Peas Hill City Centre" ], [ "_:result", "area", "centre" ], [ "_:result", "phone", "01223566188" ], [ "_:result", "postcode", "cb23pp" ], [ "_:search", "day", "monday" ], [ "_:search", "leave_at", "?" ], [ "_:result", "arrive_by", "17:06" ], [ "_:booking", "category", "Train" ], [ "_:search", "arrive_by", "17:06" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "id", "TR5465" ], [ "_:result", "leave_at", "15:21" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "I will be in Cambridge soon and look forward to seeing at least one of your attractions ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'so many');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have so many wonderful attractions . Can you please tell me what area you would like to be in ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "I am actually searching for one recommended by a friend . It 's called the cherry hinton I believe ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'east');(_:result,count,'3');(_:result,name,'cherry hinton water play');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "We have three different attractions with cherry hinton . I have the cherry hinton water play in the east . Is that the one you were looking for ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'the cherry hinton village centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "It 's name is called the cherry hinton village centre . Do you have that ?" }, { "id": 5, "rdf-acts": [], "speaker": "system", "text": "Yes I do have that attraction in my system . What information do you need in regard to it ?" }, { "id": 6, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What kind of attraction is it and what are the entrance fees ?" }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,category,'multiple sports venue');(_:result,entrance_fee,\"I do n't have the entrance fee\");(_:result,name,'cherry hinton village centre');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "the cherry hinton village centre is a multiple sports venue . I 'm sorry but I do n't have the entrance fee . Is there anything else that I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,stars,'two');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , I need a hotel . It should be rated two stars and have free wifi ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'North');(_:result,name,'Ashley Hotel');(_:result,stars,'two');(_:result,type,'Hotel'))", "request((_:search,area,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Okay . I would recommend the Ashley Hotel in the North if you are looking for a two - star hotel . Would this be acceptable or do you need another area ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,day,'saturday');(_:search,name,'Ashley hotel');(_:search,people,'3');(_:search,stay,'3');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Ashley hotel is fine . Can you book a room for me starting from Saturday for 3 nights for 3 people ? I will need the reference number ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'CP54UMZF');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your reference number is CP54UMZF . Can I help you further today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that s it , thanks so much !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Great to hear , you have a great day now !" } ]
MUL2595.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "so many" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:result", "amount", "so many" ], [ "_:result", "area", "east" ], [ "_:result", "count", "3" ], [ "_:result", "name", "cherry hinton water play" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "the cherry hinton village centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:result", "amount", "so many" ], [ "_:result", "area", "east" ], [ "_:result", "count", "3" ], [ "_:result", "name", "cherry hinton water play" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "the cherry hinton village centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "?" ], [ "_:result", "amount", "so many" ], [ "_:result", "area", "east" ], [ "_:result", "count", "3" ], [ "_:search", "name", "the cherry hinton village centre" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "multiple sports venue" ], [ "_:result", "entrance_fee", "I do n't have the entrance fee" ], [ "_:result", "name", "cherry hinton village centre" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "two" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "amount", "so many" ], [ "_:result", "count", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "multiple sports venue" ], [ "_:result", "entrance_fee", "I do n't have the entrance fee" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "two" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "stars", "two" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "name", "Ashley hotel" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "amount", "so many" ], [ "_:result", "count", "3" ], [ "_:result", "category", "multiple sports venue" ], [ "_:result", "entrance_fee", "I do n't have the entrance fee" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "two" ], [ "_:result", "area", "North" ], [ "_:result", "name", "Ashley Hotel" ], [ "_:result", "stars", "two" ], [ "_:result", "type", "Hotel" ], [ "_:search", "area", "?" ], [ "_:search", "category", "hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "name", "Ashley hotel" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "CP54UMZF" ], [ "_: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,'broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train going to Broxbourne ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Certainly . Where will you be departing from ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'Broxbourne');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am leaving from Cambridge heading to Broxbourne ." }, { "id": 3, "rdf-acts": [ "inform((_:result,count,'133');(_:result,type,'Train'))", "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have 133 trains fitting that criteria , what time would you like to leave at ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,leave_at,'10:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'd like to leave after 10:30 ." }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What day are you traveling ? And is this a booking just for yourself ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,type,'Train'))", "request((_:result,duration,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I am leaving on Thursday and can you please give me the travel time and price ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,duration,'60 minute travel time');(_:result,id,'TR3262');(_:result,ticket,'17.90 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure , train TR3262 is perfect and has a 60 minute travel time . It costs 17.90 pounds . Would you like me to book it ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That would be perfect , thank you ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'U5N4FNSQ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have you on that train and your reference number is U5N4FNSQ . Is there anything else I can help you with today ?" }, { "id": 10, "rdf-acts": [], "speaker": "user", "text": "No that will be all for now ." }, { "id": 11, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Thank you for using our service . Have all of your needs been met ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Yes . Have a nice day ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you for using Cambridge TownInfo Centre . Have a nice day !" } ]
SNG0334.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Broxbourne" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Broxbourne" ], [ "_:result", "count", "133" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "10:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Broxbourne" ], [ "_:result", "count", "133" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "10:30" ], [ "_:search", "people", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Broxbourne" ], [ "_:result", "count", "133" ], [ "_:search", "leave_at", "10:30" ], [ "_:search", "people", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "60 minute travel time" ], [ "_:result", "id", "TR3262" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "Broxbourne" ], [ "_:result", "count", "133" ], [ "_:search", "leave_at", "10:30" ], [ "_:search", "people", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "60 minute travel time" ], [ "_:result", "id", "TR3262" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "U5N4FNSQ" ], [ "_:booking", "type", "Booking" ] ], "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", "count", "133" ], [ "_:search", "leave_at", "10:30" ], [ "_:search", "people", "?" ], [ "_:search", "day", "thursday" ], [ "_:search", "type", "Train" ], [ "_:result", "duration", "60 minute travel time" ], [ "_:result", "id", "TR3262" ], [ "_:result", "ticket", "17.90 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "U5N4FNSQ" ], [ "_: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,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Hello , I am trying to find a place to stay that has free wifi and 3 stars . Do you have anything like that ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'5');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have 5 results that match your criteria , do you have a certain area of town you 'd like to stay in or a price range you 're looking for ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Are any of them a hotel ? I do n't want a guesthouse ." }, { "id": 3, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'south');(_:result,type,'Hotel'))", "inform((_:result,category,'hotels');(_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes there are two hotels . One in the centre and one in the south . Any preference ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,people,'3');(_:search,stay,'2');(_:search,type,'Hotel'))", "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No preference , I need it for 2 nights starting from Monday for 3 people , and I need a reference number please ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,name,'Gonville Hotel');(_:booking,ref,'G6FAO56J');(_:booking,type,'Booking');(_:result,address,'Gonville Place');(_:result,area,'center');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "OK , you are booked into the Gonville Hotel , located in the center of town on Gonville Place . The reference number is G6FAO56J ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "That is great , I 'm so excited . Thanks for you help . Bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting the help desk , and have a great day ." } ]
SNG1046.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "count", "5" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "hotel" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "south" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:search", "category", "hotel" ], [ "_:result", "category", "hotels" ], [ "_:result", "count", "2" ], [ "_:search", "day", "monday" ], [ "_:search", "people", "3" ], [ "_:search", "stay", "2" ], [ "_:search", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Gonville Hotel" ], [ "_:booking", "ref", "G6FAO56J" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "Gonville Place" ], [ "_:result", "area", "center" ], [ "_:result", "type", "Hotel" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Are there any Indian restaurants there ?" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,count,'22');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there are 22 . What area would you like to dine in ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want to dine in the west ." }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,pricerange,'expensive');(_:result,pricerange,'moderate');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "WHich price range do you want ? I have expensive and moderate ." }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'moderate');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would prefer moderate price range ." }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have found one , Can I make a booking for you ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "no , I just need to know the postcode ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:result,address,'205 Victoria Road Chesterton');(_:result,name,'meghna');(_:result,postcode,'cb43lf');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The restaurant is called meghna . The postcode is cb43lf , the address is 205 Victoria Road Chesterton . Anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Got everything . Thanks . Goodbye ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "Thanks for using our services ." } ]
SNG02051.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:search", "area", "west" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:search", "area", "west" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "food", "indian" ], [ "_:result", "count", "22" ], [ "_:search", "area", "west" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "pricerange", "moderate" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "205 Victoria Road Chesterton" ], [ "_:result", "name", "meghna" ], [ "_:result", "postcode", "cb43lf" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'16:30');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train that 's going to Cambridge arriving by 16:30 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'several');(_:result,type,'Train'))", "request((_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I have several trains that fit . Where are you departing ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'london liverpool street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm leaving from London Liverpool Street on Sunday ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))", "inform((_:result,arrive_by,'15:07');(_:result,leave_at,'13:39');(_:result,type,'Train'))" ], "speaker": "system", "text": "I have one leaving at 13:39 and arrive by 15:07 . Would you like that one ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the travel time on that ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'88 minutes');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The travel time for that route is 88 minutes . Can I book you a ticket ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes please . I am also looking for a college type attraction in town ." }, { "id": 7, "rdf-acts": [ "inform((_:result,entrance_fee,'free');(_:result,name,\"christ 's college\");(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Would you like christ 's college it hs free entrance fee ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Sure . What time is is open ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,phone,'01223334900');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "I do not have information on open and close times but here is the phone number if you would like to find out,01223334900 ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Great . Thanks for the information ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "It will be located in the city centre ." } ]
MUL1707.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:30" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "type", "Train" ], [ "_:result", "duration", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "duration", "88 minutes" ], [ "_:result", "type", "Train" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "duration", "88 minutes" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "16:30" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "amount", "several" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "london liverpool street" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "15:07" ], [ "_:result", "leave_at", "13:39" ], [ "_:result", "duration", "88 minutes" ], [ "_:search", "category", "college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "christ 's college" ], [ "_:result", "phone", "01223334900" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Hi , I 'm looking for a place to go in the centre part of town . Are there any interesting attractions ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'quite a few');(_:result,area,'centre');(_:result,category,'architecture');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are quite a few architecture attractions in the centre part of town ." }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "Can you recommend something for me ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Jesus Lane');(_:result,area,'centre');(_:result,entrance_fee,'free');(_:result,name,'All Saints church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "All Saints church is located on Jesus Lane in the centre . It has free admission ." }, { "id": 4, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Can you give me the postcode ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,postcode,'cb58bs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The postcode is cb58bs . Would you like the address or phone number also ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,departure,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "No , I 'm sure it will be fine . But can you help me get a train from Birmingham New Street ?" }, { "id": 7, "rdf-acts": [ "request((_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your destination ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,arrive_by,'15:30');(_:search,day,'friday');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be heading into Cambridge on Friday , and I need to get there by 15:30 ." }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'14:23');(_:result,id,'TR7040');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "It looks like TR7040 would be your best bet . You will arrive by 14:23 . Would you like me to book the train for you ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'two');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I 'd like two tickets , please ." }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'TNF2DMIQ');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Great . I 've booked two tickets for the train , and your reference number is TNF2DMIQ . Can I help you with anything else today ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Nope I think that covers everything , thanks for being so helpful !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Okay great , have a good day ." } ]
MUL1830.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "architecture" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All Saints church" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All Saints church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All Saints church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All Saints church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "14:23" ], [ "_:result", "id", "TR7040" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "centre" ], [ "_:result", "amount", "quite a few" ], [ "_:result", "category", "architecture" ], [ "_:result", "address", "Jesus Lane" ], [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "name", "All Saints church" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "departure", "birmingham new street" ], [ "_:search", "arrive_by", "15:30" ], [ "_:search", "day", "friday" ], [ "_:search", "destination", "cambridge" ], [ "_:result", "arrive_by", "14:23" ], [ "_:result", "id", "TR7040" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "two" ], [ "_:search", "type", "Train" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "TNF2DMIQ" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Could you help me with planning my trip ? I need a train ." }, { "id": 1, "rdf-acts": [ "thank()", "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "I can absolutely help you . Can you tell me your departure and arrival stations ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'cambridge');(_:search,destination,'stevenage');(_:search,leave_at,'17:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , on Sunday I 'll be departing from Cambridge and going to Stevenage . I 'd like to leave after 17:00 ." }, { "id": 3, "rdf-acts": [ "inform((_:result,id,'TR7729');(_:result,leave_at,'17:21');(_:result,type,'Train'))" ], "speaker": "system", "text": "Train TR7729 would probably fit your needs . It leaves at 17:21 ." }, { "id": 4, "rdf-acts": [ "inform((_:search,people,'4');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Can I book the train for 4 people please ? And can AI get a reference number ?" }, { "id": 5, "rdf-acts": [ "thank()", "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'2OJ4IDVL');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay . Your reference number is 2OJ4IDVL . Is there anything else I can help you with ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'east');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Yes , I 'm look for a places to go while I 'm in town . Could you find me an attraction in the east part of town ?" }, { "id": 7, "rdf-acts": [ "request((_:search,category,?);(_:search,type,'Attraction'))", "inform((_:result,amount,'ten');(_:result,area,'east');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are ten attractions in the east . Do you have a type of attraction you want to see ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Can you make a suggestion ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'east');(_:result,category,'entertainment');(_:result,name,'funky fun house');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sure the funky fun house is entertainment in the east ." }, { "id": 10, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "That sounds perfect . What is the phone number ? And is there an entrance fee ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,entrance_fee,\"I do n't have any information about the fee\");(_:result,phone,'01223304705');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223304705 . Unfortunately I do n't have any information about the fee . Can I help you with anything else ?" }, { "id": 12, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "No thanks . That would be all I needed . Thanks . Bye ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Goodbye , I hope you enjoy your trip !" } ]
MUL1739.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "leave_at", "17:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "id", "TR7729" ], [ "_:result", "leave_at", "17:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "id", "TR7729" ], [ "_:result", "leave_at", "17:21" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2OJ4IDVL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "id", "TR7729" ], [ "_:result", "leave_at", "17:21" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2OJ4IDVL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "east" ], [ "_:result", "type", "Attraction" ] ], "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", "stevenage" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "id", "TR7729" ], [ "_:result", "leave_at", "17:21" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2OJ4IDVL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "east" ], [ "_:result", "category", "entertainment" ], [ "_:result", "name", "funky fun house" ], [ "_: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", "day", "sunday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "stevenage" ], [ "_:search", "leave_at", "17:00" ], [ "_:result", "id", "TR7729" ], [ "_:result", "leave_at", "17:21" ], [ "_:search", "people", "4" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "2OJ4IDVL" ], [ "_:booking", "type", "Booking" ], [ "_:search", "area", "east" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Attraction" ], [ "_:result", "amount", "ten" ], [ "_:result", "area", "east" ], [ "_:result", "category", "entertainment" ], [ "_:result", "name", "funky fun house" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "entrance_fee", "I do n't have any information about the fee" ], [ "_:result", "phone", "01223304705" ], [ "_: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,destination,'leicester');(_:search,leave_at,'19:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I am looking for a train that leaves for leicester after 19:00 ." }, { "id": 1, "rdf-acts": [ "inform((_:result,count,'35');(_:result,destination,'Leicester');(_:result,type,'Train'))", "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 35 trains that arrive in Leicester . What day were you looking to travel and from where ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "This would be on Monday departing from Cambridge ." }, { "id": 3, "rdf-acts": [ "inform((_:result,leave_at,'19:21');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The first train that fits your requirements leaves at 19:21 . Would you like to book that train ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,id,?);(_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please I am looking for the travel time , price , and train ID of that one ." }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'105 minutes');(_:result,id,'TR5816');(_:result,leave_at,'19:21');(_:result,ticket,'37.80 GBP');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Sure the trainID for the 19:21 train is TR5816 , the travel time is 105 minutes , and tickets are 37.80 GBP each . Would you like to book a trip ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,type,'Attraction'))" ], "speaker": "user", "text": "Not right now but I am looking for some places to go in town" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Attraction'))" ], "speaker": "system", "text": "What part of town would you like to visit ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "A museum would be nice ." }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'museums');(_:result,count,'23');(_:result,entrance_fee,'no entrance fee');(_:result,name,'Whipple Museum of the History of Science');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "There are 23 different museums , the Whipple Museum of the History of Science might be worth a try , and it has no entrance fee ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Okay . May I have their address please ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'free school lane');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , it 's address is free school lane . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Attraction'))", "inform((_:search,address,'free school lane');(_:search,name,'Whipple Museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "The address for the Whipple Museum is free school lane ." }, { "id": 13, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Do you need any other information about Whipple Museum of the History of Science ? Or any other information about Cambridge ?" }, { "id": 14, "rdf-acts": [ "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "What area is the Whipple Museum in ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,name,'Whipple Museum of the History of Science');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The Whipple Museum of the History of Science is located in the centre of town ." }, { "id": 16, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Okay , thank you . That is all I need for now ." }, { "id": 17, "rdf-acts": null, "speaker": "system", "text": "Great . Thank you for contacting Cambridge Towninfo Centre ." } ]
MUL0569.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "19:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "19:00" ], [ "_:result", "count", "35" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "19:00" ], [ "_:result", "count", "35" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "id", "?" ], [ "_:result", "ticket", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "19:00" ], [ "_:result", "count", "35" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR5816" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "37.80 GBP" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "19:00" ], [ "_:result", "count", "35" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR5816" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "37.80 GBP" ], [ "_:result", "type", "Train" ], [ "_:search", "area", "?" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "19:00" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR5816" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "37.80 GBP" ], [ "_:search", "area", "?" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Whipple Museum of the History of Science" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "19:00" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR5816" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "37.80 GBP" ], [ "_:search", "area", "?" ], [ "_:search", "category", "museum" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Whipple Museum of the History of Science" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "free school lane" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:search", "address", "free school lane" ], [ "_:search", "name", "Whipple Museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "destination", "leicester" ], [ "_:search", "leave_at", "19:00" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR5816" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "37.80 GBP" ], [ "_:search", "area", "?" ], [ "_:search", "category", "museum" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "name", "Whipple Museum of the History of Science" ], [ "_:result", "address", "free school lane" ], [ "_:result", "type", "Attraction" ], [ "_:result", "address", "?" ], [ "_:search", "address", "free school lane" ], [ "_:search", "name", "Whipple Museum" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "?" ] ], "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", "leave_at", "19:00" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "day", "monday" ], [ "_:search", "departure", "cambridge" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "105 minutes" ], [ "_:result", "id", "TR5816" ], [ "_:result", "leave_at", "19:21" ], [ "_:result", "ticket", "37.80 GBP" ], [ "_:search", "area", "?" ], [ "_:search", "category", "museum" ], [ "_:result", "category", "museums" ], [ "_:result", "count", "23" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "address", "free school lane" ], [ "_:result", "address", "?" ], [ "_:search", "address", "free school lane" ], [ "_:search", "name", "Whipple Museum" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "area", "centre" ], [ "_: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, 15, 16 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'museum of archaelogy and anthropology');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for the Museum of Archaelogy and Anthropology . Do you have any information on this attraction ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , this museum is in the town centre and the entrance is free . Would you like the address and phone number ?" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes please if you do not mind ." }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'University of Cambridge , Downing Street');(_:result,category,'Museum');(_:result,phone,'01223333516');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address of the Museum is University of Cambridge , Downing Street . The phone number is 01223333516 . Can I help you with anything else ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,name,'leverton house');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am also looking for a hotel called Leverton House . Do you have any information on it ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'732 - 734 Newmarket Road');(_:result,area,'east');(_:result,name,'Leverton House');(_:result,phone,'01223292094');(_:result,pricerange,'relatively cheap');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes , I do . The Leverton House is located in the east . It has 4 stars and is relatively cheap . It 's located at 732 - 734 Newmarket Road . Phone is 01223292094 . Does that help ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'tuesday');(_:search,people,'5');(_:search,stay,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Yes , could you book me a room for 4 nights starting on Tuesday . There will be 5 of us staying there ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'49JMGAFP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was a success ! Your reference number is 49JMGAFP . Can I help you with anything else ?" }, { "id": 8, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That 's all I needed . Thank you !" }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "If you should need anything else , please contact us again . Thank you for using our service ." } ]
MUL1040.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "museum of archaelogy and anthropology" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "museum of archaelogy and anthropology" ], [ "_:search", "type", "Attraction" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "area", "centre" ], [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "University of Cambridge , Downing Street" ], [ "_:result", "category", "Museum" ], [ "_:result", "phone", "01223333516" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "leverton house" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "entrance_fee", "free" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "Museum" ], [ "_:search", "name", "leverton house" ], [ "_:result", "address", "732 - 734 Newmarket Road" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Leverton House" ], [ "_:result", "phone", "01223292094" ], [ "_:result", "pricerange", "relatively cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "entrance_fee", "free" ], [ "_:result", "category", "Museum" ], [ "_:search", "name", "leverton house" ], [ "_:result", "address", "732 - 734 Newmarket Road" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Leverton House" ], [ "_:result", "phone", "01223292094" ], [ "_:result", "pricerange", "relatively cheap" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "tuesday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "4" ], [ "_:search", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "49JMGAFP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train ticket , do you book those ?" }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Yes , where will you be leaving from and going to ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm leaving from Cambridge and going to bishops stortford ." }, { "id": 3, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "On what day will you be traveling ? Do you prefer a specific time as well ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,arrive_by,'14:15');(_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'bishops stortford');(_:search,people,'8');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I need to book a train going to bishops stortford from Cambridge . It needs to arrive by 14:15 on saturday . I need 8 tickets . Can I please get a reference number ." }, { "id": 5, "rdf-acts": [ "inform((_:booking,arrive_by,'14:07');(_:booking,category,'Train');(_:booking,id,'TR5643');(_:booking,leave_at,'13:29');(_:booking,people,'8');(_:booking,ref,'Y6865OET');(_:booking,ticket,'64.64 GBP');(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Absolutely ! You are booked for 8 seats on TR5643 leaving at 13:29 and arriving at 14:07 . The cost is 64.64 GBP due at the station . Reference : Y6865OET" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,has_parking,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Thank you ! I 'm also looking for a hotel with free parking and internet . Can you find one ?" }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'many');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Yes I have many options . What side of town did you want to stay on and what price range are you looking for ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'guesthouse');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "The area does n't matter , I 'd like to stay at a guesthouse though ." }, { "id": 9, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Archway House');(_:result,type,'Hotel'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "I recommend the Archway House . It 's a lovely place on the north side of town . Would you like me to book a room for you ?" }, { "id": 10, "rdf-acts": [ "request((_:result,area,?);(_:result,phone,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Just a couple more questions . What is the star rating ? Also , I need to know the area of town and the phone number please ." }, { "id": 11, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,name,'Archway house');(_:result,phone,'01223575314');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "Archway house has a 4 star rating and is located in the north area of town . The phone is 01223575314 , shall I book you a room ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , I just need the information for now . Thanks !" }, { "id": 13, "rdf-acts": [], "speaker": "system", "text": "Do you have everything you need ?" }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Yes , thank you for all your help today . Goodbye ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "My pleasure ! Please call us back if you need anything else ." } ]
PMUL1755.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:15" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "people", "8" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:15" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ], [ "_:booking", "arrive_by", "14:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR5643" ], [ "_:booking", "leave_at", "13:29" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "Y6865OET" ], [ "_:booking", "ticket", "64.64 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:15" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "arrive_by", "14:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR5643" ], [ "_:booking", "leave_at", "13:29" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "Y6865OET" ], [ "_:booking", "ticket", "64.64 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:15" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "arrive_by", "14:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR5643" ], [ "_:booking", "leave_at", "13:29" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "Y6865OET" ], [ "_:booking", "ticket", "64.64 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Archway House" ], [ "_:result", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:15" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "arrive_by", "14:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR5643" ], [ "_:booking", "leave_at", "13:29" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "Y6865OET" ], [ "_:booking", "ticket", "64.64 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Archway house" ], [ "_:result", "phone", "01223575314" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "14:15" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "bishops stortford" ], [ "_:search", "people", "8" ], [ "_:result", "ref", "?" ], [ "_:booking", "arrive_by", "14:07" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR5643" ], [ "_:booking", "leave_at", "13:29" ], [ "_:booking", "people", "8" ], [ "_:booking", "ref", "Y6865OET" ], [ "_:booking", "ticket", "64.64 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "area", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "many" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Archway house" ], [ "_:result", "phone", "01223575314" ], [ "_:result", "stars", "4" ], [ "_: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,'north');(_:search,category,'guesthouse');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'm looking for a place to stay in the north maybe a guesthouse ." }, { "id": 1, "rdf-acts": [ "request((_:search,has_internet,?);(_:search,has_parking,?);(_:search,pricerange,?);(_:search,stars,?);(_:search,type,'Hotel'))", "inform((_:result,area,'north');(_:result,category,'guesthouses');(_:result,count,'11');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "You 're in luck ! I have 11 guesthouses in the north , would you mind sharing your price range and any other preferences you may have ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I 'd like a place rated 4 stars , that offers free wifi ." }, { "id": 3, "rdf-acts": [ "request((_:search,has_parking,?);(_:search,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "That narrows the selection a little . Do you need parking ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'no');(_:search,type,'Hotel'))", "request((_:result,address,?);(_:result,postcode,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))" ], "speaker": "user", "text": "No I just need free internet . I also need the price range , address , and postcode of the one you find ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'62 gilbert road');(_:result,category,'guesthouse');(_:result,name,'The avalon');(_:result,postcode,'cb43pd');(_:result,pricerange,'moderate');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The avalon is a guesthouse in the moderate price range and is located at 62 gilbert road , their post code is cb43pd ." }, { "id": 6, "rdf-acts": [ "inform((_:search,destination,'birmingham new street');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train to Birmingham new street ." }, { "id": 7, "rdf-acts": [ "thank()", "request((_:search,day,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure , I can help you with that . When would you like to travel ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,leave_at,'14:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "Friday , I am taking a half day at work to get an early weekend so after 14:00 please ." }, { "id": 9, "rdf-acts": [ "inform((_:result,leave_at,'14:01');(_:result,leave_at,'15:01');(_:result,type,'Train'))" ], "speaker": "system", "text": "There is a 14:01 or if that 's too close to 14:00 there is a 15:01 as well ." }, { "id": 10, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,duration,?);(_:result,pricerange,?);(_:result,ticket,?);(_:result,type,'Hotel');(_:result,type,'Train'))" ], "speaker": "user", "text": "Pick one please , just please give me the travel time , arrival time , and price ." }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'17:44');(_:result,day,'TR2519');(_:result,leave_at,'15:01');(_:result,ticket,'75.10 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would suggest the TR2519 which would depart at 15:01 and arrive at 17:44 . This price is 75.10 pounds . Would you like to book this train ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes for one please ." }, { "id": 13, "rdf-acts": [ "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I will work on this and be right back with you ." }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "Ok . Were you able to book it ?" }, { "id": 15, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "How many tickets do you want ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,people,'one');(_:search,type,'Train'))" ], "speaker": "user", "text": "for one please ." }, { "id": 17, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'3D1AH8PM');(_:booking,ticket,'75.09 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 75.09 GBP payable at the station . \n Reference number is : 3D1AH8PM ." }, { "id": 18, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What was to total travel time for that train booking ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,duration,'163 minutes');(_:result,type,'Train'))" ], "speaker": "system", "text": "a total of 163 minutes" }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "that is all for today thanks" }, { "id": 21, "rdf-acts": [ "thank()" ], "speaker": "system", "text": "thanks you so much" }, { "id": 22, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "you are welcome abd have a great day" }, { "id": 23, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "great day to you too" }, { "id": 24, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "thanks you a lot" }, { "id": 25, "rdf-acts": null, "speaker": "system", "text": "Please call again if we can further assist you . Goodbye ." } ]
PMUL4247.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "has_parking", "?" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "count", "11" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:search", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "postcode", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "ticket", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:result", "ticket", "?" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The avalon" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_: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", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:result", "ticket", "?" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The avalon" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "pricerange", "moderate" ], [ "_:result", "type", "Hotel" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "14:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:result", "ticket", "?" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The avalon" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "14:00" ], [ "_:search", "type", "Train" ], [ "_:result", "leave_at", "14:01" ], [ "_:result", "leave_at", "15:01" ], [ "_:result", "type", "Train" ], [ "_:result", "arrive_by", "?" ], [ "_:result", "duration", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The avalon" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "duration", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "arrive_by", "17:44" ], [ "_:result", "day", "TR2519" ], [ "_:result", "leave_at", "15:01" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_: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, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The avalon" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "duration", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "arrive_by", "17:44" ], [ "_:result", "day", "TR2519" ], [ "_:result", "leave_at", "15:01" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_: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, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The avalon" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "duration", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "arrive_by", "17:44" ], [ "_:result", "day", "TR2519" ], [ "_:result", "leave_at", "15:01" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_: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, 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", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The avalon" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "duration", "?" ], [ "_:result", "pricerange", "?" ], [ "_:result", "arrive_by", "17:44" ], [ "_:result", "day", "TR2519" ], [ "_:result", "leave_at", "15:01" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3D1AH8PM" ], [ "_:booking", "ticket", "75.09 GBP" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] }, { "id": 10, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The avalon" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "pricerange", "?" ], [ "_:result", "arrive_by", "17:44" ], [ "_:result", "day", "TR2519" ], [ "_:result", "leave_at", "15:01" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3D1AH8PM" ], [ "_:booking", "ticket", "75.09 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ] }, { "id": 11, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The avalon" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "pricerange", "?" ], [ "_:result", "arrive_by", "17:44" ], [ "_:result", "day", "TR2519" ], [ "_:result", "leave_at", "15:01" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3D1AH8PM" ], [ "_:booking", "ticket", "75.09 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 ] }, { "id": 12, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "guesthouse" ], [ "_:search", "pricerange", "?" ], [ "_:result", "area", "north" ], [ "_:result", "count", "11" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "stars", "4" ], [ "_:search", "has_parking", "no" ], [ "_:result", "address", "62 gilbert road" ], [ "_:result", "category", "guesthouse" ], [ "_:result", "name", "The avalon" ], [ "_:result", "postcode", "cb43pd" ], [ "_:result", "pricerange", "moderate" ], [ "_:search", "destination", "birmingham new street" ], [ "_:search", "day", "friday" ], [ "_:search", "leave_at", "14:00" ], [ "_:result", "pricerange", "?" ], [ "_:result", "arrive_by", "17:44" ], [ "_:result", "day", "TR2519" ], [ "_:result", "leave_at", "15:01" ], [ "_:result", "ticket", "75.10 pounds" ], [ "_:system", "offered", "_:booking" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "3D1AH8PM" ], [ "_:booking", "ticket", "75.09 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "163 minutes" ], [ "_:result", "type", "Train" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'east');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I would like a cheap restaurant in the east part of town , please ." }, { "id": 1, "rdf-acts": [ "inform((_:result,amount,'only');(_:result,area,'east');(_:result,name,'Missing Sock');(_:result,pricerange,'cheap');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The only cheap restaurant in the east part of tow is the Missing Sock ." }, { "id": 2, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Address and phone number , please" }, { "id": 3, "rdf-acts": [ "inform((_:result,address,'Finders Corner Newmarket Road');(_:result,name,'Missing Sock');(_:result,phone,'01223 812660');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The address for the Missing Sock is Finders Corner Newmarket Road and the phone number is 01223 812660 ." }, { "id": 4, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "thank you good bye" }, { "id": 5, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Thank you for calling . Goodbye ." }, { "id": 6, "rdf-acts": [ "bye()" ], "speaker": "user", "text": "Thanks so much . Bye bye ." }, { "id": 7, "rdf-acts": null, "speaker": "system", "text": "Have a nice day" } ]
WOZ20652.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "east" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "Finders Corner Newmarket Road" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "type", "Restaurant" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "east" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "only" ], [ "_:result", "area", "east" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "address", "Finders Corner Newmarket Road" ], [ "_:result", "name", "Missing Sock" ], [ "_:result", "phone", "01223 812660" ], [ "_:result", "type", "Restaurant" ], [ "_:system", "dismissed", "_:user" ], [ "_:user", "dismissed", "_:system" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'broughton house gallery');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I 'm looking for information on Broughton house gallery ." }, { "id": 1, "rdf-acts": [ "reqmore()", "inform((_:result,address,'98 king street');(_:result,area,'centre');(_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,phone,'01223314960');(_:result,postcode,'cb11ln');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Certainly ! It 's a museum in the centre at 98 king street cb11ln with free entrance . Their phone number is 01223314960 . May I help find anything else ?" }, { "id": 2, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Is the cb11ln the postcode ?" }, { "id": 3, "rdf-acts": [ "reqmore()" ], "speaker": "system", "text": "Yes , that 's the postcode . Is there anything else I can assist you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes , I need a train going to cambridge ." }, { "id": 5, "rdf-acts": [ "request((_:search,day,?);(_:search,departure,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay , what day would you like to travel and where will you be leaving from ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,arrive_by,'11:30');(_:search,departure,'leicester');(_:search,destination,'Cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'll be leaving Leicester and I want to be in Cambridge by 11:30 , please ." }, { "id": 7, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Of course . What day will you be traveling ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Sunday , can you book it for me and I need a reference number , please" }, { "id": 9, "rdf-acts": [ "request((_:search,people,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure . Just to confirm , how many seats will you need ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,people,'5');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "5 , please . Include the reference number ." }, { "id": 11, "rdf-acts": [ "inform((_:booking,arrive_by,'10:54');(_:booking,category,'Train');(_:booking,ref,'69luuzq7');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "You will arrive at 10:54 the reference number is 69luuzq7" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much , that 's all I need today ." }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "I hope you have a great day , goodbye !" } ]
MUL1989.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "broughton house gallery" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "broughton house gallery" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "98 king street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "broughton house gallery" ], [ "_:result", "address", "98 king street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "broughton house gallery" ], [ "_:result", "address", "98 king street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "day", "?" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "broughton house gallery" ], [ "_:result", "address", "98 king street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "day", "sunday" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "broughton house gallery" ], [ "_:result", "address", "98 king street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "day", "sunday" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "name", "broughton house gallery" ], [ "_:result", "address", "98 king street" ], [ "_:result", "area", "centre" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223314960" ], [ "_:result", "postcode", "cb11ln" ], [ "_:result", "type", "Attraction" ], [ "_:result", "postcode", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "arrive_by", "11:30" ], [ "_:search", "departure", "leicester" ], [ "_:search", "destination", "Cambridge" ], [ "_:search", "day", "sunday" ], [ "_:result", "ref", "?" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "5" ], [ "_:search", "type", "Train" ], [ "_:booking", "arrive_by", "10:54" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "69luuzq7" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'hotel');(_:search,stars,'4');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I am looking for a place to stay in the north of the city . I would prefer a 4 star hotel please ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,amount,'several');(_:result,category,'guesthouses');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are several guesthouses available . Do you have a price reference ?" }, { "id": 2, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No price preference needed" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'north');(_:result,category,'hotel');(_:result,name,'The home from home guesthouse');(_:result,pricerange,'moderately priced');(_:result,stars,'4');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The home from home guesthouse hotel is located in the north , has a 4 star rating , and is moderately priced . Would you like me to book it for you ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "Does it have free wifi ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Avalon guesthouse');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the Avalon guesthouse ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "I think that would be fine ." }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "What day would you like to stay ? How many days ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,people,'5');(_:search,stay,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I would like it book for Sunday for 5 people and 3 nights . Can I have the booking number please ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,ref,'0DJU3C37');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "The hotel is booked and your reference number is 0DJU3C37 . Can I help you with anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I also need a train that departs from cambridge ." }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your desired destination ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I would like to visit Leicester on Wednesday ." }, { "id": 13, "rdf-acts": [ "inform((_:result,count,'19');(_:result,destination,'Leicester');(_:result,type,'Train'))", "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "There are 19 trains to Leicester on that day . Do you know what time you 'd like to leave or arrive by ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,arrive_by,'19:15');(_:search,destination,'leicester');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to be in Leicester by 19:15 ." }, { "id": 15, "rdf-acts": [ "inform((_:result,arrive_by,'19:06');(_:result,id,'TR1745');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR1745 will get you there by 19:06 . Do you want tickets for that ?" }, { "id": 16, "rdf-acts": [ "request((_:result,leave_at,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I need the departure time for that train ." }, { "id": 17, "rdf-acts": [ "inform((_:result,id,'TR1745');(_:result,leave_at,'17:21');(_:result,type,'Train'))" ], "speaker": "system", "text": "No problem ! The departure time for TR1745 is 17:21 . Will that work ?" }, { "id": 18, "rdf-acts": [ "inform((_:search,type,'Train'))", "request((_:result,ticket,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the price for that train ?" }, { "id": 19, "rdf-acts": [ "inform((_:result,ticket,'37.80 pounds');(_:result,type,'Train'))" ], "speaker": "system", "text": "It is 37.80 pounds per person ." }, { "id": 20, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you , I think that is all I need for today ." }, { "id": 21, "rdf-acts": null, "speaker": "system", "text": "Great ! Hope you enjoy your trip !" } ]
MUL2155.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:search", "type", "Hotel" ], [ "_:result", "amount", "several" ], [ "_:result", "category", "guesthouses" ], [ "_:result", "type", "Hotel" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "The home from home guesthouse" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0DJU3C37" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0DJU3C37" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:search", "day", "wednesday" ], [ "_:search", "destination", "leicester" ], [ "_: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", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0DJU3C37" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:search", "day", "wednesday" ], [ "_:result", "count", "19" ], [ "_:result", "destination", "Leicester" ], [ "_:result", "type", "Train" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "destination", "leicester" ], [ "_: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", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0DJU3C37" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:search", "day", "wednesday" ], [ "_:result", "count", "19" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "destination", "leicester" ], [ "_:search", "type", "Train" ], [ "_:result", "arrive_by", "19:06" ], [ "_:result", "id", "TR1745" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:result", "leave_at", "?" ] ], "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", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0DJU3C37" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:search", "day", "wednesday" ], [ "_:result", "count", "19" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "19:06" ], [ "_:booking", "category", "Train" ], [ "_:result", "id", "TR1745" ], [ "_:result", "leave_at", "17:21" ], [ "_:result", "type", "Train" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "?" ] ], "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", "north" ], [ "_:search", "category", "hotel" ], [ "_:search", "stars", "4" ], [ "_:search", "pricerange", "?" ], [ "_:result", "amount", "several" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "north" ], [ "_:result", "category", "hotel" ], [ "_:result", "pricerange", "moderately priced" ], [ "_:result", "stars", "4" ], [ "_:search", "has_internet", "yes" ], [ "_:result", "name", "Avalon guesthouse" ], [ "_:booking", "day", "?" ], [ "_:booking", "stay", "?" ], [ "_:search", "people", "5" ], [ "_:search", "stay", "3" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "ref", "0DJU3C37" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "?" ], [ "_:search", "day", "wednesday" ], [ "_:result", "count", "19" ], [ "_:result", "destination", "Leicester" ], [ "_:search", "leave_at", "?" ], [ "_:search", "arrive_by", "19:15" ], [ "_:search", "destination", "leicester" ], [ "_:result", "arrive_by", "19:06" ], [ "_:booking", "category", "Train" ], [ "_:result", "id", "TR1745" ], [ "_:result", "leave_at", "17:21" ], [ "_:search", "type", "Train" ], [ "_:result", "ticket", "37.80 pounds" ], [ "_: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 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,leave_at,'20:45');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want to get a train out of Cambridge that departs after 20:45 please ." }, { "id": 1, "rdf-acts": [ "request((_:search,day,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "What is your destination and day of travel ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I wish to go to New York City leaving this Friday ." }, { "id": 3, "rdf-acts": [ "canthelp((_:search,type,'Train'))" ], "speaker": "system", "text": "I 'm sorry , but I ca n't help you with travel outside of Cambridge and the surrounding areas ." }, { "id": 4, "rdf-acts": [ "inform((_:search,destination,'stansted airport');(_:search,type,'Train'))" ], "speaker": "user", "text": "Ok . How about a train to the Stansted airport ?" }, { "id": 5, "rdf-acts": [ "select((_:result,leave_at,'21:40');(_:result,leave_at,'22:40');(_:result,leave_at,'23:40');(_:result,type,'Train'))", "inform((_:result,count,'3');(_:result,type,'Train'))" ], "speaker": "system", "text": "I found three , one leaving at 21:40 , 22:40 , and 23:40 which would you like to go ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'wednesday');(_:search,people,'one');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "I would like to book the 21:40 train on Wednesday for one person please . I also need a reference number please ." }, { "id": 7, "rdf-acts": [ "reqmore()", "inform((_:booking,category,'Train');(_:booking,ref,'VJ3ZAO4F');(_:booking,ticket,'10.1 GBP');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Booking was successful , the total fee is 10.1 GBP payable at the station . Your reference number is : VJ3ZAO4F . Is there anything else I can help you with ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,food,'north african');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes , I am also looking to eat some north african food . Can you help me find a restaurant ?" }, { "id": 9, "rdf-acts": [ "canthelp((_:search,food,'north african');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I can not find any restaurant that serves north african food in the area ." }, { "id": 10, "rdf-acts": [ "inform((_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "How about Thai food ?" }, { "id": 11, "rdf-acts": [ "select((_:result,area,'centre');(_:result,area,'west');(_:result,type,'Restaurant'))", "inform((_:result,count,'2');(_:result,food,'thai');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "There are 2 restaurants that serve thai food ; one in the west and one in the centre . Do you have a location preference ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,area,'west');(_:search,day,'same day');(_:search,duration,'13:15');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The one in the west works please . Can you pleas book it for me on the same day at about 13:15 ." }, { "id": 13, "rdf-acts": [ "request((_:booking,people,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "How many people will be dining ?" }, { "id": 14, "rdf-acts": [], "speaker": "user", "text": "I 'll be dining alone ." }, { "id": 15, "rdf-acts": [ "canthelp((_:booking,type,'Booking'))", "request((_:booking,duration,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Unfortunately no table is available at that time do you have another time ?" }, { "id": 16, "rdf-acts": [ "inform((_:search,duration,'12:15');(_:search,type,'Restaurant'))", "request((_:result,ref,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Could you please check for a table at 12:15 and can I have the reference number ?" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:booking,duration,'12:15');(_:booking,name,'Sala Thong');(_:booking,ref,'QIH3G407');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Alright , I have you booked at Sala Thong at 12:15 . Reference number is : QIH3G407 . Can I help you with anything else ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , that should be everything . Thank you very much !" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "You 're welcome - safe travels !" } ]
MUL0205.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "destination", "?" ], [ "_:search", "day", "friday" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "20:45" ], [ "_:search", "day", "friday" ], [ "_:system", "canthelp", "_:search/3011b1cf" ], [ "_:search/3011b1cf", "type", "Train" ], [ "_:search", "destination", "stansted airport" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "20:45" ], [ "_:system", "canthelp", "_:search/3011b1cf" ], [ "_:search/3011b1cf", "type", "Train" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "leave_at", "21:40" ], [ "_:result", "leave_at", "22:40" ], [ "_:result", "leave_at", "23:40" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "one" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "20:45" ], [ "_:system", "canthelp", "_:search/3011b1cf" ], [ "_:search/3011b1cf", "type", "Train" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "leave_at", "21:40" ], [ "_:result", "leave_at", "22:40" ], [ "_:result", "leave_at", "23:40" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "VJ3ZAO4F" ], [ "_:booking", "ticket", "10.1 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:search", "food", "north african" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "20:45" ], [ "_:system", "canthelp", "_:search/3011b1cf" ], [ "_:search/3011b1cf", "type", "Train" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "leave_at", "21:40" ], [ "_:result", "leave_at", "22:40" ], [ "_:result", "leave_at", "23:40" ], [ "_:result", "count", "3" ], [ "_:result", "type", "Train" ], [ "_:search", "day", "wednesday" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "VJ3ZAO4F" ], [ "_:booking", "ticket", "10.1 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/0610cba1" ], [ "_:search/0610cba1", "food", "north african" ], [ "_:search/0610cba1", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "20:45" ], [ "_:system", "canthelp", "_:search/3011b1cf" ], [ "_:search/3011b1cf", "type", "Train" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "leave_at", "21:40" ], [ "_:result", "leave_at", "22:40" ], [ "_:result", "leave_at", "23:40" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "VJ3ZAO4F" ], [ "_:booking", "ticket", "10.1 GBP" ], [ "_:booking", "type", "Booking" ], [ "_:system", "canthelp", "_:search/0610cba1" ], [ "_:search/0610cba1", "food", "north african" ], [ "_:search/0610cba1", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "food", "thai" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "13:15" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "20:45" ], [ "_:system", "canthelp", "_:search/3011b1cf" ], [ "_:search/3011b1cf", "type", "Train" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "leave_at", "21:40" ], [ "_:result", "leave_at", "22:40" ], [ "_:result", "leave_at", "23:40" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "VJ3ZAO4F" ], [ "_:booking", "ticket", "10.1 GBP" ], [ "_:system", "canthelp", "_:search/0610cba1" ], [ "_:search/0610cba1", "food", "north african" ], [ "_:search/0610cba1", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "food", "thai" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "day", "same day" ], [ "_:search", "duration", "13:15" ], [ "_:search", "type", "Restaurant" ], [ "_:booking", "people", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, { "id": 8, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "20:45" ], [ "_:system", "canthelp", "_:search/3011b1cf" ], [ "_:search/3011b1cf", "type", "Train" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "leave_at", "21:40" ], [ "_:result", "leave_at", "22:40" ], [ "_:result", "leave_at", "23:40" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "VJ3ZAO4F" ], [ "_:booking", "ticket", "10.1 GBP" ], [ "_:system", "canthelp", "_:search/0610cba1" ], [ "_:search/0610cba1", "food", "north african" ], [ "_:search/0610cba1", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "food", "thai" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "day", "same day" ], [ "_:booking", "people", "?" ], [ "_:system", "canthelp", "_:booking/38acf671" ], [ "_:booking/38acf671", "type", "Booking" ], [ "_:booking", "duration", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "duration", "12:15" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:search", "departure", "cambridge" ], [ "_:search", "leave_at", "20:45" ], [ "_:system", "canthelp", "_:search/3011b1cf" ], [ "_:search/3011b1cf", "type", "Train" ], [ "_:search", "destination", "stansted airport" ], [ "_:result", "leave_at", "21:40" ], [ "_:result", "leave_at", "22:40" ], [ "_:result", "leave_at", "23:40" ], [ "_:search", "people", "one" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ticket", "10.1 GBP" ], [ "_:system", "canthelp", "_:search/0610cba1" ], [ "_:search/0610cba1", "food", "north african" ], [ "_:search/0610cba1", "type", "Restaurant" ], [ "_:search", "food", "thai" ], [ "_:result", "area", "centre" ], [ "_:result", "area", "west" ], [ "_:result", "count", "2" ], [ "_:result", "food", "thai" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "day", "same day" ], [ "_:booking", "people", "?" ], [ "_:system", "canthelp", "_:booking/38acf671" ], [ "_:booking/38acf671", "type", "Booking" ], [ "_:search", "duration", "12:15" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "duration", "12:15" ], [ "_:booking", "name", "Sala Thong" ], [ "_:booking", "ref", "QIH3G407" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'sports');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "looking for places to go in town . The attraction should be in the north and should be in the type of mutliple sports" }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,category,?);(_:search,type,'Attraction'))", "canthelp((_:search,type,'Attraction'))" ], "speaker": "system", "text": "I have nothing matching what you are looking for . Perhaps another area or another attraction ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'north');(_:search,category,'boats');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I want to stay in the north . Are there any attractions with boats ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,category,'boats');(_:result,name,'riverboat georgina');(_:result,type,'Attraction'))", "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "riverboat georgina has nice boats . Are you interested ?" }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,entrance_fee,?);(_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I would like their phone number , entrance fee , and address ." }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'cambridge passenger cruisers , jubilee house');(_:result,phone,'01223902091');(_:result,postcode,'cb43ax');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "they are at cambridge passenger cruisers , jubilee house , cb43ax . or call them on 01223902091 ." }, { "id": 6, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a hotel . One with free wifi and not too expensive ." }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'north');(_:result,name,'Acorn Guest House');(_:result,name,'Worth House');(_:result,pricerange,'cheap');(_:result,pricerange,'moderately - priced');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "If you want to stay in the north , the Acorn Guest House is moderately - priced and quite nice . If you want cheap , I recommend Worth House ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Okay let 's try the Acorn Guesthouse ." }, { "id": 9, "rdf-acts": [ "inform((_:booking,name,'Acorn Guest House');(_:booking,type,'Booking'))", "thank()" ], "speaker": "system", "text": "Okay . Would you like to book a room at the Acorn Guest House ?" }, { "id": 10, "rdf-acts": [ "request((_:result,ref,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Can you book it for me and get a reference number ?" }, { "id": 11, "rdf-acts": [ "inform((_:booking,name,'Acorn Guest House');(_:booking,type,'Booking'))", "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I would be happy to book the Acorn Guest House for you . Can you please tell me the day , length of stay , and the number of people ." }, { "id": 12, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I actually wo n't need a booking . Can you tell me the star of the hotel and if they offer free parking ?" }, { "id": 13, "rdf-acts": [ "inform((_:result,category,'guest house');(_:result,has_internet,'none');(_:result,has_parking,'none');(_:result,name,'Acorn Guest house');(_:result,stars,'4-star');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The Acorn Guest house is a beautiful 4-star guest house . They do offer internet and parking . Would you like me to provide their contact information for future reference ?" }, { "id": 14, "rdf-acts": [ "request((_:result,entrance_fee,?);(_:result,type,'Attraction'))", "inform((_:search,name,'Riverboat Georgina');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "No , thank you . Could I get the entrance fee of the Riverboat Georgina ?" }, { "id": 15, "rdf-acts": [ "inform((_:result,type,'Attraction'))" ], "speaker": "system", "text": "I am sorry I do not have that information , I can give you their phone number if you would like ." }, { "id": 16, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Yes the phone number would be great . What are their hours ?" }, { "id": 17, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223902091');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The phone number is 01223902091 . Their website is vague , I 'm afraid you 'll have to call them for their hours . What else can I help you with today ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "no that is it for now thanks" }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "You 're welcome . Have a good visit ." } ]
PMUL3765.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "category", "sports" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/cd15e826" ], [ "_:search/cd15e826", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:search", "category", "boats" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/cd15e826" ], [ "_:search/cd15e826", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:search", "category", "boats" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "boats" ], [ "_:result", "name", "riverboat georgina" ], [ "_:result", "type", "Attraction" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "?" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/cd15e826" ], [ "_:search/cd15e826", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:result", "category", "boats" ], [ "_:result", "name", "riverboat georgina" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "cambridge passenger cruisers , jubilee house" ], [ "_:result", "phone", "01223902091" ], [ "_:result", "postcode", "cb43ax" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/cd15e826" ], [ "_:search/cd15e826", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:result", "category", "boats" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "cambridge passenger cruisers , jubilee house" ], [ "_:result", "phone", "01223902091" ], [ "_:result", "postcode", "cb43ax" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "name", "Worth House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/cd15e826" ], [ "_:search/cd15e826", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:result", "category", "boats" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "cambridge passenger cruisers , jubilee house" ], [ "_:result", "phone", "01223902091" ], [ "_:result", "postcode", "cb43ax" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "name", "Worth House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "type", "Hotel" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:booking", "type", "Booking" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/cd15e826" ], [ "_:search/cd15e826", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:result", "category", "boats" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "cambridge passenger cruisers , jubilee house" ], [ "_:result", "phone", "01223902091" ], [ "_:result", "postcode", "cb43ax" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "north" ], [ "_:result", "name", "Acorn Guest House" ], [ "_:result", "name", "Worth House" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "type", "Hotel" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/cd15e826" ], [ "_:search/cd15e826", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "cambridge passenger cruisers , jubilee house" ], [ "_:result", "phone", "01223902091" ], [ "_:result", "postcode", "cb43ax" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guest house" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest house" ], [ "_:result", "stars", "4-star" ], [ "_:result", "type", "Hotel" ], [ "_:result", "type", "Attraction" ], [ "_:search", "name", "Riverboat Georgina" ], [ "_: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": [ [ "_:system", "canthelp", "_:search/cd15e826" ], [ "_:search/cd15e826", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "cambridge passenger cruisers , jubilee house" ], [ "_:result", "phone", "01223902091" ], [ "_:result", "postcode", "cb43ax" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guest house" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest house" ], [ "_:result", "stars", "4-star" ], [ "_:search", "name", "Riverboat Georgina" ], [ "_:search", "type", "Attraction" ], [ "_:result", "type", "Attraction" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ] }, { "id": 9, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/cd15e826" ], [ "_:search/cd15e826", "type", "Attraction" ], [ "_:search", "area", "north" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "entrance_fee", "?" ], [ "_:result", "address", "cambridge passenger cruisers , jubilee house" ], [ "_:result", "postcode", "cb43ax" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "north" ], [ "_:result", "pricerange", "cheap" ], [ "_:result", "pricerange", "moderately - priced" ], [ "_:result", "ref", "?" ], [ "_:booking", "name", "Acorn Guest House" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "category", "guest house" ], [ "_:result", "has_internet", "none" ], [ "_:result", "has_parking", "none" ], [ "_:result", "name", "Acorn Guest house" ], [ "_:result", "stars", "4-star" ], [ "_:search", "name", "Riverboat Georgina" ], [ "_:search", "type", "Attraction" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223902091" ], [ "_: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,area,'west');(_:search,food,'scottish');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Hello , I am looking for a Scottish restaurant on the west side of town ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I can help you with that . It looks like there are n't any restaurants like that in my database . Can I help you find a different restaurant ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'indian');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there a restaurant that serves Indian food in the west part of town ?" }, { "id": 3, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'several');(_:result,area,'west');(_:result,food,'Indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found several Indian restaurants in the west part of town . Were you looking for an expensive or moderately priced restaurant ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Expensive" }, { "id": 5, "rdf-acts": [ "reqmore()", "inform((_:result,amount,'several');(_:result,area,'west');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found several in the expensive price range in the west part of town , can I help you with anything else ?" }, { "id": 6, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you please give me that phone number ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,area,'west');(_:result,food,'indian');(_:result,name,'Cocum');(_:result,phone,'01223 366668');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Cocum is the first expensive indian restaurant in the west part of town on the database . The phone number for cocum is 01223 366668 ." }, { "id": 8, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the food type they serve ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,food,'indian');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "They serve indian food ." }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Can you please give me the address ?" }, { "id": 11, "rdf-acts": [ "reqmore()", "inform((_:result,address,'71 castle street city centre');(_:result,name,'Cocum');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Cocum is located at 71 castle street city centre . Is there anything else I can help you with ?" }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , thank you , that is all I need . Goodbye !" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "Thank you . Good day !" } ]
WOZ20022.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "scottish" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/03867836" ], [ "_:search/03867836", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/03867836" ], [ "_:search/03867836", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_: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/03867836" ], [ "_:search/03867836", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:result", "food", "Indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/03867836" ], [ "_:search/03867836", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "food", "indian" ], [ "_:result", "name", "Cocum" ], [ "_:result", "phone", "01223 366668" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/03867836" ], [ "_:search/03867836", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "name", "Cocum" ], [ "_:result", "phone", "01223 366668" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "indian" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/03867836" ], [ "_:search/03867836", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "indian" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "amount", "several" ], [ "_:result", "area", "west" ], [ "_:result", "phone", "01223 366668" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "indian" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "71 castle street city centre" ], [ "_:result", "name", "Cocum" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'sidney sussex college');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I am looking for sidney sussex college ." }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'sidney street');(_:result,area,'centre');(_:result,name,'Sidney sussex college');(_:result,phone,'01223338800');(_:result,postcode,'cb23hu');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Sidney sussex college is located in the centre of town their phone number is 01223338800 , postcode is cb23hu , and address is sidney street" }, { "id": 2, "rdf-acts": [ "request((_:result,category,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "Thank you . What type of attraction is this ?" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,category,'college');(_:result,entrance_fee,'no entrance fee');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "This is a college type attraction with no entrance fee . Is there anything else I can assist you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,departure,'bishops stortford');(_:search,type,'Train'))" ], "speaker": "user", "text": "Yes I need to book a train on sunday departing from bishops stortford" }, { "id": 5, "rdf-acts": [ "request((_:search,arrive_by,?);(_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "OK - what time of day are you traveling ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,day,'sunday');(_:search,destination,'cambridge');(_:search,leave_at,'14:15');(_:search,type,'Train'))" ], "speaker": "user", "text": "Sunday . It should go to cambridge and leave after 14:15" }, { "id": 7, "rdf-acts": [ "inform((_:result,count,'5');(_:result,leave_at,'14:15');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,id,'TR4651');(_:booking,leave_at,'15:29');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "There are five trains leaving after 14:15 The first one is TR4651 , leaving at 15:29 . Would you like to book this train ?" }, { "id": 8, "rdf-acts": [ "request((_:result,arrive_by,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yeah that would be great can you please tell me what time it arrives ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,arrive_by,'16:07');(_:result,departure,'Bishops Stortford');(_:result,destination,'Cambridge');(_:result,id,'TR4651');(_:result,leave_at,'15:29');(_:result,ticket,'8.08 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4651 from Bishops Stortford to Cambridge departs at 15:29 and arrives at 16:07 . It is 8.08 pounds , would you like me to book that for you now ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , no need to book it for me , thank you . That 's all I needed today ." }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "You are welcome . Have a nice day !" } ]
MUL0581.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "sidney sussex college" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "sidney sussex college" ], [ "_:search", "type", "Attraction" ], [ "_:result", "address", "sidney street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Sidney sussex college" ], [ "_:result", "phone", "01223338800" ], [ "_:result", "postcode", "cb23hu" ], [ "_:result", "type", "Attraction" ], [ "_:result", "category", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "sidney sussex college" ], [ "_:result", "address", "sidney street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Sidney sussex college" ], [ "_:result", "phone", "01223338800" ], [ "_:result", "postcode", "cb23hu" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "type", "Attraction" ], [ "_:search", "day", "sunday" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "sidney sussex college" ], [ "_:result", "address", "sidney street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Sidney sussex college" ], [ "_:result", "phone", "01223338800" ], [ "_:result", "postcode", "cb23hu" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:result", "type", "Attraction" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "14:15" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "name", "sidney sussex college" ], [ "_:result", "address", "sidney street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Sidney sussex college" ], [ "_:result", "phone", "01223338800" ], [ "_:result", "postcode", "cb23hu" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "14:15" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "5" ], [ "_:result", "leave_at", "14:15" ], [ "_:result", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4651" ], [ "_:booking", "leave_at", "15:29" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "name", "sidney sussex college" ], [ "_:result", "address", "sidney street" ], [ "_:result", "area", "centre" ], [ "_:result", "name", "Sidney sussex college" ], [ "_:result", "phone", "01223338800" ], [ "_:result", "postcode", "cb23hu" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "category", "college" ], [ "_:result", "entrance_fee", "no entrance fee" ], [ "_:search", "departure", "bishops stortford" ], [ "_:search", "arrive_by", "?" ], [ "_:search", "day", "sunday" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "leave_at", "14:15" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "5" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "category", "Train" ], [ "_:booking", "id", "TR4651" ], [ "_:booking", "leave_at", "15:29" ], [ "_:booking", "type", "Booking" ], [ "_:result", "arrive_by", "16:07" ], [ "_:result", "departure", "Bishops Stortford" ], [ "_:result", "destination", "Cambridge" ], [ "_:result", "id", "TR4651" ], [ "_:result", "leave_at", "15:29" ], [ "_:result", "ticket", "8.08 pounds" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,arrive_by,'23:00');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to book a taxi departing from clown 's cafe that should arrive by 23:00 ." }, { "id": 1, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Taxi'))" ], "speaker": "system", "text": "And where do you need the taxi to take you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,destination,'the hotpot');(_:search,type,'Taxi'))" ], "speaker": "user", "text": "I need to go to the hotpot ." }, { "id": 3, "rdf-acts": [ "inform((_:result,car,'yellow BMW');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Okay . I have a yellow BMW available . Would you like to book that ?" }, { "id": 4, "rdf-acts": [ "request((_:result,phone,?);(_:result,type,'Taxi'))" ], "speaker": "user", "text": "Yes , may I also have the contact number for they yellow BMW ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,phone,'07635951153');(_:result,type,'Taxi'))" ], "speaker": "system", "text": "Sure . It is 07635951153 . Can I help you with a hotel room perhaps ?" }, { "id": 6, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "No , you 've already helped me with all I need at this time . Thank you !" }, { "id": 7, "rdf-acts": [ "bye()" ], "speaker": "system", "text": "Sounds good , let me know if you need anything else ." }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "Nope I 'm done ." }, { "id": 9, "rdf-acts": null, "speaker": "system", "text": "All right , if there 's anything else you can think of , please contact the front desk again . Thank you and have a great day ." } ]
SNG0050.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:00" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:00" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "the hotpot" ], [ "_:search", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:00" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "the hotpot" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow BMW" ], [ "_:result", "type", "Taxi" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:00" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "the hotpot" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow BMW" ], [ "_:result", "phone", "07635951153" ], [ "_:result", "type", "Taxi" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "arrive_by", "23:00" ], [ "_:search", "departure", "?" ], [ "_:search", "destination", "the hotpot" ], [ "_:search", "type", "Taxi" ], [ "_:result", "car", "yellow BMW" ], [ "_:result", "phone", "07635951153" ], [ "_:result", "type", "Taxi" ], [ "_:system", "dismissed", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,pricerange,'expensive');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Help me find an expensive restaurant ." }, { "id": 1, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "thank()" ], "speaker": "system", "text": "I would be happy to assist you . Is there an area of town that interests you ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,food,'corsican');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "No , but I 'm looking for Corsican food ." }, { "id": 3, "rdf-acts": [ "request((_:search,food,?);(_:search,type,'Restaurant'))", "canthelp((_:search,food,'Corsican');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I apologize , but I could not find a Corsican restaurant meeting your criteria . Would you like to try a different food type ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'same area');(_:search,food,'chinese');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes can you check the same area for chinese food please ?" }, { "id": 5, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Restaurant'))", "inform((_:result,amount,'many');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I have many , what area were to looking to dine in ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,area,'dontcare');(_:search,food,'european');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "The area does not matter . But try European food please ?" }, { "id": 7, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,area,'North side');(_:result,area,'all over Cambridge');(_:result,count,'5');(_:result,food,'European');(_:result,name,'the city stop restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "I found 5 restaurants that serve European food all over Cambridge . I recommend the city stop restaurant on the North side . Would you like me to make a reservation for you ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,day,'friday');(_:search,duration,'14:15');(_:search,people,'7');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Yes please for 7 people at 14:15 on friday ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:booking,day,'friday');(_:booking,duration,'14:15');(_:booking,people,'7');(_:booking,ref,'JCTPEZT9');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "I have a table booked for 7 people on friday at 14:15 , your reference number is JCTPEZT9 . Can I help with anything else ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "yeah i also need a train" }, { "id": 11, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Could you tell me your departure site and destination ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,departure,'cambridge');(_:search,destination,'broxbourne');(_:search,leave_at,'13:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "cambridge . by 13:30 and should go to broxbourne" }, { "id": 13, "rdf-acts": [ "request((_:search,day,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Ok , do you have a day of the week you want to travel ?" }, { "id": 14, "rdf-acts": [ "inform((_:search,day,'monday');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to travel on monday please ." }, { "id": 15, "rdf-acts": [ "inform((_:result,count,'10');(_:result,id,'TR9605');(_:result,leave_at,'14:01');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Okay . There are 10 trains matching your query . TR9605 departs at 14:01 . Would you like to make a booking for that train or hear about other options ?" }, { "id": 16, "rdf-acts": [ "request((_:result,id,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "No , just get me the Train ID ." }, { "id": 17, "rdf-acts": [ "inform((_:result,id,'TR 9605');(_:result,type,'Train'))", "reqmore()" ], "speaker": "system", "text": "The train ID is TR 9605 . Is there anything else you need ?" }, { "id": 18, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That was all thank you . Goodbye ." }, { "id": 19, "rdf-acts": null, "speaker": "system", "text": "Thank you for contacting us and have a nice day ." } ]
PMUL0829.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:search", "area", "?" ], [ "_:search", "food", "corsican" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c2984fb4" ], [ "_:search/c2984fb4", "food", "Corsican" ], [ "_:search/c2984fb4", "type", "Restaurant" ], [ "_:search", "area", "same area" ], [ "_:search", "food", "chinese" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c2984fb4" ], [ "_:search/c2984fb4", "food", "Corsican" ], [ "_:search/c2984fb4", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "european" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c2984fb4" ], [ "_:search/c2984fb4", "food", "Corsican" ], [ "_:search/c2984fb4", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "area", "North side" ], [ "_:result", "area", "all over Cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "food", "European" ], [ "_:result", "name", "the city stop restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "7" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c2984fb4" ], [ "_:search/c2984fb4", "food", "Corsican" ], [ "_:search/c2984fb4", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "North side" ], [ "_:result", "area", "all over Cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "food", "European" ], [ "_:result", "name", "the city stop restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "friday" ], [ "_:booking", "duration", "14:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "JCTPEZT9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "type", "Train" ] ], "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/c2984fb4" ], [ "_:search/c2984fb4", "food", "Corsican" ], [ "_:search/c2984fb4", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "North side" ], [ "_:result", "area", "all over Cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "food", "European" ], [ "_:result", "name", "the city stop restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "day", "friday" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "friday" ], [ "_:booking", "duration", "14:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "JCTPEZT9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_: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", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c2984fb4" ], [ "_:search/c2984fb4", "food", "Corsican" ], [ "_:search/c2984fb4", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "North side" ], [ "_:result", "area", "all over Cambridge" ], [ "_:result", "count", "5" ], [ "_:result", "food", "European" ], [ "_:result", "name", "the city stop restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "friday" ], [ "_:booking", "duration", "14:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "JCTPEZT9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "day", "monday" ], [ "_: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", "pricerange", "expensive" ], [ "_:system", "canthelp", "_:search/c2984fb4" ], [ "_:search/c2984fb4", "food", "Corsican" ], [ "_:search/c2984fb4", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "North side" ], [ "_:result", "area", "all over Cambridge" ], [ "_:result", "food", "European" ], [ "_:result", "name", "the city stop restaurant" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "7" ], [ "_:system", "inquired", "_:user" ], [ "_:booking", "day", "friday" ], [ "_:booking", "duration", "14:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "JCTPEZT9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "10" ], [ "_:result", "id", "TR9605" ], [ "_:result", "leave_at", "14:01" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:result", "id", "?" ] ], "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", "expensive" ], [ "_:system", "canthelp", "_:search/c2984fb4" ], [ "_:search/c2984fb4", "food", "Corsican" ], [ "_:search/c2984fb4", "type", "Restaurant" ], [ "_:result", "amount", "many" ], [ "_:search", "area", "dontcare" ], [ "_:search", "food", "european" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "area", "North side" ], [ "_:result", "area", "all over Cambridge" ], [ "_:result", "food", "European" ], [ "_:result", "name", "the city stop restaurant" ], [ "_:search", "duration", "14:15" ], [ "_:search", "people", "7" ], [ "_:booking", "day", "friday" ], [ "_:booking", "duration", "14:15" ], [ "_:booking", "people", "7" ], [ "_:booking", "ref", "JCTPEZT9" ], [ "_:booking", "type", "Booking" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "broxbourne" ], [ "_:search", "leave_at", "13:30" ], [ "_:search", "day", "monday" ], [ "_:search", "type", "Train" ], [ "_:result", "count", "10" ], [ "_:result", "leave_at", "14:01" ], [ "_:booking", "category", "Train" ], [ "_:result", "id", "TR 9605" ], [ "_:result", "type", "Train" ], [ "_:system", "inquired", "_:user" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,category,'architecture');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "I want to visit somewhere with interesting architecture ." }, { "id": 1, "rdf-acts": [ "inform((_:result,name,'All saints church');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "All saints church is available , would you like to try that ?" }, { "id": 2, "rdf-acts": [], "speaker": "user", "text": "nice , would like to" }, { "id": 3, "rdf-acts": [ "reqmore()", "inform((_:result,address,'jesus lane');(_:result,entrance_fee,'free');(_:result,phone,'01223452587');(_:result,postcode,'cb58bs');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "It is free to visit it 's located at jesus lane postcode cb58bs and the phone number is 01223452587 . Is there anything else I can help you with ?" }, { "id": 4, "rdf-acts": [ "inform((_:search,area,'west');(_:search,category,'hotel');(_:search,type,'Hotel'))", "request((_:result,area,?);(_:result,type,'Attraction'))" ], "speaker": "user", "text": "I also need a place to stay . Can you recommend a hotel in the West area , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,name,'Finches Bed and Breakfast');(_:result,pricerange,'inexpensive');(_:result,stars,'4');(_:result,type,'Hotel'))", "request((_:search,category,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Finches Bed and Breakfast is a popular choice , because it 's inexpensive but rated 4 stars . Is a guesthouse okay , or do you need something else ?" }, { "id": 6, "rdf-acts": [], "speaker": "user", "text": "That will work can you book that for me please ?" }, { "id": 7, "rdf-acts": [ "request((_:booking,day,?);(_:booking,people,?);(_:booking,stay,?);(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Could you please provide me with how many nights you are staying , how many people , and what day your stay starts ?" }, { "id": 8, "rdf-acts": [], "speaker": "user", "text": "I 'm not ready to book quite yet . Can I just get the information for the time being ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,address,'144 Thornton Road');(_:result,phone,'01223276653');(_:result,postcode,'cb30nd');(_:result,type,'Hotel'))", "reqmore()" ], "speaker": "system", "text": "Of course . Their address is 144 Thornton Road , post code cb30nd . Their number is 01223276653 . Is there anything else I can help you with today ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,area,'centre');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "You know , actually come to think of it I really need something 3 star that is in the centre of town instead of the west . Do you have anything ?" }, { "id": 11, "rdf-acts": [ "inform((_:result,name,'Gonville Hotel');(_:result,phone,'01223366611');(_:result,postcode,'CB1 1LY');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There is the Gonville Hotel . It 's located in postcode CB1 1LY and the phone number is 01223366611 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you that will be all" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "fantastic , have a great day !" } ]
PMUL2557.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "category", "architecture" ], [ "_:search", "type", "Attraction" ], [ "_:result", "name", "All saints church" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "name", "All saints church" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:result", "type", "Attraction" ], [ "_:search", "area", "west" ], [ "_:search", "category", "hotel" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "west" ], [ "_:result", "area", "?" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "inquired", "_:user" ], [ "_:result", "address", "jesus lane" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "phone", "01223452587" ], [ "_:result", "postcode", "cb58bs" ], [ "_:search", "area", "west" ], [ "_:result", "area", "?" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "?" ], [ "_:search", "type", "Hotel" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "?" ], [ "_:result", "name", "Finches Bed and Breakfast" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:search", "category", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 Thornton Road" ], [ "_:result", "phone", "01223276653" ], [ "_:result", "postcode", "cb30nd" ], [ "_:result", "type", "Hotel" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_: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": [ [ "_:result", "entrance_fee", "free" ], [ "_:result", "area", "?" ], [ "_:result", "pricerange", "inexpensive" ], [ "_:result", "stars", "4" ], [ "_:search", "category", "?" ], [ "_:booking", "day", "?" ], [ "_:booking", "people", "?" ], [ "_:booking", "stay", "?" ], [ "_:booking", "type", "Booking" ], [ "_:result", "address", "144 Thornton Road" ], [ "_:system", "inquired", "_:user" ], [ "_:search", "area", "centre" ], [ "_:search", "stars", "3" ], [ "_:search", "type", "Hotel" ], [ "_:result", "name", "Gonville Hotel" ], [ "_:result", "phone", "01223366611" ], [ "_:result", "postcode", "CB1 1LY" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "request((_:result,category,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "I am planning a visit to Cambridge very soon and need some information about types of lodging available ." }, { "id": 1, "rdf-acts": [ "request((_:search,pricerange,?);(_:search,type,'Hotel'))", "inform((_:result,count,'33');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "There are 33 places to stay at . Would you like a cheap one ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,category,'hotel');(_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , I want an expensive hotel with free wi - fi ." }, { "id": 3, "rdf-acts": [ "inform((_:result,area,'east');(_:result,name,'the express by holiday inn cambridge');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "How about the express by holiday inn cambridge , it 's in the east ." }, { "id": 4, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,type,'Hotel'))", "request((_:result,has_parking,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "Does it have free parking ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))" ], "speaker": "system", "text": "Yes it does . Would you like to go ahead and make a reservation ?" }, { "id": 6, "rdf-acts": [ "request((_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "No thanks , but could you provide me with their postcode ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,postcode,'cb13lh');(_:result,type,'Hotel'))", "thank()" ], "speaker": "system", "text": "Certainly . The postcode is cb13lh ." }, { "id": 8, "rdf-acts": [ "inform((_:search,type,'Train'))" ], "speaker": "user", "text": "Thank you . Would it be possible to find a train for me as well ?" }, { "id": 9, "rdf-acts": [ "request((_:search,departure,?);(_:search,destination,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Sure . Let me start by getting more information from you . What are your departure and destination cities ?" }, { "id": 10, "rdf-acts": [ "inform((_:search,day,'saturday');(_:search,departure,'cambridge');(_:search,destination,'london kings cross');(_:search,leave_at,'18:30');(_:search,type,'Train'))" ], "speaker": "user", "text": "I need to travel on saturday from cambridge to london kings cross and need to leave after 18:30" }, { "id": 11, "rdf-acts": [ "inform((_:result,arrive_by,'19:51');(_:result,day,'Saturday');(_:result,id,'TR0427');(_:result,leave_at,'19:00');(_:result,ticket,'18.88 pounds');(_:result,type,'Train'))", "offer((_:booking,category,'Train');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Train TR0427 leaves at 19:00 on Saturday and will get you there by 19:51 . The cost is 18.88 pounds . Want me to book it ?" }, { "id": 12, "rdf-acts": [ "inform((_:search,people,'1');(_:search,type,'Train'))", "request((_:result,ref,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "Yes please book the train for 1 person and provide the reference number" }, { "id": 13, "rdf-acts": [ "inform((_:booking,category,'Train');(_:booking,ref,'SA63GZJD');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "Your booking was successful . Your reference number is SA63GZJD ." }, { "id": 14, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank you so much , that is everything that I need ." }, { "id": 15, "rdf-acts": null, "speaker": "system", "text": "You 're welcome ! Have a great day !" } ]
MUL2294.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:result", "category", "?" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:result", "category", "?" ], [ "_:result", "count", "33" ], [ "_:result", "type", "Hotel" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:result", "category", "?" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:result", "category", "?" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:result", "type", "Hotel" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "type", "Hotel" ], [ "_:result", "has_parking", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "category", "?" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb13lh" ], [ "_:result", "type", "Hotel" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "category", "?" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb13lh" ], [ "_:result", "type", "Hotel" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "18:30" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }, { "id": 6, "multi_relations": false, "triples": [ [ "_:result", "category", "?" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "postcode", "cb13lh" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "18:30" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "day", "Saturday" ], [ "_:result", "id", "TR0427" ], [ "_:result", "leave_at", "19:00" ], [ "_:result", "ticket", "18.88 pounds" ], [ "_:result", "type", "Train" ], [ "_:booking", "category", "Train" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] }, { "id": 7, "multi_relations": false, "triples": [ [ "_:result", "category", "?" ], [ "_:result", "count", "33" ], [ "_:search", "category", "hotel" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:result", "area", "east" ], [ "_:result", "name", "the express by holiday inn cambridge" ], [ "_:search", "has_parking", "yes" ], [ "_:result", "has_parking", "?" ], [ "_:system", "offered", "_:booking" ], [ "_:result", "postcode", "cb13lh" ], [ "_:search", "day", "saturday" ], [ "_:search", "departure", "cambridge" ], [ "_:search", "destination", "london kings cross" ], [ "_:search", "leave_at", "18:30" ], [ "_:result", "arrive_by", "19:51" ], [ "_:result", "day", "Saturday" ], [ "_:result", "id", "TR0427" ], [ "_:result", "leave_at", "19:00" ], [ "_:result", "ticket", "18.88 pounds" ], [ "_:result", "type", "Train" ], [ "_:search", "people", "1" ], [ "_:search", "type", "Train" ], [ "_:result", "ref", "?" ], [ "_:booking", "category", "Train" ], [ "_:booking", "ref", "SA63GZJD" ], [ "_: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,'london kings cross');(_:search,destination,'cambridge');(_:search,type,'Train'))" ], "speaker": "user", "text": "I 'm looking for a train departing london kings cross going to cambridge ." }, { "id": 1, "rdf-acts": [ "request((_:search,leave_at,?);(_:search,type,'Train'))" ], "speaker": "system", "text": "Okay ! When would you like the train to depart ?" }, { "id": 2, "rdf-acts": [ "inform((_:search,day,'thursday');(_:search,leave_at,'11:00');(_:search,type,'Train'))" ], "speaker": "user", "text": "I want the train to leave after 11:00 on Thursday ." }, { "id": 3, "rdf-acts": [ "offer((_:booking,arrive_by,'12:08');(_:booking,category,'Train');(_:booking,destination,'cambridge');(_:booking,id,'TR4216');(_:booking,leave_at,'11:17');(_:booking,type,'Booking'))" ], "speaker": "system", "text": "TR4216 leaves at 11:17 and arrives in cambridge by 12:08 , would you like me to book you tickets for that one ?" }, { "id": 4, "rdf-acts": [ "request((_:result,duration,?);(_:result,type,'Train'))" ], "speaker": "user", "text": "What is the travel time for that ride ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,duration,'a 51 minute ride');(_:result,type,'Train'))" ], "speaker": "system", "text": "It is a 51 minute ride . Is that all the information you need ?" }, { "id": 6, "rdf-acts": [ "inform((_:search,has_parking,'yes');(_:search,stars,'3');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "I also need a place to stay . I would like to find a 3 star holel that has free parking ." }, { "id": 7, "rdf-acts": [ "request((_:search,area,?);(_:search,type,'Hotel'))" ], "speaker": "system", "text": "Do you have an area of town in mind ?" }, { "id": 8, "rdf-acts": [ "inform((_:search,has_internet,'yes');(_:search,pricerange,'expensive');(_:search,type,'Hotel'))" ], "speaker": "user", "text": "No , I am open to different areas . I would like something expensive though . Oh , and make that with free parking and wifi ." }, { "id": 9, "rdf-acts": [ "select((_:result,area,'center');(_:result,area,'south');(_:result,type,'Hotel'))", "inform((_:result,count,'2');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "I have two to choose from . One in the center and one in the south . Which would you prefer ?" }, { "id": 10, "rdf-acts": [ "request((_:result,address,?);(_:result,category,?);(_:result,postcode,?);(_:result,type,'Hotel'))" ], "speaker": "user", "text": "The center one is good . Could you provide me with the room type hotel or guesthouse ) and the address , postcode as well ." }, { "id": 11, "rdf-acts": [ "inform((_:result,address,'gonville place , cb11ly');(_:result,category,'hotel');(_:result,name,'gonville hotel');(_:result,phone,'01223366611');(_:result,type,'Hotel'))" ], "speaker": "system", "text": "The gonville hotel is a hotel located on gonville place , cb11ly . Phone number is 01223366611 ." }, { "id": 12, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks so much ! Have a great day . Goodbye" }, { "id": 13, "rdf-acts": null, "speaker": "system", "text": "You too . Thank you . Goodbye" } ]
PMUL3932.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" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "type", "Train" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "11:00" ], [ "_:search", "type", "Train" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "12:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "cambridge" ], [ "_:booking", "id", "TR4216" ], [ "_:booking", "leave_at", "11:17" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "?" ], [ "_:result", "type", "Train" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "11:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "12:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "cambridge" ], [ "_:booking", "id", "TR4216" ], [ "_:booking", "leave_at", "11:17" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "a 51 minute ride" ], [ "_:result", "type", "Train" ], [ "_: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", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "11:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "12:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "cambridge" ], [ "_:booking", "id", "TR4216" ], [ "_:booking", "leave_at", "11:17" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "a 51 minute ride" ], [ "_:result", "type", "Train" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:search", "departure", "london kings cross" ], [ "_:search", "destination", "cambridge" ], [ "_:search", "day", "thursday" ], [ "_:search", "leave_at", "11:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "12:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "cambridge" ], [ "_:booking", "id", "TR4216" ], [ "_:booking", "leave_at", "11:17" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "a 51 minute ride" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "center" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "type", "Hotel" ], [ "_:result", "address", "?" ], [ "_:result", "category", "?" ], [ "_:result", "postcode", "?" ] ], "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", "day", "thursday" ], [ "_:search", "leave_at", "11:00" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "arrive_by", "12:08" ], [ "_:booking", "category", "Train" ], [ "_:booking", "destination", "cambridge" ], [ "_:booking", "id", "TR4216" ], [ "_:booking", "leave_at", "11:17" ], [ "_:booking", "type", "Booking" ], [ "_:result", "duration", "a 51 minute ride" ], [ "_:search", "has_parking", "yes" ], [ "_:search", "stars", "3" ], [ "_:search", "area", "?" ], [ "_:search", "has_internet", "yes" ], [ "_:search", "pricerange", "expensive" ], [ "_:search", "type", "Hotel" ], [ "_:result", "area", "center" ], [ "_:result", "area", "south" ], [ "_:result", "count", "2" ], [ "_:result", "postcode", "?" ], [ "_:result", "address", "gonville place , cb11ly" ], [ "_:result", "category", "hotel" ], [ "_:result", "name", "gonville hotel" ], [ "_:result", "phone", "01223366611" ], [ "_:result", "type", "Hotel" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,name,'peking restaurant');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Do you know where I can find the Peking Restaurant ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'10 Homerton Street');(_:result,area,'Centre');(_:result,name,'Peking Restaurant');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Peking Restaurant is located at 10 Homerton Street in Centre ." }, { "id": 2, "rdf-acts": [ "request((_:result,pricerange,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What is the price range ?" }, { "id": 3, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,name,'peking restaurant');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "The Peking Restaurant is an expensive restaurant . Were you interested or did you want to keep looking ?" }, { "id": 4, "rdf-acts": [ "request((_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "What type of food do they serve ?" }, { "id": 5, "rdf-acts": [ "offer((_:booking,type,'Booking'))", "inform((_:result,food,'chinese');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "They serve chinese food . Would you like to make a booking today ?" }, { "id": 6, "rdf-acts": [ "request((_:result,food,?);(_:result,phone,?);(_:result,postcode,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "Maybe but could I have the postcode , food preference and phone number fot this Indiana Restaurants ?" }, { "id": 7, "rdf-acts": [ "canthelp((_:search,food,'Indiana');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I 'm sorry , I do n't see any Indiana restaurants ." }, { "id": 8, "rdf-acts": [ "inform((_:search,name,'peking restaurant');(_:search,type,'Restaurant'))", "request((_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "No , if I could get the phone number for the peking restaurant , that would be good ." }, { "id": 9, "rdf-acts": [ "reqmore()", "inform((_:result,phone,'01223354755');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "You can phone them at 01223354755 . What else can I do for you ?" }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "That was all I needed . Thank you ," }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Your welcome . Please contact us anytime ." } ]
PMUL0647.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "name", "peking restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "name", "peking restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "10 Homerton Street" ], [ "_:result", "area", "Centre" ], [ "_:result", "name", "Peking Restaurant" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "pricerange", "?" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:search", "name", "peking restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "10 Homerton Street" ], [ "_:result", "area", "Centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:search", "name", "peking restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "10 Homerton Street" ], [ "_:result", "area", "Centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:result", "address", "10 Homerton Street" ], [ "_:result", "area", "Centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "chinese" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "food", "?" ], [ "_:result", "phone", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/821dd3d7" ], [ "_:search/821dd3d7", "food", "Indiana" ], [ "_:search/821dd3d7", "type", "Restaurant" ], [ "_:search", "name", "peking restaurant" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:result", "address", "10 Homerton Street" ], [ "_:result", "area", "Centre" ], [ "_:system", "offered", "_:booking" ], [ "_:booking", "type", "Booking" ], [ "_:result", "name", "peking restaurant" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "food", "chinese" ], [ "_:result", "food", "?" ], [ "_:result", "postcode", "?" ], [ "_:system", "canthelp", "_:search/821dd3d7" ], [ "_:search/821dd3d7", "food", "Indiana" ], [ "_:search/821dd3d7", "type", "Restaurant" ], [ "_:search", "name", "peking restaurant" ], [ "_:search", "type", "Restaurant" ], [ "_:system", "inquired", "_:user" ], [ "_:result", "phone", "01223354755" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "I want a french restaurant on the west side please ." }, { "id": 1, "rdf-acts": [ "canthelp((_:search,area,'west');(_:search,food,'french');(_:search,type,'Restaurant'))" ], "speaker": "system", "text": "I was unable to find any french places on the west part of town ." }, { "id": 2, "rdf-acts": [ "inform((_:search,area,'west');(_:search,food,'thai');(_:search,type,'Restaurant'))" ], "speaker": "user", "text": "Is there any thai restaurants on the west side ?" }, { "id": 3, "rdf-acts": [ "inform((_:result,name,'sala thong');(_:result,pricerange,'expensive');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Yes , there is sala thong , which is an expensive restaurant ." }, { "id": 4, "rdf-acts": [ "request((_:result,address,?);(_:result,phone,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "That sounds good . Can you give me the phone number and address , please ?" }, { "id": 5, "rdf-acts": [ "inform((_:result,address,'35 Newnham Road Newnham');(_:result,phone,'01223323178');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "Their phone number is 01223323178 and addres is \t 35 Newnham Road Newnham ." }, { "id": 6, "rdf-acts": [ "inform((_:search,name,'byard art');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Could you also help me find Byard art ?" }, { "id": 7, "rdf-acts": [ "inform((_:result,address,\"14 King 's Parade\");(_:result,area,'south');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "The address is 14 King 's Parade in the South area ." }, { "id": 8, "rdf-acts": [ "inform((_:search,category,'museum');(_:search,type,'Attraction'))" ], "speaker": "user", "text": "Is it a museum ?" }, { "id": 9, "rdf-acts": [ "inform((_:result,category,'museum');(_:result,entrance_fee,'free');(_:result,type,'Attraction'))" ], "speaker": "system", "text": "Yes , it is a museum and the entrance fee is free ." }, { "id": 10, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thanks that 's all I need" }, { "id": 11, "rdf-acts": null, "speaker": "system", "text": "Awesome . We 're here if you need any more help . Thank you for using the Cambridge TownInfo centre . Have a great day ." } ]
PMUL2024.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "west" ], [ "_:search", "food", "french" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/ac258d11" ], [ "_:search/ac258d11", "area", "west" ], [ "_:search/ac258d11", "food", "french" ], [ "_:search/ac258d11", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] }, { "id": 2, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/ac258d11" ], [ "_:search/ac258d11", "area", "west" ], [ "_:search/ac258d11", "food", "french" ], [ "_:search/ac258d11", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "name", "sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "phone", "?" ] ], "turn_ids": [ 0, 1, 2, 3, 4 ] }, { "id": 3, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/ac258d11" ], [ "_:search/ac258d11", "area", "west" ], [ "_:search/ac258d11", "food", "french" ], [ "_:search/ac258d11", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:result", "name", "sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "address", "35 Newnham Road Newnham" ], [ "_:result", "phone", "01223323178" ], [ "_:result", "type", "Restaurant" ], [ "_:search", "name", "byard art" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6 ] }, { "id": 4, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/ac258d11" ], [ "_:search/ac258d11", "area", "west" ], [ "_:search/ac258d11", "food", "french" ], [ "_:search/ac258d11", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:result", "name", "sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223323178" ], [ "_:search", "name", "byard art" ], [ "_:result", "address", "14 King 's Parade" ], [ "_:result", "area", "south" ], [ "_:result", "type", "Attraction" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }, { "id": 5, "multi_relations": false, "triples": [ [ "_:system", "canthelp", "_:search/ac258d11" ], [ "_:search/ac258d11", "area", "west" ], [ "_:search/ac258d11", "food", "french" ], [ "_:search/ac258d11", "type", "Restaurant" ], [ "_:search", "area", "west" ], [ "_:search", "food", "thai" ], [ "_:result", "name", "sala thong" ], [ "_:result", "pricerange", "expensive" ], [ "_:result", "phone", "01223323178" ], [ "_:search", "name", "byard art" ], [ "_:result", "address", "14 King 's Parade" ], [ "_:result", "area", "south" ], [ "_:search", "category", "museum" ], [ "_:search", "type", "Attraction" ], [ "_:result", "category", "museum" ], [ "_:result", "entrance_fee", "free" ], [ "_:result", "type", "Attraction" ] ], "turn_ids": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] } ]
[ { "id": 0, "rdf-acts": [ "inform((_:search,area,'north');(_:search,pricerange,'cheap');(_:search,type,'Restaurant'))", "request((_:result,address,?);(_:result,food,?);(_:result,type,'Restaurant'))" ], "speaker": "user", "text": "I want to find a cheap restaurant in the north part of town . What is the address and food ?" }, { "id": 1, "rdf-acts": [ "inform((_:result,address,'20 Milton Road Chesterton');(_:result,address,'Victoria Avenue Chesterton');(_:result,food,'Indian');(_:result,food,'Italian');(_:result,name,'da vinci pizzeria');(_:result,name,'royal spice');(_:result,type,'Restaurant'))" ], "speaker": "system", "text": "da vinci pizzeria serves Italian food and is located at 20 Milton Road Chesterton or royal spice serves Indian food and is on Victoria Avenue Chesterton" }, { "id": 2, "rdf-acts": [ "thank()" ], "speaker": "user", "text": "Thank You" }, { "id": 3, "rdf-acts": null, "speaker": "system", "text": "Thank you , goodbye" } ]
WOZ20114.json
[ { "id": 0, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "?" ], [ "_:result", "food", "?" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0 ] }, { "id": 1, "multi_relations": false, "triples": [ [ "_:search", "area", "north" ], [ "_:search", "pricerange", "cheap" ], [ "_:search", "type", "Restaurant" ], [ "_:result", "address", "20 Milton Road Chesterton" ], [ "_:result", "address", "Victoria Avenue Chesterton" ], [ "_:result", "food", "Indian" ], [ "_:result", "food", "Italian" ], [ "_:result", "name", "da vinci pizzeria" ], [ "_:result", "name", "royal spice" ], [ "_:result", "type", "Restaurant" ] ], "turn_ids": [ 0, 1, 2 ] } ]